From owner-freebsd-isp Tue Jan 26 05:19:50 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA01420 for freebsd-isp-outgoing; Tue, 26 Jan 1999 05:19:50 -0800 (PST) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from dns.hgs.com.cn ([202.96.210.159]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA01413 for ; Tue, 26 Jan 1999 05:19:48 -0800 (PST) (envelope-from xiyuan@dns.hgs.com.cn) Received: (from xiyuan@localhost) by dns.hgs.com.cn (8.8.7/8.8.7) id VAA10517 for freebsd-isp@freebsd.org; Tue, 26 Jan 1999 21:16:33 +0800 (CST) (envelope-from xiyuan) Date: Tue, 26 Jan 1999 21:16:33 +0800 (CST) From: xiyuan qian Message-Id: <199901261316.VAA10517@dns.hgs.com.cn> To: freebsd-isp@FreeBSD.ORG Subject: cron does not work! Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org 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