Index: [Article Count Order] [Thread]

Date:  Tue, 19 Sep 2006 12:02:43 -0400 (EDT)
From:  "Brian N. Smith" <brian (at mark) nuonce.net>
Subject:  [coba-e:07072] Re: Weird logs
To:  coba-e (at mark) bluequartz.org
Message-Id:  <Pine.LNX.4.63.0609191200550.20418 (at mark) mail.nuonce.net>
In-Reply-To:  <006001c6dace$a3af4a50$6400a8c0@YOUR4105E587B6>
References:  <006001c6dace$a3af4a50$6400a8c0@YOUR4105E587B6>
X-Mail-Count: 07072

Darrell,

I think I figured out the "weird logs" problem.  I just realized I have 
the same problem too, so it made it a little easier to trouble shoot.

Edit this file;

/etc/crontab

At the top of the file, make sure the first 5 lines looks like so:

SHELL=/bin/bash
PATH=/sbin:/bin:/usr/sbin:/usr/bin
MAILTO=root
TMPDIR=/home/.tmp
HOME=/

I think it is because of the TMPDIR line missing.  I am not sure why it 
got replaced.  By adding it back, and 1 last reboot (just to clear out 
everything), it should fix it by the next morning!

-Brian