Your message dated Mon, 09 May 2011 08:28:35 -0400
with message-id <[email protected]>
and subject line Re: Bug#624710: /usr/bin/kadmin: kadmin: IPv6 support binds
IPv4 socket leading to EAFNOSUPPORT.
has caused the Debian Bug report #624710,
regarding /usr/bin/kadmin: kadmin: IPv6 support binds IPv4 socket leading to
EAFNOSUPPORT.
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 [email protected]
immediately.)
--
624710: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=624710
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: krb5-user
Version: 1.8.3+dfsg-4
Severity: important
File: /usr/bin/kadmin
Here is a small bit of strace output:
socket(PF_INET, SOCK_STREAM, IPPROTO_TCP) = 4
bind(4, {sa_family=AF_INET, sin_port=htons(775),
sin_addr=inet_addr("0.0.0.0")}, 16) = 0
connect(4, {sa_family=AF_INET6, sin6_port=htons(749),
inet_pton(AF_INET6, "::", &sin6_addr), sin6_flowinfo=0,
sin6_scope_id=0}, 16) = -1 EAFNOSUPPORT (Address family not supported
by protocol)
Obviously the bind needs to be made IPv6 aware. I hope this is self
explanitory, the initial connection to the admin server falis as a
result and kadmin exits. Also the addres in the connect seams wrong.
This is run on localhost and the '-s 127.0.0.1' option is ignored.
-- System Information:
Debian Release: 6.0.1
APT prefers stable
APT policy: (900, 'stable')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.35.4-rscloud (SMP w/4 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash
Versions of packages krb5-user depends on:
ii krb5-config 2.2 Configuration files for Kerberos V
ii libc6 2.11.2-10 Embedded GNU C Library: Shared lib
ii libcomerr2 1.41.12-2 common error description library
ii libgssapi-krb5-2 1.8.3+dfsg-4 MIT Kerberos runtime libraries - k
ii libgssrpc4 1.8.3+dfsg-4 MIT Kerberos runtime libraries - G
ii libk5crypto3 1.8.3+dfsg-4 MIT Kerberos runtime libraries - C
ii libkadm5clnt-mit7 1.8.3+dfsg-4 MIT Kerberos runtime libraries - A
ii libkeyutils1 1.4-1 Linux Key Management Utilities (li
ii libkrb5-3 1.8.3+dfsg-4 MIT Kerberos runtime libraries
ii libkrb5support0 1.8.3+dfsg-4 MIT Kerberos runtime libraries - S
ii libss2 1.41.12-2 command-line interface parsing lib
krb5-user recommends no packages.
krb5-user suggests no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
source: krb5
source-version: 1.9+dfsg-1
Version 1.9 adds IPv6 support for kadmind and kadmin.
--- End Message ---