unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#20582: GuixSD ver 0.8.2, DHCLIENT not setting up the network.
@ 2015-05-15  3:15 Scott McDonough
  2015-05-15 15:59 ` 宋文武
  0 siblings, 1 reply; 7+ messages in thread
From: Scott McDonough @ 2015-05-15  3:15 UTC (permalink / raw)
  To: 20582

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?

^ permalink raw reply	[flat|nested] 7+ messages in thread

* bug#20582: GuixSD ver 0.8.2, DHCLIENT not setting up the network.
  2015-05-15  3:15 bug#20582: GuixSD ver 0.8.2, DHCLIENT not setting up the network Scott McDonough
@ 2015-05-15 15:59 ` 宋文武
  2015-05-15 16:54   ` Ludovic Courtès
  0 siblings, 1 reply; 7+ messages in thread
From: 宋文武 @ 2015-05-15 15:59 UTC (permalink / raw)
  To: Scott McDonough; +Cc: 20582

2015-05-15 11:15 GMT+08:00 Scott McDonough <smcdonough1@gmail.com>:
> 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)

^ permalink raw reply	[flat|nested] 7+ messages in thread

* bug#20582: GuixSD ver 0.8.2, DHCLIENT not setting up the network.
  2015-05-15 15:59 ` 宋文武
@ 2015-05-15 16:54   ` Ludovic Courtès
  2015-05-16 13:59     ` Scott McDonough
  0 siblings, 1 reply; 7+ messages in thread
From: Ludovic Courtès @ 2015-05-15 16:54 UTC (permalink / raw)
  To: 宋文武; +Cc: 20582, Scott McDonough

宋文武 <iyzsong@gmail.com> skribis:

> 2015-05-15 11:15 GMT+08:00 Scott McDonough <smcdonough1@gmail.com>:
>> 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’.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* bug#20582: GuixSD ver 0.8.2, DHCLIENT not setting up the network.
  2015-05-15 16:54   ` Ludovic Courtès
@ 2015-05-16 13:59     ` Scott McDonough
  2015-05-16 18:52       ` Ludovic Courtès
  0 siblings, 1 reply; 7+ messages in thread
From: Scott McDonough @ 2015-05-16 13:59 UTC (permalink / raw)
  To: Ludovic Courtès, 宋文武; +Cc: 20582

Success!
Thank you very much for your quick response.

Who is the person who maintains the Reference Manual.
I could forward this email to them.
These extra clarifications were very useful.

Scott

On 05/15/2015 09:54 AM, Ludovic Courtès wrote:
> 宋文武 <iyzsong@gmail.com> skribis:
>
>> 2015-05-15 11:15 GMT+08:00 Scott McDonough <smcdonough1@gmail.com>:
>>> 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’.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* bug#20582: GuixSD ver 0.8.2, DHCLIENT not setting up the network.
  2015-05-16 13:59     ` Scott McDonough
@ 2015-05-16 18:52       ` Ludovic Courtès
  2015-05-17 21:28         ` Ludovic Courtès
  0 siblings, 1 reply; 7+ messages in thread
From: Ludovic Courtès @ 2015-05-16 18:52 UTC (permalink / raw)
  To: Scott McDonough; +Cc: 20582-done

Scott McDonough <smcdonough1@gmail.com> skribis:

> Success!
> Thank you very much for your quick response.

Great.

> Who is the person who maintains the Reference Manual.

It is “us,” you included.  ;-)

> I could forward this email to them.
> These extra clarifications were very useful.

Sure.  A patch against the doc/guix.texi file would be welcome.

Thanks!

Ludo’.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* bug#20582: GuixSD ver 0.8.2, DHCLIENT not setting up the network.
  2015-05-16 18:52       ` Ludovic Courtès
@ 2015-05-17 21:28         ` Ludovic Courtès
  2015-05-18  1:48           ` Scott McDonough
  0 siblings, 1 reply; 7+ messages in thread
From: Ludovic Courtès @ 2015-05-17 21:28 UTC (permalink / raw)
  To: 20582; +Cc: smcdonough1

I went ahead and committed a documentation patch in 152dd61.

However, looking more closely (in QEMU), I noticed that
‘dhcp-client-service’ also needs to set the interfaces up before calling
‘dhclient’, hence commit 9bb34f9.

Now, I wonder what has changed.  I recall that this was not needed in
the past, so perhaps a change in Linux-libre 4.0.2 made interfaces down
by default or something like that.  Any ideas?

Ludo’.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* bug#20582: GuixSD ver 0.8.2, DHCLIENT not setting up the network.
  2015-05-17 21:28         ` Ludovic Courtès
@ 2015-05-18  1:48           ` Scott McDonough
  0 siblings, 0 replies; 7+ messages in thread
From: Scott McDonough @ 2015-05-18  1:48 UTC (permalink / raw)
  To: Ludovic Courtès, 20582

Thanks for the documentation update.

You are exactly right.
Running "ifconfig eth0orwhatever up" was not needed in 0.8.1

I will do some looking around and see if this service is mentioned by 
other users of Linux-libre.

On 05/17/2015 02:28 PM, Ludovic Courtès wrote:
> I went ahead and committed a documentation patch in 152dd61.
>
> However, looking more closely (in QEMU), I noticed that
> ‘dhcp-client-service’ also needs to set the interfaces up before calling
> ‘dhclient’, hence commit 9bb34f9.
>
> Now, I wonder what has changed.  I recall that this was not needed in
> the past, so perhaps a change in Linux-libre 4.0.2 made interfaces down
> by default or something like that.  Any ideas?
>
> Ludo’.

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2015-05-18  1:49 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-15  3:15 bug#20582: GuixSD ver 0.8.2, DHCLIENT not setting up the network Scott McDonough
2015-05-15 15:59 ` 宋文武
2015-05-15 16:54   ` Ludovic Courtès
2015-05-16 13:59     ` Scott McDonough
2015-05-16 18:52       ` Ludovic Courtès
2015-05-17 21:28         ` Ludovic Courtès
2015-05-18  1:48           ` Scott McDonough

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).