[Bug] - TrueNAS Scale and ParrotOS 6 Docker
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:
-
Setup TrueNAS Scale
-
Install custom App
-
Use VNC to connect to instance
-
Login
-
Open bash
-
run nmap
Expected behavior I would expect nmap to run.
Screenshots
Workspaces Version I am using TrueNAS Scale.
Workspaces Installation Method TrueNAS Scale
I was able to figure out the issue here. For the next person. You must check "Privileged Mode" under security context.
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.
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!