Bug 1224200

Summary: file /etc/gai.conf is missing on some machines with a Thumbleweed
Product: [openSUSE] openSUSE Tumbleweed Reporter: Igor Kuznetsov <virex>
Component: OtherAssignee: E-mail List <screening-team-bugs>
Status: RESOLVED WONTFIX QA Contact: E-mail List <qa-bugs>
Severity: Normal    
Priority: P5 - None CC: kukuk
Version: Current   
Target Milestone: ---   
Hardware: Other   
OS: Other   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Igor Kuznetsov 2024-05-14 07:11:48 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
Comment 1 Thorsten Kukuk 2024-05-15 07:08:53 UTC
(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.