From owner-freebsd-questions@FreeBSD.ORG Mon Oct 17 19:20:46 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 71E4916A436 for ; Mon, 17 Oct 2005 19:20:46 +0000 (GMT) (envelope-from freebsd@orchid.homeunix.org) Received: from orchid.homeunix.org (baa206.neoplus.adsl.tpnet.pl [83.27.164.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F74E43D45 for ; Mon, 17 Oct 2005 19:20:45 +0000 (GMT) (envelope-from freebsd@orchid.homeunix.org) Received: from [192.168.1.66] (blackacidevil.orchid.homeunix.org [192.168.1.66]) (authenticated bits=0) by orchid.homeunix.org (8.13.3/8.13.3) with ESMTP id j9HJKfxK017694 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO); Mon, 17 Oct 2005 21:20:43 +0200 (CEST) (envelope-from freebsd@orchid.homeunix.org) Message-ID: <4353F98D.2030209@orchid.homeunix.org> Date: Mon, 17 Oct 2005 21:20:45 +0200 From: Karol Kwiatkowski User-Agent: Mozilla Thunderbird 1.0.7 (X11/20050930) X-Accept-Language: en-us, en MIME-Version: 1.0 To: eoghan References: <435367B3.9050909@redry.net> <4353B31F.3010306@orchid.homeunix.org> <6E358D06-E976-4D29-91B0-47F9ADC7285B@redry.net> <4353F036.6050500@orchid.homeunix.org> <62E1E1CF-A095-43FA-A9BD-2261DD4A9709@redry.net> In-Reply-To: <62E1E1CF-A095-43FA-A9BD-2261DD4A9709@redry.net> X-Enigmail-Version: 0.93.0.0 OpenPGP: id=06E09309; url=http://www.orchid.homeunix.org/carlos/gpg/0x06E09309.asc Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig596EE2D99E96E76D9328D431" X-Virus-Scanned: ClamAV 0.87/1139/Mon Oct 17 02:30:04 2005 on orchid.homeunix.org X-Virus-Status: Clean Cc: freebsd-questions@freebsd.org Subject: Re: this: not found X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd@orchid.homeunix.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Oct 2005 19:20:46 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig596EE2D99E96E76D9328D431 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit eoghan wrote: > My last uncommented line looked like (rc.conf): > usbd_enable="YES"# This file contains.... > I didnt think it would be causing it, but it seems it was... Yes, I just checked it. There must be a whitespace after " in rc.conf. > just wondering why it would display 7 or 8 times? /etc/rc.conf is read by scripts located in /usr/local/etc/rc.d (and those are executed at boot time) and error message shows everytime rc.conf is parsed. I think that's 'load_rc_config()' function job (from /etc/rc.subr) but I haven't look into it that much. > Anyway - got it sorted and thank you very much! Glad to hear it's solved! Karol -- Karol Kwiatkowski GPGKey: http://www.orchid.homeunix.org/carlos/gpg/0x06E09309.asc --------------enig596EE2D99E96E76D9328D431 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFDU/mNezeoPAwGIYsRAoM5AKCZivFy9dsBDTiyHN7PNkXcO+OL7ACeLVW6 hLl8TN9xLMzQC1rYYL1QYS8= =Nb/Q -----END PGP SIGNATURE----- --------------enig596EE2D99E96E76D9328D431--