rdt-client icon indicating copy to clipboard operation
rdt-client copied to clipboard

Docker container hangs on startup "Setting permissions" "(unhealthy)"

Open kode54 opened this issue 8 months ago • 7 comments

What version are you using? Latest Docker image.

rogerfar/rdtclient                           latest                 216fb029fc63   5 days ago      235MB

Wat OS are you running? TrueNAS Scale 24.10.1

Are you using Docker or as a service? Docker

Which debrid provider are you using? real-debrid

Which downloader are you using? internal

Please attach a log file here with the log setting set to debug

2025-02-22 09:09:26.711825+00:00[migrations] started
2025-02-22 09:09:26.711879+00:00[migrations] no migrations found
2025-02-22 09:10:37.630585+00:00───────────────────────────────────────
2025-02-22 09:10:37.630623+00:00_____ __ __ _____ _____ _____ _____ 
2025-02-22 09:10:37.630633+00:00|     |  |  |   __|_   _|     |     |
2025-02-22 09:10:37.630649+00:00|   --|  |  |__   | | | |  |  | | | |
2025-02-22 09:10:37.630658+00:00|_____|_____|_____| |_| |_____|_|_|_|
2025-02-22 09:10:37.630666+00:00_____ __ __ _ __    ____  
2025-02-22 09:10:37.630691+00:00| __  |  |  | |  |  |    \ 
2025-02-22 09:10:37.630716+00:00| __ -|  |  | |  |__|  |  |
2025-02-22 09:10:37.630734+00:00|_____|_____|_|_____|____/ 
2025-02-22 09:10:37.630744+00:002025-02-22T09:10:37.630744585Z
2025-02-22 09:10:37.630753+00:00Based on images from linuxserver.io
2025-02-22 09:10:37.630761+00:00───────────────────────────────────────
2025-02-22 09:10:37.630781+00:002025-02-22T09:10:37.630781685Z
2025-02-22 09:10:37.630790+00:00To support LSIO projects visit:
2025-02-22 09:10:37.630798+00:00https://www.linuxserver.io/donate/
2025-02-22 09:10:37.630806+00:002025-02-22T09:10:37.630806742Z
2025-02-22 09:10:37.630814+00:00───────────────────────────────────────
2025-02-22 09:10:37.630828+00:00GID/UID
2025-02-22 09:10:37.630836+00:00───────────────────────────────────────
2025-02-22 09:10:37.634098+00:002025-02-22T09:10:37.634098898Z
2025-02-22 09:10:37.634123+00:00User UID:    568
2025-02-22 09:10:37.634145+00:00User GID:    568
2025-02-22 09:10:37.634156+00:00───────────────────────────────────────
2025-02-22 09:10:37.659731+00:00Setting permissions
2025-02-22 09:10:37.666059+00:00[custom-init] No custom files found, skipping...
2025-02-22 09:10:37.673670+00:00Setting permissions

What is happening The Docker startup script is hanging trying to recursively apply the abc:abc ownership permission to the /app folder inside the Docker image. It should only be applying ownership permissions to /data.

kode54 avatar Feb 22 '25 09:02 kode54