-
Notifications
You must be signed in to change notification settings - Fork 48
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
Start of script hangs for 20 minutes after WEBUI_PORT notation, then eventually starts #270
Comments
I just set up qbittorrentvpn and sabnzbdvpn containers on my TrueNAS Scale server for the first time and noticed that both of them take 18-20 minutes before supervisor starts and launches the qBittorrent or SABnzbd service. |
same behavior here, truenas scale too. |
Hmm i have seen a similar issue years ago on another system and if i remember correctly it was due to a weirdess with the docker driver being used, this is the code that is executing after WEBUI_PORT:-
My bet is that the chown is causing the issue here, it shouldn't do as its changing ownership on a very small number of files inside the container but i bet that's it. I would assume that after the first run it's ok though right?, the chown should not be run unless it's either the first run or you have changed the values for PUID and/or PGID. |
I'm assuming you guys are all running Docker Storage Driver 'overlay2' right?, take a look at the following:- |
Just got the same problem on a fresh pull (Truenas scale Dragonfish-24.04.2.2). |
Just an odditiy that I thought I'd document here since I don't see any other hits like it. This has been manifesting in TrueNAS Scale for most of the year. It wasn't like this always, just thought it pretty weird.
The text was updated successfully, but these errors were encountered: