I have found an old fix:sudo restorecon -vr /run/NetworkManager, sudo systemctl start NetworkManager. But loose it after reboot! I have my home dir backed up, Downloaded ISO. Maybe someone has a smarter way
An old fix for what? I am not sure I understand your issue, which makes it difficult to suggest another way (let alone a smarter one).
/run is a directory mapped onto temporary storage, so /run/NetworkManager does not exist on reboot. On my system, I can delete it, and after “systemctl restart NetworkManager”, it’s created by NetworkManager itself with the proper SELinux label.
Are the system logs showing any problem with normal NetworkManager startup? Does “systemctl status NetworkManager” show “service enabled” and preset “enabled”?
Thanks for the reply’s! Forgot to post the log error: Failed to start networkmanager.service - network manager. Tried this morning to reinstall networkmanager, no-go already installed. Just not started.
Running
systemctl status NetworkManager.service
should provide more information.
Thanks for the help! Got it workin now! Removed netplan. Working as it should. I was working on a linux server that I have to ssh to access. Without paying attention I went to terminal but did ssh to the server. Caused desktop troubles