Get help with all aspects of SABnzbd
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.
sander
Release Testers
Posts: 9429 Joined: January 22nd, 2008, 2:22 pm
Post
by sander » March 2nd, 2014, 1:57 pm
Well, that looks good.
Last shot: do you run a firewall?
Post back the results.
peaveyman
Newbie
Posts: 11 Joined: February 28th, 2014, 12:52 pm
Post
by peaveyman » March 2nd, 2014, 2:00 pm
sudo iptables -L -n
[sudo] password for ****:
Chain INPUT (policy ACCEPT)
target prot opt source destination
Chain FORWARD (policy ACCEPT)
target prot opt source destination
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
sander
Release Testers
Posts: 9429 Joined: January 22nd, 2008, 2:22 pm
Post
by sander » March 2nd, 2014, 2:05 pm
So, no firewall settings. Good. But that means I'm out of ideas. Long shot:
Does you sabnzbd.log say:
Code: Select all
2014-03-02 19:53:38,106::INFO::[_cplogging:55] [02/Mar/2014:19:53:38] ENGINE Serving on 0.0.0.0:9090
2014-03-02 19:53:38,209::INFO::[_cplogging:55] [02/Mar/2014:19:53:38] ENGINE Serving on 0.0.0.0:8080
If you stop sabnzbd, are all the entries 8080 and 9090 gone from the netstat command?
peaveyman
Newbie
Posts: 11 Joined: February 28th, 2014, 12:52 pm
Post
by peaveyman » March 2nd, 2014, 2:14 pm
2014-03-02 10:29:44,687::INFO::[_cplogging:55] [02/Mar/2014:10:29:44] ENGINE Serving on 0.0.0.0:8080
2014-03-02 10:29:44,790::INFO::[_cplogging:55] [02/Mar/2014:10:29:44] ENGINE Serving on ::1:8080
2014-03-02 10:29:44,892::INFO::[_cplogging:55] [02/Mar/2014:10:29:44] ENGINE Serving on ::1:9090
2014-03-02 10:29:44,995::INFO::[_cplogging:55] [02/Mar/2014:10:29:44] ENGINE Serving on 0.0.0.0:9090
Yes, when I stop SAB the entries are gone from the netstat command.
sander
Release Testers
Posts: 9429 Joined: January 22nd, 2008, 2:22 pm
Post
by sander » March 2nd, 2014, 2:20 pm
Maybe the ::1 are causing the problem?
What is the output of:
Here's mine:
Code: Select all
$ grep port ~/.sabnzbd/sabnzbd.ini
https_port = 9090
port = 8080
port = 119
peaveyman
Newbie
Posts: 11 Joined: February 28th, 2014, 12:52 pm
Post
by peaveyman » March 2nd, 2014, 2:24 pm
Strange, when I run the command as user I get /home/****/.sabnzbd/sabnzbd.ini: No such file or directory
Arch installs SAB to /opt if that makes a difference. That is where the sabnzbd.ini file is.