You are not logged in.
I run arch latest and found recently that I could not start a virtual machine with virtmanager because of a network failure. After a lot of wasted time I discovered that in addition to my preferred network manager service I was also running
systemd-networkd. It seems some process es were starting and using the seystemd-networkd service even though I already had started NetworkManager.
To prevent this I had to execute systemctl disable systemd-networkd.socket systemd-networkd.service
I have not ever enabled the various socket services associated with those services and I (possibly naively) assumed that the systemd-networkd would not start if a conflicting service was running.
Do I have to mask the systemd networkd seevices and if so which should those be?
Offline