Your message dated Mon, 4 Jan 2010 22:48:50 +0100
with message-id <8b2d7b4d1001041348o12fe7a7clf95078aaa189c...@mail.gmail.com>
and subject line Package removed from Debian unstable
has caused the Debian Bug report #562647,
regarding gidentd: Does not work with ipv4 after recent change in netbase
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
562647: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=562647
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: gidentd
Version: 0.4.5+dfsg1-0.2
Severity: serious

Hi,

netbase has recently changed the default of the setsockopt()
IPV6_V6ONLY to 1 so that it behaves the same as on most other
OS's.  It seems that your application doesn't work with ipv4
anymore now:

$ telnet 127.0.0.1 113
Trying 127.0.0.1...
telnet: Unable to connect to remote host: Connection refused
$ netstat -tan |grep 113
tcp6       0      0 :::113                  :::*                    LISTEN

Before this change the socket allowed both ipv4 and ipv6
connections where ipv4 would get mapped to an ipv6 address.  The
change disabled that.

You need to open a socket for both ipv4 and ipv6, and call
setsockopt() with IPV6_V6ONLY set to 1 for the ipv6 socket.


Kurt




--- End Message ---
--- Begin Message ---
Version: 0.4.5+dfsg1-0.2+rm

Package removed from Debian unstable: http://bugs.debian.org/563580

-- 
Sandro Tosi (aka morph, morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi


--- End Message ---

Reply via email to