Help on Debian Lenny Mipsel

Support for the Debian/Ubuntu package, created by JCFP.
Forum rules
Help us help you:
  • Are you using the latest stable version of SABnzbd? Downloads page.
  • 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
humba
Newbie
Newbie
Posts: 1
Joined: July 27th, 2010, 7:27 pm

Help on Debian Lenny Mipsel

Post 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
Last edited by humba on July 27th, 2010, 8:22 pm, edited 1 time in total.
User avatar
jcfp
Release Testers
Release Testers
Posts: 989
Joined: February 7th, 2008, 12:45 pm

Re: Help on Debian Lenny Mipsel

Post 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.
Post Reply