On 13/06/2021 08:41, Samuel Sieb wrote:
So that gave me the clue that led to the real problem.  The service is included 
in the initrd and masking it on the system doesn't change that.  Even 
re-creating the initrd with dracut after masking didn't change anything.

And also the nm-initrd.service file is in dracut, so you would have to modify 
it there (not the system one) to change this.

FWIW, I had a VM which needed a kernel update.

Prior to the update it had references to systemd-udev-settle.service in the 
logs.

I edited /usr/lib/dracut/modules.d/35network-manager/nm-initrd.service  to have

DefaultDependencies=no
#Wants=systemd-udev-settle.service
#After=systemd-udev-settle.service
After=dracut-cmdline.service

And I installed the latest kernel.

Now....

[egreshko@f34x ~]$ systemctl status systemd-udev-settle.service ○ 
systemd-udev-settle.service
     Loaded: masked (Reason: Unit systemd-udev-settle.service is masked.)
     Active: inactive (dead)

And nothing in the logs about systemd-udev-settle


--
Remind me to ignore comments which aren't germane to the thread.
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure

Reply via email to