Bug 1224200 - file /etc/gai.conf is missing on some machines with a Thumbleweed
Summary: file /etc/gai.conf is missing on some machines with a Thumbleweed
Status: RESOLVED WONTFIX
Alias: None
Product: openSUSE Tumbleweed
Classification: openSUSE
Component: Other (show other bugs)
Version: Current
Hardware: Other Other
: P5 - None : Normal (vote)
Target Milestone: ---
Assignee: E-mail List
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-05-14 07:11 UTC by Igor Kuznetsov
Modified: 2024-05-15 07:08 UTC (History)
1 user (show)

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.