• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

Plesk Cron Jobs - Licence and Updates

Powie

Regular Pleskian
I have one machine running plesk 11 with the following problem:

I think the issue is at the cron.daily or weekly plesk scripts. Licence informations are never updated, except theres a message in the panel and i download licence informations manually. Also there are no new microupdates displayed in panel admin like on my other machines. Sometimes also statistics arent updated.
Is there a possibility to trace that plesk cron jobs work correctly?
 
If this was a constant thing (i.e. stats never updated) then if you are on a Virtuozzo VPS there's a known bug that prevents cron.daily tasks from running.

http://forum.parallels.com/showthread.php?t=258358

But from your post it seems this is not quite what's happening so I'd check to see when/if cron tasks run and any errors in the appropriate cron log and /var/log/messages (in redhat/centos type OSes).
 
Thank You.....

Yes, this was the solution:

# apt-get update
# apt-get purge anacron
# apt-get install anacron
 
Back
Top