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] Raspberry pi 5 Browser Error #276

Closed
1 task done
k0rrluna opened this issue Dec 2, 2024 · 5 comments
Closed
1 task done

[BUG] Raspberry pi 5 Browser Error #276

k0rrluna opened this issue Dec 2, 2024 · 5 comments

Comments

@k0rrluna
Copy link

k0rrluna commented Dec 2, 2024

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

In debian distro tested with multiple guis, browser can't work
image

Expected Behavior

No response

Steps To Reproduce

In Debian any gui just open browser

Environment

- OS: Debian latest (Raspian)
- How docker service was installed: with openmediavault

CPU architecture

arm64

Docker creation

---
version: "2.1"
services:
  webtop:
    image: lscr.io/linuxserver/webtop:debian-xfce
    container_name: webtop
    security_opt:
      - seccomp:unconfined #optional
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=Europe/Istanbul
      - SUBFOLDER=/ #optional
      - TITLE=Webtop #optional
    volumes:
      - /srv/(disk-uuid)/config/webtop:/config
      - /var/run/docker.sock:/var/run/docker.sock
    ports:
      - 3000:3000
    devices:
      - /dev/dri:/dev/dri
    shm_size: "6gb"
    restart: unless-stopped

Container logs

Actions

      

[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

───────────────────────────────────────

**** adding /dev/dri/card0 to video group video with id 44 ****

**** permissions for /dev/dri/card1 are good ****

**** adding /dev/dri/renderD128 to video group sgx with id 105 ****

[custom-init] No custom files found, skipping...

[ls.io-init] done.

_XSERVTransmkdir: ERROR: euid != 0,directory /tmp/.X11-unix will not be created.

Xvnc KasmVNC 1.3.3 - built Nov 20 2024 19:59:15

Copyright (C) 1999-2018 KasmVNC Team and many others (see README.me)

See http://kasmweb.com for information on KasmVNC.

Underlying X server release 12014000, The X.Org Foundation

Connection failure: Connection refused

pa_context_connect() failed: Connection refused

Connection failure: Connection refused

pa_context_connect() failed: Connection refused

V3D 7.1 not supported by this version of Mesa.

V3D 7.1 not supported by this version of Mesa.

 2024-12-02 03:17:59,209 [INFO] websocket 0: got client connection from 127.0.0.1

 2024-12-02 03:17:59,224 [PRIO] Connections: accepted: @192.168.0.27_1733098679.209788::websocket
Copy link

github-actions bot commented Dec 2, 2024

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

@j0nnymoe
Copy link
Member

j0nnymoe commented Dec 2, 2024

Try without passing through the GPU.

@k0rrluna
Copy link
Author

k0rrluna commented Dec 2, 2024

" devices:
- /dev/dri:/dev/dri" i added this lane after getting errors. Now i am using " image: lscr.io/linuxserver/webtop:arm64v8-debian-xfce-version-396dfe14" and it works perfect.

@thelamer
Copy link
Member

thelamer commented Dec 2, 2024

If you figure out what package is needed inside the container for the gpu to work let us know, would be happy to add it just lack hardware to test.

@k0rrluna
Copy link
Author

k0rrluna commented Dec 2, 2024

Fixed. But i don't know what is the issue. Tried random things and it's fixed. Possibly install mesa-utils or puid and pgid root. I don't know.

@k0rrluna k0rrluna closed this as completed Dec 2, 2024
@LinuxServer-CI LinuxServer-CI moved this from Issues to Done in Issue & PR Tracker Dec 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

No branches or pull requests

3 participants