Cron Emails every 5 minutes!

Collapse
This topic has been answered.
X
X
 
  • Time
  • Show
Clear All
new posts
  • leigh
    Junior Member
    • Mar 2021
    • 6

    #1

    Cron Emails every 5 minutes!

    We keep getting these emails after a recent update? How do we stop them?

    Cron <root@xxxxx> /usr/bin/flock -n /var/run/cloudlinux_cl-quota.cronlock /usr/bin/cl-quota -YC

    CloudLinux Solo edition detected!
    Command is skipped, because it is unsupported and unneeded on current edition​
  • Answer selected by bogdan.sh at 04-30-2024, 02:27 PM.
    bogdan.sh
    Administrator
    • Nov 2016
    • 1221

    This is reported as CLOS-2569 bug ID, however, as a workaround please modify the /etc/cron.d/lvemanager-cron and apped the line by /dev/null in the following way:

    Code:
    */5 * * * * root /usr/bin/flock -n /var/run/cloudlinux_cl-quota.cronlock /usr/bin/cl-quota -YC > /dev/null 2>&1

    Comment

    • bogdan.sh
      Administrator
      • Nov 2016
      • 1221

      #2
      This is reported as CLOS-2569 bug ID, however, as a workaround please modify the /etc/cron.d/lvemanager-cron and apped the line by /dev/null in the following way:

      Code:
      */5 * * * * root /usr/bin/flock -n /var/run/cloudlinux_cl-quota.cronlock /usr/bin/cl-quota -YC > /dev/null 2>&1

      Comment

      Working...