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

Chown Fail

smithygotlost

New Pleskian
So after sorting one of my clients websites out the other day i did the worst possible thing.. In a momentery lapse of concentration i did

chown yellow:psaserv /


After a few seconds it clicked what i had done. In a panic i stopped it.

Now ive repaired all the Owners : Group using

for p in $(rpm -qa | grep plesk); do rpm --setugids $p; done
for p in $(rpm -qa | grep psa); do rpm --setugids $p; done
for p in $(rpm -qa | grep plesk); do rpm --setperms $p; done
for p in $(rpm -qa | grep psa); do rpm --setperms $p; done


This worked everything works.. However the Chmod of most of the folders has reverted to 744 meaning back ups wont run, Crons cant use the Tmp files ect.

Does anyone know of anyway or anything that can correct all the CHMOD's or atleast have a list so i can manually do them ??

Thanks
Mike
 
Back
Top