Tag Archives: Linux-CentOS

How to Solve Linux error – rsyncd synchronous error 1


Linux error reporting-rsyncd sync error 1
Problem Description.
[root@pxapp1 webapps]# rsync -avz –delete /opt/tomcat/webapps/ [email protected]:tomcat-webapps
sending incremental file list
rsync: read error: Connection reset by peer (104)
rsync error: error in socket IO (code 10) at io.c(785) [sender=3.1.2]

Problem Cause.
Configuration problem

Solution.
The client needs to configure read only = no
Restart rsyncd: systemctl restart rsyncd

[Solved] Linux error: SSH_exchange_identification: read: Connection reset by peer

Linux error SSH_exchange_identification: read: Connection reset by peer

Problem Description:

ssh_ exchange_ identification: read: Connection reset by peer

 

Cause of the problem:

check whether SSH connection restriction is enabled
VIM/etc/hosts. Allow
VIM/etc/hosts. Deny

 

resolvent:

if SSH connection restriction is enabled, add the IP of the source address to hosts.allow
effective in real time, no need to restart the service