From owner-freebsd-hardware Fri Sep 24 1:30:10 1999 Delivered-To: freebsd-hardware@freebsd.org Received: from mail.ulstu.ru (ns.ulstu.ru [62.76.34.36]) by hub.freebsd.org (Postfix) with ESMTP id 0F04A14D13 for ; Fri, 24 Sep 1999 01:28:31 -0700 (PDT) (envelope-from vlad@high.net.ru) Received: from hq.spc.high ([195.151.42.153]) by mail.ulstu.ru (8.8.5-MVC-230198/8.8.7) with ESMTP id MAA32756; Fri, 24 Sep 1999 12:26:16 +0400 (MSD) (envelope-from vlad@high.net.ru) Received: (from vlad@localhost) by hq.spc.high (8.9.3/8.9.3) id MAA03017; Fri, 24 Sep 1999 12:26:31 +0400 (MSD) (envelope-from vlad) From: Vlad Skvortsov Message-Id: <199909240826.MAA03017@hq.spc.high> Subject: Re: malloc() in cron In-Reply-To: <93692.938039293@axl.noc.iafrica.com> from Sheldon Hearn at "Sep 23, 1999 0:28:13 am" To: sheldonh@uunet.co.za (Sheldon Hearn) Date: Fri, 24 Sep 1999 12:26:28 +0400 (MSD) Cc: freebsd-hardware@freebsd.org X-Mailer: ELM [version 2.4ME+ PL43 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-hardware@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > > 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