FreeNAS and SABNZBD/Sickbeard

Status
Not open for further replies.

SevenOut

Dabbler
Joined
Mar 17, 2013
Messages
13
Hello Everyone,

I have been working with freenas a couple weeks now. I can't seem to get SABNZBD to work with it. I have an older system that I have dedicated to this NAS. It has a Gigabyte 965P-DS3 v3 mobo, Dual Core 2.4 ghz, 8 gigs Ram, and 4 WD 3TB Reds. I have been able to get freenas (latest version 8.3.1) installed on a 8 gb flash drive and have built a raid Z1 which turns out to be around a 8 TB drive. I downloaded all the plug ins and created the jail, but for the life of me when I try to launch Sabnzbd I get a page not found message. I have followed this guide to the "t", and it makes sense as I go through it, but I just don't get the final result.

http://mybroadband.co.za/vb/showthr...-SABnzbd-Sickbeard-and-Headphones-Setup-Guide

After working with this for a couple weeks with no success, I thought I would try WHS 2011 and see If I would have more success with it. But after installing that I found that there is no software raid support with it since they took out drive extender.

Has anyone had any success with getting Sabnzbd to run on your Freenas 8.3.1? I really hope to be able them to work together.

Thanks in advance, for any advice or direction you can provide!
 

Caesar

Contributor
Joined
Feb 22, 2013
Messages
114
I have Sab running fine on my box. I am running 8.3.0. You are trying to connect to your jail ip and not your server ip correct? I would log into the jail and run these command to make sure sab is running and listening for TCP traffic

Code:
Plugins# service -e
/etc/rc.d/cleanvar
/etc/rc.d/newsyslog
/etc/rc.d/syslogd
/etc/rc.d/virecover
/usr/local/etc/rc.d/sabnzbd
/etc/rc.d/motd
/usr/local/etc/rc.d/mysql-server
/etc/rc.d/sendmail
/etc/rc.d/cron


Plugins# /usr/local/etc/rc.d/sabnzbd status
sabnzbd is running as 37240


Plugins# sockstat
USER     COMMAND    PID   FD PROTO  LOCAL ADDRESS         FOREIGN ADDRESS
media    python     37240 8  tcp4   *:8080                *:*
media    python     37240 9  tcp6   ::1:8080              *:*
root     python     37089 3  tcp4   192.168.184.100:12346 *:*
mysql    mysqld     5515  10 tcp4   *:3306                *:*
mysql    mysqld     5515  12 stream /tmp/mysql.sock
root     cron       3074  4  dgram  -> /var/run/logpriv
root     syslogd    3012  4  dgram  /var/run/log
root     syslogd    3012  5  dgram  /var/run/logpriv
?        ?          ?     ?  tcp4   192.168.184.100:8080  192.168.184.1:50537
?        ?          ?     ?  tcp4   192.168.184.100:8080  192.168.184.1:50536
?        ?          ?     ?  tcp4   192.168.184.100:12346 192.168.184.148:48551
?        ?          ?     ?  tcp4   192.168.184.100:12346 192.168.184.148:51640
Plugins#


Sab's user account is media and here you see that it is listening on port 8080
 

SevenOut

Dabbler
Joined
Mar 17, 2013
Messages
13
Hey Caesar! Thanks for the reply. I'm very happy to read you have it running on your box. I just need to figure this out. I'm not sure which ip I was connecting to. I am reinstalling freenas and will see if i can follow along with your example. I remember on the prior install I was trying to connect to sab like this... my ip was a number like this.. 192.168.1.100 and I was trying to see sab this way... 192.168.1.100:8080

I notice python in your code, is that automatically installed with freenas or something I need to install myself. I remember installing python on my windows based system before.

Thanks for the help!
 

Caesar

Contributor
Joined
Feb 22, 2013
Messages
114
Python is already installed and the IP for you PluginJail is going to be different that the one for your Server. For example my server IP is 192.168.184.148. My jail IP is 192.168.184.100 so Sab is running on 192.168.184.100:8080

Also you only need to complete step 2 Install all plugins and start them the site should be available once the plugin is started.
 

SevenOut

Dabbler
Joined
Mar 17, 2013
Messages
13
Awesome Info! Thanks Caesar, I have to run to work right now, but I can't wait to get home tonight and try this out.

I really appreciate your help. Will post an update tonight.
 

SevenOut

Dabbler
Joined
Mar 17, 2013
Messages
13
Awesome! Thanks Caesar, just reinstalled my jail and plugins. Thanks for the tip to only complete step 2 in that guide. I now can see SABNZBD through my jail ip. So I can just create all the folders I need manually than right? Instead of going through that shell window? Going to start tinkering with it, and see if I can set it up the way i knew it working in windows. I can't tell you how happy I was when I typed in my jail ip:8080 and the SAB wizard started.

Thanks again!
 

SevenOut

Dabbler
Joined
Mar 17, 2013
Messages
13
Well, I started the wizard and quickly came to a halt. When I test my usenet server address I get an invalid address message. I'm going to do some research and see If I can find an answer as I'm wondering If I am even able to connect out into the web at this stage.
 

SevenOut

Dabbler
Joined
Mar 17, 2013
Messages
13
Hmm, strange, I have sab set up on my windows pc so I know that my usenet server is working fine. I'm using the exact same settings for the server on the freenas side, but i get a "invalid server address" message. I almost feel like I'm not connected to the internet as when i try to update headphones or sickbeard I can't connect to their servers. But I am connected to my router with the freenas system, and I'm able to move around the GUI from this PC fine so I must be connected right?

This is an excerpt log from my Sickbeard attempt at updating the program...

2013-04-04 20:30:34.792381 MAIN :: Unable to find '/usr/pbi/sickbeard-amd64/data/config.ini' , all settings will be default!
2013-04-04 20:30:36.675759 CHECKVERSION :: Unable to contact github, can't check for update: IOError('socket error', gaierror(8, 'hostname nor servname provided, or not known'))
2013-04-04 20:30:36.677446 CHECKVERSION :: Check scene exceptions update failed. Unable to get URL: http://midgetspy.github.com/sb_tvdb_scene_exceptions/exceptions.txt
2013-04-04 20:30:36.754562 SEARCHQUEUE-RSS-SEARCH :: Error loading Womble's Index URL: http://nzb.isasecret.com/rss/?sec=TV&fr=false
2013-04-04 21:12:15.901643 CP Server Thread-5 :: Unable to contact github, can't check for update: IOError('socket error', gaierror(8, 'hostname nor servname provided, or not known'))
2013-04-04 21:12:15.902663 CP Server Thread-5 :: Unable to retrieve new version from https://github.com/midgetspy/Sick-Beard/tarball/master, can't update
2013-04-04 21:30:38.893699 SEARCHQUEUE-RSS-SEARCH :: Error loading Womble's Index URL: http://nzb.isasecret.com/rss/?sec=TV&fr=false
2013-04-04 22:13:14.329968 CP Server Thread-10 :: Unable to contact github, can't check for update: IOError('socket error', gaierror(8, 'hostname nor servname provided, or not known'))
2013-04-04 22:13:14.330560 CP Server Thread-10 :: Unable to retrieve new version from https://github.com/midgetspy/Sick-Beard/tarball/master, can't update
 

Caesar

Contributor
Joined
Feb 22, 2013
Messages
114

SevenOut

Dabbler
Joined
Mar 17, 2013
Messages
13
Awesome! Thanks Caesar!

My gateway settings were wrong, that video put me right on track. I can now see my servers. Unfortunately I have to go to work now, but at least I think the hard part is done now. I just need to set up my folders and such later.

I'm very glad that I came back to freenas now, I appreciate your kindness in helping me work this out!
 

SevenOut

Dabbler
Joined
Mar 17, 2013
Messages
13
Update, I have SAB and Sickbeard working beautifully on my freenas now. Big Thanks again to Caesar for his help. Today I tackle Couch Potato, seems to be a little tricky at the moment.
 
Status
Not open for further replies.
Top