Linux question

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • etech
    Confirmed User
    • Feb 2004
    • 1148

    #1

    Linux question

    My cronjobs aint running.
    /etc/rc.d/init.d/crond is running
    And cron job syntax is correct.
    It works fine on my other servers
  • AcidMax
    Confirmed User
    • May 2002
    • 1827

    #2
    Do the scripts have the proper permissions to run for that user the cronjob is installed in?
    Latest MMA news. http://www.mmawrapup.com

    Comment

    • beta-tester
      Rock 'n Roll Baby!
      • Sep 2004
      • 22562

      #3
      Do you have cron jobs added in: cron.daily, or cron.hourly ?

      Sig for sale. Affordable prices. Contact me and get a great deal ;)

      My contact:
      ICQ: 944-320-46
      e-mail: manca {AT} HotFreeSex4All.com

      Comment

      • etech
        Confirmed User
        • Feb 2004
        • 1148

        #4
        Originally posted by AcidMax
        Do the scripts have the proper permissions to run for that user the cronjob is installed in?
        The cron is executed by root, and the files owner is root, so it should not be the problem.
        It works fine if i excute the crons manually through webmin.

        Comment

        Working...