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

Dr. Web auto-updated, now constant Apache CPU usage alerts

It is not a corrupted file, it is just a bug of VIM, as I reported in my previous post.

In my OpenSUSE each time I try to edit the file, VIM cuts out one line on the top.
 
IgorG,

I went to http://kb.odin.com/en/9329 and downloaded the send-report file, but then I noticed I had to change the line #!/opt/psa/bin/sw-engine-pleskrun to #!/usr/local/psa/bin/sw-engine-pleskrun since I'm using an rpm based linux (plesk is installed in /usr/local/psa).
I tried to edit the file using vim & nano to change the line, but these text editors broke the file when saved, so I used sed to edit sent-report (sed -i 's/opt/usr\/local/g' send-report), however probably this was breaking the file too, so I decided to not edit it and run send-report using: /usr/local/psa/bin/sw-engine-pleskrun /usr/local/psa/libexec/modules/watchdog/cp/send-report weekly and then I saw the following error: PHP Parse error: syntax error, unexpected '!' in /usr/local/psa/libexec/modules/watchdog/cp/send-report on line 71
Please ask the developers to recheck the send-report file, and to provide also a hotfix for rpm based linux systems (for example CentOS 5) where plesk is installed on /usr/local/psa
 
Back
Top