public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Jorge Peixoto de Morais Neto" <please.no.spam.here@gmail.com>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] How to run dhclient on the background
Date: Sun, 23 Nov 2008 13:54:06 -0200	[thread overview]
Message-ID: <38af3d670811230754t56c5d074pd8d1f11160d492a6@mail.gmail.com> (raw)
In-Reply-To: <47a330c50811230702pf8f789dv2e4f78a1eba2887e@mail.gmail.com>

On Sun, Nov 23, 2008 at 1:02 PM, damian <damian.only@gmail.com> wrote:
> Hi again,
>
> Thank you all for your responses. After I sent my first email I
> modified the rc config to boot in parallel. The boot process was
> faster after that: just for the record, it takes 20 secs in a core 2
> duo laptop to drop the login prompt without X, wireless supplicant,
> cron daemon or sound.
>
> I will also take a look at ifplug/netplug. Thanks for the tip.
>
>> http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=4&chap=3#doc_chap3
> Sorry but I already looked into that page, but I couldn't find the
> information I'm looking for. Could you be more explicit?

You wanted to pass options to your dhcp client. The page mentioned
shows two ways of doing that:
1) By setting the variable dhcp_eth0  to a space-delimited string of
options, like
dhcp_eth0="release nodns nontp nonis"
These generic options work for any of the dhclient, dhcpcd, pump and
udhcpc clients.

2) By setting ${CLIENTNAME}_eth0 to a space-delimited string of
options, you can pass any option to your specific client
If you want to pass the -nw option to the dhclient client for the eth0
interface, you would write
dhclient_eth0="-nw"

All this configuration goes in /etc/conf.d/net (at least for
baselayout 1.12.12; I don't know about baslayout 2.0.0)



  reply	other threads:[~2008-11-23 15:54 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-11-23 12:20 [gentoo-user] How to run dhclient on the background damian
2008-11-23 13:42 ` Markos Chandras
2008-11-23 14:23 ` Jorge Peixoto de Morais Neto
2008-11-23 15:02   ` damian
2008-11-23 15:54     ` Jorge Peixoto de Morais Neto [this message]
2008-11-23 17:22       ` damian
2008-11-23 22:05 ` Dan Wallis
2008-11-24 13:02   ` damian

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=38af3d670811230754t56c5d074pd8d1f11160d492a6@mail.gmail.com \
    --to=please.no.spam.here@gmail.com \
    --cc=gentoo-user@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox