Applicable to:
- Plesk Onyx for Linux
Symptoms
The following error occurs during syncing WordPress instance of example.com:
PLESK_ERROR: Execution copy has failed with exit code 1, stdout:
stderr: rsync: failed to connect to localhost (::1): Connection refused (111)
rsync: failed to connect to localhost (127.0.0.1): Connection refused (111)
rsync: failed to connect to localhost (127.0.0.1): Connection refused (111)
rsync error: error in socket IO (code 10) at clientserver.c(125) [Receiver=3.1.2]
Cause
WordPress Toolkit bug #EXTWPTOOLK-1675 that is planned to be fixed in future extension updates.
Resolution
Until the fix is available, it is possible to either to adjust /etc/hosts
file or forbid using rsync.
Click on a section to expand
/etc/hosts
- Connect to the server via SSH
- Use any text editor to adjust
/etc/hosts
file in the way that it contains the exact string:CONFIG_TEXT: 127.0.0.1 localhost
Note: that strings like:
127.0.0.1 localhost.localdomain localhost
127.0.0.1 localhost.localdomain localhost localhost4 localhost4.localdomain4
are not suitable.
- Log into Plesk.
- Install Panel.ini editor extension.
- Navigate to Extensions > My Extensions > Panel.ini Editor and add following lines in the file:
CONFIG_TEXT: [ext-wp-toolkit]
allowRsync = false
Comments
0 comments
Please sign in to leave a comment.