Freenas 0.7 and SABnzb 0.5 Beta 6 experience
Posted: January 10th, 2010, 9:33 pm
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.
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.
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')