dhclient existing when run early in startup
Kevin Oberman
oberman at es.net
Wed Feb 22 09:02:17 PST 2006
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 at es.net Phone: +1 510 486-8634
More information about the freebsd-current
mailing list