From owner-freebsd-questions@FreeBSD.ORG Sun Feb 27 20:26:59 2005 Return-Path: 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 84C0516A4CE for ; Sun, 27 Feb 2005 20:26:59 +0000 (GMT) Received: from smtp11.wanadoo.fr (smtp11.wanadoo.fr [193.252.22.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F6A543D46 for ; Sun, 27 Feb 2005 20:26:59 +0000 (GMT) (envelope-from atkielski.anthony@wanadoo.fr) Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf1101.wanadoo.fr (SMTP Server) with ESMTP id 754601C0009E for ; Sun, 27 Feb 2005 21:26:58 +0100 (CET) Received: from pix.atkielski.com (ASt-Lambert-111-2-1-3.w81-50.abo.wanadoo.fr [81.50.80.3]) by mwinf1101.wanadoo.fr (SMTP Server) with ESMTP id 5C0E21C0009C for ; Sun, 27 Feb 2005 21:26:58 +0100 (CET) X-ME-UUID: 20050227202658377.5C0E21C0009C@mwinf1101.wanadoo.fr Date: Sun, 27 Feb 2005 21:26:57 +0100 From: Anthony Atkielski X-Priority: 3 (Normal) Message-ID: <1437562982.20050227212657@wanadoo.fr> To: freebsd-questions@freebsd.org In-Reply-To: <20050227131817.D89942@grond.sourballs.org> References: <1244061749.20050227165831@wanadoo.fr> <5935045.20050227184650@wanadoo.fr> <20050227131817.D89942@grond.sourballs.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: Odd message from cron daemon X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 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: Sun, 27 Feb 2005 20:26:59 -0000 David Fleck writes: > Hmmm. Well, I don't know, but I'd try running the save-entropy script > manually and see if you can recreate the message that way. If so, add a > -x to the first line > > #!/bin/sh -x > > and run it manually again - you should be able to see what command > precedes the message. That did it! The error was a missing newline in my modified version of rc.conf. Thanks! -- Anthony