From owner-freebsd-mobile Wed May 31 16:36: 9 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from lily.ezo.net (lily.ezo.net [206.102.130.13]) by hub.freebsd.org (Postfix) with ESMTP id A477037B930 for ; Wed, 31 May 2000 16:36:05 -0700 (PDT) (envelope-from jflowers@ezo.net) Received: from lily.ezo.net (jflowers@localhost.ezo.net [127.0.0.1]) by lily.ezo.net (8.8.7/8.8.7) with SMTP id TAA28364; Wed, 31 May 2000 19:35:46 -0400 (EDT) Date: Wed, 31 May 2000 19:35:45 -0400 (EDT) From: Jim Flowers To: Igor Kucherenko Cc: freebsd-mobile@FreeBSD.ORG Subject: Re: FreeBSD booting process with wavelan cards. In-Reply-To: <200005311625.TAA87962@orpheus.so-com.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Move script contents to rc.local which is called last by rc. I have also used 'sleep 30' in rc.pccard as in: pccardd 2>&1 > /var/log/pccardd.debug & echo -n " Waiting for pccardd to process." sleep 20 Well, this one set up faster. Jim Flowers #4 ISP on C|NET, #1 in Ohio On Wed, 31 May 2000, Igor Kucherenko wrote: > > > Hello there. > > Who and in what way solves the problem connected with delays of > wavelan card init? The problem is > > My FreeBSD desktop box is working on FreeBSD 4.0. I use WaveLAN PCMCIA > card + PCMCIA - ISA Bridge as outgoing interface to internet (wi0 is > default). When FreeBSD is booting it starts sendmail, named and etc > from the /etc/rc.conf file. But pccardd initializes WaveLAN card later > then sendmail, named start. Because of it some programs run incorrectly. > For example named is not bounding wi0 interface, sednmail freezes for > a while, ipfw skips some rules (no route to host). > > I resolved it in easy way. I disabled daemons in startup script (rc.conf) > and started them in /usr/local/etc/rc.d/ with a script consists sleep > command. > > Maybe someone deals with this problem and would share his/her own solution. > > > kivvy > > -- > Igor Kucherenko > Simferopol, Crimea, UA +380 652 511616 kivvy@so-com.net UIN: 17988643 > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-mobile" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message