[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] CRON DAEMON PROBLEM



What is the problem? What is the remedy?

/usr/sbin/tmpwatch is as far as I got.

Thanks in advance.

RAQ3I

**ERROR MESSAGE SEND TO ADMIN**

Date: Sun, 14 Mar 2004 04:09:48 -0500
From: root@xxxxxxxxxxxxxx (Cron Daemon)
To: root@ns1. server.com
Subject: Cron <root@ns1> run-parts /etc/cron.daily
X-Cron-Env: <SHELL=/bin/bash>
X-Cron-Env: <PATH=/sbin:/bin:/usr/sbin:/usr/bin>
X-Cron-Env: <MAILTO=root>
X-Cron-Env: <HOME=/>
X-Cron-Env: <LOGNAME=root>

error: lstat() of directory /var/catman/local/cat? failed: No such file or
directory

Looks like a file is missing. Either it was there and is no longer, or the cron job is running in a different directory and isn't able to find it in its PATH...

Check the job that's failing and see what it's trying to do. That will dictate what the fix is (replacing the missing file - and trying to figure out why it's missing! - or modifying the cron job commands).