Artix Linux Forum

Artix Linux => Installation / Migration / Configuration => Topic started by: Pixtum on 11 August 2020, 20:31:22

Title: NetworkManager issues with openrc and gnome
Post by: Pixtum on 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
Title: Re: NetworkManager issues with openrc and gnome
Post by: ndowens on 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.
Title: Re: NetworkManager issues with openrc and gnome
Post by: SGOrava on 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.
Title: Re: NetworkManager issues with openrc and gnome
Post by: Pixtum on 11 August 2020, 21:48:02
I can’t exactly copy paste it in here so what should I look for?
Title: Re: NetworkManager issues with openrc and gnome
Post by: Pixtum on 11 August 2020, 21:54:25
https://imgur.com/gallery/YsTv0i3 Here is the last entry in rc.log
Title: Re: NetworkManager issues with openrc and gnome
Post by: Pixtum on 11 August 2020, 22:09:00
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.

https://imgur.com/gallery/aZLBkoi tried adding one
Title: Re: NetworkManager issues with openrc and gnome
Post by: SGOrava on 11 August 2020, 22:56:15
Is it even starting?
Why is the output of
Code: [Select]
rc-status
Title: Re: NetworkManager issues with openrc and gnome
Post by: Pixtum on 11 August 2020, 23:07:16
Is it even starting?
Why is the output of
Code: [Select]
rc-status

If you check my first post you’ll see, it’s in the same album as the Firefox error
Title: Re: NetworkManager issues with openrc and gnome
Post by: SGOrava on 11 August 2020, 23:23:06
install and enable dbus service
Title: Re: NetworkManager issues with openrc and gnome
Post by: Pixtum on 11 August 2020, 23:37:50

Dbus was already enabled
Title: Re: NetworkManager issues with openrc and gnome
Post by: Pixtum on 11 August 2020, 23:43:01
It looks like everything related to org.freedesktop.NetworkManager.Settings is missing, where do I find those?
Title: Re: NetworkManager issues with openrc and gnome
Post by: Pixtum on 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?
Title: Re: NetworkManager issues with openrc and gnome
Post by: SGOrava on 12 August 2020, 06:56:23
Code: [Select]
rc-service connmand stop
rc-update del connmand default
rc-service NetworkManager restart


PS: I truly hate looking at logs as images.
Title: Re: NetworkManager issues with openrc and gnome
Post by: ndowens on 12 August 2020, 13:11:59
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