https://bugzilla.novell.com/show_bug.cgi?id=441947 User ken@turnkey.com.au added comment https://bugzilla.novell.com/show_bug.cgi?id=441947#c107 Ken Yap <ken@turnkey.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ken@turnkey.com.au --- Comment #107 from Ken Yap <ken@turnkey.com.au> 2009-02-06 07:47:58 MST --- I just installed this update from the update repo and my name resolution stopped working, both with and without nscd. Here is the last part of a strace of ping not involving nscd. open("/lib64/libnss_dns.so.2", O_RDONLY) = 3 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0 \20\0\0\0\0\0\0"..., 832) = 832 fstat(3, {st_mode=S_IFREG|0755, st_size=23112, ...}) = 0 mmap(NULL, 2117896, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f1c8b971000 fadvise64(3, 0, 2117896, POSIX_FADV_WILLNEED) = 0 mprotect(0x7f1c8b976000, 2093056, PROT_NONE) = 0 mmap(0x7f1c8bb75000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x4000) = 0x7f1c8bb75000 close(3) = 0 mprotect(0x7f1c8bb75000, 4096, PROT_READ) = 0 munmap(0x7f1c8c6f3000, 122674) = 0 write(2, "ping: unknown host papaya.edfac."..., 44ping: unknown host papaya.edfac.usyd.edu.au ) = 44 exit_group(2) = ? Here is the last part of a strace of ping involving nscd: connect(3, {sa_family=AF_FILE, path="/var/run/nscd/socket"}, 110) = 0 sendto(3, "\2\0\0\0\4\0\0\0\31\0\0\0papaya.edfac.usyd.ed"..., 37, MSG_NOSIGNAL, NULL, 0) = 37 poll([{fd=3, events=POLLIN|POLLERR|POLLHUP}], 1, 5000) = 1 ([{fd=3, revents=POLLIN|POLLHUP}]) read(3, "\2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\0\0\0\0\1\0\0\0", 32) = 32 close(3) = 0 write(2, "ping: unknown host papaya.edfac."..., 44ping: unknown host papaya.edfac.usyd.edu.au ) = 44 exit_group(2) = ? My name server is bind9, running on the same machine. It is set up as a non-forwarding server. Queries to it using dig work fine. Host info are x86_64 arch, openSUSE 11.1, up to date with all patches up till today. When I reverted to the previous version of glibc, name resolution worked again. I fear that if this bug happens to others too, that this new package may prevent other users from getting further updates, painting them into a corner. -- 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.