June 14, 201214 yr Once you have access, attach your syslog, if you have a monitor connected also tell us what it says on the monitor. If it is stuck "starting..." you can do this to kill the process and see if everything comes up: ps aux | grep sabnzbd kill pid (replace pid with the pid from the previous command) Do the same for sickbeard. There should be two returns when running ps aux | grep sabnzbd, one will be the process for grep itself, so ignore that return, its the other one you want.
June 14, 201214 yr OK, tried re-downloading and put them in my config/plugins folder on the thumb drive, telnet in and run the command line - no joy, still get XML parse error and there is no entry in my syslog to say i have done anything at all Attaching what i have downloaded as requested - with.txt extension so they attach So what do i check next sickbeard_mod.plg.txt couchpotato_v2_mod.plg.txt sabnzbd_mod.plg.txt
June 14, 201214 yr Anybody have idea about this error ? I'm getting an error when trying to start sabnzbd. I have installed the influencer branch. Tried running as both root and nobody, changed the data and install path ownership to nobody.users. Any idea ? Exception in thread HTTPServer Thread-9: Traceback (most recent call last): File "/usr/lib/python2.6/threading.py", line 532, in __bootstrap_inner self.run() File "/usr/lib/python2.6/threading.py", line 484, in run self.__target(*self.__args, **self.__kwargs) File "/mnt/cache/apps/sabnzbd/cherrypy/process/servers.py", line 75, in _start_http_thread self.httpserver.start() File "/mnt/cache/apps/sabnzbd/cherrypy/wsgiserver/__init__.py", line 1644, in start raise socket.error, msg error: [Errno 13] Permission denied
June 14, 201214 yr I'm having an issue with couchpotato_v2_mod It installed fine, and appears to be working. The log says that it snatched the movie and it sent to sabnzbd successful, but it never shows up in sab. I have double checked all my settings and Sab api. Any suggestion of what else to check? Sent from my Kindle Fire using geneRom Tapatalk 2
June 14, 201214 yr Hi guys - I've been running with my current setup using the latest plugins for many months, and no problems after repeated re-boots. Weirdly, after a reboot today, SABnzbd and Sickbeard will not come up, either at boot or manually. I've tried re-installing the plugin, nothing and no process appears to run when started. I note during the startup (at boot) it shows error 21 no file at usr?? and what looks like an error sickbeard.py (sorry from memory here and I can't access the flash drive at the moment to show the syslog - going to leave it overnight, not sure if it's doing a disk check). Also the array now seems to hang and shows 'starting...' after bot but otherwise there are no errors. Any thoughts??!! Thanks, Alex I'm having this same issue. I removed all my plugins and added them back one by one until I found out that SABnzbd was causing the array to get stuck on "starting...". I am interested in a solution for this too!
June 15, 201214 yr I would need to see a syslog, and also if you have your server connected to a monitor, what the server says when its stuck starting. You should also be able to get this by running /etc/rc.d/rc.sabnzbd start Of course, if the problem is sab trying to start before the array comes up, if you issue this command afterwards, it should work fine If you run ps aux | grep sabnzbd and get the pid for the process and issue "kill 'pid' " replacing 'pid' with the actual pid(no quotes) the array should come up. Then running the above command should start sabnzbd. I can't reproduce this, so I'm having trouble finding the exact problem and fixing it, which is why I need the errors you are getting,
June 15, 201214 yr I would need to see a syslog, and also if you have your server connected to a monitor, what the server says when its stuck starting. You should also be able to get this by running /etc/rc.d/rc.sabnzbd start Of course, if the problem is sab trying to start before the array comes up, if you issue this command afterwards, it should work fine If you run ps aux | grep sabnzbd and get the pid for the process and issue "kill 'pid' " replacing 'pid' with the actual pid(no quotes) the array should come up. Then running the above command should start sabnzbd. I can't reproduce this, so I'm having trouble finding the exact problem and fixing it, which is why I need the errors you are getting, 1. I removed the sabnzbd plugin and copied it to my personal computer. 2. I rebooted my unraid server and it came back online with no issues. 3. I copied the sabnzbd plugin back to the plugins directory and ran installplg via telnet. 4. It installed fine and I proceeded to run /etc/rc.d/rc.sabnzbd start and I got this: root@Tower:/# /etc/rc.d/rc.sabnzbd start installing latest Version (0.7.0) tar: /tmp/SABnzbd-0.7.0-src.tar.gz: Cannot open: No such file or directory tar: Error is not recoverable: exiting now cp: cannot stat `/usr/local/SABnzbd-0.7.0/*': No such file or directory rm: cannot remove `/usr/local/SABnzbd-0.7.0': No such file or directory rm: cannot remove `/tmp/SABnzbd-0.7.0-src.tar.gz': No such file or directory Starting sabnzbd: sudo -u nobody python /usr/local/sabnzbd/SABnzbd.py -d -s 0.0.0.0:9095 --config-file /mnt/cache/.apps/sabnzbd --pid /var/run/sabnzbd > /dev/null 2>&1python: can't open file '/usr/local/sabnzbd/SABnzbd.py': [Errno 2] No such file or directory
June 15, 201214 yr Have you updated to the most recent plug-in, I fixed the download path yesterday I just tried the one from github and it works fine now. I was looking at the OP for updates and I don't think the new github page is mentioned there.
June 15, 201214 yr Its not, the OP hasn't been active in a while, so the plugins were adopted by me for updates, and then me and WW joined together to so we could add more functionality to the plug-ins, and release new plug-ins quicker,
June 15, 201214 yr Its not, the OP hasn't been active in a while, so the plugins were adopted by me for updates, and then me and WW joined together to so we could add more functionality to the plug-ins, and release new plug-ins quicker, Thanks for keeping this going, fyi the current sickbeard_mod.plg and sabnzbd_mod.plg is broken due to the original hosting lapsing and the icons getting broken. This has broken the wiki plugin page for the original plg's also. Might need to take the original png's and stick them in github to pull or such. For anyone needing an interm I have both icons on self hosting you can modify <URL>http://unraid.benjaminwaller.de/sabnzbd/sabnzbd.png</URL> to <URL>http://binfuser.com/unraid/sabnzbd.png</URL>
June 15, 201214 yr after a reboot like the previous poster, I was able to get sabnzbd up again with the update plugin. however, my sickbeard is no longer starting. i looked at the syslog and it shows that the sickbeard plugin successfully installed /var/run/sickbeard# ls sickbeard.pid root@:/var/run/sickbeard# cat sickbeard.pid pid root@:/var/run/sickbeard# /etc/rc.d/rc.sickbeard start root@:/var/run/sickbeard# thanks!
June 15, 201214 yr This is never ending. I just can't seem to get these all running smoothly for the entire community. I'll post some commands for you to try tomorrow. Too hard to type then from my phone. Sent from my HTC Vivid
June 15, 201214 yr Please do not get too discouraged. I for one can tell you they are all running brilliantly for me. I thank you and WW for your continued efforts. I upgraded my SAB plugin last night after noticing the update wasn't working. It went smoothly. Remember you will not hear much from those of that have no issues
June 15, 201214 yr The link for the sabnzbd.png is down. http://unraid.benjaminwaller.de/sabnzbd/sabnzbd.png Couldn't install the plg
June 15, 201214 yr Any ideas for help or where to start looking for my XML parse error issues (posts 769 & 776) Thanks
June 15, 201214 yr Kricker, I'm not gonna get discouraged, just exasperated. I know they work for the majority of users, its the errors I can't reproduce that are giving me the hard time. But we'll get there! Hilly, post the command your using to install the plugins. I checked out the ones you attached and they are fine. EDIT: I'll need the exact command your using, don't replace or shorten paths in your post. Also, the images being down is known, I was going to fix before I went to work but i forgot, ill fix when I get home. Sent from my HTC Vivid
June 15, 201214 yr Just tried that, same thing. /mnt/cache/apps/sabnzbd# ls -lah total 181K drwxrwxrwx 13 nobody users 728 2012-06-15 06:54 ./ drwxrwxrwx 3 nobody users 72 2012-06-13 07:13 ../ -rwxrwxrwx 1 nobody users 2.1K 2012-06-15 06:54 ABOUT.txt* -rwxrwxrwx 1 nobody users 7.8K 2012-06-15 06:54 CHANGELOG.txt* -rwxrwxrwx 1 nobody users 1.5K 2012-06-15 06:54 COPYRIGHT.txt* -rwxrwxrwx 1 nobody users 18K 2012-06-15 06:54 GPL2.txt* -rwxrwxrwx 1 nobody users 35K 2012-06-15 06:54 GPL3.txt* -rwxrwxrwx 1 nobody users 5.7K 2012-06-15 06:54 INSTALL.txt* -rwxrwxrwx 1 nobody users 4.4K 2012-06-15 06:54 ISSUES.txt* -rwxrwxrwx 1 nobody users 309 2012-06-15 06:54 PKG-INFO* -rwxrwxrwx 1 nobody users 1.5K 2012-06-15 06:54 README.txt* -rwxrwxrwx 1 nobody users 5.2K 2012-06-15 06:54 SABHelper.py* -rwxrwxrwx 1 nobody users 63K 2012-06-15 06:54 SABnzbd.py* -rwxrwxrwx 1 nobody users 421 2012-06-15 06:54 Sample-PostProc.cmd* -rwxrwxrwx 1 nobody users 433 2012-06-15 06:54 Sample-PostProc.sh* drwxrwxrwx 5 nobody users 1.2K 2012-06-15 06:54 cherrypy/ drwxrwxrwx 2 nobody users 1.1K 2012-06-15 06:54 email/ drwxrwxrwx 2 nobody users 176 2012-06-15 06:54 gntp/ drwxrwxrwx 2 nobody users 216 2012-06-15 06:54 icons/ drwxrwxrwx 8 nobody users 192 2012-06-15 06:54 interfaces/ drwxrwxrwx 2 nobody users 600 2012-06-15 06:54 licenses/ drwxrwxrwx 12 nobody users 288 2012-06-15 06:54 locale/ drwxrwxrwx 5 nobody users 120 2012-06-15 06:54 po/ drwxrwxrwx 3 nobody users 2.3K 2012-06-15 06:54 sabnzbd/ drwxrwxrwx 2 nobody users 112 2012-06-15 06:54 tools/ drwxrwxrwx 2 nobody users 144 2012-06-15 06:54 util/ ls -lah total 8.0K drwxrwxrwx 5 nobody users 192 2012-06-15 07:00 ./ drwxrwxrwx 3 nobody users 72 2012-06-13 07:13 ../ drwxrwxrwx 3 nobody users 80 2012-06-15 06:55 Downloads/ drwxrwxrwx 2 nobody users 240 2012-06-15 07:00 admin/ drwxrwxrwx 2 nobody users 120 2012-06-15 06:55 logs/ -rw------- 1 nobody users 2.6K 2012-06-15 07:00 sabnzbd.ini -rwxrwxrwx 1 nobody users 2.6K 2012-06-15 06:59 sabnzbd.ini.bak* Give both paths full permissions. Sent from my HTC Vivid
June 15, 201214 yr Syslog attached - thanks...! Re-installed using the latest plug-ins - all seems to be fine after a few re-boot tests. Appreciate you're continued efforts!
June 15, 201214 yr Attached is a pdf (sorry, dont know how to copy and paste out of putty) this is what i enter to install the plugins, and i get the same response each time. Sure it is something straight forward but i dont know where or how to start checking as this is new ground for me. install.pdf
June 15, 201214 yr Attached is a pdf (sorry, dont know how to copy and paste out of putty) this is what i enter to install the plugins, and i get the same response each time. Sure it is something straight forward but i dont know where or how to start checking as this is new ground for me. How did you download the .plg? Did you go to the github page and then from the code page, of each plug-in that you want, at the top right corner of the code there is a button that says "raw", right click on that button and save as.
June 15, 201214 yr Yes. The plugins have been checked by influencer - see post 794, the plugins are fine and so he asked for info on the exact command i was using hence the picture from my putty session. The plugins are in the correct folder on the thumb drive. Would attept to see what happens witha restart but got some drives clearing currently and i am away for most of this weekend so not able to deal with any fallout
Archived
This topic is now archived and is closed to further replies.