NetworkManager issues with openrc and gnome 11 August 2020, 20:31:22 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 – 11 August 2020, 20:55:25 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 – 11 August 2020, 21:43:33 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 – 11 August 2020, 21:48:02 I can’t exactly copy paste it in here so what should I look for?
Re: NetworkManager issues with openrc and gnome Reply #4 – 11 August 2020, 21:54:25 https://imgur.com/gallery/YsTv0i3 Here is the last entry in rc.log
Re: NetworkManager issues with openrc and gnome Reply #5 – 11 August 2020, 22:09:00 Quote from: SGOrava – on 11 August 2020, 21:43:33In 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.https://imgur.com/gallery/aZLBkoi tried adding one
Re: NetworkManager issues with openrc and gnome Reply #6 – 11 August 2020, 22:56:15 Is it even starting?Why is the output ofCode: [Select]rc-status
Re: NetworkManager issues with openrc and gnome Reply #7 – 11 August 2020, 23:07:16 Quote from: SGOrava – on 11 August 2020, 22:56:15Is it even starting?Why is the output ofCode: [Select]rc-statusIf you check my first post you’ll see, it’s in the same album as the Firefox error
Re: NetworkManager issues with openrc and gnome Reply #8 – 11 August 2020, 23:23:06 install and enable dbus service
Re: NetworkManager issues with openrc and gnome Reply #9 – 11 August 2020, 23:37:50 Quote from: SGOrava – on 11 August 2020, 23:23:06install and enable dbus serviceDbus was already enabled
Re: NetworkManager issues with openrc and gnome Reply #10 – 11 August 2020, 23:43:01 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 #11 – 12 August 2020, 03:29:46 https://imgur.com/gallery/aZLBkoi this seems to be the root of the problem, how do I fix it?
Re: NetworkManager issues with openrc and gnome Reply #12 – 12 August 2020, 06:56:23 Code: [Select]rc-service connmand stoprc-update del connmand defaultrc-service NetworkManager restartPS: I truly hate looking at logs as images. 1 Likes
Re: NetworkManager issues with openrc and gnome Reply #13 – 12 August 2020, 13:11:59 Quote from: SGOrava – on 12 August 2020, 06:56:23Code: [Select]rc-service connmand stoprc-update del connmand defaultrc-service NetworkManager restartPS: I truly hate looking at logs as images.One reason I use netcat I can do: cat file | nc termbin.com 9999