From owner-freebsd-questions@FreeBSD.ORG Sat May 28 14:39:51 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 03D7C16A41F for ; Sat, 28 May 2005 14:39:51 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail26.sea5.speakeasy.net (mail26.sea5.speakeasy.net [69.17.117.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id A419B43D48 for ; Sat, 28 May 2005 14:39:50 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 31123 invoked from network); 28 May 2005 14:39:50 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail26.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 28 May 2005 14:39:49 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 05E632F; Sat, 28 May 2005 10:39:49 -0400 (EDT) Sender: lowell@be-well.ilk.org To: Vittorio De Martino References: <200505272221.06285.vdm.fbsd@virgilio.it> From: Lowell Gilbert Date: 28 May 2005 10:39:48 -0400 In-Reply-To: <200505272221.06285.vdm.fbsd@virgilio.it> Message-ID: <444qcnh0sr.fsf@be-well.ilk.org> Lines: 21 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-questions@freebsd.org Subject: Re: Problems while starting rc.d local files X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 May 2005 14:39:51 -0000 Vittorio De Martino writes: > Towards the end of the boot process while starting the processes > under /usr/local/etc/rc.d (I think) freebsd 5.4 warns about something wrong > that I cannot find in the log files dmesg.boot, dmesg, messages. > The warning (nothing fatal happens!) I eye is as follows: > .................... > Pre-seeding PRNG: kickstart > Loading configuration files > This: not found > ^^^^ > > and the sentence " This: not found" pops up till the end of the boot. > > Where can I find a glue on what's happening, what's going wrong? One of the startup scripts is trying to execute a line that starts with the word "This". Does that word appear in your rc.conf file? Have you edited any of the files in /etc/rc.d to mistakenly contain that, perhaps by removing the comment character ("#") from the start of a line?