From owner-freebsd-questions@FreeBSD.ORG Fri May 27 20:21:13 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 A002016A41C for ; Fri, 27 May 2005 20:21:13 +0000 (GMT) (envelope-from vdm.fbsd@virgilio.it) Received: from vsmtp2.tin.it (vsmtp2alice.tin.it [212.216.176.142]) by mx1.FreeBSD.org (Postfix) with ESMTP id 505A743D49 for ; Fri, 27 May 2005 20:21:12 +0000 (GMT) (envelope-from vdm.fbsd@virgilio.it) Received: from [192.168.10.8] (62.211.199.32) by vsmtp2.tin.it (7.0.027) id 42972C77000272CC for freebsd-questions@freebsd.org; Fri, 27 May 2005 22:21:10 +0200 From: Vittorio De Martino To: freebsd-questions@freebsd.org Date: Fri, 27 May 2005 22:21:05 +0200 User-Agent: KMail/1.8 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200505272221.06285.vdm.fbsd@virgilio.it> Subject: Problems while starting rc.d local files 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: Fri, 27 May 2005 20:21:13 -0000 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? Vittorio