Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - kalvic

Pages: [1]
1
Information / Re: Latest CWP for CentOS7 cannot get letsencrypt SSL
« on: February 22, 2017, 09:02:34 AM »
I have idem problem, idea ?

2
CentOS-WebPanel Bugs / Re: Help ! The crontab not start !
« on: December 26, 2016, 11:08:29 AM »
IT'S WOOOORK

*/1 * * * * /usr/local/bin/php /home/templier/public_html/startupdates.php    
*/5 * * * * /usr/local/bin/php /home/templier/public_html/statuscheck.php    
*/5 * * * * /usr/local/bin/php /home/templier/public_html/jobs.php    
*/10 * * * * /usr/local/bin/php /home/templier/public_html/cloud.php    
0 */1 * * * /usr/local/bin/php /home/templier/public_html/reboot.php

3
CentOS-WebPanel Bugs / Re: Help ! The crontab not start !
« on: December 26, 2016, 09:26:54 AM »
I do not quite understand what you're telling me. These cron are used to manage my game server and pose problems to my customer . Help me please. The panelgames site can be found at: /home/templier/public_html
My cron :
Every minute : execute ./startupdates.php
Every 5 minute : ./statuscheck.php
Every 5 minute : ./jobs.php
Every 10 minute : ./cloud.php
Every 1h :  ./cloud.php

If I do not have the solution will have to change my web panel because these cron guarantees the update of my games server and the statisytics of my system.

regard.

4
CentOS-WebPanel Bugs / Re: Crontab Cronjobs are not running
« on: November 30, 2016, 09:06:38 AM »
I have the same problem no one to answer, who is admin?

5
CentOS-WebPanel Bugs / Help ! The crontab not start !
« on: November 30, 2016, 07:16:25 AM »
Hello, here are several days that I battle with the crontab. Unable to make them work.
Here are my cronjob:

Quote
0 */1 * * * root cd /home/templier/public_html && timeout 300 php ./reboot.php >/dev/null 2>&1
*/5 * * * * root cd /home/templier/public_html && timeout 290 php ./statuscheck.php >/dev/null 2>&1
*/1 * * * * root cd /home/templier/public_html && timeout 290 php ./startupdates.php >/dev/null 2>&1
*/5 * * * * root cd /home/templier/public_html && timeout 290 php ./jobs.php >/dev/null 2>&1
*/10 * * * * root cd /home/templier/public_html && timeout 290 php ./cloud.php >/dev/null 2>&1

 I try everything does not work! I want to take this panel and explode it against a wall ?

Pages: [1]