Mel schrieb:
On Friday 28 November 2008 11:25:34 Christoph Kukulies wrote:

Could it be that some nightly periodic is causing this?

Easy to rule out by running periodic daily by hand, when it's not 3am in the morning.
Easier said than done. /etc/periodic/daily/ is a bunch of scripts, anyway

# for i in `ls | sort -n`
do
sh ./$i
echo $i
done

is not the culprit. So it must be something else.


--
Christoph Kukulies
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to