ispconfig cron.log full of errors

Discussion in 'Installation/Configuration' started by electronico_nc, Jul 6, 2014.

  1. 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
     
    Last edited: Jul 6, 2014
  2. srijan

    srijan New Member HowtoForge Supporter

    Please paste the output of the
     
  3. 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
     
  4. blackfox123

    blackfox123 Member

    Anyone ever figure this out? I've just notied in my logs hundreds of errors like this
     
  5. sjau

    sjau Local Meanie Moderator

    Why did you install 12.04? there's 14.04 as stable meanwhile.
     
  6. 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
     
  7. sjau

    sjau Local Meanie Moderator

    Well, Ubuntu Server 14.04 was release in April 2014 ;)
     
  8. I'm talking about the 14.04.1 version, which is the recommended level for any Ubuntu server to upgrade.
     

Share This Page