• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Error from Cron /usr/local/psa/libexec/modules/watchdog

Toxalot

Basic Pleskian
I just upgraded to 11.5 and now I am getting the same error from the various watchdog cron jobs.

Code:
/usr/bin/sw-engine: /usr/lib64/libjpeg.so.62: no version information available (required by /usr/bin/sw-engine)

What does this mean and how do I fix it?
 
What sort of output of following command:

# rpm -qf /usr/lib64/libjpeg.so.62

?
 
If I'm not mistaken this is just a warning. But it usually indicates that something fishy is going on with dependencies.
 
What is your OS? It looks like that you have installed libjpeg from other OS. Who is vendor of this package? You can find it with

# rpm -qi libjpeg-6b-46 | grep Vendor

Try to install libjpeg from your OS vendor.
 
The server had never been updated since original install. I did the updates and now I get

libjpeg-turbo-1.2.1-1.el6.x86_64

We'll see what happens next time the watchdog cron jobs run.
 
I don't get any error messages anymore, but I don't get the weekly report either. I used to get two emails once a week. The first begins "Watchdog was stopped..." and the second was a big long list of checks it did. I get the first, but not the second. Did the update to 11.5.3 change something there?
 
Back
Top