em0 Intel Gigabit card, rc.conf processing on boot

Michael Clark MClark at Nemschoff.com
Tue Jun 29 07:12:59 PDT 2004


Thank you everyone for the suggestions.  I am going to try out the
sleep statements this morning and see how that works out.  Will 
post results.


Michael Clark
Nemschoff Chairs Inc
mclark at nemschoff dot com
CompTIA A+, Network+, Server+, MCP
Voice: (920) 457 7726 x294
Fax:  (920) 453 6594


-----Original Message-----
From: Jamie Novak [mailto:novak at qwest.net]
Sent: Monday, June 28, 2004 9:44 PM
To: freebsd-questions at freebsd.org
Subject: Re: em0 Intel Gigabit card, rc.conf processing on boot


On 06/28, Michael Clark rearranged the electrons to read:
> Any suggestions on how to do this without DHCP?  That's really not
> an option for me.  Can I delay the rc.conf processing somehow
> so that the adaptor has more time to get online?

You could always put a sleep statement in the relevant /etc/rc* script.
On some of our servers, we added the following two lines to the base
/etc/rc script in the NFS Mounts section, because it would process too
quickly and try to mount (and fail) before the interface came up:

	echo 'Waiting 5 seconds for interface to settle...'
	sleep 5

In our case, it was the ti0 interface, but the concept's the same.

Hope that gives you something to start with, at any rate.

-Jamie
_______________________________________________
freebsd-questions at freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscribe at freebsd.org"


CONFIDENTIALITY NOTE: This electronic transmission, including all
attachments, is directed in confidence solely to the person(s) to whom it is
addressed, or an authorized recipient, and may not otherwise be distributed,
copied or disclosed. The contents of the transmission may also be subject to
intellectual property rights and all such rights are expressly claimed and
are not waived. If you have received this transmission in error, please
notify the sender immediately by return electronic transmission and then
immediately delete this transmission, including all attachments, without
copying, distributing or disclosing same. 




More information about the freebsd-questions mailing list