https://bugzilla.novell.com/show_bug.cgi?id=684534 https://bugzilla.novell.com/show_bug.cgi?id=684534#c28 --- Comment #28 from Michael Matz <matz@suse.com> 2012-03-13 15:13:07 UTC --- Hmm, on rudin: % strace -e send -s 2000 getent ahosts www.suse.de send(3, "\23\355\1\0\0\1\0\0\0\0\0\0\3www\4suse\2de\0\0\1\0\1", 29, MSG_NOSIGNAL) = 29 send(3, "t]\1\0\0\1\0\0\0\0\0\0\0013\003220\003135\003195\7in-addr\4arpa\0\0\f\0\1", 44, MSG_NOSIGNAL) = 44 195.135.220.3 STREAM turing.suse.de 195.135.220.3 DGRAM 195.135.220.3 RAW That's only a T_A query. That's using the glibc resolver. With telnet: % strace -e send -s 2000 telnet www.suse.de 33 send(3, "\241\3\1\0\0\1\0\0\0\0\0\0\3www\4suse\2de\0\0\1\0\1", 29, MSG_NOSIGNAL) = 29 send(3, "(\217\1\0\0\1\0\0\0\0\0\0\3www\4suse\2de\0\0\34\0\1", 29, MSG_NOSIGNAL) = 29 Trying 195.135.220.3... telnet: connect to address 195.135.220.3: Connection refused Indeed we have a T_AAAA query here. Hmpf. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.