From owner-freebsd-questions@FreeBSD.ORG Mon Oct 17 18:41:03 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 010C516A41F for ; Mon, 17 Oct 2005 18:41:03 +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 B99C343D49 for ; Mon, 17 Oct 2005 18:41:01 +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 j9HIevl1015385 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO); Mon, 17 Oct 2005 20:40:59 +0200 (CEST) (envelope-from freebsd@orchid.homeunix.org) Message-ID: <4353F036.6050500@orchid.homeunix.org> Date: Mon, 17 Oct 2005 20:40:54 +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> In-Reply-To: <6E358D06-E976-4D29-91B0-47F9ADC7285B@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="------------enig8A3A094BE64AA710B6B2E973" 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 18:41:03 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig8A3A094BE64AA710B6B2E973 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit eoghan wrote: > On 17 Oct 2005, at 15:20, Karol Kwiatkowski wrote: > >> eoghan wrote: >> >>> Hello >>> Im having problems again with this message when im booting. I get >>> several messages like this: >>> This: not found >>> >> >> Every time I see that it's because of missing '#' at the beginning of >> the line in a shell script (to mark the line as a comment). >> >> >>> About 8 or so of them just before it asks me for my login. It has >>> happened before, but i was working with a rather shaky install as i >>> wasnt sure what i was doing, well at least i was more unsure then >>> than i >>> am now :) >>> So im just wondering where i would look to see where its trying to find >>> "This"? >>> >> >> I'd look at starting scripts first. Something like: >> >> # ls /etc/rc.d/* | xargs grep "This" >> # ls /usr/local/etc/rc.d/* | xargs grep "This" >> >> and see if there's a line starting with 'This' without a '#' at the >> beginning somewhere. > > > I have done this now and not found anything without the # ... is there > anywhere else I should look? How about /etc/rc.conf file? If not there does 'grep -r This /etc' shows something useful? And just to be clear look for exact word: 'This' or 'this' depending on the situation (I'm not sure because you wrote it differently in the email subject and body). -- Karol Kwiatkowski GPGKey: http://www.orchid.homeunix.org/carlos/gpg/0x06E09309.asc --------------enig8A3A094BE64AA710B6B2E973 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/A9ezeoPAwGIYsRAp2UAJ0TectN15137F8c42eILqxMGhD3mwCdFxR7 fDaRgAVuWDQKHmzrDMLYFGc= =QHXE -----END PGP SIGNATURE----- --------------enig8A3A094BE64AA710B6B2E973--