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.
I'm using Sabnzbd 0.4.12 on Ubuntu 9.10 (Desktop). I'm trying to get it to listen to 192.168.0.2 (the ip address of my server) instead of localhost, but both 0.0.0.0 and the ip address won't work. Everytime I restart Sab, it'll use the localhost again. I tried to set it by hand in my sabnzbd.ini, but it resets to localhost.
If anyone has an idea, I'd welcome it
Last edited by neographikal on November 14th, 2009, 11:52 am, edited 1 time in total.
The meaning of 0.0.0.0 is listen on all available host addresses.
This should be localhost and the IP.
For some reason this does not work on Ubuntu 9.10.
shypike wrote:
The meaning of 0.0.0.0 is listen on all available host addresses.
This should be localhost and the IP.
For some reason this does not work on Ubuntu 9.10.
If I put in my external ip (192.168.0.2) it just resets. Sabnzbd won't listen to anything else than localhost on my Ubuntu install.
Bingo, found it. /etc/init.d/sabnzbd contains a link to /etc/default/sabnzbdplus. It is there where the networksettings are stored and used. This occurs at Ubuntu 9.10 and with the box-standard sabnzbd package (apt-get install sabnzbd)
neographikal wrote:
Bingo, found it. /etc/init.d/sabnzbd contains a link to /etc/default/sabnzbdplus. It is there where the networksettings are stored and used. This occurs at Ubuntu 9.10 and with the box-standard sabnzbd package (apt-get install sabnzbd)
Thanks, editing this file solved my problem of the host name getting reset after restarting the deamon.