Package: fai-server Severity: normal Tags: ipv6 Pretty simple:
# getent hosts lava 2001:551:610a:712:313:6555:face:abec lava.example.com # host lava lava.example.com has address 10.3.2.41 lava.example.com has IPv6 address 2001:551:610a:712:313:6555:face:abec # fai-chboot -d lava Bad arg length for Socket::inet_ntoa, length is 16, should be 4 at /usr/sbin /fai-chboot line 69. # # grep hosts /etc/nsswitch.con hosts: files dns # cat /etc/host.conf multi on # cat /etc/resolv.conf search example.com nameserver ::1 nameserver 141.11.31.41 options inet6 # removing this do not change anything # grep -v '^#' /etc/gai.conf (empty) # I have nscd (nslcd in fact) deamon running. But after stoping it behaviour is the same. I have read a source file of fai-chboot and it looks OK, but for some reason (similary to getent above) a branch with one revoled address is taken, not two. Maybe some problem in perl's gethost function? -- System Information: Debian Release: wheezy/sid APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: i386 (i686) Kernel: Linux 2.6.39-2-686-pae (SMP w/1 CPU core) Locale: LANG=pl_PL.utf8, LC_CTYPE=pl_PL.utf8 (charmap=UTF-8) (ignored: LC_ALL set to pl_PL.utf8) Shell: /bin/sh linked to /bin/dash -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

