Clean install 0.8.0Beta3 on CentOS 7, host: 0.0.0.0 issues

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.
groentebroer
Newbie
Newbie
Posts: 40
Joined: July 1st, 2008, 8:47 am

Re: Clean install 0.8.0Beta3 on CentOS 7, host: 0.0.0.0 issu

Post by groentebroer »

Hi Sander,

It is a CentOS 7 machine and I use it as Router/Gateway at home (Physical machine).
No VPN connections on the machine or something.

Two physical Ethernet interfaces: enp4s0 and enp5s0, where enp5s0 is for the local lan and enp4s0, is the interface where the ppp0 connection is made over to my (bridged) network modem.

Relevent part from ifconfig (not all docker containers)

Code: Select all

enp4s0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        ether d0:50:99:5b:c9:1e  txqueuelen 1000  (Ethernet)

enp5s0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 192.168.106.254  netmask 255.255.255.0  broadcast 192.168.106.255
        ether d0:50:99:5b:c9:1f  txqueuelen 1000  (Ethernet)
 
lo: flags=73<UP,LOOPBACK,RUNNING>  mtu 65536
        inet 127.0.0.1  netmask 255.0.0.0
        loop  txqueuelen 0  (Local Loopback)
 
ppp0: flags=4305<UP,POINTOPOINT,RUNNING,NOARP,MULTICAST>  mtu 1492
        inet 77.<scrubbed>  netmask 255.255.255.255  destination 195.<scrubbed>
        ppp  txqueuelen 3  (Point-to-Point Protocol)
User avatar
sander
Release Testers
Release Testers
Posts: 9062
Joined: January 22nd, 2008, 2:22 pm

Re: Clean install 0.8.0Beta3 on CentOS 7, host: 0.0.0.0 issu

Post by sander »

Some more remarks / long shots:

- Ah: a PPP connection. That explains the private private IPv4 = public IPv4. And maybe the 0.0.0.0 problem (although I don't understand why we can't reproduce it in the python code I gave you and and you ran)
- what if you fill out "::" as SABnzbd Host, and restart?
- If the problem is only with the logging (your hypothesis, right?): What if you just comment out "raise exc" / replace with a dummy (log) command? Maybe the if exc / raise exc is just causing noise?
groentebroer
Newbie
Newbie
Posts: 40
Joined: July 1st, 2008, 8:47 am

Re: Clean install 0.8.0Beta3 on CentOS 7, host: 0.0.0.0 issu

Post by groentebroer »

Sorry, busy with holiday and stuff!
Will get back on it in the new year! Happy new year!
Post Reply