Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Jan 1999 21:16:33 +0800 (CST)
From:      xiyuan qian <xiyuan@dns.hgs.com.cn>
To:        freebsd-isp@FreeBSD.ORG
Subject:   cron does not work!
Message-ID:  <199901261316.VAA10517@dns.hgs.com.cn>

next in thread | raw e-mail | index | archive | help

Hi, my cron daemon suddenly does not work. I checked the processes and found 
that the cron daemon was running. But it do not run the /etc/crontab.

My crontab file is as followings:


# /etc/crontab - root's crontab for FreeBSD
#
# $Id: crontab,v 1.13 1996/01/06 22:21:37 ache Exp $
# From: Id: crontab,v 1.6 1993/05/31 02:03:57 cgd Exp
#
SHELL=/bin/sh
PATH=/etc:/bin:/sbin:/usr/bin:/usr/sbin:/root/nngs
HOME=/var/log
#
#minute	hour	mday	month	wday	who	command
#
*/5     *       *       *       *       root	/usr/libexec/atrun
#
# rotate log files every hour, if necessary
0	*	*	*	*	root	/usr/sbin/newsyslog
#
# do daily/weekly/monthly maintenance
0       */2     *       *       *       root    /root/nngs/rated.bat 2>&1 | sendmail xiyuan
0       3       *       *       *       root    /root/nngs/com_delete.bat 2>&1 | sendmail xiyuan
30      5       1       *       *       root    /root/nngs/del_cgames.bat 2>&1 | sendmail xiyuan
30      13      *       *       *       root    /root/makemail 2>&1 | sendmail xiyuan
#0       15      *       *       7       root    /root/change 2>&1 | sendmail xiyuan
#
# time zone change adjustment for wall cmos clock,
# does nothing, if you have UTC cmos clock.
# See adjkerntz(8) for details.
1,31	0-4	*	*	*	root	/sbin/adjkerntz	-a

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-isp" in the body of the message



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