Closed williamwmd closed 1 month ago
Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.
kasm rolled out a new build, a new release will need to be built here. Meanwhile, you can build locally and use that image on your deployment.
git clone https://github.com/linuxserver/docker-kasm.git
cd docker-kasm
docker build --no-cache --pull -t lscr.io/linuxserver/kasm:local
Then, use your image on your docker compose file:
services:
kasm:
image: lscr.io/linuxserver/kasm:local
(...)
This is built now, sorry for the delay I live near Ashville NC and it has been a weekend.
Perfect. The problem was solved on digitalocean. Everything is working correctly.
But I'm doing a test now on oracle cloud, with "Canonical Ubuntu 20.04", with ARM processor (VM.Standard.A1.Flex). The installation is completed successfully, but the container "/kasm_rdp_https_gateway" is not working. And for this reason, when I access the login screen ":443", it is not possible to log in.
Below are the logs from the file /opt/kasm/current/log/rdp_https_gateway.log:
Update: I run the commands: /opt/kasm/bin/stop /opt/kasm/bin/start
and everything seems to work on oracle cloud as well.
Is there an existing issue for this?
Current Behavior
The installation is stopping at the line: "Creating Installation ID". I have tried restarting the installation several times, but the error remains the same. Some of the errors above are occurring before the installation stops. ([1] Failed to execute script 'server' due to unhandled exception!)
Expected Behavior
Problem with simple installation.
Steps To Reproduce
sudo docker compose up
Environment
CPU architecture
x86-64
Docker creation
Container logs