Displaying 20 results from an estimated 67 matches for "tag_hits".
2005 Jun 09
0
[Bug 2781] New: rsync linked files not listed as uptodate
...a/foo
bash-3.00$ date >a/bar
rsync the directory; note a/foo and b/foo get updated:
bash-3.00$ rsync -avvH a b
building file list ...
done
created directory b
delta-transmission disabled for local transfer or --whole-file
a/
a/bar
a/foo
total: matches=0 tag_hits=0 false_alarms=0 data=58
sent 265 bytes received 70 bytes 670.00 bytes/sec
total size is 58 speedup is 0.17
rsync the directory again; note that a/foo and b/foo are "uptodate":
bash-3.00$ rsync -avvH a b
building file list ...
done
delta-transmission disabled...
2004 Aug 05
0
[Bug 1582] New: rsync dry run cannot find missing folders, contradicts actual run.
...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 /export/sw/irix/testirix6/junkdir/junkdir4/gar2 of size 0
calling match_sums /export/sw/irix/testirix6/junkdir...
2001 Nov 08
4
win2k + >2GB files problem
...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
File system is NTFS, the file size is ~2.6Gbs.
For small file...
2004 Jan 21
3
2.6.0 in cygwin problem
Hello!
I need to do rsync between local drives on win32.
Rsync works, but it never ends.
I started it with -vv and it writes something like:
total: matches=0 tag_hits=0 false_alarms=0 data=0
And then it stays forever.
:-(
Could you help me?
2002 May 22
1
unexplained error (code 255)
...ize 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,/home1/admin/rsyncdir/unamefile)
send_files mapped /home1/admin/rsyncdir/unamefile of size 78
recv_files(unamefile)
recv mapped unamefile of size 78
unamefile
calling match_sums /home1/admin/rsyncdir/unamefile
built hash table...
2003 Oct 01
0
AW: problem with batch mode:
...n=0
match at 4200 last_match=4200 j=6 len=700 n=0
match at 4900 last_match=4900 j=7 len=700 n=0
match at 5600 last_match=5600 j=8 len=700 n=0
match at 6300 last_match=6300 j=9 len=700 n=0
[snip]
match at 497166 last_match=434700 j=622 len=700 n=62466
done hash search
sending file_sum
false_alarms=0 tag_hits=1335 matches=594
sender finished ../old.zip
generate_files phase=1
send_files phase=1
recv_files(../new.zip)
recv mapped ../new.zip of size 436738
got file_sum
renaming ../.new.zip.0LXsPT to ../new.zip
set modtime of ../new.zip to (1064863764) Mon Sep 29 12:29:02 2003
recv_files phase=1
generate_fi...
2001 Nov 10
0
my rsyncs don't exit
I'm having a problem where my rsync processes don't exit.
They finish their task.. but they don't exit. I'll see at the
end, if i'm running -vv, something like:
total: matches=727 tag_hits=771 false_alarms=0 data=2034655738
but the process continues to run, but not do anything apparent.
If I strace the process, I see a ton of:
select(0, NULL, NULL, NULL, {0, 1000}) = 0 (Timeout)
gettimeofday({1005367039, 462927}, NULL) = 0
wait4(1220, 0xbffff950, WNOHANG, NULL) = 0
gettimeofday...
2001 Nov 13
0
more info for rsyncs not exiting problem
...ri, Nov 09, 2001 at 08:43:44PM -0800, Jessica Koeppel wrote:
>
> I'm having a problem where my rsync processes don't exit.
>
> They finish their task.. but they don't exit. I'll see at the
> end, if i'm running -vv, something like:
>
> total: matches=727 tag_hits=771 false_alarms=0 data=2034655738
>
> but the process continues to run, but not do anything apparent.
>
> If I strace the process, I see a ton of:
>
> select(0, NULL, NULL, NULL, {0, 1000}) = 0 (Timeout)
> gettimeofday({1005367039, 462927}, NULL) = 0
> wait4(1220, 0xbf...
2003 May 21
1
Problem with (corrupt?) file (fwd)
I've been having a problem for the past several days with
a shellscript that has been working without problems
for the 11 months.
It's working until the comes up with the following error:
total: matches=349 tag_hits=4061 false_alarms=1 data=6628073
ERROR: file corruption in public_html/reports/analog/analog.conf. File
changed during transfer?
I've tried deleting some of these files, renaming them, and using the
--checksum switch (along with verbose, and progress switches) in hopes
that something els...
2003 Aug 30
0
Diagnostic message end up in STDERR
Hi
I am getting messages like
total: matches=0 tag_hits=0 false_alarms=0 data=0
or
total: matches=29 tag_hits=59 false_alarms=0 data=1663794
in STDERR when I use rsync with "-vv". Is this a known
bug?
Here is the full rsync command:
rsync -e ssh -abvv --delete --exclude lost+found/ --exclude core
--exclude *.o --exclude .netscape/cache...
2003 Oct 29
0
rsync over ssh problem
..., there is only a ssh running, where rsync seems to
have ended as it should.
This is what the log tells me:
opening connection using ssh -l <user> <server> rsync --server -vv .
server_status/directory
expand file_list to 4000 bytes, did move
minute_200310290138.status
total: matches=0 tag_hits=0 false_alarms=0 data=238
wrote 335 bytes read 36 bytes 742.00 bytes/sec
total size is 238 speedup is 0.64
opening connection using ssh -l <user> <server> rsync --server -vv .
server_status/directory
expand file_list to 4000 bytes, did move
minute_200310290138.status
total: matches=...
2003 Sep 30
2
problem with batch mode:
Hi!
I try to use batch mode to send only the difference between two packed CDs
by email over a slow line.
I create the diff with:
rsync -avvv --write-batch=rs CD-ROM-V6.6.32.zip CD-ROM-V6.6.31.zip
where
alfred:/Auslieferung/CD # l -n
-rw-r--r-- 1 0 0 453248121 Sep 2 16:22 CD-ROM-V6.6.31.zip
-rw-r--r-- 1 0 0 407416499 Sep 29 13:39 CD-ROM-V6.6.32.zip
resulting
2004 Jan 29
1
different behavior for --backup-dir relative/path vs --backup-dir /full/path
...root@feral:/tmp/test
(0)>rsync -avv --delete -b --backup-dir test2 test1/ test0
building file list ...
expand file_list to 4000 bytes, did move
done
expand file_list to 4000 bytes, did move
deleting in .
delta-transmission disabled for local transfer or --whole-file
./
a/
b/
c/
total: matches=0 tag_hits=0 false_alarms=0 data=0
wrote 77 bytes read 20 bytes 194.00 bytes/sec
total size is 0 speedup is 0.00
root@feral:/tmp/test
(0)>tree
.
|-- test0
| |-- a
| |-- b
| `-- c
|-- test1
| |-- a
| |-- b
| `-- c
`-- test2
9 directories, 0 files
(0)>mv test1/c test1/d
root@feral:/tmp/...
2001 Aug 31
0
Weird file permission behavior
...ustomers/rbak/OID308.netapp7 of size
134056
recv_files(customers/rbak/OID308.netapp7)
customers/rbak/OID308.netapp7
calling match_sums /home/ftp/customers/rbak/OID308.netapp7
sending file_sum
got file_sum
renaming customers/rbak/.OID308.netapp7.24713a to
customers/rbak/OID308.netapp7
false_alarms=0 tag_hits=0 matches=0
sender finished /home/ftp/customers/rbak/OID308.netapp7
send_files(4,/home/ftp/customers/rbak/boogah)
send_files failed to open /home/ftp/customers/rbak/boogah: Permission
denied
[######]
recv_files phase=1
generate_files phase=2
send_files phase=1
send files finished
total: matches=0...
2007 Nov 15
1
Problem with rsync recent file logic ?
...mp/test_rsync/
-e ssh root@rnd-dev1:/tmp/test_rsync/
opening connection using ssh -l root rnd-dev1 rsync --server
-vvlogDtpr --timeout=20 . /tmp/test_rsync/
building file list ...
[sender] expand file_list to 131072 bytes, did move
done
delta transmission enabled
./
maxim_file.dat
total: matches=0 tag_hits=0 false_alarms=0 data=524288
sent 524456 bytes received 40 bytes 1048992.00 bytes/sec
total size is 524288 speedup is 1.00
[root@rnd-dev2 test_rsync]# md5sum maxim_file.dat
517cbaefb385f64823179b253844fff0 maxim_file.dat
[root@rnd-dev1 test_rsync]# md5sum maxim_file.dat
517cbaefb385f64823179...
2005 Oct 11
1
Rsync hangs after a while when tunneling from A->B->C
...ve this?
Thanks in advance and kind regards,
Stef
Log-file:
set modtime of cpp/area_extract_sl_1x00/.area_extract.layout.d1AQ20 to
(1074535293) Mon Jan 19 19:01:33 2004
renaming cpp/area_extract_sl_1x00/.area_extract.layout.d1AQ20 to
cpp/area_extract_sl_1x00/area_extract.layout
false_alarms=0 tag_hits=0 matches=0
sender finished
/cygdrive/g/stefaanlh/scripts/cpp/area_extract_sl_1x00/area_extract.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_...
2003 May 24
1
Deletion of files only on remote system is not logged
...[222](H:root@Edelfelt)/tmp: rsync -navv
--password-file=/etc/rsyncd.passwd --delete /tmp/testdir/
root@Tazdevil::tmp
opening tcp connection to Tazdevil port 873
# Connected to Tazdevil rsync server
building file list ...
expand file_list to 4000 bytes, did move
done
both
source
total: matches=0 tag_hits=0 false_alarms=0 data=0
wrote 177 bytes read 127 bytes 608.00 bytes/sec
total size is 16 speedup is 0.50
[223](H:root@Edelfelt)/tmp: # No mention of deletion of "target" in dry
run
[224](H:root@Edelfelt)/tmp: rsync -avv
--password-file=/etc/rsyncd.passwd --delete
/tmp/testdir/ root@Ta...
2003 May 23
1
"Corrupt file" error messages
Let's try this from scratch:
I've been having a problem for the past several days with
a shellscript that has been working without problems
for the 11 months.
It's working until the comes up with the following error:
total: matches=349 tag_hits=4061 false_alarms=1 data=6628073
ERROR: file corruption in public_html/reports/analog/analog.conf. File
changed during transfer?
I've tried deleting some of these files, renaming them, and using the
--checksum switch (along with verbose, and progress switches) in hopes
that something els...
2003 Jan 29
1
Incremental transfers: how to tell?
...rsync --no-whole-file -vvae ssh *.rrd
root@x.x.x.x:/tmp
opening connection using ssh -l root x.x.x.x rsync
--server -vvlogDtpr . /tmp
root@x.x.x.x's password:
building file list ...
expand file_list to 4000 bytes, did move
done
dskAvail1.rrd
dskAvail2.rrd
...
ssCpuRawUser.rrd
total: matches=0 tag_hits=0 false_alarms=0
data=10200816
wrote 10203996 bytes read 596 bytes 1855380.36
bytes/sec
total size is 10200816 speedup is 1.00
This was ran after the files were originally copied
and some minor changes were made to each of them. It
appears that the amount of data transfered ("wrote"...
2002 May 04
2
Failure to update differing file
...ine-0.9.6a.tar.gz.BAD
generator starting pid=32090 count=1
recv_generator(openssl-engine-0.9.6a.tar.gz.BAD,0)
openssl-engine-0.9.6a.tar.gz.BAD is uptodate
generate_files phase=1
send_files phase=1
recv_files(1) starting
recv_files phase=1
generate_files phase=2
send files finished
total: matches=0 tag_hits=0 false_alarms=0 data=0
recv_files finished
client_run waiting on 32090
wrote 59 bytes read 20 bytes 158.00 bytes/sec
total size is 2185324 speedup is 27662.33
_exit_cleanup(code=0, file=main.c, line=578): entered
_exit_cleanup(code=0, file=main.c, line=578): about to call exit(0)
(daphne:3.139...