Hello I have a VPS with ISPConfig. I used this guide for setup the server: http://www.howtoforge.com/perfect-server-debian-wheezy-apache2-bind-dovecot-ispconfig-3-p3 All worked fine about three months, but few days ago, I see that when I manage the ISPConfig to do some jobs (for example for create a new site), it not do anything on the server. If I run this command in the shell: /usr/local/ispconfig/server/server.sh, the jobs on the list taks of ISPConfig are executed and work. Any suggestion please?
This indicates that your cron daemon is not running or the cronjob has been removed from root crontab. Restart the cron daemon and check that the server.sh cronjob is listed in the root crontab.
I tryed to restart cron with the command /etc/init.d/crond start, and I get this result: bash: /etc/init.d/crond: No existe el fichero o el directorio That means the cron is not installed?
The cron doemon init script does not ahs to be named crond. Check with: ls /etc/init.d/ how the script name is.