[Bug 198359] Package dictd lacks IPv6 support

bugzilla at redhat.com bugzilla at redhat.com
Mon Jul 20 19:13:26 UTC 2009


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=198359


Tore Anderson <tore at fud.no> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tore at fud.no




--- Comment #7 from Tore Anderson <tore at fud.no>  2009-07-20 15:13:23 EDT ---
This bug should be re-opened as it is present in F11:

tore at wrath:~$ getent hosts lust.v6.fud.no
2001:16d8:ee47:0:210:a7ff:fe04:b403 lust.v6.fud.no
tore at wrath:~$ strace -ff -econnect dict -v -h lust.v6.fud.no test
No configuration
connect(3, {sa_family=AF_FILE, path="/var/run/nscd/socket"...}, 110) = -1
ENOENT (No such file or directory)
connect(3, {sa_family=AF_FILE, path="/var/run/nscd/socket"...}, 110) = -1
ENOENT (No such file or directory)
connect(3, {sa_family=AF_FILE, path="/var/run/nscd/socket"...}, 110) = -1
ENOENT (No such file or directory)
connect(3, {sa_family=AF_FILE, path="/var/run/nscd/socket"...}, 110) = -1
ENOENT (No such file or directory)
connect(3, {sa_family=AF_INET, sin_port=htons(53),
sin_addr=inet_addr("192.168.1.1")}, 28) = 0
connect(3, {sa_family=AF_INET, sin_port=htons(53),
sin_addr=inet_addr("192.168.1.1")}, 28) = 0
Cannot connect to any servers
tore at wrath:~$ strace -ff -econnect dict -v -h
2001:16d8:ee47:0:210:a7ff:fe04:b403 test
No configuration
connect(3, {sa_family=AF_FILE, path="/var/run/nscd/socket"...}, 110) = -1
ENOENT (No such file or directory)
connect(3, {sa_family=AF_FILE, path="/var/run/nscd/socket"...}, 110) = -1
ENOENT (No such file or directory)
Cannot connect to any servers

The strace reveals that it does not even attempt to open the connection to the
v6-only address.

Tore

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.




More information about the fedora-triage-list mailing list