You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Kasm will successfully run and I can get to the install wizard (Hosted on port 3000 and forwarded to port 9011 on my host machine). I can set the passwords and choose the apps I want to install, and let kasm begin installing the apps. Eventually the logs report a websocket error and the install process halts. (See the log below) When I refresh the wizard page it shows the system information and the running kasm docker containers where /kasm_db is the only running container. Nothing progresses beyond this point and the application port (hosted on 443 and forwarded to 9010 on the host machine) does not show a web page when accessed.
One thing to note is that when I unmount the /opt drive from the docker container this issue goes away and I'm able to access the application port and continue with kasm configuration.
The setup wizard should run and successfully install all selected applications then the application should become accessible on the host port (443)
Steps To Reproduce
I apologize that these steps will differ in description from the usual docker install because TrueNAS scale uses its own interface to run docker applications using kubernetes.
Use TrueNAS scale Dragonfish-24.04.1.1
Install kasm 1.16.0 as a custom application
Set PGID and PUID environment variables to 0. (I've tried a few different IDs including root, admin, application, and a custom user and it doesn't make a difference)
Set KASM_PORT environment variable to 443
Set up port forwarding so port 3000 -> 9011 and port 443 -> 9010 using the TCP protocol
Mount /mnt/Applications/kasm/profiles to /profiles in kasm
Important!! This step appears to be causing the issue for some reason: Mount /mnt/Applications/kasm/data to /opt in kasm
Enable privileged mode
Launch the application
Environment
- OS:TrueNAS scale Dragonfish-24.04.1.1
- How docker service was installed: Through TrueNAS's application system which is based on containerd using kubernetes. The kasm software was pulled from docker's distromanager at linuxserver/kasm
This issue has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions.
Is there an existing issue for this?
Current Behavior
Kasm will successfully run and I can get to the install wizard (Hosted on port 3000 and forwarded to port 9011 on my host machine). I can set the passwords and choose the apps I want to install, and let kasm begin installing the apps. Eventually the logs report a websocket error and the install process halts. (See the log below) When I refresh the wizard page it shows the system information and the running kasm docker containers where /kasm_db is the only running container. Nothing progresses beyond this point and the application port (hosted on 443 and forwarded to 9010 on the host machine) does not show a web page when accessed.
One thing to note is that when I unmount the /opt drive from the docker container this issue goes away and I'm able to access the application port and continue with kasm configuration.
These are the logs from the install wizard:
Expected Behavior
The setup wizard should run and successfully install all selected applications then the application should become accessible on the host port (443)
Steps To Reproduce
I apologize that these steps will differ in description from the usual docker install because TrueNAS scale uses its own interface to run docker applications using kubernetes.
Environment
CPU architecture
x86-64
Docker creation
See steps to reproduce for my configuration.
Container logs
The text was updated successfully, but these errors were encountered: