linuxserver / docker-kasm

Kasm Workspaces platform provides enterprise-class orchestration, data loss prevention, and web streaming technology to enable the delivery of containerized workloads to your browser.
GNU General Public License v3.0
315 stars 28 forks source link

[BUG] Some images prevent install from continuing #29

Closed cinderblockgames closed 1 year ago

cinderblockgames commented 1 year ago

Is there an existing issue for this?

Current Behavior

After selecting desired images on initial install and clicking Install, there is no further output.

Expected Behavior

Images should be installed.

Steps To Reproduce

  1. Run in Docker.
  2. Go to :3000.
  3. Set passwords.
  4. Select Ubuntu Jammy, Chrome, Tor-Browser, Terminal, and Brave.
  5. Click Install.

Environment

- OS: Ubuntu 22.04.2 LTS
- How docker service was installed: lscr.io/linuxserver/kasm:latest

CPU architecture

x86-64

Docker creation

kasm:
    image: 'lscr.io/linuxserver/kasm:latest'
    container_name: 'kasm'
    privileged: true
    restart: unless-stopped
    ports:
      - 3000:3000
    environment:
      - PUID=1000
      - PGID=1001
      - TZ=America/New_York
      - KASM_PORT=443
    volumes:
      - '/etc/localtime:/etc/localtime:ro'
      - '/run/homelab/apps/opt:/opt'
      - '/run/homelab/apps/profiles:/profiles'
    network_mode: 'bridge'

Container logs

[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:    1001
───────────────────────────────────────

.+.............+..+............+.+...+.........+.....+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*....+..........+..+.+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*.+............+...+......................+..+.+.....+......................+............+..........................+...+.........+......+......+.+...+..+..........+...+...........+...................+..+.......+...+..+..................+...+.+......+.....+.......+...+...+..+.........+..........+.....+......+...+.........+.+...........+.+..+......+.+......+..+..........+........+....+.....+....+.....+.......+..+.......+...+..................+...+.....+.........+......+......+....+......+...+...+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
.......+...+..+...+..........+......+..+.......+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*....+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*............+.......+.....+.......+.....+...................+.........+...+..+......+.+.....+...+.+..+..........+.....+....+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-----
[custom-init] No custom files found, skipping...
[ls.io-init] done.
time="2023-04-17T17:21:56.231974717-04:00" level=error msg="failed to initialize a tracing processor \"otlp\"" error="no OpenTelemetry endpoint: skip plugin"
time="2023-04-17T17:21:56.339456128-04:00" level=error msg="failed to mount overlay: invalid argument" storage-driver=overlay2
thelamer commented 1 year ago

This was the Tor-Browser image a problem with Yaml parsing please pull the latest image this has been resolved. This issue does not arise when selecting all images which is why it was missed in testing.

cinderblockgames commented 1 year ago

Thanks! That worked.