Freenas 0.7 and SABnzb 0.5 Beta 6 experience

Questions and bug reports for Beta releases should be posted here.
Forum rules
Help us help you:
  • Tell us what system you run SABnzbd on.
  • Adhere to the forum rules.
  • Do you experience problems during downloading?
    Check your connection in Status and Interface settings window.
    Use Test Server in Config > Servers.
    We will probably ask you to do a test using only basic settings.
  • Do you experience problems during repair or unpacking?
    Enable +Debug logging in the Status and Interface settings window and share the relevant parts of the log here using [ code ] sections.
Post Reply
jivey
Newbie
Newbie
Posts: 5
Joined: April 20th, 2009, 9:27 pm

Freenas 0.7 and SABnzb 0.5 Beta 6 experience

Post by jivey »

I created a new directory and ran SABnzbd 0.5 Beta-6 instead of doing an upgrade.  When trying to install I was receiving sqlite3 errors, so I ran "pkg_add -r py25-sqlite3.tbz" which fixed the issue.  I started the SAB wizard and it failed at step 4.  I get this error.

Code: Select all

Traceback (most recent call last):
  File "/mnt/Disk1/SABnzbd/cherrypy/_cprequest.py", line 618, in respond
    cherrypy.response.body = self.handler()
  File "/mnt/Disk1/SABnzbd/cherrypy/_cpdispatch.py", line 25, in __call__
    return self.callable(*self.args, **self.kwargs)
  File "/mnt/Disk1/SABnzbd/sabnzbd/wizard.py", line 192, in five
    info['access_url'], info['urls'] = self.get_access_info()
  File "/mnt/Disk1/SABnzbd/sabnzbd/wizard.py", line 209, in get_access_info
    addresses = socket.getaddrinfo(host, None)
gaierror: (8, 'hostname nor servname provided, or not known')
I believe this is error is do to freenas and hosts file.  I am going to add the IP to the hosts file so it can be bound to the external nic; otherwise it binds to 127.0.0.1.
dalek
Newbie
Newbie
Posts: 12
Joined: December 31st, 2009, 4:54 am

Re: Freenas 0.7 and SABnzb 0.5 Beta 6 experience

Post by dalek »

Also check /etc/resolv.conf . For external access, it might be better to bind to localhost and portforward via ssh.
jivey
Newbie
Newbie
Posts: 5
Joined: April 20th, 2009, 9:27 pm

Re: Freenas 0.7 and SABnzb 0.5 Beta 6 experience

Post by jivey »

I tried adding my external IP and host name to the host file and it did not help, so I skipped the rest of the wizard setup.  I have not found any errors so far other than the setup wizard.
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: Freenas 0.7 and SABnzb 0.5 Beta 6 experience

Post by shypike »

jivey wrote: I started the SAB wizard and it failed at step 4.  I get this error.
Did you click on the "Test Server" button?
That's a known issue in Beta6, as in: it doesn't work.
Clay
Release Testers
Release Testers
Posts: 25
Joined: February 2nd, 2009, 5:34 pm

Re: Freenas 0.7 and SABnzb 0.5 Beta 6 experience

Post by Clay »

make sure you add the host via the web gui, otherwise it will be overwritten.
jivey
Newbie
Newbie
Posts: 5
Joined: April 20th, 2009, 9:27 pm

Re: Freenas 0.7 and SABnzb 0.5 Beta 6 experience

Post by jivey »

shypoke - I could not find the "Test Server" button, so I assume this is part of the wizard.

Clay - I looked and my IP was in [Config - General - SABnzbd host:].  Are you saying if you do an upgrade and don't retype your ip/host name during the wizard it will be wiped out?
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: Freenas 0.7 and SABnzb 0.5 Beta 6 experience

Post by shypike »

If you still have a  valid sabnzbd.ini file on your system,
an upgraded SABnzbd will use it and skip the Wizard.

The "Test Server" button is in Config->Servers (near the "Save" button).
Post Reply