Re: crontab control?

2000-09-04 Thread kmself
On Sun, Sep 03, 2000 at 09:03:31AM -0700, Ron Farrer wrote:
> Mike McNally ([EMAIL PROTECTED]) wrote:
> 
> > anacron
> > see man anacron and /etc/anacrontab
> 
> Ahh thanks! Another question for the list: can I safely remove anacron?
> I really dislike the time it runs at and the system is up 24 x 7 so cron
> can do it's job correctly. 

It appears you already have.

Yes, you can.  I've found anacron breaks things on my 24x7 system --
hanging cron jobs and zombies.  Bad news.

-- 
Karsten M. Self  http://www.netcom.com/~kmself
 Evangelist, Opensales, Inc.http://www.opensales.org
  What part of "Gestalt" don't you understand?   Debian GNU/Linux rocks!
   http://gestalt-system.sourceforge.net/K5: http://www.kuro5hin.org
GPG fingerprint: F932 8B25 5FDD 2528 D595 DC61 3847 889F 55F2 B9B0


pgpDf7Pw52PBR.pgp
Description: PGP signature


Re: crontab control?

2000-09-04 Thread Ron Farrer
Ron Farrer ([EMAIL PROTECTED]) wrote:

> Dave Sherohman ([EMAIL PROTECTED]) wrote:
> 
> > anacron is primarily intended for systems that are only up intermittently.
> > IMO, there's no reason to run it on an always-on system.
> 
> I know this, that is why I *asked* if it can be safely removed? I would
> just like to purge it but want to make sure it wont fubar anything? 

Well I went ahead and purged it. So far so good!  

Thanks to everyone who responded. 

Ron
-- 
Email:  
Home:  
ICQ: pulsar 26276320
Alpha News Network: 


pgpfxaTmtDWdS.pgp
Description: PGP signature


RE: crontab control?

2000-09-03 Thread Andrew McRobert
hi

it is controlled by /etc/crontab, one possibility why it's not running may
be the execute permissions on either the /etc/cron.daily directory or the
specific scripts ...

Andrew

-
Andrew McRobert LLB B.Sc(Comp. Sci)
IT Liaison Officer, School of Law
MURDOCH UNIVERSITY
Perth, Western Australia
Ph: [+61 8 9360 6479]
Fax: [+61 8 9310 6671]
e-mail: [EMAIL PROTECTED]
"Linux: The Choice of a GNU Generation"


-Original Message-
From: Ron Farrer [mailto:[EMAIL PROTECTED]
Sent: Sunday, September 03, 2000 11:00 PM
To: Debian User
Subject: crontab control?



Hello;

What controls when '/etc/cron.daily/*' gets run? I thought it was
'/etc/crontab' but for some reason it doesn't run at the times I
specified.


TIA,

Ron
--
Email: 
Home:  
ICQ: pulsar 26276320
Debian GNU/HURD on Alpha: 



Re: crontab control?

2000-09-03 Thread Ron Farrer
Dave Sherohman ([EMAIL PROTECTED]) wrote:

> Ron Farrer said:
> > Ahh thanks! Another question for the list: can I safely remove anacron?
> > I really dislike the time it runs at and the system is up 24 x 7 so cron
> > can do it's job correctly. 
> 
> anacron is primarily intended for systems that are only up intermittently.
> IMO, there's no reason to run it on an always-on system.

I know this, that is why I *asked* if it can be safely removed? I would
just like to purge it but want to make sure it wont fubar anything? 


Thanks,

Ron
-- 
Email:  
Home:  
ICQ: pulsar 26276320
Debian GNU/HURD: 


pgpCHQJmBwevZ.pgp
Description: PGP signature


Re: crontab control?

2000-09-03 Thread Dave Sherohman
Ron Farrer said:
> Ahh thanks! Another question for the list: can I safely remove anacron?
> I really dislike the time it runs at and the system is up 24 x 7 so cron
> can do it's job correctly. 

anacron is primarily intended for systems that are only up intermittently.
IMO, there's no reason to run it on an always-on system.

-- 
"Two words: Windows survives." - Craig Mundie, Microsoft senior strategist
"So does syphillis. Good thing we have penicillin." - Matthew Alton
Geek Code 3.1:  GCS d- s+: a- C++ UL++$ P+>+++ L+++> E- W--(++) N+ o+
!K w---$ O M- V? PS+ PE Y+ PGP t 5++ X+ R++ tv b+ DI D G e* h+ r++ y+



Re: crontab control?

2000-09-03 Thread Ron Farrer
Mike McNally ([EMAIL PROTECTED]) wrote:

> anacron
> see man anacron and /etc/anacrontab

Ahh thanks! Another question for the list: can I safely remove anacron?
I really dislike the time it runs at and the system is up 24 x 7 so cron
can do it's job correctly. 


TIA,

Ron
-- 
Email:  
Home:  
ICQ: pulsar 26276320
Debian Organization: 


pgpQUoz3vCoND.pgp
Description: PGP signature


Re: crontab control?

2000-09-03 Thread Mike McNally
anacron
see man anacron and /etc/anacrontab

mike

Ron Farrer wrote:
> 
> Hello;
> 
> What controls when '/etc/cron.daily/*' gets run? I thought it was
> '/etc/crontab' but for some reason it doesn't run at the times I
> specified.