bug#20582: GuixSD ver 0.8.2, DHCLIENT not setting up the network.
I downloaded Guix and tried to install it but DHCLIENT times out and does not set up the NIC card. This command worked fine on my hardware with ver 0.8.1. Is anyone else experiencing this issue?
bug#20582: GuixSD ver 0.8.2, DHCLIENT not setting up the network.
2015-05-15 11:15 GMT+08:00 Scott McDonough : > I downloaded Guix and tried to install it but DHCLIENT times out and does > not set up the NIC card. This command worked fine on my hardware with ver > 0.8.1. Is anyone else experiencing this issue? Maybe you need set up the NIC first? (at least, I need)
bug#20582: GuixSD ver 0.8.2, DHCLIENT not setting up the network.
宋文武 skribis: > 2015-05-15 11:15 GMT+08:00 Scott McDonough : >> I downloaded Guix and tried to install it but DHCLIENT times out and does >> not set up the NIC card. This command worked fine on my hardware with ver >> 0.8.1. Is anyone else experiencing this issue? > Maybe you need set up the NIC first? Right, you need to run: ifconfig eth0orwhatever up before running: dhclient -v eth0orwhatever HTH, Ludo’.