Artix Linux Forum

Artix Linux => System => Topic started by: The_K123 on 11 July 2024, 06:06:37

Title: getting nmtui to work on artix (runit init system)
Post by: The_K123 on 11 July 2024, 06:06:37
So basically, I tried to install nmtui, and when I tried to run it, there was an error in the terminal that said
Code: [Select]
NetworkManager is not running.
I already had that installed, and even added it to the runit daemons to try and get nmtui to work, but to no avail. How do I go about fixing this issue?
Title: Re: getting nmtui to work on artix (runit init system)
Post by: gentermnl on 11 August 2024, 20:22:42
You say you installed NetworkManager and added it to the runit demons, but you didn't say if it is actually running.  I use openrc, so I can't comment on runit, but are you sure NetworkManager is running?  Check the runit log to be sure there weren't any problems trying to launch it.
Title: Re: getting nmtui to work on artix (runit init system)
Post by: revsuine on 15 August 2024, 16:06:09
What's the output of

Code: [Select]
sudo sv status NetworkManager

NM was very easy for me to set up on runit. I just installed networkmanager and networkmanager-runit and symlinked /etc/runit/sv/NetworkManager to /run/runit/service and it was running. So I second checking that it actually is running, that it's symlinked correctly, etc.
Title: Re: getting nmtui to work on artix (runit init system)
Post by: cds on 16 August 2024, 00:44:11
So basically, I tried to install nmtui, and when I tried to run it, there was an error in the terminal that said
Code: [Select]
NetworkManager is not running.
I already had that installed, and even added it to the runit daemons to try and get nmtui to work, but to no avail. How do I go about fixing this issue?

Did you happen to install networkmanager-runit