similar to: Re: RFE: virt-builder option to auto-detect image format (#19)

Displaying 20 results from an estimated 3000 matches similar to: "Re: RFE: virt-builder option to auto-detect image format (#19)"

2015 Dec 29
1
Re: RFE: virt-builder new option (--offline maybe) to allow running only from cache (#21)
On Mon, Dec 28, 2015 at 04:50:47PM -0800, Ryan Sawhill Aroha wrote: > I love virt-builder It's great > > However, I don't always have internet access Further, some of my > repos are on private networks and I'm don't always have the > appropriate VPN established to see them By 'repo' do you mean a virt-builder repo or a repo used for installing packages (eg.
2016 Jan 14
0
Re: RFE: virt-builder ability to print definition for single template (new option or expand --notes) (#20)
In data martedì 29 dicembre 2015 17:58:18, Richard W.M. Jones ha scritto: > On Mon, Dec 28, 2015 at 03:51:51PM -0800, Ryan Sawhill Aroha wrote: > > The `virt-builder --notes <TEMPLATE>` command is nice, but I really wish it printed the full template definition, eg, something like this: > > > > ``` > > $ virt-builder --notes centos-70 > > > >
2015 Dec 29
2
Re: RFE: virt-builder ability to print definition for single template (new option or expand --notes) (#20)
On Mon, Dec 28, 2015 at 03:51:51PM -0800, Ryan Sawhill Aroha wrote: > The `virt-builder --notes <TEMPLATE>` command is nice, but I really wish it printed the full template definition, eg, something like this: > > ``` > $ virt-builder --notes centos-70 > > [centos-70] > name=CentOS 70 > osinfo=centos70 > arch=x86_64 > file=centos-70xz >
2015 Mar 23
1
[PATCH v4] [RFE] virt-builder should support download resume
This adds support for resuming downloads in virt-builder. Partially downloaded image is not deleted on exit anymore. There is a check for partially downloaded image in cache directory based on its name. When found, download_to crafts appropriate options to continue its download. Fixes RHBZ#1198344 Ammended for forgotten unlink_on_exit and fixed call with optional aguments. Maros Zatko (1):
2015 Mar 23
2
[PATCH v3] [RFE] virt-builder should support download resume
This adds support for resuming downloads in virt-builder. Partially downloaded file is not deleted on exit anymore. There is a check for partially downloaded image in cache directory based on its name. When found, download_to crafts appropriate options to continue its download. Fixes RHBZ#1198344 Ammended for forgotten unlink_on_exit. Maros Zatko (1): builder: support for download resume
2015 Mar 20
2
[PATCH] [RFE] virt-builder should support download resume
This patchset adds support for resuming downloads in virt-builder. Partially downloaded file is not deleted on exit anymore. There is a check for partially downloaded image in cache directory based on its name. When found, download_to crafts appropriate options to continue its download. Fixes RHBZ#1198344 *** BLURB HERE *** Maros Zatko (1): builder: support for download resume
2015 Mar 18
5
[PATCH 0/2] [RFE] virt-builder should support download resume
This patchset adds support for resuming downloads in virt-builder. Partially downloaded file is not deleted on exit anymore. There is a check for partially downloaded image in cache directory based on its name. When found, download_to crafts appropriate options to continue its download. Maros Zatko (2): mllib: allow external_command to return [] on nonzero return value builder: support for
2014 Nov 27
0
[PATCH 0/1] inspect: Fix a bug in the *BSD root detection
Hello, I've been reading the *BSD detection code in check_filesystem() in inspect-fs.c in order to write a patch for OpenBSD detection that is missing. Both, in FreeBSD and in NetBSD you have this piece of code: /* Ignore /dev/sda1 which is a shadow of the real root filesystem * that is probably /dev/sda5 (see: * http://www.freebsd.org/doc/handbook/disk-organization.html)
2010 Mar 23
1
caret package, how can I deal with RFE+SVM wrong message?
Hello, I am learning caret package, and I want to use the RFE to reduce the feature. I want to use RFE coupled Random Forest (RFE+FR) to complete this task. As we know, there are a number of pre-defined sets of functions, like random Forest(rfFuncs), however,I want to tune the parameters (mtr) when RFE, and then I write code below, but there is something wrong message, How can I deal with it?
2008 Sep 26
1
issue with varSel.svm.rfe in package MCRestimate
Hello all, I would like to perform SVM-RFE (Guyon et al. 2002) in R and have only found one implementation of this algorithm. The function belongs to the MCRestimate package but when I try to use it I encounter a problem - the function appears to be missing a required package or other function that I simply cannot find available anywhere. Here is my session info followed by a simple example
2011 May 01
0
Dummy variables using rfe in caret for variable selection
I'm trying to run "rfe" for variable selection in the caret package, and am getting an error. My data frame includes a dummy variable with 3 levels. x <- chlDescr y <- chl #crate dummy variable levels(x$State) <- c("AL","GA","FL") dummy <- model.matrix(~State,x) z <- cbind(dummy, x) #remove State category variable w <- z[,c(-4)]
2007 Jun 22
2
RFE: idle timeout/auto-daemonize combo
Hi there, I would like to have SSH connections be more "sudo-like". With that I mean, when I ssh/scp/sftp to a host and disconnect, the channel is held open for a while in case I reconnect. I wrote a script (attached) that does this. It starts a master SSH daemon for the connection if needed. Then it exec()s SSH. Just put it in your path and use perssh instead of ssh. It has some
2004 Mar 30
1
[Bug 827] RFE: Allow forwarding of Xprint servers if X11 forwarning is enabled
http://bugzilla.mindrot.org/show_bug.cgi?id=827 Summary: RFE: Allow forwarding of Xprint servers if X11 forwarning is enabled Product: Portable OpenSSH Version: 3.8p1 Platform: All URL: http://xprint.mozdev.org/docs/Xprint_FAQ.html#manual_xpr int_forwarding_via_ssh OS/Version: Linux
2009 Jan 30
1
RFE: parsable iostat and zpool layout
I would like zpool iostat to take a "-p" option to output parsable statistics with absolute counters/figures that for example could be fed to MRTG, RRD, et al. The "zpool iostat [-v] POOL 60 [N]" is great for humans but not very api-friendly; N=2 is a bit overkill and unreliable. Is this info available in kstat, or is this an RFE candidate? In Solaris10? Ditto for zpool
2010 Jun 10
0
[Bug 602599] New: [RFE] A new API for custom cleanup prior to close in perl bindings
On Thu, Jun 10, 2010 at 05:34:23AM -0400, bugzilla at redhat.com wrote: > > Summary: [RFE] A new API for custom cleanup prior to close in perl bindings > > https://bugzilla.redhat.com/show_bug.cgi?id=602599 > > Summary: [RFE] A new API for custom cleanup prior to close in > perl bindings > Product: Virtualization Tools > >
2008 Sep 01
1
RFE: allow zfs to interpret ''.'' as da datatset?
Hi, I''d like to be able to utter cmdlines such as $ zfs set readonly=on . $ zfs snapshot . at now with ''.'' interpreted to mean the dataset corresponding to the current working directory. This would shorten what I find to be a very common operaration - that of discovering your current (working directory) dataset and performing some operation on it. I usally do this
2006 Oct 31
0
6281100 RFE: AVL-FS2: Support Anchored Page Retire for LW8, Serengeti & Starcat platforms (fix x86 lint)
Author: ayznaga Repository: /hg/zfs-crypto/gate Revision: 6eac92b976923acc75b29f19db289920ad3fe49e Log message: 6281100 RFE: AVL-FS2: Support Anchored Page Retire for LW8, Serengeti & Starcat platforms (fix x86 lint) Files: update: usr/src/uts/common/io/mem.c
2006 Oct 31
0
6390248 RFE: speed up sys-unconfig when cloning a zone
Author: gjelinek Repository: /hg/zfs-crypto/gate Revision: b6e8d14262c0face100cf3358196bb87aa8cc5b4 Log message: 6390248 RFE: speed up sys-unconfig when cloning a zone Files: update: usr/src/cmd/zoneadm/zoneadm.c
2008 Jan 12
2
[Bug 14040] New: RFE: Install needed gstreamer plugins when metadata load fails.
http://bugs.freedesktop.org/show_bug.cgi?id=14040 Summary: RFE: Install needed gstreamer plugins when metadata load fails. Product: swfdec Version: unspecified Platform: Other OS/Version: All Status: NEW Severity: normal Priority: medium Component: library AssignedTo: swfdec at
2012 Feb 23
0
[SeaBIOS] RFE: Print amount of RAM
Cross posting from seabios@ [snip] > > Now I'd like to ask you guys if you could print the amount > > of RAM available -- like most other BIOSes out there already > > do - it would be extremely helpful to aid troubleshooting. > > SeaBIOS boots too fast for anything useful to be seen on the screen. > That said, one can add "-chardev stdio,id=seabios -device