Replies: 1 comment
-
Thanks for the update |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey guys,
My container stopped working around a week ago, haven't changed anything with the container but may have coincided with a system wide update so not sure. Running latest version on a raspberry pi (diet-pi), hooking up to PIA.
What was happening is it appears to load 90% of the way fine, then just before it looks like it was to finish, exits due to a ping timeout error - "Inactivity timeout (--ping-restart), restarting".
Tried all sorts of things to try and fix the issue with my existing config (longer ping times, change of servers, new ovpn files, different openvpn configs) but nothing would work. Eventually spun up another fresh container and it worked straight away.
Tracked down the difference to if transmission is either run as root (uid:0, gid:0) vs a standard user (uid:1000, gid:1000). Seems to run fine as root and not sure if it matters if it does, but anyone hazard a guess as to why this config stopped working and any solutions ?
edit: this temporary fix also seems to fix the issue - #2532
seems to be related to the timing out due to how long it takes to apply owner and permissions to all the files, which does take quite a while on my system - NFS network mount. Takes no time at all when running as root.
second edit: So think I may have found the problem. Had a folder on the network share that had thousands of little files. Setting permissions on those files was causing it to take ages to complete, and led to the timeout error. Was going to delete this question but will leave it here for others in case they run into the same issue.
thanks
T
Beta Was this translation helpful? Give feedback.
All reactions