Displaying 2 results from an estimated 2 matches for "rahx".
Did you mean:
rah
2011 Apr 21
2
Crash copying to a zfs-fuse partition
Hi - I'm using rsync 3.0.8 on Fedora 14 x86-64 (package, not built). I get a
repeated crash trying to rsync to a particular zfs partition:
[root at xback1 diskbackup]# rsync -raHx --inplace --numeric-ids --stats --no-
whole-file --delete /xback1_back1/home_jss/20110225-000501/
/xback1_test1/home_jss/current/
Segmentation fault
[root at xback1 diskbackup]# rsync: writefd_unbuffered failed to write 55 bytes
to socket [generator]: Broken pipe (32)
rsync error: error in rsync...
2011 Jul 22
2
[Bug 8315] New: hang in rsync (match.c)
...Component: core
AssignedTo: wayned at samba.org
ReportedBy: jeremy at jeremysanders.net
QAContact: rsync-qa at samba.org
I think I'm hitting a hang in rsync. I'm using rev
c0d07c098724ee8c382a498cab991f7d8467d778 in the b3.0.x branch.
The command is:
rsync -raHx --stats --inplace --no-whole-file --delete
/xback2_back1/home_rcr36/20110707-000502/ /mnt/btrfs/home_rcr36/current/
Where both file systems are local. Running strace on the process shows no
activity. The hanging process is the rsync with the lowest PID.
I attached gdb to the hanging rsync. Here i...