linuxserver / docker-filezilla

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

[BUG] FileZilla window takes ~5 minutes to appear #17

Closed fl0wfr closed 5 months ago

fl0wfr commented 7 months ago

Is there an existing issue for this?

Current Behavior

KasmVNC page is loaded instantly but FileZilla window takes ~5 minutes to appear.

Expected Behavior

No response

Steps To Reproduce

Pulled the latest image (was working with 3.60 image).

Environment

- OS: Rocky Linux 9
- How docker service was installed: I followed Docker engine install from docker.com.

CPU architecture

x86-64

Docker creation

docker run \
        --name=filezilla \
        --hostname=filezilla \
        --env=PUID=1000 \
        --env=PGID=1000 \
        --env=TZ=Europe/Paris \
        --env=START_DOCKER=true \
        --env=TITLE=Filezilla \
        --env=DRINODE=/dev/dri/renderD128 \
        --env=LC_ALL=fr_FR.UTF-8 \
        --volume=/volumes/data:/data \
        --volume=/docker/FileZilla:/config \
        -p 3000:3000 \
        --expose=3001 \
        --restart=unless-stopped \
        --device /dev/dri:/dev/dri \
        --detach=true \
        docker.io/linuxserver/filezilla:latest

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:    1000
───────────────────────────────────────
**** creating video group videou24m with id 998 ****
**** adding /dev/dri/renderD128 to video group videou24m with id 998 ****
**** creating video group videor7m4 with id 39 ****
**** adding /dev/dri/card1 to video group videor7m4 with id 39 ****
**** permissions for /dev/dri/card0 are good ****
[custom-init] No custom files found, skipping...
_XSERVTransmkdir: ERROR: euid != 0,directory /tmp/.X11-unix will not be created.
Xvnc KasmVNC 1.2.0 - built Feb 17 2024 18:44:55
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
[ls.io-init] done.
The XKEYBOARD keymap compiler (xkbcomp) reports:
> Warning:          Could not resolve keysym XF86CameraAccessEnable
> Warning:          Could not resolve keysym XF86CameraAccessDisable
> Warning:          Could not resolve keysym XF86CameraAccessToggle
> Warning:          Could not resolve keysym XF86NextElement
> Warning:          Could not resolve keysym XF86PreviousElement
> Warning:          Could not resolve keysym XF86AutopilotEngageToggle
> Warning:          Could not resolve keysym XF86MarkWaypoint
> Warning:          Could not resolve keysym XF86Sos
> Warning:          Could not resolve keysym XF86NavChart
> Warning:          Could not resolve keysym XF86FishingChart
> Warning:          Could not resolve keysym XF86SingleRangeRadar
> Warning:          Could not resolve keysym XF86DualRangeRadar
> Warning:          Could not resolve keysym XF86RadarOverlay
> Warning:          Could not resolve keysym XF86TraditionalSonar
> Warning:          Could not resolve keysym XF86ClearvuSonar
> Warning:          Could not resolve keysym XF86SidevuSonar
> Warning:          Could not resolve keysym XF86NavInfo
Errors from xkbcomp are not fatal to the X server
Obt-Message: Xinerama extension is not present on the server
Reading locale option from /config/.config/filezilla/filezilla.xml
 2024-02-23 09:25:44,545 [INFO] websocket 0: got client connection from 127.0.0.1
 2024-02-23 09:25:44,564 [PRIO] Connections: accepted: @192.168.0.5_1708676744.545630::websocket
 2024-02-23 09:27:41,912 [PRIO] Connections: closed: @192.168.0.5_1708676744.545630::websocket (Clean disconnection)
 2024-02-23 09:27:42,270 [INFO] websocket 1: got client connection from 127.0.0.1
 2024-02-23 09:27:42,279 [PRIO] Connections: accepted: @192.168.0.5_1708676862.270978::websocket
github-actions[bot] commented 7 months ago

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

LinuxServer-CI commented 6 months ago

This issue has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions.

homerr commented 5 months ago

I've tried to replicate this issue without success. If you don't need it to run DinD then I'd recommend omitting the --env=START_DOCKER=true \ arguments and just set it up with the minimal config stated on the readme.

If you are still having trouble please visit us in Discord, it is a better source of support for this type of issue.