Artix Linux Forum

Init systems => runit => Topic started by: ChafedNipples on 28 June 2020, 16:12:41

Title: Network Issues
Post by: ChafedNipples on 28 June 2020, 16:12:41
I just installed artix(runit) on a vm to check it out. I installed it using the guide and it was a successful installation. So I unmounted all drives, and rebooted the system. Once back up, I logged in and created a new user and gave it sudo priviliges, and ran pacman -Syu. Error. Apparently I didn't have internet. I checked the vm's network adapters and settings but nothing. I can't even install dhcpcd. What do I do?
Title: Re: Network Issues
Post by: nous on 28 June 2020, 21:56:40
1. Which init?
2. Which guide, our wiki's or some youtuber's?
3. Is your network showing with ip link or ifconfig -a?
Title: Re: Network Issues
Post by: linuxer on 29 June 2020, 02:18:38
I just installed artix(runit) on a vm to check it out. I installed it using the guide and it was a successful installation. So I unmounted all drives, and rebooted the system. Once back up, I logged in and created a new user and gave it sudo priviliges, and ran pacman -Syu. Error. Apparently I didn't have internet. I checked the vm's network adapters and settings but nothing. I can't even install dhcpcd. What do I do?


In addition to the above answer.

Are you using wifi with runit?

Was wpa_supplicant installed at installation and configured as per our Wiki (https://wiki.artixlinux.org/runit/NetworkConfiguration)?

Regards
Title: Re: Network Issues
Post by: ChafedNipples on 29 June 2020, 06:30:22
1. Which init?
2. Which guide, our wiki's or some youtuber's?
3. Is your network showing with ip link or ifconfig -a?
I am using runit. Looking through artix wiki and arch wiki. ipconfig and ifconfig both are not working
Title: Re: Network Issues
Post by: ChafedNipples on 29 June 2020, 06:33:59
In addition to the above answer.

Are you using wifi with runit?

Was wpa_supplicant installed at installation and configured as per our Wiki (https://wiki.artixlinux.org/runit/NetworkConfiguration)?

Regards
I am not using wifi. I am connected to ethernet. The virtual machines settings were working doing basestrap and installing grub. But when I booted into the harddrive, internet stopped working.
Title: Re: Network Issues
Post by: negative on 29 June 2020, 11:26:32
Quote
I can't even install dhcpcd

you clearly missed steps on the install process. you were suppose to configure networking before rebooting:
https://wiki.artixlinux.org/Main/Installation#Network_configuration

boot back into the live iso. mount your root folder and "chroot" on it to install and configure the missing networking steps. im on runnit and it works fine on my crappy realtek network card.
Title: Re: Network Issues
Post by: Dudemanguy on 29 June 2020, 14:33:45
You need to install a network daemon (e.g. dhcpcd) and the appropriate init script (e.g. dhcpcd-runit). And of course, enable the service.