Symptoms

After configuring the mail service on WebHosting Linux nodes, providers receive the following email message every five minutes.

From: root@<hostname> (Cron Daemon)
To: root@<hostname>
Subject: Cron <root@<hostname> /usr/bin/flock -n /var/run/cloudlinux_processpaneluser.cronlock /usr/sbin/processpaneluserspackages

Date: Tue,  6 Feb 2018 16:40:01 +0700 (+07)
Status: R

Traceback (most recent call last):
  File "/usr/bin/getcontrolpaneluserspackages", line 154, in <module>
    main()
  File "/usr/bin/getcontrolpaneluserspackages", line 92, in main
    SCRIPT_NAME.list_all(debug=debug)
  File "/opt/alt/python27/lib/python2.7/site-packages/clcontrollib.py", line 88, in list_all
    self._warning(debug, "List all")
  File "/opt/alt/python27/lib/python2.7/site-packages/clcontrollib.py", line 1396, in _warning
    raise NotImplementedError("%s wasn't implemented for HostingNG panel" % method_name)
NotImplementedError: List all wasn't implemented for HostingNG panel

Cause

This is a message from a system utility of CloudLinux, which reports about updates available for hosting control panels. This message is completely irrelevant to your Odin Automation installation, so you can get rid of it as we explain below.

Resolution

To resolve this issue, just remove this cron file from all WebHosting Linux nodes:

# rm -rf /etc/cron.d/lveutils-panel-cron

Internal content