February 10, 201115 yr Hi , I've followed instructions here http://www.lockstockmods.net/2010/06/03/unraid-with-sabnzbd-and-sickbeard/ to install sabnzb. Since i dont have cache drive (free version of unraid 5 beta) , I've installed all in mnt/disk1/.custom This go script don't work for me (attached image) , but when I run each row manually , SABnzbd works and sickbeard gives error (attached error.jpg) Can you please explain : 1. How to fix script to run auto each boot. 2. Explain why sickbeard dont work ? thx !
February 10, 201115 yr First thing I noticed was that instead of 'installpkg' you have 'installpgk'...
February 10, 201115 yr Another thing....in the lockstock instructions, your go script should be python /mnt/disk1/.custom/sabnzbd/SABnzbd.py -d -s 192.168.0.50:88 . you have SAB in lowercase instead of in caps.
February 10, 201115 yr Author Thank you all. updated my script to be case sensitive , still didnt manage to activate it. But when I run everything manually , see the error I get from sickbeard (sabnzbd works) Sickbeard still don't work.
February 10, 201115 yr Author What version of sickbeard are you running? I don't know , I followed instructions and downloaded it from here wget http://github.com/midgetspy/Sick-Beard/tarball/master
February 11, 201115 yr Just noticed another thing. The most current SABDependicies is 2.1 not 1.3. That might be causing the latest version of SB not to work. The guide at lockstockmods has not been updated in some time. Follow the guide set up by the users here in the wiki. That one should work for you. If you do not want CouchPotato, just skip those steps.
February 11, 201115 yr Linux is case sensitive (and spelling sensitive too). Those install instructions are outdated. You need to use this dependencies file; http://www.bibliognome.com/unraid/SABnzbdDependencies-2.1-i486-unRAID.tgz Found here; http://lime-technology.com/forum/index.php?topic=2903.msg30274#msg30274 Those instructions also likely linked you to SAB vs 0.5.4 and the newest version is 0.5.6 (or maybe even newer now, it was that rev last time I checked). You also need to run these programs on a port higher than 1024, not 88 like you're trying to use. Run the command line for SAB with the -s IP:Port switch and SAB will create a config.ini file with the IP and port. However, don't put that switch into the go file. Just use the -d option only. Then, you can change the IP and port inside SAB in the config settings. Finally, use this line "python /mnt/disk1/.custom/sickbeard/SickBeard.py --daemon" instead for Sickbeard. Peter
February 11, 201115 yr A little late since you already installed things, but if you want to start from scratch here is a wiki entry for installing that's up to date. http://lime-technology.com/wiki/index.php?title=Install_Python_based_servers
February 11, 201115 yr Author Thank you both guys. I've followed the directions , Since there is parity sync now , I don't want to reboot my unRAID , so I manually ran these commands instead of waiting for reboot and go script. cd /mnt/disk1/.custom installpkg /boot/packages/SABnzbdDependencies-2.1-i486-unRAID.tgz python /mnt/disk1/.custom/sabnzbd/SABnzbd.py -d python /mnt/disk1/.custom/sickbeard/SickBeard.py --daemon python /mnt/disk1/.custom/CouchPotato/CouchPotato.py -d I didn't get any error , Sickbeard and CouchPotato load , but SABnzbd gives error on tower:8080 that it can't connect. Attached syslog Thank you for your support syslog.txt
February 11, 201115 yr Author Thank you both guys. I've followed the directions , Since there is parity sync now , I don't want to reboot my unRAID , so I manually ran these commands instead of waiting for reboot and go script. cd /mnt/disk1/.custom installpkg /boot/packages/SABnzbdDependencies-2.1-i486-unRAID.tgz python /mnt/disk1/.custom/sabnzbd/SABnzbd.py -d python /mnt/disk1/.custom/sickbeard/SickBeard.py --daemon python /mnt/disk1/.custom/CouchPotato/CouchPotato.py -d I didn't get any error , Sickbeard and CouchPotato load , but SABnzbd gives error on tower:8080 that it can't connect. Attached syslog Thank you for your support I've solved this by changing the port to 8082. python /mnt/disk1/.custom/sabnzbd/SABnzbd.py -d -s 0.0.0.0:8082
Archived
This topic is now archived and is closed to further replies.