Koozali.org: home of the SME Server

Obsolete Releases => SME 7.x Contribs => Topic started by: johnp on October 22, 2008, 03:36:58 AM

Title: Coova-Chilli and cron warnings after removal
Post by: johnp on October 22, 2008, 03:36:58 AM
I tried out the coova chilli contrib, and think it would be useful if it didn't seem to break pptpd. After I did the removal, I'm still getting a cron warning every 10 minutes.

/bin/sh: /etc/rc.d/init.d/chilli: No such file or directory

If someone could point me in the right direction to get rid of this, I would be most thankful.

I can't find how cron is looking for this?

Thanks for the help.

John
Title: Re: Coova-Chilli and cron warnings after removal
Post by: gzartman on October 22, 2008, 04:41:28 AM
Have a look in /etc/cron.d/ and /etc/cron.hourly.  If a cron process is causing the problem, it will likely be in one of these two places.

Greg
Title: Re: Coova-Chilli and cron warnings after removal
Post by: johnp on October 22, 2008, 06:08:22 AM
Thanks, but if something was there I wouln't be here asking. The cron email comes every 10 minutes.

If it was that easy, I'd have seen it. I instead, I got to ask you experts. You know I ain't ashamed to do so too.

John
Title: Re: Coova-Chilli and cron warnings after removal
Post by: Daniel B. on October 22, 2008, 08:42:00 AM
You can remove the entry with
Code: [Select]
crontab -eYou'll find two entries like this:
Code: [Select]
*/60 * * * * /etc/rc.d/init.d/chilli radconfig
*/10 * * * * /etc/rc.d/init.d/chilli checkrunning
You can safly remove it. I need to find a solution to remove it automatically.
Please, can you report a bug for the PPTP problem. In fact, I don't use PPTP, so I haven't tested it.