Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Jul 2004 11:34:40 -0500
From:      Dan Nelson <dnelson@allantgroup.com>
To:        Duane Winner <duanewinner@att.net>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: save-entropy cronjob "Added: not found" every 10 minutes
Message-ID:  <20040719163439.GF41912@dan.emsphone.com>
In-Reply-To: <40FBF73E.4030305@att.net>
References:  <40FBF73E.4030305@att.net>

next in thread | previous in thread | raw e-mail | index | archive | help
In the last episode (Jul 19), Duane Winner said:
> Does anybody know what is going on with the cronjob
> /usr/libexec/save-entropy that by default is scheduled to run every
> 10 minutes?
> 
> I'm getting tons of log mail because of this, but I don't want to
> just comment out the cronjob because it is annoying.

> Subject: Cron <operator@icebox> /usr/libexec/save-entropy
> 
> Added: not found

Try changing the top line of that script to read 

  #!/bin/sh -x

, which will log every command that it runs to stderr.  You should then
be able to determine which line is printing that error message.  My
guess is something in your rc.conf is doing it.

-- 
	Dan Nelson
	dnelson@allantgroup.com



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040719163439.GF41912>