Skip to content

[BUG] Something not quite right with the latest webtop:ubuntu-kde build #251

@avoiceofreason

Description

@avoiceofreason

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

Inconsistent display errors after building a fresh webtop:ubuntu-kde container

access container using various browsers with https://localhost:8810

Sometimes a black screen
Sometimes a black screen with kde logos
Sometimes an incorrectly scaled screen but no input via mouse/keyboard

The container is running and sudo apt update; sudo apt upgrade will run but makes no difference

docker restart webtop doesn't help

Pretty sure its a GPU kinda issue, but can't test easily as results are so inconsistant.

However older build: webtop:ubuntu-kde-108decbb-ls34 works fine. So something has regressed more recent builds

Expected Behavior

Webtop to start correctly and gui available via browser

Steps To Reproduce

kill existing container

docker pull ghcr.io/linuxserver/webtop:ubuntu-kde ;
docker stop webtop ;
docker rm webtop

rm config folder

sudo rm -R /var/lib/docker/volume_maps/webtop/config

#create new container
docker run -d
--name=webtop
--gpus=all
--runtime nvidia
--security-opt seccomp=unconfined #optional
-e CUSTOM_USER="user"
-e PASSWORD="password"
-e PUID=1001
-e PGID=1001
-e TZ=Europe/London
-e TITLE=Webtop
-e DISABLE_IPV6=true
-e LC_ALL=en_GB.UTF-8
-p 8809:3000
-p 8810:3001
-v /var/lib/docker/volume_maps/webtop/config:/config
-v /etc/timezone:/etc/timezone:ro
-v /etc/localtime:/etc/localtime:ro
--shm-size="3gb"
--device /dev/dri:/dev/dri
--restart unless-stopped
ghcr.io/linuxserver/webtop:ubuntu-kde

Environment

- OS:
- How docker service was installed:

CPU architecture

x86-64

Docker creation

docker run -d \
  --name=webtop \
  --gpus=all \
  --runtime nvidia \
  --security-opt seccomp=unconfined `#optional` \
  -e CUSTOM_USER="user" \
  -e PASSWORD="password" \
  -e PUID=1001 \
  -e PGID=1001 \
  -e TZ=Europe/London \
  -e TITLE=Webtop \
  -e DISABLE_IPV6=true \
  -e LC_ALL=en_GB.UTF-8 \
  -p 8809:3000 \
  -p 8810:3001 \
  -v /var/lib/docker/volume_maps/webtop/config:/config \
  -v /etc/timezone:/etc/timezone:ro \
  -v /etc/localtime:/etc/localtime:ro \
  --shm-size="3gb" \
  --device /dev/dri:/dev/dri \
  --restart unless-stopped \
  ghcr.io/linuxserver/webtop:ubuntu-kde

Container logs

Nothing unusual here

Metadata

Metadata

Assignees

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions