* Ian Zimmerman <i...@buug.org> [2014-07-08 20:07:18 CEST]:
> Ian> socket(PF_INET, SOCK_STREAM, IPPROTO_IP) = 4
> Ian> fcntl(4, F_SETFL, O_RDONLY|O_NONBLOCK)  = 0
> Ian> setsockopt(4, SOL_SOCKET, SO_REUSEADDR, [1], 4) = 0
> Ian> setsockopt(4, SOL_SOCKET, SO_KEEPALIVE, [1], 4) = 0
> Ian> bind(4, {sa_family=AF_INET, sin_port=htons(0),
> Ian> sin_addr=inet_addr("127.0.1.1")}, 16) = 0 connect(4,
> Ian> {sa_family=AF_INET, sin_port=htons(6667),
> Ian> sin_addr=inet_addr("82.96.64.4")}, 16) = -1 EINVAL (Invalid
> Ian> argument)
> 
> And the winner is:
> 
> $ fgrep ipv6 /etc/sysctl.conf | tail -1
> net.ipv6.conf.all.disable_ipv6 = 1
> 
> changing to 0 and rerunning sysctl -> ta-da!

 Interesting, given that it tries to connect to an v4 address ...

> I still consider this a bug, because other IRC clients (erc, chatzilla)
> had no problem with IPv6 being disabled.

 Yep.  What does "/set resolve_prefer_ipv6" give you?  Is it turned on or
off?  If it's on, can you set it to off and retry if the issue persists
for you?

 Thanks for the additional information,
Rhonda
-- 
Fühlst du dich mutlos, fass endlich Mut, los      |
Fühlst du dich hilflos, geh raus und hilf, los    | Wir sind Helden
Fühlst du dich machtlos, geh raus und mach, los   | 23.55: Alles auf Anfang
Fühlst du dich haltlos, such Halt und lass los    |


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to