June 28, 201511 yr Nothing, as far as I know. I log into my windows machine every time I boot up. I'd prefer not to have to mess with WCM to resolve this, as I'll have to remember to do it on all machines, now and forever more. A docker-side fix is much preferred, if possible.
June 28, 201511 yr Author Hey guys. I'm using delugevpn with the builtin scheduler plugin. Has anyone else noticed that the plugin becomes disabled after a container restart? If so, is there a way to make it stick? John hi johnodon, not noticed that myself and i have been using the scheduler religiously for about 8 months now, i have an isp thats restrictive during the daytime so i have to make sure it works correctly, which *touch wood* it has done. im not sure what to suggest really, maybe check file/folder permissions and also check the log files for anything suspicious.
June 28, 201511 yr Author hi justinchase, give it another update when you get the chance, long story short, i reverted a change i made to the base image which undid the set group to "users" but i think this change is actually ok and the issue i was seeing was related to an unraid bug i posted about sometime ago, so ive put the code back in, this along with the change i made to the supervisor child process umask SHOULD (fingers crossed) fix the issue, let me when when you can, no rush mate :-)
June 29, 201511 yr Worked perfectly. I just finished a download and was able to rename/move it without issue. Thank you so very much for all your excellent support!
June 29, 201511 yr Author Worked perfectly. I just finished a download and was able to rename/move it without issue. Thank you so very much for all your excellent support! no probs, glad i can tick this one off :-)
June 29, 201511 yr Author Hey i am using your Plex docker. It now comes and say theres is a update and i should install it manual. Is this correct or should i wait to there is a update in the docker section on unraid? see FAQ Q2. on OP
June 29, 201511 yr Author Is it possible to use my own legit SSL cert (key and pem) with Madsonic? I have it running great with the self signed cert but it's a pain adding exceptions in Chrome all the time, and I have the cert already, use it with the owncloud and nzbget dockers. let me look into that, i will get back to you.
June 29, 201511 yr Author I do some modification to my .ovpn file. I can connect to Deluge or sabnzb, but it's impossible to connect to my news provider or my torrent... Connection refuse... 2015-06-27 13:53:29,761 DEBG 'sabnzbd' stderr output: 2015-06-27 13:53:29,760::INFO::[newswrapper:233] Failed to connect: (110, 'timed out') [email protected]:80 Here is my .ovpn file : client dev tun proto udp remote gw1.yul1.slickvpn.com 443 ping 300 ping-restart 600 resolv-retry infinite nobind persist-key ca ca.crt tls-client remote-cert-tls server auth-user-pass credentials.conf verb 1 reneg-sec 0 crl-verify crl.pem keysize 256 cipher AES-256-CBC And my log file in attachment. hi can you please post the sabnzbdvpn supervisord.txt file, also you might want to try connecting to a different vpn gateway, maybe they dont allow connections from known vpn ip ranges. you say also you cant connect to any seeds/peers too, im assuming thats what you mean by " impossible to connect to my news provider or my torrent"?, if so can you also post your delugevpn supervisord.log file and i will take a look.
June 29, 201511 yr I having an issue with SAB where its not able to create my main media directory on my cache drive. I have /MediaDL in my SAB mapped to /Media on my cache drive. If the Media folder is already there (On the docker install, it created the directory) it has no issues creating the sub-folders and it works fine. But my mover runs nightly and it takes the whole /Media folder with it, and when it does that SAB can't create a new /Media/ directory on my cache drive for some reason. Any suggestions? I'm still seeing this issue and it looks like it not just the /Media folder, its the subfolders as well. When I edit the docker & save it without actually changing anything it works until the mover runs again. Any ideas? Edit: Same thing with Sonarr. It has a permissions error until I edit & save the docker. Then it works until the mover runs again.
June 29, 201511 yr Author I having an issue with SAB where its not able to create my main media directory on my cache drive. I have /MediaDL in my SAB mapped to /Media on my cache drive. If the Media folder is already there (On the docker install, it created the directory) it has no issues creating the sub-folders and it works fine. But my mover runs nightly and it takes the whole /Media folder with it, and when it does that SAB can't create a new /Media/ directory on my cache drive for some reason. Any suggestions? I'm still seeing this issue and it looks like it not just the /Media folder, its the subfolders as well. When I edit the docker & save it without actually changing anything it works until the mover runs again. Any ideas? Edit: Same thing with Sonarr. It has a permissions error until I edit & save the docker. Then it works until the mover runs again. TBH i wouldn't let mover near anything related to docker, mover was created back in the day to move files temporarily stored on cache to array, its not aware of docker or knows that you have created a volume mapping between the host and the docker container and thus can cause issues. If i were you i would create a cache-only share and use sabnzbd/sickbeard/couchpotato/sickrage to do the processing and moving of completed downloads, its MUCH safer than letting the dumb mover script do it for you.
June 29, 201511 yr Hey binhex, just updated the Plex Server docker and now entering a fatal state almost immediately /home/nobody/setup.sh: line 28: /opt/plexmediaserver/Plex Media Server: No such file or directory Not sure what would cause this when it was working 10 minutes ago..
June 29, 201511 yr 2015-06-29 18:36:53,619 DEBG fd 8 closed, stopped monitoring (stderr)> 2015-06-29 18:36:53,620 DEBG fd 6 closed, stopped monitoring (stdout)> 2015-06-29 18:36:53,620 INFO exited: plexmediaserver (exit status 127; not expected) 2015-06-29 18:36:53,620 DEBG received SIGCLD indicating a child quit 2015-06-29 18:36:56,624 INFO spawned: 'plexmediaserver' with pid 14 2015-06-29 18:36:56,633 DEBG 'plexmediaserver' stderr output: /home/nobody/setup.sh: line 28: /opt/plexmediaserver/Plex Media Server: No such file or directory 2015-06-29 18:36:56,634 DEBG fd 8 closed, stopped monitoring (stderr)> 2015-06-29 18:36:56,634 DEBG fd 6 closed, stopped monitoring (stdout)> 2015-06-29 18:36:56,634 INFO exited: plexmediaserver (exit status 127; not expected) 2015-06-29 18:36:56,634 DEBG received SIGCLD indicating a child quit 2015-06-29 18:36:57,635 INFO gave up: plexmediaserver entered FATAL state, too many start retries too quickly
June 29, 201511 yr $ docker exec -it PlexServer bash ls shows there isn't even an opt directory. Creating this directory manually has no effect as it can not find the 'Plex Media Server' executable in this directory. #kick off main process exec '/opt/plexmediaserver/Plex Media Server' I can't be the only one experiencing this?
June 29, 201511 yr Down for me also .. $ docker exec -it PlexServer bash ls shows there isn't even an opt directory. Creating this directory manually has no effect as it can not find the 'Plex Media Server' executable in this directory. #kick off main process exec '/opt/plexmediaserver/Plex Media Server' I can't be the only one experiencing this?
June 29, 201511 yr Author ok all fixed, please force an update, you should also see your now up to date and running 0.9.12.4 of pms
June 29, 201511 yr Author no probs, was a little bump in service as i switched over to packer-color, this adds in support for AUR4 (see second post in thread) so now PMS and Sonarr (2.0.0.3243) are both up to date.
June 30, 201511 yr I just updated sabnzbd and now it's failing to start. Looks like the /opt folder inside the docker is empty.
June 30, 201511 yr damn, me too, SAB wont start (well, I can't access the GUI). I'm updating another docker right now, so I can't access unRAID until that finishes.
June 30, 201511 yr Plex is working, but Sabnzbd is not. /usr/sbin/python2: can't open file '/opt/sabnzbd/SABnzbd.py': [Errno 2] No such file or directory 2015-06-29 19:15:44,753 DEBG fd 8 closed, stopped monitoring (stderr)> 2015-06-29 19:15:44,753 DEBG fd 6 closed, stopped monitoring (stdout)> 2015-06-29 19:15:44,753 INFO exited: sabnzbd (exit status 2; not expected) 2015-06-29 19:15:44,753 DEBG received SIGCLD indicating a child quit 2015-06-29 19:15:45,754 INFO gave up: sabnzbd entered FATAL state, too many start retries too quickly
June 30, 201511 yr I JUST updated Sab tonight and it will start, but not run. The logs are attached SABNZBD.txt
June 30, 201511 yr Plex is working, but Sabnzbd is not. /usr/sbin/python2: can't open file '/opt/sabnzbd/SABnzbd.py': [Errno 2] No such file or directory 2015-06-29 19:15:44,753 DEBG fd 8 closed, stopped monitoring (stderr)> 2015-06-29 19:15:44,753 DEBG fd 6 closed, stopped monitoring (stdout)> 2015-06-29 19:15:44,753 INFO exited: sabnzbd (exit status 2; not expected) 2015-06-29 19:15:44,753 DEBG received SIGCLD indicating a child quit 2015-06-29 19:15:45,754 INFO gave up: sabnzbd entered FATAL state, too many start retries too quickly Same.... Sickbeard from Binhex also failing with similar error. 2015-06-29 21:06:10,535 DEBG fd 8 closed, stopped monitoring (stderr)> 2015-06-29 21:06:10,535 DEBG fd 6 closed, stopped monitoring (stdout)> 2015-06-29 21:06:10,535 INFO exited: sickbeard (exit status 2; not expected) 2015-06-29 21:06:10,535 DEBG received SIGCLD indicating a child quit 2015-06-29 21:06:13,539 INFO spawned: 'sickbeard' with pid 10 2015-06-29 21:06:13,547 DEBG 'sickbeard' stderr output: /usr/sbin/python2: can't open file '/opt/sickbeard/SickBeard.py': [Errno 2] No such file or directory
June 30, 201511 yr I updated sabnzbd and sickrage and now they both are not working correctly. Sabnzbd webui is not loading. Sickrage page is loading but no longer able to find shows when searching. Any one else having this problem? Both were working smoothly before the updates. 2015-06-29 23:52:41,658 DEBG fd 6 closed, stopped monitoring (stdout)> 2015-06-29 23:52:41,658 DEBG fd 8 closed, stopped monitoring (stderr)> 2015-06-29 23:52:41,658 INFO exited: sabnzbd (exit status 2; not expected) 2015-06-29 23:52:41,658 DEBG received SIGCLD indicating a child quit 2015-06-29 23:52:44,662 INFO spawned: 'sabnzbd' with pid 10 2015-06-29 23:52:44,676 DEBG 'sabnzbd' stderr output: /usr/sbin/python2: can't open file '/opt/sabnzbd/SABnzbd.py': [Errno 2] No such file or directory 2015-06-29 23:52:44,677 DEBG fd 8 closed, stopped monitoring (stderr)> 2015-06-29 23:52:44,677 DEBG fd 6 closed, stopped monitoring (stdout)> 2015-06-29 23:52:44,677 INFO exited: sabnzbd (exit status 2; not expected) 2015-06-29 23:52:44,677 DEBG received SIGCLD indicating a child quit 2015-06-29 23:52:45,678 INFO gave up: sabnzbd entered FATAL state, too many start retries too quickly I tried removing the container and image and recreated but get the same errors.
Archived
This topic is now archived and is closed to further replies.