Hi all, Just installed a new server (ubuntu 12.04 apache2 bind dovecot ispconfig3 perfect server). Code: /var/log/ispconfig/cron.log is full of Code: dimanche 6 juillet 2014, 17:40:02 (UTC+1100) sh: -c: line 0: unexpected EOF while looking for matching `"' dimanche 6 juillet 2014, 17:40:02 (UTC+1100) sh: -c: line 1: syntax error: unexpected end of file dimanche 6 juillet 2014, 17:45:01 (UTC+1100) sh: -c: line 0: unexpected EOF while looking for matching `"' dimanche 6 juillet 2014, 17:45:01 (UTC+1100) sh: -c: line 1: syntax error: unexpected end of file dimanche 6 juillet 2014, 17:50:01 (UTC+1100) sh: -c: line 0: unexpected EOF while looking for matching `"' dimanche 6 juillet 2014, 17:50:01 (UTC+1100) sh: -c: line 1: syntax error: unexpected end of fil I had a look at cron jobs but I can't find any that runs every 5 minutes ... There is well /etc/cron.d/mailman, but the 5 min line is commented: Code: # */5 * * * * list [ -x /usr/lib/mailman/cron/gate_news ] && /usr/lib/mailman/cron/gate_news Any track is welcome ! thanks in advance. Nicolas
root crontab: Code: crontab -l Code: * * * * * /usr/local/ispconfig/server/server.sh 2>&1 > /dev/null | while read line; do echo `/bin/date` "$line" >> /var/log/ispconfig/cron.log; done 30 00 * * * /usr/local/ispconfig/server/cron_daily.sh 2>&1 > /dev/null | while read line; do echo `/bin/date` "$line" >> /var/log/ispconfig/cron.log; done
2014-07 Ubuntu 14.04.1 server wasn't out. The same errors occurs every 5 minutes on two 14.04.1 servers. Nobody seems to worry about that or it is just my servers....? Nicolas
I'm talking about the 14.04.1 version, which is the recommended level for any Ubuntu server to upgrade.