1820541 Members
3539 Online
109626 Solutions
New Discussion юеВ

Re: Rsync Problem

 
SKR_1
Trusted Contributor

Rsync Problem

Hi All,

Do someone have faced below error in rsync.

users/aps/anandn/clfy131_hp_ora9/ClarifyCRM13.1/ClarifyCRMApplications/ClarifyCRMSDK4ABP.jar
rsync: writefd_unbuffered failed to write 4096 bytes: phase "unknown" [sender]: Broken pipe (32)
rsync error: error in rsync protocol data stream (code 12) at io.c(1099)
rsync: connection unexpectedly closed (4790623 bytes read so far)
rsync: writefd_unbuffered failed to write 4092 bytes: phase "unknown": Broken pipe
rsync error: error in rsync protocol data stream (code 12) at io.c(666)
rsync error: error in rsync protocol data stream (code 12) at io.c(189)

Please help me out of this error.

Thanks in Advance

SKR
6 REPLIES 6
sreekanthtm
Trusted Contributor

Re: Rsync Problem

Hi,

Where you are getting this error?? Is it in Syslog?? Are you using SAMBA??

Rgds
Sreekanth
sreekanthtm
Trusted Contributor
SKR_1
Trusted Contributor

Re: Rsync Problem

I am running an script to sync the data between two servers. Script getting failed in between and throwing this error.

Thanks

SKR
TTr
Honored Contributor

Re: Rsync Problem

Check your rsync source and target paths. If you use the wrong syntax, it will fill up the target filesystem. That's what usually causes the "writefd_unbuffered failed to write 4092 bytes" error.
SKR_1
Trusted Contributor

Re: Rsync Problem

Issue has been resolved.

Thanks

SKR
SKR_1
Trusted Contributor

Re: Rsync Problem

Thanks