You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 9, 2022. It is now read-only.
For some reason, be it my network or otherwise, I see dhcpd does not fail on startup of the installer, and that it seemingly completes. Upon running ifconfig, I do not have an ipv4 address, which means you cannot install, etc. However, by running dhclient I am assigned an ipv4 address by the network. Unsure if this is an oversight or not, seems unlikely considering that Anarchy is used a lot. Just reporting this here, I can provide further details if you ask me to replicate this, but it really is just that simple:
Boot anarchy
Welcome to Anarchy Linux
execute ifconfig
eno1 has only an inet6 addr, not inet, (no ipv4)
execute dhclient
execute ifconfig
I see that I now have an ipv4 address and can continue with the install
The text was updated successfully, but these errors were encountered:
@condor2 What do you mean? This is a separate issue. I simply got the networking working by typing dhclient and then proceeded to use the installer in issue #798. That issue is caused by the lack of an st package in the regular repos, and you are using pacman to try and obtain an AUR package.
For some reason, be it my network or otherwise, I see dhcpd does not fail on startup of the installer, and that it seemingly completes. Upon running ifconfig, I do not have an ipv4 address, which means you cannot install, etc. However, by running
dhclient
I am assigned an ipv4 address by the network. Unsure if this is an oversight or not, seems unlikely considering that Anarchy is used a lot. Just reporting this here, I can provide further details if you ask me to replicate this, but it really is just that simple:ifconfig
dhclient
ifconfig
The text was updated successfully, but these errors were encountered: