search for: ahvv

Displaying 12 results from an estimated 12 matches for "ahvv".

Did you mean: ahve
2002 Aug 29
0
PATCH: Fix IRIX 6 testsuite failures
...ndir /amnt/callisto/volumes/obj-irix5/local/obj.irix5/rsync-2.5.5/testtmp.chgrp/from//tgvvv failed: No such file or directory. rsync: /amnt/callisto/volumes/obj-irix5/local/obj.irix5/rsync-2.5.5/testtmp.chgrp/to/: No such file or directory. For the hardlinks test, the failure is similar: + rsync -aHvv /amnt/callisto/volumes/obj-irix5/local/obj.irix5/rsync-2.5.5/testtmp.hardlinks/from/ /amnt/callisto/volumes/obj-irix5/local/obj.irix5/rsync-2.5.5/testtmp.hardlinks/to/ rsync: ERROR: Illegal option -- a usage: rsync [-c command] [-r rcsdir] [-Rv] [dirname ...] It turned out that this happens becau...
2002 Jun 15
0
[PATCH] make test patch.
...-22,7 +22,7 @@ mkdir "$fromdir" mknod "$fromdir/char" c 42 69 || test_skipped "Can't create char device node unless root" mknod "$fromdir/block" b 42 69 || test_skipped "Can't create block device node unless root" -checkit "rsync -aHvv \"$fromdir/\" \"$todir/\"" "$fromdir" "$todir" +checkit "$RSYNC -aHvv \"$fromdir/\" \"$todir/\"" "$fromdir" "$todir" exit 0 # last [] may have failed but if we get here then we've won diff -urNp r...
2002 Oct 08
1
Some tests fail if rsync is not on path (with patch)
...8 11:18:46 2002 --- testsuite/hardlinks.test Tue Oct 8 11:19:00 2002 *************** *** 31,37 **** ln "$name2" "$name3" || fail "Can't create hardlink" cp "$name2" "$name4" || fail "Can't copy file" ! checkit "rsync -aHvv \"$fromdir/\" \"$todir/\"" "$fromdir" "$todir" exit 0 # last [] may have failed but if we get here then we've won --- 31,37 ---- ln "$name2" "$name3" || fail "Can't create hardlink" cp "$name2" &...
2017 Apr 05
2
[Bug 12732] hard links can cause rsync to block or to silently skip files
...mmands in the mail > generated by bugzilla are split into two lines (each): Both rsync > commands should read > --- Actually, I am reproducing your bug exactly as you entered it. And it is very sensitive to options. When I take out the $PWD it works. First your case: /tmp> rsync -aHvv --compare-dest=$PWD/dstlt/. $PWD/srclt/. $PWD/baklt/. |& tee testlt.log sending incremental file list delta-transmission disabled for local transfer or --whole-file ./ a is uptodate d is uptodate b a => b /tmp> ll -i srclt dstlt baklt baklt: total 8 17305770 -rw-rw-r-- 2 2 Apr 5 15:46 a...
2002 Mar 28
1
rsync-2.5.5rc1: two problems on Apple Darwin (== MacOS X)
...p.hardlinks/from/name2 + ln /local/build/rsync-2.5.5rc1/testtmp.hardlinks/from/name2 /local/build/rsync-2.5.5rc1/testtmp.hardlinks/from/name3 + cp /local/build/rsync-2.5.5rc1/testtmp.hardlinks/from/name2 /local/build/rsync-2.5.5rc1/testtmp.hardlinks/from/name4 + failed= + echo Running: "rsync -aHvv "/local/build/rsync-2.5.5rc1/testtmp.hardlinks/from/" "/local/build/rsync-2.5.5rc1/testtmp.hardlinks/to/"" Running: "rsync -aHvv "/local/build/rsync-2.5.5rc1/testtmp.hardlinks/from/" "/local/build/rsync-2.5.5rc1/testtmp.hardlinks/to/"" + eval r...
2017 Apr 05
0
[Bug 12732] hard links can cause rsync to block or to silently skip files
...s if the path is relative it is relative to the target dir not the "$PWD". I like to always use absolute paths because of this. But essentially, the command with the instances of $PWD vs without them the paths aren't the same. If you want all relative to . paths it would be: rsync -aHvv --compare-dest=../dstlt/. srclt/. baklt/. Also, all these params that end with /. the . is kinda pointless despite being points ;) On 04/05/2017 07:19 PM, L A Walsh via rsync wrote: > just subscribed for rsync-qa from bugzilla via rsync wrote: >> Probably using different options? Can thi...
2002 Aug 15
1
make test fails if rsync is not already installed.
...e testsuite only works if rsync is already installed (presumably an older version...). I think the tests intend to run the rsync that was just built and not the previously existing rsync, but is not what appears to happen. The test script output contains messages like this: Running: "rsync -aHvv "/tmp/rsync-2.5.5/testtmp.hardlinks/from/" "/tmp/rsync-2.5.5/testtmp.hardlinks/to/"" ./testsuite/hardlinks.test: rsync: not found On a system without rsync I get these failed tests: FAIL hardlinks FAIL chgrp I'm running OpenBSD 3.1. Is there something I can do?...
2017 Apr 04
5
[Bug 12732] New: hard links can cause rsync to block or to silently skip files
...nts to a larger problem that might be triggered by this hard link bug. How to reproduce (1) ==================== [ Using Linux on e.g. ext4 ] ############################ mkdir srclt cd srclt echo x > a ln a b echo x > c ln c d cd .. cp -aix srclt dstlt rm dstlt/{b,c} mkdir baklt rsync -aHvv --compare-dest=$PWD/dstlt/. $PWD/srclt/. $PWD/baklt/. >> testlt.log 2>&1 ############################ Actual Results (1) ================== cat testlt.log ##### sending incremental file list delta-transmission disabled for local transfer or --whole-file ./ a is uptodate d is uptodat...
2002 Mar 19
0
BSD/OS and 2.5.2-current
.../root/rsync-2.5.4/tes ttmp.daemon-gzip-upload/from/" localhost::test-to/" opening tcp connection to localhost port 873 @ERROR: invalid gid nobody rsync: connection unexpectedly closed (39 bytes read so far) rsync error: error in rsync protocol data stream (code 12) at io.c(151) + rsync -aHvv /usr/home/root/rsync-2.5.4/testtmp.devices/from/ /usr/hfrom/ /usr/ home/root/rsync-2.5.4/testtmp.devices/to/ building file list ... expand file_list to 4000 bytes, did move done rsync: mkdir /usr/home/root/rsync-2.5.4/testtmp.devices/to/: No such file or dir ectory rsync error: error in file IO (c...
2007 Nov 02
0
build/test problems with rsync-3.0.0pre4
...include/acllib.h /usr/include/aclv.h ------------------------------------------------------------------------------- HP-UX 11.11/11.23 test failures: ----- chown log follows Testing for symlinks using 'test -h' Running: "/scr/viz-hpux/koenig/rsync-3.0.0pre4-1/ARENA/32/rsync --super -aHvv from/ to/" sending incremental file list created directory to delta-transmission disabled for local transfer or --whole-file ../ name1 rsync: failed to set permissions on "/net/viz-hpux/fs1/scr/viz-hpux/koenig/rsync-3.0.0pre4-1/ARENA/32/testtmp/chown/to/.name1.a14598": Not owner (1)...
2010 Feb 12
9
DO NOT REPLY [Bug 7129] New: rsync 3.0.7 - unlink failed (21) - unable to delete directory
https://bugzilla.samba.org/show_bug.cgi?id=7129 Summary: rsync 3.0.7 - unlink failed (21) - unable to delete directory Product: rsync Version: 3.0.7 Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P3 Component: core AssignedTo: wayned at samba.org
2009 Jul 07
0
rsync-3.0.6 regression test problems
...up PASS batch-mode PASS chgrp PASS chmod-option PASS chmod-temp-dir PASS chmod SKIP chown-fake (Rsync needs xattrs for fake device tests) ----- chown log follows Testing for symlinks using 'test -h' Running: "/scr/viz-hpux/koenig/rsync-3.0.6-1/ARENA/32/rsync --super -aHvv from/ to/" sending incremental file list created directory to delta-transmission disabled for local transfer or --whole-file ./ name1 name2 rsync: failed to set permissions on "/net/viz-hpux/fs1/scr/viz-hpux/koenig/rsync-3.0.6-1/ARENA/32/testtmp/chown/to/.name1.a08933": Not owner (1)...