RE: cron.d

2002-07-29 Thread Ed . Greshko
Of [EMAIL PROTECTED] > Sent: Monday, July 29, 2002 12:26 PM > To: [EMAIL PROTECTED] > Subject: RE: cron.d > > > On Mon, 29 Jul 2002, suresh wrote: > > > hi > > i tried that > > basically i am having a script which needs to be run after 5 mins of >

RE: cron.d

2002-07-29 Thread suresh
, July 29, 2002 12:26 PM To: [EMAIL PROTECTED] Subject: RE: cron.d On Mon, 29 Jul 2002, suresh wrote: > hi > i tried that > basically i am having a script which needs to be run after 5 mins of > bootup(since the script hangs if run during bootup). > I am doing this by addin

Re: cron.d

2002-07-29 Thread Anthony E. Greene
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 29-Jul-2002/11:55 +0530, suresh <[EMAIL PROTECTED]> wrote: >basically i am having a script which needs to be run after 5 mins of >bootup(since the script hangs if run during bootup). >I am doing this by adding a dynamically configured file in cron.

RE: cron.d

2002-07-28 Thread Ed . Greshko
On Mon, 29 Jul 2002, suresh wrote: > hi > i tried that > basically i am having a script which needs to be run after 5 mins of > bootup(since the script hangs if run during bootup). > I am doing this by adding a dynamically configured file in cron.d before > reboot. > > Any other way of doing thi

RE: cron.d

2002-07-28 Thread suresh
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Gordon Messmer Sent: Sunday, July 28, 2002 3:35 PM To: [EMAIL PROTECTED] Subject: Re: cron.d On Sat, 2002-07-27 at 03:11, suresh wrote: > I have configured cron to run a task at a perticular time of the day, but it > runs during boo

Re: cron.d

2002-07-28 Thread Gordon Messmer
On Sat, 2002-07-27 at 03:11, suresh wrote: > I have configured cron to run a task at a perticular time of the day, but it > runs during bootup as well. I wud wish it runs only at that particular time > irrespective of whether m/c boots or not. > any ideas?? Turn off the "anacron" service? ___