workspaces-issues icon indicating copy to clipboard operation
workspaces-issues copied to clipboard

[Bug] - TrueNAS Scale and ParrotOS 6 Docker

Open chaoscode opened this issue 1 year ago • 2 comments

Describe the bug When I tried to run anything I get "Operation not permitted"

When I try to use sysemctl I get "System has not been booted with systemd as init system (PID 1). Can't operate. Failed to connect to bus: Host is down"

To Reproduce Steps to reproduce the behavior:

  1. Setup TrueNAS Scale image

  2. Install custom App

  3. Use VNC to connect to instance

  4. Login

  5. Open bash

  6. run nmap

Expected behavior I would expect nmap to run.

Screenshots image

Workspaces Version I am using TrueNAS Scale.

Workspaces Installation Method TrueNAS Scale

chaoscode avatar Jun 22 '24 21:06 chaoscode

I was able to figure out the issue here. For the next person. You must check "Privileged Mode" under security context.

chaoscode avatar Jun 23 '24 18:06 chaoscode

If you are running across this post and running straight KASM on a linux box, replace your "Docker Run Config Override" section with what is below.

{ "hostname": "kasm", "privileged": true }

This should be closed.

captbrando avatar Jan 16 '25 00:01 captbrando

We’re currently enhancing our GitHub issue tracker to improve organization and efficiency.

As part of this process, we’re closing older issues to help keep the tracker focused on current and active topics.

If this issue is still relevant or you’re still experiencing the problem, please feel free to create a new issue.

Thank you for your understanding!

teja-kasm avatar Oct 14 '25 17:10 teja-kasm