From owner-freebsd-mobile Sun Jul 25 17:22: 3 1999 Delivered-To: freebsd-mobile@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id 9977714D3E for ; Sun, 25 Jul 1999 17:21:59 -0700 (PDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id SAA62559; Sun, 25 Jul 1999 18:21:56 -0600 (MDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id SAA36130; Sun, 25 Jul 1999 18:22:49 -0600 (MDT) Message-Id: <199907260022.SAA36130@harmony.village.org> To: obrien@NUXI.com Subject: Re: pccardd does not wait for interface to be up with "-z" Cc: mobile@FreeBSD.ORG In-reply-to: Your message of "Sat, 24 Jul 1999 23:21:08 PDT." <19990724232108.A89132@nuxi.com> References: <19990724232108.A89132@nuxi.com> Date: Sun, 25 Jul 1999 18:22:49 -0600 From: Warner Losh Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In message <19990724232108.A89132@nuxi.com> "David O'Brien" writes: : + pccardd -z $pccardd_flags 2>&1 > /var/log/pccardd.debug & The -z flag to pccardd is working just fine.... There is a bug in the rc.pccard script, however, that precludes the use of -z. The & at the end of this command is bogus... That's what is causing your problems. I had no problems when I removed it. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message