Bugzilla – Bug 1224200
file /etc/gai.conf is missing on some machines with a Thumbleweed
Last modified: 2024-05-15 07:08:53 UTC
I found what on some machines with thumbleweed file /etc/gai.conf is missing >rpm -qf /etc/gai.conf glibc-2.39-6.1.x86_64 >rpm -ql glibc | grep gai /etc/gai.conf /usr/share/doc/packages/glibc/gai.conf
(In reply to Igor Kuznetsov from comment #0) > >rpm -ql glibc | grep gai > /etc/gai.conf > /usr/share/doc/packages/glibc/gai.conf It's a ghost file, it does not exist by default since it does not make sense to have empty config files in /etc (search for UsrEtc or hermetic-usr). A template can be found in the doc directory. So everything is fine.