Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Feb 2006 09:02:12 -0800
From:      "Kevin Oberman" <oberman@es.net>
To:        Tobias Roth <roth@iam.unibe.ch>
Cc:        current@freebsd.org
Subject:   Re: dhclient existing when run early in startup 
Message-ID:  <20060222170212.BAB0645046@ptavv.es.net>
In-Reply-To: Your message of "Tue, 21 Feb 2006 08:51:40 %2B0100." <20060221075140.GA9101@droopy.unibe.ch> 

next in thread | previous in thread | raw e-mail | index | archive | help
I have dhclient almost working on -current. I just added the following 3
lines before running dhclient:
  if ! [ -d "/var/empty" ]; then
    mkdir /var/empty
  fi

I don't delete the directory, so it's only created once and just sits
there forever.

Now, the correct profile is selected, but I now hang in dhclient in
netif. This may be impacted by the fact that I am running ISC
dhcp-client because my Prism 2.5 does not play will with the one in
-current. 

A ^C clears things and the system starts fine with the correct
configuration of the interface.

I will try running it again with debugging turned on.
-- 
R. Kevin Oberman, Network Engineer
Energy Sciences Network (ESnet)
Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab)
E-mail: oberman@es.net			Phone: +1 510 486-8634



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060222170212.BAB0645046>