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
-
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
-
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
-
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
-
You can remove the entry with
crontab -e
You'll find two entries like this:
*/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.