Comment 6 for bug 309542

Revision history for this message
kickaha (kickaha-the-trickster) wrote :

Thanks agriffis!

If the interface is up, maybe you have the firewall blocking localhost interface.
In my case the problem was solved adding a couple of firewall rules:
iptables -A INPUT -i lo -j ACCEPT
iptables -A OUTPUT -o lo -j ACCEPT