Rsync errors

ilushkin ilya at edpausa.com
Fri Dec 15 17:55:44 GMT 2006




Matt McCutchen-3 wrote:
> 
> On 12/13/06, ilushkin <ilya at 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
> -- 
> To unsubscribe or change options:
> https://lists.samba.org/mailman/listinfo/rsync
> Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html
> 
> 
I use freebsd 6.1
this what I get with -vvv
(sudo rsync -atlrpogHvvv me at ip::public --password-file=/root/rsync_pass
/home/public )
however, some files've been copied.

recv_generator(.recycle/P.O.'S 2006.xls~RF7a1972.TMP,2985)
recv_generator(.recycle/P.O.'S 2006.xls~RF7baad0.TMP,2986)
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]
_exit_cleanup(code=12, file=io.c, line=1124): about to call exit(12)
rsync error: received SIGUSR1 (code 19) at main.c(1095) [receiver=2.6.8]
_exit_cleanup(code=19, file=main.c, line=1095): about to call exit(19)

or
sudo rsync -atlrpogHvvv me at ip::username --password-file=/root/rsync_pass
/home/username

recv_generator(files/Application Data/Microsoft/Media Player,3020)
recv_generator(files/Application Data/Microsoft/Media
Player/ActivePlaylist.dat,3021)
recv_generator(files/Application Data/Microsoft/Media
Player/OfflineCDUpdates.dat,3022)
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]
_exit_cleanup(code=12, file=io.c, line=1124): about to call exit(12)
rsync error: received SIGUSR1 (code 19) at main.c(1095) [receiver=2.6.8]
_exit_cleanup(code=19, file=main.c, line=1095): about to call exit(19)


-- 
View this message in context: http://www.nabble.com/Rsync-errors-tf2815812.html#a7896309
Sent from the Samba - rsync mailing list archive at Nabble.com.



More information about the rsync mailing list