From owner-freebsd-questions@FreeBSD.ORG Mon Oct 17 18:08:19 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 6684616A427 for ; Mon, 17 Oct 2005 18:08:19 +0000 (GMT) (envelope-from freebsd@redry.net) Received: from luke.segpub.com.au (luke.segpub.com.au [64.49.254.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6EB8843D46 for ; Mon, 17 Oct 2005 18:08:18 +0000 (GMT) (envelope-from freebsd@redry.net) Received: (qmail 71734 invoked by uid 89); 18 Oct 2005 04:08:17 +1000 Received: by simscan 1.1.0 ppid: 71710, pid: 71721, t: 0.7832s scanners: clamav: 0.86.1/m:33/d:984 spam: 3.0.4 Received: from unknown (HELO ?192.168.1.34?) (213.202.130.235) by 0 with SMTP; 18 Oct 2005 04:08:17 +1000 In-Reply-To: <4353B31F.3010306@orchid.homeunix.org> References: <435367B3.9050909@redry.net> <4353B31F.3010306@orchid.homeunix.org> Mime-Version: 1.0 (Apple Message framework v734) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <6E358D06-E976-4D29-91B0-47F9ADC7285B@redry.net> Content-Transfer-Encoding: 7bit From: eoghan Date: Mon, 17 Oct 2005 19:08:15 +0100 To: freebsd@orchid.homeunix.org X-Mailer: Apple Mail (2.734) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on luke.segpub.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.0.4 Cc: freebsd-questions@freebsd.org Subject: Re: this: not found X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Oct 2005 18:08:19 -0000 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? Thanks Eoghan