search for: nsee

Displaying 11 results from an estimated 11 matches for "nsee".

Did you mean: nsec
2019 Oct 15
4
Splitting the large libguestfs repo
I got a little way into this. The two attached patches are preliminary work. My proposed split is: libguestfs.git common -> git submodule libguestfs-common.git generator/ lib/ all language bindings C based tools (eg. virt-df, virt-edit, guestfish) guestfs-tools.git common -> git submodule libguestfs-common.git
2008 Jun 04
2
Creating a "simple" Radar/Spider Plot from Statgraphics
...y attempt so far, using the USJudgeRating dataset... I'm sure that there's something simple that I'm missing.... stars(USJudgeRatings[1:2,1:9],locations = 0:1, scale=FALSE, draw.segments=FALSE, col.segments=1:5,col.stars=0,key.loc=0:1, main="Radar/Spider Plot\nSee http://www.statgraphics.com/eda.htm#radar",full=TRUE) What I really want to do is plot a dataset like this one: Year Below Basic Proficient Advanced 2005 10 25 30 35 2006 8 21 41 30 2007 15 24 48 14 2008...
2012 Apr 03
3
[PATCH] xl: Don't require a config file for cpupools
...; "-n, --dryrun Dry run - prints the resulting configuration.\n" - " (deprecated in favour of global -N option)." + " (deprecated in favour of global -N option).\n" + "\nSee the xlcpupool.cfg manpage for more information.", + }, { "cpupool-list", &main_cpupoollist, 0,
2005 Mar 07
0
3.0.11 groupmapping 'feature'
...possible, I'd love to go back to the pre-3.0.11 behavior for groupmapping, rather than change the permissions on all our data. I have looked through docs/man pages and can't find a way to change this. Anyone have an idea? Thanks for your help. -- Theron Toomey, System Administrator NSEES-IT (919-613-8148)
2005 Aug 01
0
home dir permissions change
...mask = 0770 directory security mask = 0770 profile acls = yes browseable = yes guest ok = no read only = no Has anyone else seen this behavior or have any ideas about what might be causing it? Thanks for your help. -- Theron Toomey, System Administrator NSEES-IT (919-613-8148)
2006 Mar 30
1
Predict function for 'newdata' of different dimension in svm
...175] must be the same length as the vector [50] What am I missing? Why would the row names have to be the same? Thanks so much, Sandra McBride ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Sandra McBride Research Scientist Nicholas School of the Environment and Earth Sciences (NSEES) Box 90328 Duke University Levine Science Research Center Durham, NC 27708-0328 (919) 622 3663
2020 Apr 06
0
[v2v PATCH 2/2] Consolidate handling of temporary files/dirs
...if free_space < 1_073_741_824L then error (f_"insufficient free space in the conversion server temporary directory %s (%s).\n\nEither free up space in that directory, or set the LIBGUESTFS_CACHEDIR environment variable to point to another directory with more than 1GB of free space.\n\nSee also the virt-v2v(1) manual, section \"Minimum free space check in the host\".") - overlay_dir (human_size free_space) + cachedir (human_size free_space) (* Create a qcow2 v3 overlay to protect the source image(s). *) and create_overlays source_disks = @@ -286,8...
2020 Apr 06
0
[PATCH virt-v2v v2 2/2] v2v: Allow large temporary directory to be set on a global basis.
...if free_space < 1_073_741_824L then error (f_"insufficient free space in the conversion server temporary directory %s (%s).\n\nEither free up space in that directory, or set the LIBGUESTFS_CACHEDIR environment variable to point to another directory with more than 1GB of free space.\n\nSee also the virt-v2v(1) manual, section \"Minimum free space check in the host\".") - overlay_dir (human_size free_space) + large_tmpdir (human_size free_space) (* Create a qcow2 v3 overlay to protect the source image(s). *) and create_overlays source_disks = @@ -2...
2020 Apr 06
4
[v2v PATCH 1/2] v2v: nbdkit: change base dir for nbdkit sockets/pidfiles
Since this new temporary directory will contain UNIX sockets for communicating with nbdkit, then its path must not be too long. Use the existing directory that libguestfs exposes for this, i.e. sockdir. --- v2v/nbdkit.ml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/v2v/nbdkit.ml b/v2v/nbdkit.ml index 65317f9b..46b20c9d 100644 --- a/v2v/nbdkit.ml +++ b/v2v/nbdkit.ml
2020 Apr 06
6
[PATCH virt-v2v v2 0/2] v2v: Large temporary directory handling.
v1 was here: https://www.redhat.com/archives/libguestfs/2020-April/msg00007.html There's a BZ for this now which I forgot to add to the commit message: https://bugzilla.redhat.com/show_bug.cgi?id=1814611 For v2: - Fix incorrect reference to $TMPDIR in existing manual. - Separate handling for small temporary files and large temporary files. Small temporary files go into $TMPDIR
2020 Apr 02
6
[PATCH virt-v2v] v2v: Allow temporary directory to be set on a global basis.
...if free_space < 1_073_741_824L then error (f_"insufficient free space in the conversion server temporary directory %s (%s).\n\nEither free up space in that directory, or set the LIBGUESTFS_CACHEDIR environment variable to point to another directory with more than 1GB of free space.\n\nSee also the virt-v2v(1) manual, section \"Minimum free space check in the host\".") - overlay_dir (human_size free_space) + tmpdir (human_size free_space) (* Create a qcow2 v3 overlay to protect the source image(s). *) and create_overlays source_disks = @@ -286,7 +...