similar to: filesystem accessmode='passthrough'

Displaying 20 results from an estimated 3000 matches similar to: "filesystem accessmode='passthrough'"

2013 Jul 26
0
Re: filesystem accessmode='passthrough'
On Fri, Jul 26, 2013 at 10:24:52AM +0400, Yury Goltsov wrote: > Hello. > I am trying to 'passthrough' the part of host filesystem to kvm guest. > libvirt xml: > <filesystem type='mount' accessmode='passthrough'> > <source dir='/var/guests/mail-var'/> > <target dir='mail-var'/> > </filesystem>
2013 Jul 31
1
Re: filesystem accessmode='passthrough' [SOLVED]
On Wed, Jul 31, 2013 at 09:03:01AM +0400, Yury Goltsov wrote: > After adding the line > clear_emulator_capabilities = 0 > to the file > /etc/libvirt/qemu.conf > the results of file system operations are the expected color. NB setting user=root and clear_emulator_capabilities=0 is a very insecure configuration. If there was an exploit in QEMU, it would allow it to compromise
2011 Jun 19
1
save and load in R
I have a list of txt files that I want to convert into .rdata R data object. filenames 1. "./file1.txt" 2. "./file2.txt" 3. "./file3.txt" 4. "./file4.txt" 5. "./file5.txt" 6. "./file6.txt" 7. "./file7.txt" 8. "./file8.txt" 9. "./file9.txt" 10. "./file10.txt" I saved these files as for ( i in
2007 Oct 09
5
Playing with ReadFileScatter()
Hi all, Looking at the IO.readlines source in io.c, it looks to me like they grab 8k chunks, split on the input record separator, and buffer accordingly. Since it looks like ReadFileScatter() does some of that work automatically (in page file sized chunks), I thought I''d give it a try. Here''s what I''ve got, but it doesn''t work. I have an incorrect parameter
2010 Dec 23
5
Writing a single output file
Dear R helpers! Let me first wish all of you "Merry Christmas and Very Happy New year 2011" "Christmas day is a day of Joy and Charity, May God make you rich in both" - Phillips Brooks ## ---------------------------------------------------------------------------------------------------------------------------- I have a process which generates number of outputs. The R code
2002 Mar 20
2
transferring individual files question, pull vs. push
Can't seem to find the answer anywhere... I'm currently using an rsync script on the source box to transfer some individual files to the destination box...all works well. The script: rsync -e ssh \ /var/qmail/control/file1 \ /var/qmail/control/file2 \ /var/qmail/control/file3 \ /var/qmail/control/file4 \ destination-box.xxxxx.com:/var/qmail/control Now, instead of "pushing"
2010 Apr 09
5
Ranking correlation with R
Hey Everyone, Im fresh new in R, and Im supposed to write a code to give me a correlation between two rankings. So I have two ranking lists, which contain file names, e.g.: Ranking list 1: file1.java file3.java file2.java Ranking list 2: fiile2.java file4.java file1.java I need to see how much are these two ranking lists are alike, get a correlation between them. I dont even know where to
2005 Jun 05
2
Problem in the path for executables...
Hi, I have a windows executable which I am trying to run in Linux using wine. When I execute the command : wine {ABSOLUTE_PATH}/file1.exe, file1.exe runs many other executables internally, like file2.exe, file3.exe and file4.exe. Now when file1.exe is trying to run the other executables, it is not able to get the path of the executables. I have the "PATH" enironment variable set
2004 Jul 08
4
read.frame
Hello group, I am learning R and I am new to many concepts.I face the following errors when I am trying to execute the following. I have 4 text files with protein accession numbers. I wanted to represent them in a venn diagram and for that I using intersect and setdiff functions. My data looks like this: file1.txt (c): NP_000005 NP_000020 NP_000030 NP_000053 file2.txt(e): NP_000005 NP_000020
2012 Mar 23
1
Append to files in loop
Hi ReXperts, I have a file 'XFile' that I wish to append to the end of file1, file2, file3, file4, and file 5. Can't figure out how to set up the loop. Please help. Thank you, -- Luisin Galindo, PhD Director, Departamento de Medicina Matematica Centro de Estudios Avansados en Simulacion, Analysis, y Modelacion Puerto Castilla, Spanish Honduras Centro America [[alternative HTML
2010 Jul 12
2
cbind in for loops
I have 30 files in the current directories, i would like to perform the cbind(fil1,file2,file3,file4....file30) how could i do this in a for loop: such as: file2 <- list.files(pattern=".out3$") for (j in file2) { cbind(j).......how to implement cbind here } Thanks. -- View this message in context:
2005 Feb 08
6
help with xargs and mv
I am trying to move a group of sendmail queue files into a special area and am developing s script to assist. The manual steps are: # Identify which messages to move mailq -qR<domain> > file1 # Select only lines with message ID strings grep '^[[:alpha:]][[:alnum:]]\{13\}' file1 > file2 # extract only the messages ID cut -b -14 file2 > file3 # prepend '*' to
2008 May 06
3
Files over 4GB not listing properly. Cannot get CIFSworking.
Put this in the wrong thread, sorry! UPDATE: I've realized that this seems to be an issue with the compiler flags used to build samba. I've realized that i need to define _LARGEFILE_SOURCE, _LARGEFILE64_SOURCE, and _FILE_OFFSET_BITS=64. I've done this, but still have no luck reading files larger than 4GB. Anyone have suggestions? Thanks, Matt > Hi guys, > > I'm
2003 May 09
3
rsync of symbolic links bug
I am seeing a problem with the way the rsync of symbolic links is done. Here is a simple example to duplicate this issue: prompt> # Create a test case to show rsync of symbolic link problem prompt> mkdir foo bar prompt> touch foo/file1 bar/file2 prompt> ln -s bar/file2 file prompt> rsync -av . ../duplicate building file list ... done created directory ../duplicate ./ bar/
2004 Sep 01
2
ocfs doesn't free space?
an ocfs-volume was nearly full (only 800MB free). i deleted some datafiles to free space: $ df -h . Filesystem Size Used Avail Use% Mounted on /dev/sdp1 10G 5.3G 4.8G 53% /db/DPS so there are more than 4GB available. $ sqlplus /nolog SQL*Plus: Release 9.2.0.4.0 - Production on Wed Sep 1 12:57:48 2004 Copyright (c) 1982, 2002, Oracle Corporation. All rights
2013 Jul 31
0
Re: filesystem accessmode='passthrough' [SOLVED]
After adding the line clear_emulator_capabilities = 0 to the file /etc/libvirt/qemu.conf the results of file system operations are the expected color. Thanks.
2012 May 17
3
[LLVMdev] [RFC] llvm/include/Support/FileOutputBuffer.h
I now have an implementation of FileOutputBuffer (OutputBuffer was already taken). The patch supports the functionality listed below and I've tested that it works for lld. -------------- next part -------------- A non-text attachment was scrubbed... Name: FileOutputBuffer.patch Type: application/octet-stream Size: 25308 bytes Desc: not available URL:
2018 Mar 13
1
trashcan on dist. repl. volume with geo-replication
Hi Kotresh, thanks for your repsonse... answers inside... best regards Dietmar Am 13.03.2018 um 06:38 schrieb Kotresh Hiremath Ravishankar: > Hi Dietmar, > > I am trying to understand the problem and have few questions. > > 1. Is trashcan enabled only on master volume? no, trashcan is also enabled on slave. settings are the same as on master but trashcan on slave is complete
2012 Jun 19
2
we want to delete all files in a folder except the files with the most recent date
Hi, We want to delete all files in a folder except the files with the most recent date example ls -l jun 3 10:45 file1 jun?3 12:20 file2 jun 2 10:20 file3 jun 2 05:00 file4 jun 1 12:00 file5 jun 1 10:00 file6 jun2 en jun1 must be deleted regards,
2008 Aug 01
1
how to include an explicit list of files
I want to rsync files between two machines, but only a subset of the files on the server. I want to specify the subset explicitly via a list of files to the rsync daemon. I've tried: filter = + */ \ + foo/bar/file1 \ + foo/bar/file2 \ + bar/baz/file3 \ - * but this doesn't work - I end up with stuff like foo.obsolete/file4 when rsyncing. I