search for: file0

Displaying 20 results from an estimated 27 matches for "file0".

Did you mean: file
2004 Apr 13
3
scp problem
...quot;); Part of the OpenSSH_3.8p1, SSH protocols 1.5/2.0, OpenSSL 0.9.7c 30 Sep 2003 distribution Could someone verify this case we found that causes a file to be missed during copying? Here is the setup to replicate the problem: On hosta /tmp: -rw-rw-r-- 1 user01 group01 0 Apr 13 10:44 file0 -rw-rw-r-- 1 user01 group01 0 Apr 13 10:44 file1 -rw-rw-r-- 1 user01 group01 0 Apr 13 10:44 file2 On hostb /tmp: -rw-rw-r-- 1 user02 group02 0 Apr 13 10:44 file0 cd /tmp scp -p hosta:/tmp/file* . file0 100% 0 0.0KB/s...
2012 Jul 19
2
change file name from file0.1_data.RData to file1_data.Rdata
Dear All, I want to change file names. I have file0.1_data.RData (I have several files whose names are file0.x_data.Rdata) I want to rename it to file1_data.RData How can I do it? Thank you for saving my time! [[alternative HTML version deleted]]
2011 Aug 17
2
[PATCH] btrfs: fix d_off in the first dirent
...or "." (that originates from the 4th argument "offset" of filldir() for the 2nd dirent for "..") is wrongly assigned in btrfs_real_readdir(), telldir returns same offset for different locations. | # mkfs.btrfs /dev/sdb1 | # mount /dev/sdb1 fs0 | # cd fs0 | # touch file0 file1 | # ../test | telldir: 0 | readdir: d_off = 2, d_name = "." | telldir: 2 | readdir: d_off = 2, d_name = ".." | telldir: 2 | readdir: d_off = 3, d_name = "file0" | telldir: 3 | readdir: d_off = 2147483647, d_name = "file1" | telldir: 2147483647...
2010 Jul 29
0
[PATCH 3/7] btrfs/acl: add noacl check for btrfs_get_acl()
btrfs returned the acl info though it was mounted with "noacl" option. Steps to reproduce: # mkfs.btrfs /dev/sda2 # mount /dev/sda2 /mnt # touch /mnt/file0 # setfacl -m ''u:root:x,g::x,o::x'' /mnt/file0 # umount /mnt # mount /dev/sda2 -o noacl /mnt # getfacl /mnt/file0 we add a noacl check for btrfs_get_acl() to fix it. Signed-off-by: Miao Xie <miaox@cn.fujitsu.com> --- fs/btrfs/acl.c | 3 +++ 1 files changed, 3 inserti...
2005 Jul 31
7
[Bug 2933] regression with hardlinked devices
https://bugzilla.samba.org/show_bug.cgi?id=2933 wayned@samba.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED ------- Additional Comments From wayned@samba.org 2005-07-31 15:50 ------- This is rather interesting. In the old days, rsync
2005 Jun 29
2
How to convert "c:\a\b" to "c:/a/b"
I couldn't resist adding a more literal answer unback <- function(x) { chars <- unlist(strsplit(deparse(x),"")) chars <- chars[-c(1,length(chars))] paste(gsub("\\\\","/",chars),collapse="") } unback("\n") | David Duffy (MBBS PhD) ,-_|\ | email: davidD at qimr.edu.au ph:
2005 Jun 29
2
How to convert "c:\a\b" to "c:/a/b"
I couldn't resist adding a more literal answer unback <- function(x) { chars <- unlist(strsplit(deparse(x),"")) chars <- chars[-c(1,length(chars))] paste(gsub("\\\\","/",chars),collapse="") } unback("\n") | David Duffy (MBBS PhD) ,-_|\ | email: davidD at qimr.edu.au ph:
2006 Apr 17
6
DO NOT REPLY [Bug 3692] New: regression: symlinks are created as hardlinks with --link-dest
...512 Apr 17 00:46:06 2006 .. 550261 prw-rw---- 1 moo moo 0 Aug 9 02:01:36 2005 fifo0 550262 prw-rw---- 2 moo moo 0 Aug 2 00:47:06 2005 fifohard1 550262 prw-rw---- 2 moo moo 0 Aug 2 00:47:06 2005 fifohard2 550270 -rw-rw---- 1 moo moo 0 Aug 9 02:01:36 2005 file0 550271 -rw-rw---- 2 moo moo 0 Jul 31 22:58:45 2005 filehard1 550271 -rw-rw---- 2 moo moo 0 Jul 31 22:58:45 2005 filehard2 550263 brw-rw---- 1 moo moo 2, 2 Aug 9 02:01:36 2005 nullb0 550264 brw-rw---- 2 moo moo 2, 2 Aug 4 01:48:48 2005 nullbhard1 550264 brw-rw---- 2...
2013 Jan 21
1
btrfs_start_delalloc_inodes livelocks when creating snapshot under IO
Greetings all, I see the following issue during snap creation under IO: Transaction commit calls btrfs_start_delalloc_inodes() that locks the delalloc_inodes list, fetches the first inode, unlocks the list, triggers btrfs_alloc_delalloc_work/btrfs_queue_worker for this inode and then locks the list again. Then it checks the head of the list again. In my case, this is always exactly the same
2014 Jan 02
12
[Bug 10357] New: make check fails for xattr tests
...omponent: core AssignedTo: wayned at samba.org ReportedBy: psimerda at redhat.com QAContact: rsync-qa at samba.org make check fails: Running: "/home/pavlix/rhel/rsync/rsync-3.0.9/rsync -aiX -H --fake-super --link-dest=../chk . ../to" cd........x ./ cf........x file0 cf........x file1 cf........x file2 cf........x file4 cd........x foo/ cf........x foo/file3 cd........x foo/bar/ cf........x foo/bar/file5 hf+++++++++ foo/bar/file6 => foo/bar/file5 [receiver] could not find xattr #1 for file0 rsync error: protocol incompatibility (code 2) at xattrs.c(636) [rec...
2004 Sep 10
1
[Flac-users] FLAC 1.0.4 build issue
...4, Copyright (C) 2000,2001,2002 Josh Coalson flac comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it under certain conditions. Type `flac' for details. ././test_streams.sh: line 16: 19845 Segmentation fault (core dumped) flac $encode_options file0.wav file1.wav file2.wav ERROR FAIL: ./test_streams.sh =================== 4 of 4 tests failed =================== make[2]: *** [check-TESTS] Error 1 make[2]: Leaving directory `/opt/src/flac-1.0.4/test' make[1]: *** [check-am] Error 2 make[1]: Leaving directory `/opt/src/flac-1.0.4/test' ma...
2004 Sep 10
1
[Flac-users] osx 1.0.4
...... flac 1.0.4, Copyright (C) 2000,2001,2002 Josh Coalson flac comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it under certain conditions. Type `flac' for details. ././test_streams.sh: line 16: 11897 Bus error flac $encode_options file0.wav file1.wav file2.wav ERROR FAIL: ./test_streams.sh =================== 2 of 4 tests failed =================== make[2]: *** [check-TESTS] Error 1 make[1]: *** [check-am] Error 2 make: *** [check-recursive] Error 1 -- wagner@wagnerone.com - www.wagnerone.com - www.bluegrassbox.com "Compute...
2016 Mar 30
0
[PATCH 1/3] Rename icat command in download_inode
...ndows.img is zero-sized" + exit 77 +fi + +# download Master File Table ($MFT). +guestfish --ro -a ../../test-data/phony-guests/windows.img <<EOF +run +download-inode /dev/sda2 0 test-mft.bin +EOF + +# test extracted file is the Master File Table +if [ `head -c 5 test-mft.bin` != "FILE0" ]; then + echo "$0: wrong file extracted." + exit 1 +fi + +rm -f test-mft.bin diff --git a/tests/tsk/test-icat.sh b/tests/tsk/test-icat.sh deleted file mode 100755 index 3b0fca4..0000000 --- a/tests/tsk/test-icat.sh +++ /dev/null @@ -1,53 +0,0 @@ -#!/bin/bash - -# libguestfs -...
2016 Mar 29
3
[PATCH 0/2] rename icat API as download_inode
"icat" name comes from the employed command line tool which might be replaced later on with a different implementation. The command name is a bit confusing because it's similar to "cat" but act as "donwload". Therefore I am renaming it with a more clear name. At the same time I cleaned up a bit the code and improved it's readability and code comments. This
2016 Mar 30
4
[PATCH 0/3] rename icat API into download_inode
The command name is a bit confusing because it's similar to "cat" but act as "donwload". Therefore I am renaming it with a more clear name. At the same go I cleaned up a bit the code following the standards and improved the API documentation. This patch is ready for review. Code available at: https://github.com/noxdafox/libguestfs/tree/download_inode Matteo Cafasso (3):
2008 Mar 03
0
3.0.1 Test Success MacOS X 10.4.11
...g 'test -h' makepath /usr/local/Source/rsync/testtmp/xattrs/from/foo/bar makepath /usr/local/Source/rsync/testtmp/xattrs/chk/foo Running: "/usr/local/Source/rsync/rsync -avX . '/usr/local/Source/ rsync/testtmp/xattrs/chk/'" sending incremental file list file0 file1 file2 file4 foo/bar/ foo/bar/file5 sent 786 bytes received 121 bytes 1814.00 bytes/sec total size is 38 speedup is 0.04 ------------- check how the directory listings compare with diff: ------------- check how the files compare with diff: ------------- --- /usr/local/Source/rsync/testtm...
2016 Mar 01
1
[PATCH] tests: move ntfs tests in a single directory
...se windows.img is zero-sized" + exit 77 +fi + +# download Master File Table ($MFT). +guestfish --ro -a ../../test-data/phony-guests/windows.img <<EOF +run +ntfscat-i /dev/sda2 0 test-mft.bin +EOF + +# test extracted file is the Master File Table +if [ `head -c 5 test-mft.bin` != "FILE0" ]; then + echo "$0: wrong file extracted." + exit 1 +fi + +rm -f test-mft.bin diff --git a/tests/ntfs/test-ntfsclone.sh b/tests/ntfs/test-ntfsclone.sh new file mode 100755 index 0000000..668ed8a --- /dev/null +++ b/tests/ntfs/test-ntfsclone.sh @@ -0,0 +1,62 @@ +#!/bin/bash - +...
2016 Feb 29
0
[PATCH 2/2] added ntfscat_i tests
...se windows.img is zero-sized" + exit 77 +fi + +# download Master File Table ($MFT). +guestfish --ro -a ../../test-data/phony-guests/windows.img <<EOF +run +ntfscat-i /dev/sda2 0 test-mft.bin +EOF + +# test extracted file is the Master File Table +if [ `head -c 5 test-mft.bin` != "FILE0" ]; then + echo "$0: wrong file extracted." + exit 1 +fi + +rm -f test-mft.bin -- 2.7.0
2018 Feb 23
2
v4.16-rc2: virtio-block + ext4 lockdep splats / sleeping from invalid context
...se Procs:1 Sandbox:setuid Fault:false FaultCall:-1 FaultNth:0 EnableTun:true UseTmpDir:true HandleSegv:true WaitRepeat:false Debug:false Repro:false} mmap(&(0x7f0000000000/0x24000)=nil, 0x24000, 0x3, 0x32, 0xffffffffffffffff, 0x0) r0 = openat(0xffffffffffffff9c, &(0x7f0000019000-0x8)='./file0\x00', 0x42, 0x0) fcntl$setstatus(r0, 0x4, 0x10000) ftruncate(r0, 0x400) io_setup(0x1f, &(0x7f0000018000)=<r1=>0x0) io_submit(r1, 0x1, &(0x7f000001d000-0x28)=[&(0x7f000001b000)={0x0, 0x0, 0x0, 0x1, 0x0, r0, &(0x7f0000022000-0x1000)="000000000000000000000000000000000000...
2018 Feb 23
2
v4.16-rc2: virtio-block + ext4 lockdep splats / sleeping from invalid context
...se Procs:1 Sandbox:setuid Fault:false FaultCall:-1 FaultNth:0 EnableTun:true UseTmpDir:true HandleSegv:true WaitRepeat:false Debug:false Repro:false} mmap(&(0x7f0000000000/0x24000)=nil, 0x24000, 0x3, 0x32, 0xffffffffffffffff, 0x0) r0 = openat(0xffffffffffffff9c, &(0x7f0000019000-0x8)='./file0\x00', 0x42, 0x0) fcntl$setstatus(r0, 0x4, 0x10000) ftruncate(r0, 0x400) io_setup(0x1f, &(0x7f0000018000)=<r1=>0x0) io_submit(r1, 0x1, &(0x7f000001d000-0x28)=[&(0x7f000001b000)={0x0, 0x0, 0x0, 0x1, 0x0, r0, &(0x7f0000022000-0x1000)="000000000000000000000000000000000000...