search for: 10rsync

Displaying 13 results from an estimated 13 matches for "10rsync".

2006 Nov 30
1
rsync stuck after correctly sending the file
...SIGTERM (Terminated) @ 0 (0) --- 13:29:19 select(0, NULL, NULL, NULL, {0, 400000}) = 0 (Timeout) 13:29:20 select(0, NULL, NULL, NULL, {0, 2000}) = 0 (Timeout) 13:29:20 rt_sigaction(SIGUSR1, {SIG_IGN}, NULL, 8) = 0 13:29:20 rt_sigaction(SIGUSR2, {SIG_IGN}, NULL, 8) = 0 13:29:20 write(4, "\\\0\0\10rsync error: received SIGINT, SIGTERM, or SIGHUP (code 20) at rsync.c(242) [receiver=2.6.8]\n", 96) = 96 13:29:20 exit_group(20) = ? Here is an extract of the strace of the server process : 02:48:48 read(7, "\374\17\0\7", 4) = 4 02:48:48 select(8, [7], [], NULL, {60,...
2006 Nov 23
0
Error while transfering large files
...hed ...> [pid 826] write(1, "x\17\240\2267\376m\257G\271\373\217\264\375\325\312\302"..., 262144) = 262143 [pid 826] write(1, "5", 1) = -1 EFBIG (File too large) [pid 826] --- SIGXFSZ (File size limit exceeded) @ 0 (0) --- [pid 826] write(4, "^\0\0\10rsync: write failed on \"/bac"..., 98) = 98 [pid 826] rt_sigaction(SIGUSR1, {SIG_IGN}, <unfinished ...> [pid 825] <... select resumed> ) = 1 (in [3], left {2, 488000}) [pid 826] <... rt_sigaction resumed> NULL, 8) = 0 [pid 825] read(3, <unfinished ...>...
2004 Aug 23
0
[Bug 1646] New: --inplace with --backup --backup-dir does not work
...= 0 close(1) = 0 lstat64(0xbfffebac, 0xbfffba5c) = 0 lstat64(0xbfffa9bc, 0xbfffb9cc) = 0 rename("destfile", "previous/destfile") = 0 lstat64(0x8080780, 0xbfffb9cc) = 0 lstat64(0xbfffebac, 0xbfffba7c) = -1 ENOENT (No such file or directory) write(4, "i\0\0\10rsync: stat \"/destdir/destfile\" failed: No such file or directory (2)\n", 109 <unfinished ...> [...] With --inplace and --backup, shouldn't rsync make the backup file *before* starting the overwrite? Then it could (quote) extract the full amount of network reduction it might...
2015 Aug 01
2
unnecessary /proc requirement in 3.1.1
...>Aug 1 00:35:51 rsyncd[1395]"..., 117, 0, NULL, 0) = -1 ENOTCONN (Socket not connected) connect(0, {sa_family=AF_LOCAL, sun_path="/dev/log"}, 12) = -1 ENOENT (No such file or directory) select(4, [1], [3], [1], {60, 0}) = 1 (out [3], left {59, 999915}) write(3, "V\0\0\10rsync: failed to set permiss"..., 361) = 361 -- Alexander. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.samba.org/pipermail/rsync/attachments/20150801/3c0d587a/attachment.html>
2007 Dec 13
2
Rsync rsync: writefd_unbuffered failed to write ?
I am running jungledisk and this is my script: #!/bin/sh ### Backs up office data to Jungledisk using rsync LOGFILE=/var/log/backup-jd.log ## Start in rc.local or here #/usr/local/bin/jungledisk mount /mnt/s3 echo "`date +"%F %R"`: Start backup-jd" >> $LOGFILE rsync -r --inplace --size-only --bwlimit=50 /home/shares/allusers/127 /mnt/s3 echo "`date +"%F
2007 Jul 30
2
DO NOT REPLY [Bug 4834] New: --inplace with --backup --backup-dir does not work
...= 0 close(1) = 0 lstat64(0xbfffebac, 0xbfffba5c) = 0 lstat64(0xbfffa9bc, 0xbfffb9cc) = 0 rename("destfile", "previous/destfile") = 0 lstat64(0x8080780, 0xbfffb9cc) = 0 lstat64(0xbfffebac, 0xbfffba7c) = -1 ENOENT (No such file or directory) write(4, "i\0\0\10rsync: stat \"/destdir/destfile\" failed: No such file or directory (2)\n", 109 <unfinished ...> [...] With --inplace and --backup, shouldn't rsync make the backup file *before* starting the overwrite? Then it could (quote) extract the full amount of network reduction it might...
2006 Feb 20
1
DO NOT REPLY [Bug 3527] New: rsync: tries to chdir() into a device
...d: 6518 16:17:42.157889 open("typechange/device-4", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = -1 ENOTDIR (Not a directory) rsync continues nonetheless ... 6518 16:17:42.158268 select(4, [3], [1], NULL, {60, 0}) = 1 (out [1], left {60, 0}) 6518 16:17:42.158426 write(1, "O\0\0\10rsync: opendir \"/tmp/ram/wc2"..., 83 <unfinished ...> 6517 16:17:42.158532 <... select resumed> ) = 1 (in [5], left {60, 0}) 6518 16:17:42.158606 <... write resumed> ) = 83 6517 16:17:42.158677 read(5, "O\0\0\10", 4) = 4 6517 16:17:42.158792 select(6, [5], [], N...
2005 Nov 06
0
[Bug 3244] crash with large directories
...;, 8184) = 4 rt_sigaction(SIGUSR1, {SIG_IGN}, {0x8056e50, [USR1], SA_RESTORER|SA_RESTART, 0x5e28c8}, 8) = 0 rt_sigaction(SIGUSR2, {SIG_IGN}, {0x8056e80, [USR2], SA_RESTORER|SA_RESTART, 0x5e28c8}, 8) = 0 select(2, NULL, [1], NULL, {60, 0}) = 1 (out [1], left {60, 0}) write(1, "J\0\0\10rsync error: some files coul"..., 78) = 78 exit_group(23) = ? Process 6325 detached I hope that this will help. Regards, Daniel -- Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA...
2005 Jan 03
0
[Bug 2208] New: rsync failed at random file with same error rsync: writefd_unbuffered failed to write 4 bytes: phase "unknown" [sender]: Connection reset by peer (104) rsync error: error in rsync protocol data stream (code 12) at
..._RESTART, 0x4006a678}, 8) = 0 [pid 23248] rt_sigaction(SIGUSR2, {SIG_IGN}, {0x8052aa0, [USR2], SA_RESTORER|SA_RESTART, 0x4006a678}, 8) = 0 [pid 23248] unlink("Directory/.ISE Czech organigramm.ppt.KiG34J") = 0 [pid 23248] getpid() = 23248 [pid 23248] write(7, "A\0\0\10rsync error: timeout in data"..., 69) = 69 Client exit approx 10 seconds after last file synchronized, server drop connection and exit after timeout (600 seconds). Same behaviour (same client error) ocurs while I am using ssh transport. The file at which transfer hangs is diffrent every time, but t...
2006 Mar 15
2
Still getting a generator hang on 2.6.7
...= 1 (in [4], left {59, 830000}) read(4, 0x8099c98, 8184) = -1 ECONNRESET (Connection reset by peer) write(6, "2\0\0\rrsync: read error: Connectio"..., 54) = 54 rt_sigaction(SIGUSR1, {SIG_IGN}, NULL, 8) = 0 rt_sigaction(SIGUSR2, {SIG_IGN}, NULL, 8) = 0 write(6, "S\0\0\10rsync error: error in rsync "..., 87) = 87 munmap(0x40018000, 4096) = 0 _exit(12) = ? Process 14670 detached
2007 Sep 05
0
(no subject)
...eft {59, = 830000}) read(4, 0x8099c98, 8184) =3D -1 ECONNRESET (Connection = reset by peer) write(6, "2\0\0\rrsync: read error: Connectio"..., 54) =3D 54 = rt_sigaction(SIGUSR1, {SIG_IGN}, NULL, 8) =3D 0 rt_sigaction(SIGUSR2, = {SIG_IGN}, NULL, 8) =3D 0 write(6, "S\0\0\10rsync error: error in rsync = "..., 87) =3D 87 munmap(0x40018000, 4096) =3D 0 _exit(12) =3D ? Process 14670 detached -- To unsubscribe or change options: = https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/...
2008 Jun 04
5
DO NOT REPLY [Bug 5520] New: Rsync cannot copy to a vfat partition on kernel 2.6.25+
https://bugzilla.samba.org/show_bug.cgi?id=5520 Summary: Rsync cannot copy to a vfat partition on kernel 2.6.25+ Product: rsync Version: 3.0.3 Platform: All URL: https://bugzilla.redhat.com/show_bug.cgi?id=449080 OS/Version: Linux Status: NEW Severity: major Priority: P3 Component: core
2006 Oct 28
1
Cygwin rsync to RH rsync server
...= 1150390869 [pid 26647] open("/etc/localtime", O_RDONLY) = -1 ENOENT (No such file or directory) [pid 26647] write(4, "2006/06/15 17:01:09 [26647] rsyn"..., 102) = 102 [pid 26647] select(4, NULL, [3], NULL, {60, 0}) = 1 (out [3], left {60, 0}) [pid 26647] write(3, "J\0\0\10rsync: connection unexpected"..., 78) = 78 [pid 26647] rt_sigaction(SIGUSR1, {SIG_IGN}, NULL, 8) = 0 [pid 26647] rt_sigaction(SIGUSR2, {SIG_IGN}, NULL, 8) = 0 [pid 26647] time(NULL) = 1150390869 [pid 26647] open("/etc/localtime", O_RDONLY) = -1 ENOENT (No such file or dire...