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

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