From owner-freebsd-questions Fri Sep 22 22:44: 2 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mailhost01.reflexnet.net (mailhost01.reflexnet.net [64.6.192.82]) by hub.freebsd.org (Postfix) with ESMTP id 5FD9937B42C for ; Fri, 22 Sep 2000 22:44:00 -0700 (PDT) Received: from 149.211.6.64.reflexcom.com ([64.6.211.149]) by mailhost01.reflexnet.net with Microsoft SMTPSVC(5.5.1877.197.19); Fri, 22 Sep 2000 22:42:50 -0700 Received: (from cjc@localhost) by 149.211.6.64.reflexcom.com (8.11.0/8.11.0) id e8N5hwj42365; Fri, 22 Sep 2000 22:43:58 -0700 (PDT) (envelope-from cjc) Date: Fri, 22 Sep 2000 22:43:58 -0700 From: "Crist J . Clark" To: Odhiambo Washington Cc: FreeBSD-Questions Subject: Re: Cron Problem Message-ID: <20000922224358.J367@149.211.6.64.reflexcom.com> Reply-To: cjclark@alum.mit.edu References: <20000921121410.A25730@siafu.iconnect.co.ke> <4.3.2.7.2.20000921052553.00b46900@mail.megapathdsl.net> <20000922214245.A58583@siafu.iconnect.co.ke> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <20000922214245.A58583@siafu.iconnect.co.ke>; from vedette@iconnect.co.ke on Fri, Sep 22, 2000 at 09:42:45PM +0300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, Sep 22, 2000 at 09:42:45PM +0300, Odhiambo Washington wrote: > Quoting Allen Landsidel : > [000921 12:25]: > #>At 12:14 09/21/2000 +0300, Odhiambo Washington wrote: > #>>can anyone kindly point me to any reason why cron seems to be asleep in my > #>>systems -4.1-STABLE? > #>>No periodic processes are being run. > #>> > #>>Here are the messages I got for last night. > #>> > #>>Sep 21 03:00:02 alouette squid[283]: storeDirClean: > #>>/usr/local/squid/cache/08/71 > #>>: (23) Too many open files in system > #> > #>Already, right there... > #> > #>You've got something opening up too many file descriptors.. keep in mind > #>"file descriptors" on unix means not just any file, but anything that is > #>accessed as a file. > #> > > Still my cron won't run. As I mentioned, I really suspect the mergemaster > that I ran after cvsup. If the periodics are not being run, does it not > also mean that my cron could be dead? Or should I suspect anything else? I suspect you have a loop in your scripts. This used to happen when people copied /etc/defaults/rc.conf to /etc/rc.conf and edit that. This would loop until you get the above error. (Since rc.conf is sourced by periodic, this could have been your problem, but I doubt it if you survived boot.) If you want to eliminate cron as the culprit, run the periodic script at the command line and see if you get the same error. -- Crist J. Clark cjclark@alum.mit.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message