• 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!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • 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.

Some upgrade moved /etc/cron.hourly out of /etc/crontab but didn't copy the $PATH

Frater

Regular Pleskian
I used to have several scripts running in /etc/cron.hourly and they stopped.
I investigated this and it turned out that commands out of /usr/local/sbin or /usr/local/bin aren't working anymore because the system can't find these commands.

I inspected /etc/crontab and these 2 folders are still in $PATH

I then noticed that /etc/cron.hourly was taken out of /etc/crontab and the entry got moved to /etc/cron.d/0hourly
The $PATH to /usr/local/sbin and /usr/local/bin were not copied
I changed /etc/cron.d/0hourly and now it's working again.

Oh Odin, can you correct that upgrade?
 
Hi,

I do not think Plesk would make these changes.
Could you please tell us which Distrbution, and which Plesk version you are using?

Regards,
Kristian
 
It's Plesk 12.0 on CentOS release 6.7 (Final)

I think you're right and some CentOS upgrade did that.
When I first installed that system I added these folder in /etc/crontab 's $PATH
 
Back
Top