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

MU41 breaks /tmp

HostaHost

Regular Pleskian
Had an occurrence last night of MU41 installing and then /tmp ends up with the following permissions and ownership:

drwxrwx---. 8 apache psacln 4096 Aug 3 09:37 tmp

Any ideas how that would have happened? It of course broke everything except apache.
 
Any ideas how that would have happened? It of course broke everything except apache.

I'm not sure what response you are expecting, but it's easy enough to infer that the following script is to blame:

http://autoinstall.plesk.com/PSA_10.4.4/microupdates/common/mu_session_path.sh

It has several flaws, one of them being failure to check that session.save_path value is a default one for a given OS (or in other way restrict potential adverse effects of changing permissions).

Just fix your /tmp permissions. It restricts itself to running only once, so don't worry.
 
I can confirm this issue. We have seen /tmp permissons changed on all Plesk 10.4 machines after MU #41 was installed. Again a wonderful example of the lack of testing at Parallels.

Worth noting that we use /tmp as PHP's session.save_path instead of the default value.
 
Hostasaurus.Com, Tozz I'm sorry, I have missed this aspect. It was my fault.
 
Back
Top