Date: Mon, 19 Jul 2004 13:11:11 -0400 From: Duane Winner <duanewinner@att.net> To: Dan Nelson <dnelson@allantgroup.com> Cc: freebsd-questions@freebsd.org Subject: Re: save-entropy cronjob "Added: not found" every 10 minutes Message-ID: <40FC00AF.8010807@att.net> In-Reply-To: <20040719163439.GF41912@dan.emsphone.com> References: <40FBF73E.4030305@att.net> <20040719163439.GF41912@dan.emsphone.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Thanks! Using your technique, I discovered that I stupidly forgot to put a '#' before one of my comments in /etc/rc.conf. Dan Nelson wrote: > 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. >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?40FC00AF.8010807>