search for: scratchdir

Displaying 20 results from an estimated 22 matches for "scratchdir".

2003 Jan 21
2
[patch] Two problems in testsuite (POSIX, perms)
...hown (Can't chown (probably need root)) The problem that you might notice if you have had your coffee already this morning is that it is attempting to cat the file WITH quotations. The line that causes the problem is line 233 of runtests.sh: echo "SKIP $testbase (`cat \"$scratchdir/whyskipped\"`)" This is a POSIXLY_CORRECT behavior on part of the OpenBSD sh according to the sh man page which has a specific section on it: o Occurrences of \" inside double quoted `..` command substitutions. In POSIX mode, the \" is interpreted when the comm...
2002 Apr 08
0
portable tests for symlinks (was patch for autoconf manual)
...ware of the problem is better than nothing. Basically, we ended up using this code, in <http://cvs.samba.org/cgi-bin/cvsweb/rsync/testsuite/rsync.fns?rev=1.49&content-type=text/x-cvsweb-markup> # Determine what shell command will appropriately test for links. ln -s foo "$scratchdir/testlink" for cmd in test /bin/test /usr/bin/test /usr/ucb/bin/test /usr/ucb/test do for switch in -h -L do if $cmd $switch "$scratchdir/testlink" 2>/dev/null then # how nice TEST_SYMLINK_CMD="$cmd $switch"...
2008 Mar 19
0
[PATCH] Unsnarl missing_below/dry_run logic.
...r" +mkdir "$fromdir/subdir" +echo data >"$fromdir/subdir/file" +echo data >"$todir/other" + +# Test 1: Too much "not creating new..." output on a dry run +$RSYNC -n -r --ignore-non-existing -vv "$fromdir/" "$todir/" | tee "$scratchdir/out" +if grep 'not creating new.*subdir/file' "$scratchdir/out" >/dev/null; then + test_fail 'test 1 failed' +fi + +# Test 2: Attempt to make a fuzzy dirlist for a dir not created on a dry run +$RSYNC -n -r -R --no-implied-dirs -y "$fromdir/./subdir/file"...
2007 Nov 21
0
Fedora 8 "Invalid file location given"
...tro, meter) File "/usr/lib/python2.5/site-packages/virtinst/DistroManager.py", line 659, in _prepare_kernel_and_initrd distro = distro) File "/usr/lib/python2.5/site-packages/virtinst/DistroManager.py", line 589, in acquireKernel progresscb=progresscb, distro=distro, scratchdir=scratchdir) File "/usr/lib/python2.5/site-packages/virtinst/DistroManager.py", line 572, in _storeForDistro if store.isValidStore(fetcher, progresscb): File "/usr/lib/python2.5/site-packages/virtinst/DistroManager.py", line 445, in isValidStore ignore = fetcher.acqui...
2008 May 30
4
Command line NFS guest install
Since the GUI virt-manager doesn''t seem to offer NFS as an option, how could I start an install via NFS using the GUI or from the command line? Perhaps I need to have a CD in the drive or something? Mike _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2010 Jan 13
6
Problem with Debian for create machine virtual from Centos
...tro, meter) File "/usr/lib/python2.4/site-packages/virtinst/DistroManager.py", line 209, in _prepare_kernel_and_initrd distro = distro) File "/usr/lib/python2.4/site-packages/virtinst/DistroManager.py", line 122, in acquireKernel progresscb=progresscb, distro=distro, scratchdir=scratchdir) File "/usr/lib/python2.4/site-packages/virtinst/DistroManager.py", line 101, in _storeForDistro raise ValueError, _("Could not find an installable distribution at ''%s''" % baseuri) ValueError: Could not find an installable distribution at '...
2016 Jan 16
0
[PATCH v2, resend] ignore-non-existing-directory: add variant of ignore-non-existing
...t;"$fromdir/subdir1/file" +echo data >"$todir/subdir1/file2" +echo data >"$fromdir/subdir2/file" + +# Test 1: Ensure subdir2 and content under it are not created +$RSYNC -r --ignore-non-existing-directory -vv "$fromdir/" "$todir/" | tee "$scratchdir/out" +if [ ! -d "$todir/subdir1" ]; then + test_fail 'test 1 failed: subdir1 should have been created' +fi +if [ ! -f "$todir/subdir1/file" ]; then + test_fail 'test 1 failed: subdir1/file should have been created' +fi +if [ ! -f "$todir/subdir1/file2&q...
2015 Nov 28
0
[PATCH v2] ignore-non-existing-directory: add variant of ignore-non-existing
...t;"$fromdir/subdir1/file" +echo data >"$todir/subdir1/file2" +echo data >"$fromdir/subdir2/file" + +# Test 1: Ensure subdir2 and content under it are not created +$RSYNC -r --ignore-non-existing-directory -vv "$fromdir/" "$todir/" | tee "$scratchdir/out" +if [ ! -d "$todir/subdir1" ]; then + test_fail 'test 1 failed: subdir1 should have been created' +fi +if [ ! -f "$todir/subdir1/file" ]; then + test_fail 'test 1 failed: subdir1/file should have been created' +fi +if [ ! -f "$todir/subdir1/file2&q...
2010 Dec 29
1
I can''t install PV ubuntu in my CentOS5.5 based xen
...er) File "/usr/lib/python2.4/site-packages/virtinst/DistroInstaller.py", line 194, in _prepare_kernel_and_initrd type=self.os_type, distro=distro) File "/usr/lib/python2.4/site-packages/virtinst/OSDistro.py", line 137, in acquireKernel scratchdir, type, distro) File "/usr/lib/python2.4/site-packages/virtinst/OSDistro.py", line 123, in _acquireMedia return (store.acquireKernel(guest, fetcher, progresscb), File "/usr/lib/python2.4/site-packages/virtinst/OSDistro.py", line 413, in acquireKerne...
2008 Nov 17
0
Error while running virt-install
...tro, meter)   File "/usr/lib/python2.5/site-packages/virtinst/DistroManager.py", line 651, in _prepare_kernel_and_initrd     distro = distro)   File "/usr/lib/python2.5/site-packages/virtinst/DistroManager.py", line 581, in acquireKernel     progresscb=progresscb, distro=distro, scratchdir=scratchdir)   File "/usr/lib/python2.5/site-packages/virtinst/DistroManager.py", line 564, in _storeForDistro     if store.isValidStore(fetcher, progresscb):   File "/usr/lib/python2.5/site-packages/virtinst/DistroManager.py", line 445, in isValidStore     ignore = fetcher.acqui...
2008 Nov 18
0
Fw: Error while running virt-install
...tro, meter)   File "/usr/lib/python2.5/site-packages/virtinst/DistroManager.py", line 651, in _prepare_kernel_and_initrd     distro = distro)   File "/usr/lib/python2.5/site-packages/virtinst/DistroManager.py", line 581, in acquireKernel     progresscb=progresscb, distro=distro, scratchdir=scratchdir)   File "/usr/lib/python2.5/site-packages/virtinst/DistroManager.py", line 564, in _storeForDistro     if store.isValidStore(fetcher, progresscb):   File "/usr/lib/python2.5/site-packages/virtinst/DistroManager.py", line 445, in isValidStore     ignore = fetcher.acqui...
2008 Sep 03
1
DO NOT REPLY [Bug 5732] New: xattrs.test calls wrong rsync
..." rm -rf "$todir" "$chkdir" -rsync -aX file1 file2 -rsync -aX file1 file2 ../chk/ -rsync -aX --del ../chk/ . -rsync -aX file1 ../lnk/ +$RSYNC -aX file1 file2 +$RSYNC -aX file1 file2 ../chk/ +$RSYNC -aX --del ../chk/ . +$RSYNC -aX file1 ../lnk/ xls file1 file2 >"$scratchdir/xattrs.txt" @@ -132,7 +132,7 @@ cd "$fromdir" rm "$todir/file2" echo extra >file1 -rsync -aX . ../chk/ +$RSYNC -aX . ../chk/ checkit "$RSYNC -aiiX . ../to" "$chkdir" "$todir" -- 1.5.4.5 -- Configure bugmail: https://bugzilla.samba....
2002 Jun 15
0
[PATCH] make test patch.
...-2.5.5/testsuite/duplicates.test --- rsync-2.5.5.orig/testsuite/duplicates.test 2002-03-22 07:07:50.000000000 +0100 +++ rsync-2.5.5/testsuite/duplicates.test 2002-06-15 07:47:18.000000000 +0200 @@ -38,7 +38,7 @@ ln -s "$name1" "$name2" || fail "can't c outfile="$scratchdir/rsync.out" -checkit "rsync -avv \"$fromdir/\" \"$fromdir/\" \"$fromdir/\" \"$fromdir/\" \"$fromdir/\" \"$fromdir/\" \"$fromdir/\" \"$fromdir/\" \"$fromdir/\" \"$fromdir/\" \"$todir/\...
2004 Apr 10
0
patches for copying atimes
...========================== RCS file: testsuite/atime.test diff -N testsuite/atime.test --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ testsuite/atime.test 10 Apr 2004 23:28:36 -0000 @@ -0,0 +1,22 @@ +#! /bin/sh + +# Test rsync copying atimes + +. $srcdir/testsuite/rsync.fns + +set -x + +fromdir="$scratchdir/from" +todir="$scratchdir/to" + +mkdir "$fromdir" + +touch "$fromdir/foo" +touch -a -t 200102031717.42 "$fromdir/foo" + +TLS_ARGS=--atime + +checkit "$RSYNC -rtgvvv \"$fromdir/\" \"$todir/\"" "$fromdir" "$todi...
2002 Aug 29
0
PATCH: Fix IRIX 6 testsuite failures
...te/RCS/duplicates.test,v retrieving revision 1.1 diff -up -r1.1 testsuite/duplicates.test --- testsuite/duplicates.test 2002/03/22 06:07:50 1.1 +++ testsuite/duplicates.test 2002/08/29 17:11:44 @@ -38,7 +38,7 @@ ln -s "$name1" "$name2" || fail "can't c outfile="$scratchdir/rsync.out" -checkit "rsync -avv \"$fromdir/\" \"$fromdir/\" \"$fromdir/\" \"$fromdir/\" \"$fromdir/\" \"$fromdir/\" \"$fromdir/\" \"$fromdir/\" \"$fromdir/\" \"$fromdir/\" \"$todir/\...
2014 Jun 15
2
Re: Fedora 19/20 new install :Unable to create vcpu cgroup
...so you likely will not see text install output. You might want to use --location. [dim., 15 juin 2014 10:56:25 virt-install 9795] DEBUG (virt-install:551) Guest.has_install_phase: True Début d'installation... [dim., 15 juin 2014 10:56:25 virt-install 9795] DEBUG (distroinstaller:417) Using scratchdir=/var/lib/libvirt/boot [dim., 15 juin 2014 10:56:25 virt-install 9795] DEBUG (guest:449) Generated install XML: <domain type="kvm"> <name>f20vm</name> <uuid>2da45a47-cf6c-4564-9608-52b71d4513f0</uuid> <memory>2097152</memory> <curre...
2015 Nov 28
0
[PATCH] ignore-non-existing-directory: add variant of ignore-non-existing
...;"$fromdir/subdir2/file" + +# Test 1: Ensure subdir2 and content under it are not created +echo $RSYNC -ar --ignore-non-existing-directory -vvv "$fromdir/" "$todir/" +$RSYNC -ar --ignore-non-existing-directory -vvv "$fromdir/" "$todir/" | tee "$scratchdir/out" +if [ ! -d "$todir/subdir1" ]; then + test_fail 'test 1 failed: subdir1 should have been created' +fi +if [ ! -f "$todir/subdir1/file" ]; then + test_fail 'test 1 failed: subdir1/file should have been created' +fi +if [ -d "$todir/subdir2" ];...
2014 Jun 15
0
Re: Fedora 19/20 new install :Unable to create vcpu cgroup
...nstall output. You might > want to use --location. > [dim., 15 juin 2014 10:56:25 virt-install 9795] DEBUG > (virt-install:551) Guest.has_install_phase: True > > Début d'installation... > [dim., 15 juin 2014 10:56:25 virt-install 9795] DEBUG > (distroinstaller:417) Using scratchdir=/var/lib/libvirt/boot > [dim., 15 juin 2014 10:56:25 virt-install 9795] DEBUG (guest:449) > Generated install XML: > <domain type="kvm"> > <name>f20vm</name> > <uuid>2da45a47-cf6c-4564-9608-52b71d4513f0</uuid> > <memory>2097152&...
2014 Jun 15
2
Re: Fedora 19/20 new install :Unable to create vcpu cgroup
Thanks for your interest. Here are the dir/files permissions for the kvmimages dir: # ls -ld /home /home/kvmimages /home/kvmimages/* drwxr-xr-x. 4 root root 4096 14 juin 23:05 /home drwxrwxrwx 2 root root 4096 15 juin 09:19 /home/kvmimages -rw-rw-rwx 1 root root 12884901888 14 juin 23:07 /home/kvmimages/eff1.img -rw-rw-rwx 1 root root 12884901888 14 juin 23:11
2008 May 17
3
DO NOT REPLY [Bug 5470] New: Make check failures on Solaris 10 with rsync 3.0.3pre2
https://bugzilla.samba.org/show_bug.cgi?id=5470 Summary: Make check failures on Solaris 10 with rsync 3.0.3pre2 Product: rsync Version: 3.0.3 Platform: Other OS/Version: SunOS Status: NEW Severity: normal Priority: P3 Component: core AssignedTo: wayned@samba.org ReportedBy: