On 2026-09-08 14:48:36 +0200, Vincent Lefevre wrote: > This might not be directly related to nscd. I found > > https://sourceware.org/bugzilla/show_bug.cgi?id=27929 > > (without nscd involved): "When a query for both IPv4 and IPv6 records > is performed, glibc's stub resolver will treat ServFail for one of > the two as equivalent to nonexistence (NODATA) as long as the other > succeeds (and has data? not sure if this happens if it's NODATA)."
and there is also https://sourceware.org/bugzilla/show_bug.cgi?id=26601 which includes a test showing the same behavior as I obtain (only the IPv6 address with AF_UNSPEC, IPv4 address with AF_INET; due to a SERVFAIL). No nscd involved (but nscd might propagate the behavior without it, making it possibly worse). I've eventually reported a new bug: https://sourceware.org/bugzilla/show_bug.cgi?id=34606 -- Vincent Lefèvre <[email protected]> - Web: <https://www.vinc17.net/> 100% accessible validated (X)HTML - Blog: <https://www.vinc17.net/blog/> Work: CR INRIA - computer arithmetic / Pascaline project (LIP, ENS-Lyon)

