Date: Mon, 18 Nov 1996 12:33:35 -0800 From: "David A. Truesdell" <truesdel@nas.nasa.gov> To: David Stickney <david@wvb.gomel.by> Cc: "'FBSD ISP'" <freebsd-isp@freebsd.org> Subject: Re: FW: CRON freeking out on UUCICO, little voices crying "there is an answer, yeah, just jump, jump, open the window and..." Message-ID: <9980.848349215@nas.nasa.gov> In-Reply-To: Your message of "Sun, 13 Oct 1996 03:15:10." <01BBB8B4.BF1885A0@david.wvb.gomel.by>
next in thread | previous in thread | raw e-mail | index | archive | help
Just in case no-one else has replied, the problem is NOT uucico, it is that you told cron to run uucico every minute for an hour every hour you specified. If you want uucico run once every two hours, you need to specify which minute of the hour you want it run. You had: * 6,8,10,12,14,16,18,20, * * * root /usr/libexec/uucp/uucico -sbrc -r1 -x all -f Instead try: 0 6,8,10,12,14,16,18,20 * * * root /usr/libexec/uucp/uucico -sbrc -r1 -x all -f -- T.T.F.N., Dave Truesdell truesdel@nas.nasa.gov/postmaster@nas.nasa.gov Wombat Wrestler/Software Packrat/Baby Wrangler/Newsmaster/Postmaster
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?9980.848349215>
