Find the answer to your Linux question:
Results 1 to 2 of 2
I type this 10,20,30,40,50 * * * * /root/auto.pl my log file Jun 23 10:10:01 localhost crond[7702]: (root) CMD (/root/auto.pl) Jun 23 10:20:01 localhost crond[12022]: (root) CMD (/root/auto.pl) Jun 23 ...
  1. #1
    Just Joined!
    Join Date
    Jun 2010
    Posts
    5

    crontab fail to start, pls help?

    I type this 10,20,30,40,50 * * * * /root/auto.pl

    my log file
    Jun 23 10:10:01 localhost crond[7702]: (root) CMD (/root/auto.pl)
    Jun 23 10:20:01 localhost crond[12022]: (root) CMD (/root/auto.pl)
    Jun 23 10:30:01 localhost crond[14610]: (root) CMD (/root/auto.pl)
    Jun 23 10:40:01 localhost crond[18676]: (root) CMD (/root/auto.pl)
    Jun 23 10:50:01 localhost crond[22402]: (root) CMD (/root/auto.pl)
    Jun 23 11:01:01 localhost crond[29476]: (root) CMD (run-parts/etc/cron.hourly)

    but my application doesnt run at all.

    my script is in perl language

    Thanks in advance

  2. #2
    Just Joined! monfree's Avatar
    Join Date
    Jun 2010
    Location
    Istanbul
    Posts
    7
    is your script normally work?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...