Page 1 of 1

"host" property not recognized in sabnzbd.ini or command line

Posted: October 5th, 2010, 4:04 pm
by ezwhip
Hi all-

Trying to get sabnzbd 0.5.4 up and running on FreeBSD 8.1 (installed from ports). I want the app to bind to 10.0.1.20:8888, so i have this in the .ini as:

Code: Select all

host = 10.0.1.20
port = 8888
However, upon startup, the console shows:

Code: Select all

Looking up localhost:8888
Making HTTP connection to localhost:8888
Alert!: Unable to connect to remote host.

lynx: Can't access startfile http://localhost:8888/sabnzbd
So, it's reading the port, but not the host. I also tried setting this from the c/l as "SABnzbd.py -s 10.0.1.20:8888", with the same results.

Any ideas?

Thanks in advance.

Re: "host" property not recognized in sabnzbd.ini or command line

Posted: October 5th, 2010, 4:43 pm
by shypike
Have you tried the special address 0.0.0.0 ?

Re: "host" property not recognized in sabnzbd.ini or command line

Posted: October 5th, 2010, 6:04 pm
by ezwhip
Just tried that, same behavior.  ???

Re: "host" property not recognized in sabnzbd.ini or command line

Posted: October 5th, 2010, 9:44 pm
by ezwhip
Never mind, was apparently running an old 4.x version. All better.