Skip to main content
Topic: NetworkManager issues with openrc and gnome (Read 2268 times) previous topic - next topic
0 Members and 7 Guests are viewing this topic.

NetworkManager issues with openrc and gnome

I’m having trouble with network manager, for some reason it says it’s inactive and I can’t reactivate it, I rebooted and all the sudden I can’t connect to anything in Firefox , is this an openrc issue or a dhcpcd/nm issue? https://imgur.com/gallery/SxP3k5z

Re: NetworkManager issues with openrc and gnome

Reply #1
Don't need image of a browser saying no internet access, doesn't really help; If you could provide some logs, like /var/log/rc.log and maybe another that may be relevant to the issue. I am on plasma but use NetworkManager-openrc myself w/o issue.

Re: NetworkManager issues with openrc and gnome

Reply #2
In OpenRC service for NetworkManager is marked "active" only when it is connected to the network.
So when you are disconnected it is inactive even if NM is running.

Re: NetworkManager issues with openrc and gnome

Reply #3
I can’t exactly copy paste it in here so what should I look for?



Re: NetworkManager issues with openrc and gnome

Reply #6
Is it even starting?
Why is the output of
Code: [Select]
rc-status


Re: NetworkManager issues with openrc and gnome

Reply #8
install and enable dbus service


Re: NetworkManager issues with openrc and gnome

Reply #10
It looks like everything related to org.freedesktop.NetworkManager.Settings is missing, where do I find those?


Re: NetworkManager issues with openrc and gnome

Reply #12
Code: [Select]
rc-service connmand stop
rc-update del connmand default
rc-service NetworkManager restart


PS: I truly hate looking at logs as images.

Re: NetworkManager issues with openrc and gnome

Reply #13
Code: [Select]
rc-service connmand stop
rc-update del connmand default
rc-service NetworkManager restart


PS: I truly hate looking at logs as images.

One reason I use netcat I can do: cat file | nc termbin.com 9999