Page 2 of 2

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

Posted: December 23rd, 2015, 6:27 am
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)

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

Posted: December 23rd, 2015, 11:30 am
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?

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

Posted: December 31st, 2015, 3:00 am
by groentebroer
Sorry, busy with holiday and stuff!
Will get back on it in the new year! Happy new year!