Page 1 of 1

Help on Debian Lenny Mipsel

Posted: July 27th, 2010, 7:30 pm
by humba
Hi guys, i installed SABnzbd on my Fritzbox 7270 with Debian Mipsel Based OS

on Starting SABnzbd i get some cherrypy? errors

Code: Select all

root@fritz:/home/SABnzbd-0.5.3# python SABnzbd.py 
Traceback (most recent call last):
  File "SABnzbd.py", line 1240, in <module>
    main()
  File "SABnzbd.py", line 843, in main
    cherryhost, cherryport, browserhost, https_port = get_webhost(cherryhost, cherryport, https_port)
  File "SABnzbd.py", line 446, in get_webhost
    info = socket.getaddrinfo(localhost, None)
socket.gaierror: (-2, 'Name or service not known')
can anyone help me out with this? would be great if sab runs on a fritzbox

and ist doesnt works with ubuntu ppa, i try it to install on mipsel based cpu not x86 or x64
thx

Re: Help on Debian Lenny Mipsel

Posted: July 28th, 2010, 8:34 am
by jcfp
humba wrote:

Code: Select all

    info = socket.getaddrinfo(localhost, None)
socket.gaierror: (-2, 'Name or service not known')
...hints the system has some kind of trouble resolving localhost. Check dns setup, /etc/hosts.
humba wrote:and ist doesnt works with ubuntu ppa, i try it to install on mipsel based cpu not x86 or x64
Pure python packages such as sabnzbd are architecture independent. That said, it isn't too likely to work on old debian releases without at least some minor changes, so just use the project's source releases and install the necessary dependencies manually.