• 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!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • 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.

Error: server "server" Cannot encrypt dump file (this is not fatal error!): PHP Warning: fopen(/run/

pitufo_webmaster

Basic Pleskian
  • Ubuntu 16.04.5 LTS‬
  • Plesk Onyx Versión 17.8.11

Hi again guys
now , I have this error when I do a Backup
Error: server "server"
Cannot encrypt dump file (this is not fatal error!): PHP Warning: fopen(/run/lock/files/backup_encrypt.lock): failed to open stream: No such file or directory; File: /opt/psa/admin/plib/backup/Encryptor.php, Line: 499 [2019-01-22 11:13:10.541] ERR [panel] Unable to open file /run/lock/files/backup_encrypt.lock Unable to open file /run/lock/files/backup_encrypt.lock

also, I have a domain that it is not longer in VPS , should I delete all residural remains , how ?
 
Last edited:
  • Ubuntu 16.04.6 LTS‬
  • Product Plesk Onyx
  • Version 17.8.11 Update #41, last updated on Feb 22, 2019 02:03 AM

Cannot encrypt dump file (this is not fatal error!): PHP Warning: fopen(/run/lock/files/backup_encrypt.lock): failed to open stream: No such file or directory; File: /opt/psa/admin/plib/backup/Encryptor.php, Line: 499

Same...
 
My warning is still

Cannot encrypt dump file (this is not fatal error!): PHP Warning: fopen(/run/lock/files/backup_encrypt.lock): failed to open stream: No such file or directory; File: /opt/psa/admin/plib/backup/Encryptor.php, Line: 499 [2019-03-25 11:19:30.013] ERR [panel] Unable to open file /run/lock/files/backup_encrypt.lock Unable to open file /run/lock/files/backup_encrypt.lock

also, i have deleted "fail2ban" , then i understand that solution is not good for me
 
Make sure the file /run/lock/files/backup_encrypt.lock exists and has right permissions
# ls -l /run/lock/files/backup_encrypt.lock
-rw-r--r--. 1 psaadm psaadm 0 Mar 26 17:49 /run/lock/files/backup_encrypt.lock
 
Unsolved.
I followed those instructions and my PLES was Inaccessible ..
my warning
Error: server "server"
Cannot encrypt dump file (this is not fatal error!): PHP Warning: fopen(/run/lock/files/backup_encrypt.lock): failed to open stream: No such file or directory; File: /opt/psa/admin/plib/backup/Encryptor.php, Line: 499 [2019-04-16 11:48:22.622] ERR [panel] Unable to open file /run/lock/files/backup_encrypt.lock Unable to open file /run/lock/files/backup_encrypt.lock
 
As a workaround, the following should be done:

1. Connect to the server via SSH;
2. Create the missing directory:

Code:
# mkdir /run/lock/files

3. Set correct permissions:

Code:
# chown root:psaadm /run/lock/files/
# chmod 770 /run/lock/files/

4. Create files with the content which will re-create the missing directories after each server reboot:

Code:
# echo "d /run/lock/files/ 0770 root psaadm" > /etc/tmpfiles.d/lockfiles.conf
 
Hi Igor , thks for your interest
I have done it
then , I make a backup and the same warning

Cannot encrypt dump file (this is not fatal error!): PHP Warning: fopen(/run/lock/files/backup_encrypt.lock): failed to open stream: No such file or directory; File: /opt/psa/admin/plib/backup/Encryptor.php, Line: 499 [2019-04-17 10:46:21.821] ERR [panel] Unable to open file /run/lock/files/backup_encrypt.lock Unable to open file /run/lock/files/backup_encrypt.lock
 
Back
Top