Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Sep 1999 12:26:28 +0400 (MSD)
From:      Vlad Skvortsov <vlad@high.net.ru>
To:        sheldonh@uunet.co.za (Sheldon Hearn)
Cc:        freebsd-hardware@freebsd.org
Subject:   Re: malloc() in cron
Message-ID:  <199909240826.MAA03017@hq.spc.high>
In-Reply-To: <93692.938039293@axl.noc.iafrica.com> from Sheldon Hearn at "Sep 23, 1999  0:28:13 am"

next in thread | previous in thread | raw e-mail | index | archive | help
> > 	After moving to 3-STABLE from 2.2 branch my crond statred sending me
> > 	mails like that one below. All cron jobs get done OK, but this crond
> > 	error exists.
> 
> You should probably give some detail on how you did your "moving to
> 3-STABLE".
	
	I was running 2.2.8-STABLE, cvsupped 3-STABLE sources about in May
	and just made aout-to-elf. There were some problems but nothing
	serious.

> You should probably also provide some detail on the contents of
> /etc/crontab and the output of ``crontab -l -u root''.
	
	Okay.

/etc/crontab:

# /etc/crontab - root's crontab for FreeBSD
#
# $Id: crontab,v 1.18 1998/03/30 09:17:25 ache Exp $
#
SHELL=/bin/sh
PATH=/etc:/bin:/sbin:/usr/bin:/usr/sbin
HOME=/var/log
#
#minute	hour	mday	month	wday	who	command
#
*/5     *       *       *       *       root	/usr/libexec/atrun
#
# rotate log files every hour, if necessary
0	*	*	*	*	root	newsyslog
#
# do daily/weekly/monthly maintenance
0       2       *       *       *       root    periodic daily 2>&1 | sendmail root
30      3       *       *       6       root    periodic weekly 2>&1 | sendmail root
30      5       1       *       *       root    periodic monthly 2>&1 | sendmail root
#
# time zone change adjustment for wall cmos clock,
# does nothing, if you have UTC cmos clock.
# See adjkerntz(8) for details.
1,31    0-5     *       *       *       root    adjkerntz -a


root's crontab:

# DO NOT EDIT THIS FILE - edit the master and reinstall.
# (/tmp/crontab.uLgrFo5202 installed on Tue Sep 21 00:51:21 1999)
# (Cron version -- $FreeBSD: src/usr.sbin/cron/crontab/crontab.c,v 1.11.2.1 1999/08/29 15:40:42 peter Exp $)
# min hr day month weekday
#*/5 	* 	* 	* 	* 	/adm/bin/chk_inet.sh
#55	1,3,23	*	*	*	/sbin/ping -c 1 mv.ru
0	23	*	*	*	/adm/bin/clean-tmp.sh
30	23	*	*	*	/adm/bin/check-tmp.sh
*/3	0-6	*	*	*	/bin/rm -f /etc/ppp/nodial
58	23	*	*	*	/bin/rm -f /etc/ppp/nodial
*/3	7-23 	*	*	*	/usr/bin/touch /etc/ppp/nodial
45	0-5	*	*	*	/usr/sbin/sendmail -q
15	0-5	*	*	*	/bin/sh /adm/bin/get_mail.sh
0	3	*	*	*	/bin/sh /adm/bin/cvsup.sh
0	22	*	*	*	/usr/local/bin/rhscan -p 
57	23	*	*	*	/usr/bin/touch /etc/nologin.cuaa0
57	21	*	*	*	/bin/rm -f /etc/nologin.cuaa0

# Proxy cache expiring.
0	4	*	*	*	/usr/local/bin/dele.expire
# Make backup of root filesystem.
#0	5	*	*	6	/adm/bin/dump_bk.sh
# Create local daily statistics.
0	7	*	*	*	/adm/bin/daily_stat.sh
# Create local monthly statistics.
15	0	1	*	*	/adm/bin/monthly_stat.sh
# Clean ports.
#0	6	*	*	3	/bin/sh /adm/bin/ports-clean.sh
# Rotate squid logs.
30	6	*	*	4	/usr/local/sbin/squid -k rotate

-- 
Vlad Skvortsov, vss@ulstu.ru


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




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