On 23.04.2023 19:57, Per Jessen wrote:
Per Jessen wrote:
nscd complains about not finding /etc/services and /etc/nsswitch.conf - (the symlinks to /usr/etc are missing).
It looks like nscd complains everytime someone does a lookup :-( I guess nscd does not understand about /usr/etc.
Here is what I don't understand -
/etc/nsswitch.conf and /etc/gai.conf are listed as being provided by package "glibc", which obviously _is_ installed, 2.37-3.1. Do "rpm -ql glibc" to see it.
How does this work? The package is installed, but the files (nor any symlinks) do not exist?
These are ghost files. Their content is not present in RPM package, but they get deleted when package is removed.
office24:/var/log/YaST2 # rpm -qf /usr/etc/nsswitch.conf /etc/nsswitch.conf glibc-2.37-3.1.x86_64 glibc-2.37-3.1.x86_64 office24:/var/log/YaST2 # ls -la /usr/etc/nsswitch.conf /etc/nsswitch.conf ls: cannot access '/etc/nsswitch.conf': No such file or directory -rw-r--r-- 1 root root 2190 Apr 18 09:37 /usr/etc/nsswitch.conf