On Tue, Feb 04, 2020 at 02:42:23PM +0100, Dominique Leuenberger / DimStar wrote:
On Tue, 2020-02-04 at 13:12 +0000, Roger Whittaker wrote:
I know what is happening here in theory, but not all installed programs do. For example fetchmail stopped working after this update until I added a symlink to the old location.
Is there a "proper" way to handle this apart from what I did?
Check your /etc/nsswitch.conf - do you happen to have a .rpmnew lingering around there with a diff? Generally, those service file moves are handled by libnss_usrfiles (make sure you have libnss_usrfiles2 instaled - but this should be a required by patterns already)
in your /etc/nsswitch.conf, make sure you have
services: files usrfiles protocols: files usrfiles ethers: files usrfiles
(that's the three files moved in this snapshot)
Thanks - this is really good to know. -- ============================ Roger Whittaker roger@disruptive.org.uk ============================ -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org