Displaying 2 results from an estimated 2 matches for "avuzp".
Did you mean:
avuz
2007 Jun 26
0
Fw: F7 System crash with high network load
...em crash with high network load
Hi,
i experienced it now a couple of time that my Dom0 will get unstable if i
copy a lot of files over a gigabit link using rsync into the dom0.
That happens even, when there is no workload on the system beside this
process at all.
How to reproduce :
rsync -avuzP --delete --progress /home/user1 xenhost:/home/user1
the rsync will start and after a few minutes the remote host (xen) is no
longer responding on the network.
when i look at the console of the xen host, it prints millions of :
[<c1005540>] syscall_call+0x7/0xb
only a hard reset helps now...
2004 Oct 15
0
[Bug 1936] New: lseek failed in map_ptr
...Component: core
AssignedTo: wayned@samba.org
ReportedBy: jitbose@yahoo.com
QAContact: rsync-qa@samba.org
CC: jitbose@yahoo.com
I just installed rsync version 2.6.3 using CYGWIN under Windows XP on my DELL
laptop. I attempted the following command:
rsync -avuzp -e ssh machine-name:~/work work
machine-name is my work machine running linux. The error I get is:
lseek failed in map_ptr
rsync error: error in file IO (code 11) at fileio.c(228)
rsync error: received SIGUSER! or SIGINT (code 20) at main.c(880)
This exact command works fine when use it to synch...