[18584] in Athena Bugs
Re: linux 8.4.17: hostname set to (none) sometimes on boot with DHCP
daemon@ATHENA.MIT.EDU (Camilla R Fox)
Mon Dec 4 20:41:50 2000
Message-Id: <200012050141.UAA32291@pickled-herring.mit.edu>
To: Michael P Phillips <mpp@MIT.EDU>
cc: Jonathon Weiss <jweiss@MIT.EDU>, bugs@MIT.EDU
In-Reply-To: Your message of "Mon, 04 Dec 2000 05:14:51 EST."
<200012041014.FAA31536@holygrail.mit.edu>
Date: Mon, 04 Dec 2000 20:40:30 -0500
From: Camilla R Fox <cfox@MIT.EDU>
> I don't remember which network services took issue with the delayed eth0
> initialization... Camilla might, though, since she suggested that fix
> in the first place.
The problem that I moved the pcmcia init script around for was much
more obvious; in the version I installed, pcmcia came after network,
and the network startup failed.
The early chunk of my startup stuff is:
S05kudzu
S07syncconf
S08pcmcia
S10network
IIRC, only the pcmcia is in a non-default position.
-Camilla