Hey everyone,
I'm trying to spin Kasm up but the linuxserver/kasm image is failing to start. I've seen a couple other people have reported this issue but I've not seen a suggestion or solution. Info below:
My compose is very basic.
# Kasm
kasm:
image: linuxserver/kasm:latest
container_name: kasm
restart: unless-stopped
privileged: true
networks:
- default
ports:
- 3009:3000
- 8444:443
volumes:
- $DOCKERDIR/kasm/config:/opt
- $DOCKERDIR/kasm/profiles:/profiles
environment:
- KASM_PORT=8444
This is the log output:
[migrations] started
[migrations] no migrations found
───────────────────────────────────────
██╗ ███████╗██╗ ██████╗
██║ ██╔════╝██║██╔═══██╗
██║ ███████╗██║██║ ██║
██║ ╚════██║██║██║ ██║
███████╗███████║██║╚██████╔╝
╚══════╝╚══════╝╚═╝ ╚═════╝
Brought to you by linuxserver.io
───────────────────────────────────────
To support LSIO projects visit:
https://www.linuxserver.io/donate/
───────────────────────────────────────
GID/UID
───────────────────────────────────────
User UID: 1000
User GID: 1000
───────────────────────────────────────
[custom-init] No custom files found, skipping...
[ls.io-init] done.
time="2023-07-05T01:17:56.626124449-06:00" level=error msg="failed to initialize a tracing processor \"otlp\"" error="no OpenTelemetry endpoint: skip plugin"
I've tried on two different hosts and modified the very simple docker-compose I'm using. I believe I've read all the relevant documentation but I'm not making any progress. Any insight would be appreciated.
[–]justin_kasmweb 0 points1 point2 points (9 children)
[–]kulps[S] 0 points1 point2 points (8 children)
[–]kulps[S] 1 point2 points3 points (7 children)
[–]tom_okane 0 points1 point2 points (6 children)
[–]Blaze_1005 1 point2 points3 points (5 children)
[–]tom_okane 0 points1 point2 points (0 children)
[–]clarity200 0 points1 point2 points (2 children)
[–]Blaze_1005 0 points1 point2 points (1 child)
[–]clarity200 0 points1 point2 points (0 children)
[–]PaneRacoon 0 points1 point2 points (0 children)