MRatWork Forum by Mustafa Ramadhan

Sawo Project - Kloxo-MR Discussions => Kloxo-MR Technical Helps => Topic started by: TriRan on 2013-02-20, 16:26:38

Title: cronjobs
Post by: TriRan on 2013-02-20, 16:26:38
there doesn't seem to be an easy way to make a cronjob run every 5 minutes or something like that in kloxo you have to manually select the minute intervals under standard and thats kind of a pain in the butt
Title: Re: cronjobs
Post by: MRatWork on 2013-02-20, 18:10:39
what reason until you want cron-job every 5 minutes?
Title: Re: cronjobs
Post by: TriRan on 2013-02-21, 02:33:29
a client wants to run a wget cronjob every 5 minutes and as it stands, from the panel you have to manually click 5 then 10 then 15 then 20 under the standard pane

it's kind of a pain to add a cronjob that way
Title: Re: cronjobs
Post by: MRatWork on 2013-02-21, 03:37:28
Have you try 'Cron Scheduled Tasks' for 'Add standard'?
Title: Re: cronjobs
Post by: costa1988sv on 2013-02-21, 17:30:52
the crond is not working on my server, i added manualy on /etc/crontab and on kloxo and is not working
*/1 * * * * root /usr/local/bin/php /home/admin/dir/test.php
Title: Re: cronjobs
Post by: MRatWork on 2013-02-21, 18:02:35
you can not use '/usr/local/bin/php' (generic php but some functions disabled; like system(), exec()) but 'lxphp.exe' (special php for Kloxo-MR)
Title: Re: cronjobs
Post by: TriRan on 2013-02-23, 15:58:36
yes i tried standard, in the standard tab you have to add the minutes manually 5, 10, 15, 20, 25, 30, 35, 40 etc