Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] server.py lin 178 #60

Closed
1 task done
patpac9 opened this issue Jun 6, 2024 · 3 comments
Closed
1 task done

[BUG] server.py lin 178 #60

patpac9 opened this issue Jun 6, 2024 · 3 comments

Comments

@patpac9
Copy link

patpac9 commented Jun 6, 2024

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

won't install correctly because file "/opt/kasm/current/conf/app/api.app.config.yaml" does not exist.

ls in "/opt/kasm/" looks like this:
Folder: 1.15.0
Folder: certs

There is no "current" folder. ("/opt/kasm/**current/**conf/app/api.app.config.yaml")
I tried to copy the folder "1.15.0" to "current" but I still get the same error message.

Expected Behavior

find /opt/kasm/current/conf/app/api.app.config.yaml

Steps To Reproduce

  1. Install this container on TrueNAS via custom app UI based on the info from "Docker creation"
  2. Connect to the website and add the credentials for admin and user.
  3. select any kasm workspace
  4. in the installation screen the error shows up

Environment

- OS: TrueNAS Scale Dragonfish-24.04.1.1
- How docker service was installed: was already installed

CPU architecture

x86-64

Docker creation

docker run -d \
  --name=kasm \
  --privileged \
  -e KASM_PORT=443 \
  -p 3000:3000 \
  -p 443:443 \
  -v mnt/Data/kasm/data:/opt \
  -v mnt/Data/kasm/profiles:/profiles
  lscr.io/linuxserver/kasm:latest

Container logs

((Install script on website))
...
4ed3079644a9 Pull complete 
kasm_api Pulled 
Traceback (most recent call last):
  File "server.py", line 178, in <module>
Exception: Unable to find config /opt/kasm/current/conf/app/api.app.config.yaml
[1] Failed to execute script 'server' due to unhandled exception!
Copy link

github-actions bot commented Jun 6, 2024

Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.

@LinuxServer-CI
Copy link
Collaborator

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.

@LinuxServer-CI LinuxServer-CI closed this as not planned Won't fix, can't repro, duplicate, stale Sep 5, 2024
Copy link

github-actions bot commented Oct 5, 2024

This issue is locked due to inactivity

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 5, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
Development

No branches or pull requests

2 participants