From owner-freebsd-questions Fri Aug 3 9:34:43 2001 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f220.law10.hotmail.com [64.4.15.220]) by hub.freebsd.org (Postfix) with ESMTP id B92B337B403 for ; Fri, 3 Aug 2001 09:34:38 -0700 (PDT) (envelope-from ex279@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Fri, 3 Aug 2001 09:34:38 -0700 Received: from 205.228.172.82 by lw10fd.law10.hotmail.msn.com with HTTP; Fri, 03 Aug 2001 16:34:38 GMT X-Originating-IP: [205.228.172.82] From: "Todd Reed" To: freebsd-questions@freebsd.org Subject: Crontab Date: Fri, 03 Aug 2001 11:34:38 -0500 Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_3c01_25b2_3df3" Message-ID: X-OriginalArrivalTime: 03 Aug 2001 16:34:38.0519 (UTC) FILETIME=[302F9470:01C11C3A] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_3c01_25b2_3df3 Content-Type: text/plain; format=flowed I'm stil trying to get MRTG to run in crontab! I tried using vi to edit the /etc/crontab and adding the lines. I also tried to use crontab -e and I still am having trouble. I've attached the /etc/crontab. I'm not sure where I'm going wrong. I'm wanting to run MRTG every fine minutes. And I've tried everything I've been told. Any help is appreciated. --Todd _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp ------=_NextPart_000_3c01_25b2_3df3 Content-Type: text/plain; name="crontab"; format=flowed Content-Transfer-Encoding: 8bit Content-Disposition: attachment; filename="crontab" # /etc/crontab - root's crontab for FreeBSD # # $FreeBSD: src/etc/crontab,v 1.21.2.3 2000/12/08 10:56:07 obrien 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 1 3 * * * root periodic daily 15 4 * * 6 root periodic weekly 30 5 1 * * root periodic monthly # # 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 ------=_NextPart_000_3c01_25b2_3df3-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message