[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] RE: crond not working raq3
- Subject: [cobalt-users] RE: crond not working raq3
- From: "Rob Moore" <rob.moore@xxxxxxxxxxxxxxx>
- Date: Fri Nov 9 17:23:23 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
Thanks Gerald
If there is no link in /etc/rc.d/rc3.d how do I go about
recreating it? Noddy question I know, but still.
Cheers
Rob
>> Message: 10
>> From: "Gerald Waugh" <gerald@xxxxxxxxx>
>> To: <cobalt-users@xxxxxxxxxxxxxxx>
>> Subject: Re: [cobalt-users] RE:cron not working raq3
>> Date: Fri, 9 Nov 2001 13:56:29 -0500
>> Reply-To: cobalt-users@xxxxxxxxxxxxxxx
>>
>> > 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?
>> >
>> Yes there should be a symlink to /etc/rc.d/init.d/crond
>> Actually there is one in all rc2-5.d
>> rc2.d/S40crond -> ../init.d/crond
>> rc3.d/S40crond -> ../init.d/crond
>> rc4.d/S40crond -> ../init.d/crond
>> rc5.d/S40crond -> ../init.d/crond
>>
>> Gerald