linuxserver / docker-filezilla

GNU General Public License v3.0
25 stars 1 forks source link

[BUG] Cannot Load GUI #20

Open searay345 opened 3 days ago

searay345 commented 3 days ago

Is there an existing issue for this?

Current Behavior

I just updated to the latest image of FileZilla. I'm running this on a Pi 4 inside OpenMediaVault with Docker. Everything was working great before the update. I checked the logs and have an error I haven't seen before. Any help with a fix would be awesome. Thanks!

As a side note, I use other linuxserver.io images bundled with KasmVNC (ie LibreOffice and GIMP) and have no issues with their latest updates.

Expected Behavior

GUI should open.

Steps To Reproduce

In OMV, Inside Docker, copied compose file text into docker-compose GUI.

Environment

- OS: OMV 7 (latest)
- How docker service was installed: OMV's Manager

CPU architecture

arm64

Docker creation

services:
  filezilla:
    image: linuxserver/filezilla:latest
    container_name: filezilla
    environment:
      - PUID=998
      - PGID=100
      - TZ=America/Detroit
    volumes:
      - /my/server/path/Config/FileZilla:/config
    ports:
      - 3006:3000
      - 3007:3001
    restart: unless-stopped

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:    998
User GID:    100
───────────────────────────────────────
[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.2.0 - built Jun 26 2024 20:28:24
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

Obt-Message: Xinerama extension is not present on the server
Reading locale option from /config/.config/filezilla/filezilla.xml
MESA: error: ZINK: vkCreateInstance failed (VK_ERROR_INCOMPATIBLE_DRIVER)
glx: failed to create drisw screen
github-actions[bot] commented 3 days ago

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

searay345 commented 2 days ago

Ok this is interesting. I also have the Firefox image. And guess what, I'm now getting the same error on the Firefox image too. Looking at other images I run, ie GIMP and LibreOffixe, I am not seeing that failed to create drisw screen error in their logs.