Rsync errors

Matt McCutchen hashproduct+rsync at gmail.com
Sat Dec 16 04:30:16 GMT 2006


On 12/15/06, ilushkin <ilya at edpausa.com> wrote:
> 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)

OK, that level of verbosity didn't help very much.  You should trace
rsync using strace, truss, or a similar tool to see exactly which
write call to which file is failing.

Matt


More information about the rsync mailing list