[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cobalt-users] RE:cron not working raq3



Gerald, thanks again for your help.

if i do a dir list, output as follows; 

# ls /etc/rc.d/rc3.d/S40crond
ls: /etc/rc.d/rc3.d/S40crond: No such file or directory
# ls /etc/rc.d/init.d/crond
/etc/rc.d/init.d/crond

Should there be some link in /etc/rc.d/rc3.d?

Thanks

Rob


--

Message: 15
From: "Gerald Waugh" <gerald@xxxxxxxxx>
To: <cobalt-users@xxxxxxxxxxxxxxx>
Subject: Re: [cobalt-users] cron not working raq3
Date: Thu, 8 Nov 2001 23:02:25 -0500
Reply-To: cobalt-users@xxxxxxxxxxxxxxx

> Anyone tell me how to ensure crond is enabled on system start
> on a raq3 box?
> 
It is started on re-boot in run-level 3
/etc/rc.d/rc3.d/S40crond 
which links to /etc/rc.d/init.d/crond
Should you don't have to worry about it starting.
You may have to worry about it "stopping"

Gerald