Disable certain system cronjobs

Discussion in 'Installation/Configuration' started by remkoh, Dec 20, 2024.

  1. remkoh

    remkoh Active Member HowtoForge Supporter

    Is it possible to disable certain system cronjobs?

    On all my dns servers I get this in the ispc-cronlog every 5 minutes:
    Code:
    Fri Dec 20 06:15:02 PM CET 2024 du: cannot access '/var/www/clients/client*/we*': No such file or directory
    Fri Dec 20 06:15:02 PM CET 2024 PHP Deprecated:  explode(): Passing null to parameter #2 ($string) of type string is deprecated in /usr/local/ispconfig/server/lib/classes/cron.d/100-monitor_hd_quota.inc.php on line 79
    
    But this job is totally useless because /var/www doesn't exist (because there's no webserver) and thus has no web folders to check.
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    The best is to make an issue report at git.ispconfig.org to fix this cronjob. There seems to be code missing that ensures it is run only when this folder exists.
     
  3. remkoh

    remkoh Active Member HowtoForge Supporter

    Last edited: Dec 20, 2024
    till likes this.
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    Thanks!
     
  5. remkoh

    remkoh Active Member HowtoForge Supporter

Share This Page