Hi, I have an OpenSuse 10.2 server with a 10 minute cronjob that only runs every ho

Discussion in 'Technical' started by SoftDux, Aug 5, 2010.

  1. SoftDux

    SoftDux New Member

    Hi,

    I have an OpenSuse 10.2 server with a 10 minute cronjob that only runs every hour.


    Aug 5 20:10:01 ser001 /usr/sbin/cron[11512]: (root) CMD (/etc/webmin/fetchmail/check.pl --null)
    Aug 5 20:11:13 ser001 dhcpd: DHCPINFORM from 192.168.1.106 via eth0: not authoritative for subnet 192.168.1.0
    Aug 5 20:11:16 ser001 dhcpd: DHCPINFORM from 192.168.1.106 via eth0: not authoritative for subnet 192.168.1.0
    Aug 5 20:12:38 ser001 syslog-ng[2996]: STATS: dropped 22
    Aug 5 20:13:45 ser001 crontab[11532]: (root) BEGIN EDIT (root)
    Aug 5 20:13:49 ser001 crontab[11532]: (root) REPLACE (root)
    Aug 5 20:13:49 ser001 crontab[11532]: (root) END EDIT (root)
    Aug 5 20:14:01 ser001 /usr/sbin/cron[11132]: (root) RELOAD (tabs/root)
    Aug 5 20:21:20 ser001 squid[4008]: NETDB state saved; 0 entries, 0 msec
    Aug 5 20:30:01 ser001 /usr/sbin/cron[11565]: (root) CMD (/scripts/dsltest)
    Aug 5 21:10:01 ser001 /usr/sbin/cron[11650]: (root) CMD (/etc/webmin/fetchmail/check.pl --null)
    Aug 5 21:12:38 ser001 syslog-ng[2996]: STATS: dropped 6



    the fetchmail command should run every 10 minutes, as below:

    root@ser001:[~]$ crontab -l
    10 * * * * /etc/webmin/fetchmail/check.pl --null
    0 8 * * * /usr/sbin/ntpdate -u ntp.time.za.net


    The sustem is:
    root@ser001:[~]$ uname -a
    Linux ser001 2.6.18.8-0.13-default #1 SMP Thu Nov 6 13:35:13 UTC 2008 i686 i686 i386 GNU/Linux
    root@ser001:[~]$ cat /etc/SuSE-release
    openSUSE 10.2 (i586)
    VERSION = 10.2




    Does anyone know why this happens, or how to fix it?
     
  2. falko

    falko Super Moderator ISPConfig Developer

    How exactly did you create the cron job? By running
    Code:
    crontab -e
    or using another method?
     

Share This Page