Search found 6 matches

by whytewolf
July 13th, 2012, 5:51 pm
Forum: General Help
Topic: SAB ignoreing host setting in conf [solved]
Replies: 27
Views: 10880

Re: SAB ignoreing host setting in conf [solved]

Ubuntu Server: sander@toverdoos:~$ host `uname -n` Host toverdoos not found: 3(NXDOMAIN) sander@toverdoos:~$ So my Ubuntu Server is bad? I think so. This is from the manpage of uname: -n, --nodename print the network node hostname AFAIK, a network node name is just that: the name of the network nod...
by whytewolf
July 13th, 2012, 5:48 pm
Forum: General Help
Topic: SAB ignoreing host setting in conf [solved]
Replies: 27
Views: 10880

Re: SAB ignoreing host setting in conf [solved]

Hmmm, you're right about the logging, only logging isn't active. I'll see what I can do. What I find hard to understand the cavalier approach that Linux distros have towards setting up a proper node name. "uname -n" should give a name that resolves to the IP address of the system. On many...
by whytewolf
July 13th, 2012, 3:08 pm
Forum: General Help
Topic: SAB ignoreing host setting in conf [solved]
Replies: 27
Views: 10880

Re: SAB ignoreing host setting in conf

Eureka!!! once i saw this line i knew exactly what was wrong. info = socket.getaddrinfo(socket.gethostname(), None) since it was a private server. it's internal hostname for the entire system was set to a nonsensical word not the actual hostname. and since i was lazy that was not put into the host f...
by whytewolf
July 12th, 2012, 11:12 pm
Forum: General Help
Topic: SAB ignoreing host setting in conf [solved]
Replies: 27
Views: 10880

Re: SAB ignoreing host setting in conf

So what happens if you specify "::" as the host address? What does SABnzbd spit out on the command line? Here's the output of SABnzbd with :: on Linux: 2012-07-12 23:08:31,800::INFO::[SABnzbd:1472] Starting web-interface on :::8080 2012-07-12 23:08:31,801::INFO::[_cplogging:55] [12/Jul/20...
by whytewolf
July 12th, 2012, 3:28 pm
Forum: General Help
Topic: SAB ignoreing host setting in conf [solved]
Replies: 27
Views: 10880

Re: SAB ignoreing host setting in conf

::1 is the loopback address in ipv6 not a global address, my primary goal is setting up on ipv6. as for the ip. yes it is the correct ip. I have also tried the local host. the ip is correct. I have updated it several times to a few of the servers ip addresses. copied directly out of ifconfig. and ye...
by whytewolf
July 12th, 2012, 1:45 pm
Forum: General Help
Topic: SAB ignoreing host setting in conf [solved]
Replies: 27
Views: 10880

SAB ignoreing host setting in conf [solved]

Version: 0.7.1 OS: CentOS 6.2 Install-type: Sab repo Skin (if applicable): NA Firewall Software: iptables Are you using IPV6? yes I'm having an issue with 0.7.0 and 0.7.1. once I updated to these versions my host setting is compleatly ignored. 0.7.0 ignored only the ipv6 addresses. 0.7.1 ignores all...