Hello! I'm in trouble with rsync: I'm trying to: sudo rsync -atlrpogH --exclude-from=/usr/home/exclude ilya@myip::home --password-file=/root/rsync_pass /usr/home/ it does sync some files, but then it stops and outputs these errors: rsync: writefd_unbuffered failed to write 4092 bytes [generator]: Operation not permitted (1) rsync error: error in rsync protocol data stream (code 12) at io.c(1124) [generator=2.6.8] rsync error: received SIGUSR1 (code 19) at main.c(1095) [receiver=2.6.8] I tried to google them, but couldn't locate a similar problem. Please point me to the right direction. -- View this message in context: http://www.nabble.com/Rsync-errors-tf2815812.html#a7858440 Sent from the Samba - rsync mailing list archive at Nabble.com.
On 12/13/06, ilushkin <ilya@edpausa.com> wrote:> rsync: writefd_unbuffered failed to write 4092 bytes [generator]: > Operation not permitted (1) > rsync error: error in rsync protocol data stream (code 12) at > io.c(1124) [generator=2.6.8] > rsync error: received SIGUSR1 (code 19) at main.c(1095) [receiver=2.6.8]This output seems to indicate that a write system call issued by the generator failed with EPERM (Operation not permitted). I don't think write ever fails with EPERM on Linux or BSD. What operating system are you using? I would recommend stracing the client to see exactly what system call is failing. (Run sudo strace -o rsync.log -f rsync (arguments...), or use the strace equivalent for your operating system.) Also try running rsync at a higher verbosity level (-vv or -vvv) to get more information. Matt
Maybe Matching Threads
- Rsync wont synchronize some directories
- Asterisk and hard phone configuration
- quota plugin
- [Bug 1959] writefd_unbuffered failed to write 4092 bytes phase send_file_entry broken pipe
- DO NOT REPLY [Bug 5478] New: rsync: writefd_unbuffered failed to write 4092 bytes [sender]: Broken pipe (32)