Displaying 20 results from an estimated 64 matches for "match_sum".
Did you mean:
match_sums
2009 Aug 21
0
Rsync hangs at "calling match_sums"
calling match_sums //server/share/folder
/cid-192811.html
cid-192811.html
_exit_cleanup(code=20, file=rsync.c, line=242): entered
rsync error: received SIGINT, SIGTERM, or SIGHUP (code 20) at rsync.c(242)
[send
er=2.6.8]
_exit_cleanup(code=20, file=rsync.c, line=242): about to call exit(20)
This happens every time...
2004 Apr 21
1
rsync-2.6.1pre-1 hang
...e=65, base_flags=0) at flist.c:932
#6 0x0805a845 in send_file_list (f=1, argc=1501590384, argv=0x0) at flist.c:1033
#7 0x08053e1a in hash_search (f=1, s=0x0, buf=0x0, len=577936410078638920) at match.c:170
#8 0x08054003 in hash_search (f=1, s=0x0, buf=0x0, len=0) at match.c:202
#9 0x08054726 in match_sums (f=30, s=0x806d638, buf=0x0, len=128983684031) at match.c:319
#10 0x0804d1e4 in recv_files (f_in=30, flist=0x80712b1, local_name=0x6d <Address 0x6d out of bounds>) at receiver.c:349
#11 0x080593ef in receive_file_entry (fptr=0x0, flags=0, flist=0x0, f=0) at flist.c:593
#12 0x0805a2f5 in send...
2009 May 15
1
rsync creates file twice
...files(usr/include/fltk-1.1/FL)
usr/include/fltk-1.1/FL/
send_files(10, /usr/include/fltk-1.1/FL/Enumerations.H)
count=0 n=0 rem=0
send_files mapped /usr/include/fltk-1.1/FL/Enumerations.H of size 13312
recv_files(usr/include/fltk-1.1/FL/Enumerations.H)
usr/include/fltk-1.1/FL/Enumerations.H
calling match_sums /usr/include/fltk-1.1/FL/Enumerations.H
data recv 13312 at 0
sending file_sum
got file_sum
set modtime of usr/include/fltk-1.1/FL/.Enumerations.H.gFS3Xq to (1187859772) Thu Aug 23 09:02:52 2007
renaming usr/include/fltk-1.1/FL/.Enumerations.H.gFS3Xq to usr/include/fltk-1.1/FL/Enumerations.H
false_...
2010 Oct 30
1
osx remote backup wrong permissions
...(2, /private/var/audit)
audit/
set modtime of audit to (1288417603) Sat Oct 30 01:46:43 2010
recv_generator(audit/20100701144405.20100702030039,3)
send_files(3, /private/var/audit/20100701144405.20100702030039)
send_files mapped /private/var/audit/20100701144405.20100702030039 of size 21066
calling match_sums /private/var/audit/20100701144405.20100702030039
audit/20100701144405.20100702030039
21066 100% 0.00kB/s 0:00:00
sending file_sum
false_alarms=0 hash_hits=0 matches=0
21066 100% 0.00kB/s 0:00:00 (xfer#1, to-check=240/242)
sender finished /private/var/audit/20100701144405....
2004 Aug 05
0
[Bug 1582] New: rsync dry run cannot find missing folders, contradicts actual run.
...ansmission enabled
recv_generator(junkdir4,0)
set modtime of junkdir4 to (1091220597) Fri Jul 30 15:49:57 2004
junkdir4/
recv_generator(junkdir4/gar1,1)
send_files(1, /export/sw/irix/testirix6/junkdir/junkdir4/gar1)
send_files mapped /export/sw/irix/testirix6/junkdir/junkdir4/gar1 of size 0
calling match_sums /export/sw/irix/testirix6/junkdir/junkdir4/gar1
junkdir4/gar1
sending file_sum
false_alarms=0 tag_hits=0 matches=0
sender finished /export/sw/irix/testirix6/junkdir/junkdir4/gar1
recv_generator(junkdir4/gar2,2)
send_files(2, /export/sw/irix/testirix6/junkdir/junkdir4/gar2)
send_files mapped /expor...
2010 Nov 23
1
[RFC PATCH] fadvise support in rsync
...g hinted pages to the head of the
inactive list, other processes are given ample time to call the pages back to
the active list, eliminating the need for the previous mincore() hack.
Here is my attempt at adding fadvise support to rsync (against v3.0.7). I do
this in both the sender (hinting after match_sums()) and the receiver (hinting
after receive_data()). In principle we could get better granularity if this was
hooked up within match_sums() (or even the map_ptr() interface) and the receive
loop in receive_data(), but I wanted to keep things simple at first (any
comments on these ideas?) . At the m...
2008 Dec 04
1
rsync Failure
...:
Server A:
2008/12/01 16:59:27 [7453] send_files mapped //home/dgranzow/om51/
cygdrive/d/server_assistant/drivers/r57338/bcmsm.sys of size 110131
2
2008/12/01 16:59:27 [7453] recv_files(home/dgranzow/om51/cygdrive/d/
server_assistant/drivers/r57338/bcmsm.sys)
2008/12/01 16:59:27 [7453] calling match_sums //home/dgranzow/om51/
cygdrive/d/server_assistant/drivers/r57338/bcmsm.sys
2008/12/01 17:15:35 [7444] rsync: writefd_unbuffered failed to write
4092 bytes [generator]: Broken pipe (32)
2008/12/01 17:15:35 [7453] rsync: connection unexpectedly closed
(448450920 bytes received so far) [receiver...
2002 Aug 05
5
[patch] read-devices
...-2);
}
- } while (++offset < end);
+ ++offset;
+ }
- matched(f,s,buf,len,-1);
- map_ptr(buf,len-1,1);
+ rprintf(FINFO, "#ET#>hash_search: writing -1 token\n");
+ matched(f,s,buf,buf->file_size,-1);
+
+ /*#ET# Why was this needed? map_ptr(buf,len-1,1); */
}
-void match_sums(int f,struct sum_struct *s,struct map_struct *buf,OFF_T len)
+void match_sums(int f,struct sum_struct *s,struct map_struct *buf)
{
char file_sum[MD4_SUM_LENGTH];
extern int write_batch; /* dw */
@@ -269,27 +277,33 @@
matches=0;
data_transfer=0;
sum_init();
+ rprintf(FINFO, "#...
2004 Jun 24
0
rsync: writefd_unbuffered failed to write 32768 bytes: phase "unknown": Broken pipe
...ed to write 69 bytes: phase "unknown": Broken
pipe
rsync error: error in rsync protocol data stream (code 12) at io.c(836)
Tried by avvv
...
recv_generator(DWCOF02.DAT,420)
send_files(420, /prod1/DW/DATA/DWCOF02.DAT)
send_files mapped /prod1/DW/DATA/DWCOF02.DAT of size 2225391444
calling match_sums /prod1/DW/DATA/DWCOF02.DAT
DWCOF02.DAT
rsync: writefd_unbuffered failed to write 32768 bytes: phase "unknown":
Broken pipe
rsync error: error in rsync protocol data stream (code 12) at io.c(836)
_exit_cleanup(code=12, file=io.c, line=836): about to call exit(12)
# rsync: writefd_unbuffer...
2007 Nov 02
0
build/test problems with rsync-3.0.0pre4
...rp/from/.)
../
set modtime of . to (1193747030) Tue Oct 30 13:23:50 2007
recv_generator(foo-1009,2)
send_files(2, /scr/vemac1/koenig/rsync-3.0.0pre4-1/ARENA/32/testtmp/chgrp/from/foo-1009)
send_files mapped /scr/vemac1/koenig/rsync-3.0.0pre4-1/ARENA/32/testtmp/chgrp/from/foo-1009 of size 29
calling match_sums /scr/vemac1/koenig/rsync-3.0.0pre4-1/ARENA/32/testtmp/chgrp/from/foo-1009
foo-1009
sending file_sum
false_alarms=0 hash_hits=0 matches=0
sender finished /scr/vemac1/koenig/rsync-3.0.0pre4-1/ARENA/32/testtmp/chgrp/from/foo-1009
recv_generator(foo-101,3)
send_files(3, /scr/vemac1/koenig/rsync-3.0.0p...
2005 Oct 11
1
Rsync hangs after a while when tunneling from A->B->C
...ct.layout
send_files(90,
/cygdrive/g/stefaanlh/scripts/cpp/area_extract_sl_1x00/area_extract.o)
send_files mapped
/cygdrive/g/stefaanlh/scripts/cpp/area_extract_sl_1x00/area_extract.o of
size 6253
recv_files(cpp/area_extract_sl_1x00/area_extract.o)
cpp/area_extract_sl_1x00/area_extract.o
calling match_sums
/cygdrive/g/stefaanlh/scripts/cpp/area_extract_sl_1x00/area_extract.o
sending file_sum
got file_sum
set modtime of cpp/area_extract_sl_1x00/.area_extract.o.RHXhoJ to
(1070450786) Wed Dec 3 12:26:26 2003
renaming cpp/area_extract_sl_1x00/.area_extract.o.RHXhoJ to
cpp/area_extract_sl_1x00/area_e...
2009 Jul 07
0
rsync-3.0.6 regression test problems
...ng
set modtime of . to (1246894673) Mon Jul 6 17:37:53 2009
recv_generator(.,1)
recv_generator(foo-1009,2)
send_files(2, /scr/vemac1/koenig/rsync-3.0.6-1/ARENA/32/testtmp/chgrp/from/foo-1009)
send_files mapped /scr/vemac1/koenig/rsync-3.0.6-1/ARENA/32/testtmp/chgrp/from/foo-1009 of size 30
calling match_sums /scr/vemac1/koenig/rsync-3.0.6-1/ARENA/32/testtmp/chgrp/from/foo-1009
foo-1009
sending file_sum
false_alarms=0 hash_hits=0 matches=0
sender finished /scr/vemac1/koenig/rsync-3.0.6-1/ARENA/32/testtmp/chgrp/from/foo-1009
recv_generator(foo-101,3)
send_files(3, /scr/vemac1/koenig/rsync-3.0.6-1/ARENA/...
2013 Jul 31
1
pre 1 OSX errors
...xit_cleanup(code=2, file=io.c, line=599): about to call exit(2)
and often with calling match sums...
sender finished /Users/astrid/Desktop/ccc/CHase_05_22_13.html
send_files(6, /Users/astrid/Desktop/ccc/GetPID.c.html)
send_files mapped /Users/astrid/Desktop/ccc/GetPID.c.html of size 96214
calling match_sums /Users/astrid/Desktop/ccc/GetPID.c.html
ccc/GetPID.c.html
I can restart and then it stalls again on same line or a few files down. Sometimes it stalls and no error is generated in stderr.
Thanks, Rob
2002 May 22
1
unexplained error (code 255)
..._file_list done
sending sums for 0
send_files starting
recv_generator(unamefile,1)
sending sums for 1
generate_files phase=1
send_files(0,/home1/admin/rsyncdir/datefile)
send_files mapped /home1/admin/rsyncdir/datefile of size 29
recv_files(datefile)
recv mapped datefile of size 29
datefile
calling match_sums /home1/admin/rsyncdir/datefile
built hash table
hash search b=700 len=29
match at 0 last_match=0 j=0 len=29 n=0
done hash search
sending file_sum
got file_sum
renaming .datefile.ThaWK1 to datefile
false_alarms=0 tag_hits=1 matches=1
sender finished /home1/admin/rsyncdir/datefile
send_files(1,/home...
2004 Jul 14
12
HP-UX 11i and largefiles on rsync 2.6.2
Hello,
I'm running HP-UX 11i on an rp74xx. It's 64-bit.
C compiler is as follows:
B3901BA B.11.11.03 HP C/ANSI C Developer's Bundle for HP-UX 11.i (S800)
B3913DB C.03.30.02 HP aC++ Compiler (S800)
/usr/bin/cc:
LINT B.11.11.02 CXREF B.11.11.02
HP92453-01 B.11.11.02 HP C Compiler
$ Sep 8 2000 23:13:51 $
I have successfully compiled rsync 2.6.2 and it
2018 Dec 30
2
--partial does not "unhide" the files
...nt=1 /shares/Storage/Bilder von Heikos Computer/
[Receiver] change_dir(/shares/Storage/Bilder von Heikos Computer)
generator starting pid=21983
delta-transmission enabled
recv_generator(x,1)
send_files(1, ./x)
count=0 n=0 rem=0
send_files mapped ./x of size 0
calling match_sums ./x
<f+++++++++ x
sending file_sum
false_alarms=0 hash_hits=0 matches=0
0 100% 0.00kB/s 0:00:00 (xfr#1, to-chk=0/1)
sender finished ./x
generate_files phase=1
recv_files(1) starting
recv_files(x)
got file_sum
set uid of .x.VITBUv from 0 to 1000
se...
2001 Nov 08
4
win2k + >2GB files problem
...the win2k host so I need to UPload my soo-large files which does not
work.
c:\rsync>rsync -avvv big.file otherhost::whatever
building file list ...
make_file(3,big.file)
done
send_file_list done
send_files starting
send_files(0,big.file)
send_files mapped big.file of size -1692471296
calling match_sums big.file
big.file
sending file_sum
false_alarms=0 tag_hits=0 matches=0
sender finished big.file
send_files phase=1
send files finished
total: matches=0 tag_hits=0 false_alarms=0 data=-1692471296
wrote 173 bytes read 56 bytes 152.67 bytes/sec
total size is -1692471296 speedup is -7390704.35
F...
2008 Feb 02
2
hardlinks not working with inode number > 2^31
I've been using 3.0.0pre8 to move a Debian archive from one filesystem
to another. This archive contains a daily snapshot of the Debian ftp
site, with common files hardlinked to save space.
I noticed that it was using far more space than necessary. Upon
investigation it seems that all the source files that have inode numbers
greater than 2^31 aren't being hardlinked together at the
2008 Jun 12
1
broken pipe when working on open files (?), MacOS X, 3.0.2/3.0.3pre2
...-vvv --stats --progress -aHAX --fileflags --force-change --crtimes \
--exclude .Trash \
/Users/ar /Volumes/Pro-Backup/Users/ar
and the error log ends like this:
---
send_files mapped /Users/ar/Library/Application
Support/Firefox/Profiles/p3xm9ow4.default/secmod.db of size 16384
calling match_sums /Users/ar/Library/Application
Support/Firefox/Profiles/p3xm9ow4.default/secmod.db
ar/Library/Application Support/Firefox/Profiles/p3xm9ow4.default/secmod.db
rsync: writefd_unbuffered failed to write 4 bytes [sender]: Broken pipe (32)
...
recv_generator(ar/Library/Application
Support/Firefox/Profil...
2001 Aug 06
1
merge rsync+ into rsync (was Re: rsync-2.4.7 NEWS file)
> Just curious: what about the rsync+ patch?
Thanks for the reminder.
I've just committed Jos's rsync+ patch onto the
"branch_mbp_rsyncplus_merge" branch. If it works OK and nobody
screams I will move it across onto the main tree tomorrow or
Wednesday.
I see the patch doesn't add documentation about the new options to the
man page, so we should fix that in the future.