Announcement

Collapse
No announcement yet.

Cron Emails every 5 minutes!

Collapse
This topic has been answered.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • 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.

    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


    • #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...
      X