From owner-freebsd-questions@FreeBSD.ORG Sat Jun 14 18:12:08 2003 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 CB76137B401 for ; Sat, 14 Jun 2003 18:12:08 -0700 (PDT) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3496343FBD for ; Sat, 14 Jun 2003 18:12:08 -0700 (PDT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.12.9/8.12.9) id h5F1C7Zb064735; Sat, 14 Jun 2003 20:12:07 -0500 (CDT) (envelope-from dan) Date: Sat, 14 Jun 2003 20:12:07 -0500 From: Dan Nelson To: "P. U. Kruppa" Message-ID: <20030615011207.GX53468@dan.emsphone.com> References: <20030614230357.P673@small.pukruppa.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030614230357.P673@small.pukruppa.de> X-OS: FreeBSD 5.1-CURRENT X-message-flag: Outlook Error User-Agent: Mutt/1.5.4i cc: freebsd-questions@freebsd.org Subject: Re: Strange message: --: not found X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Jun 2003 01:12:09 -0000 In the last episode (Jun 14), P. U. Kruppa said: > I have to admit I have been playing around with NIS/NFS . Everything > seems to work fine, but I keep receiving messages like this: > > ------------------------------------------- > > Date: Sat, 14 Jun 2003 21:00:00 GMT > From: Cron Daemon > To: operator@small.pukruppa.de > Subject: Cron /usr/libexec/save-entropy > > --: not found Check to make sure you don't have a typo domewhere in /etc/rc.conf; save-entropy reads it and so does the bootup process. You can probably debug it further by running "sh -x /usr/libexec/save-entropy", which should tell you exactly the line that's generating that error. -- Dan Nelson dnelson@allantgroup.com