search for: sawhill

Displaying 10 results from an estimated 10 matches for "sawhill".

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 rep...
2016 Feb 26
2
Does anyone (*ahem* Rich) already have a yum repo with upstream libguestfs rpms for RHEL/CentOS7?
Obviously due to the heavy development, the packages in RHEL7 (even 7.2) lack tons of things. I'm specifically interested in virt-builder and wondering if there's a preview repo that I'm not aware of. ...?
2015 Sep 07
1
[PATCH] customize: Create .ssh as 0700 and .ssh/authorized_keys as 0600 (RHBZ#1260778).
Both ssh-copy-id and ssh create .ssh as 0700. ssh-copy-id creates .ssh/authorized_keys as 0600. Thanks: Ryan Sawhill for finding the bug. --- customize/ssh_key.ml | 4 ++-- src/guestfs.pod | 17 +++++++++++++++++ 2 files changed, 19 insertions(+), 2 deletions(-) diff --git a/customize/ssh_key.ml b/customize/ssh_key.ml index 09664bf..dd6056f 100644 --- a/customize/ssh_key.ml +++ b/customize/ssh_key.ml @@ -...
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 &g...
2016 Feb 26
0
Re: Does anyone (*ahem* Rich) already have a yum repo with upstream libguestfs rpms for RHEL/CentOS7?
On Fri, Feb 26, 2016 at 02:09:31PM -0500, Ryan Sawhill wrote: > Obviously due to the heavy development, the packages in RHEL7 (even > 7.2) lack tons of things. I'm specifically interested in virt-builder > and wondering if there's a preview repo that I'm not aware of. ...? Not upstream, but close: https://people.redhat.com/~rjo...
2016 Sep 01
0
Re: status of virt-resize support for xfs?
On Thu, Sep 01, 2016 at 11:55:50AM -0400, Ryan Sawhill wrote: > Hey there everyone! > > Trying to use virt-builder to download & resize the standard fedora-23 > image from libguestfs.org ... > > ??[rsawhill at jiop 11:50 ~] {0} $ rpm -q libguestfs-tools > > libguestfs-tools-1.32.7-1.fc23.noarch > > ??[rsawhill at jio...
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 > > > > [centos-70] > > name=CentOS 70 >...
2015 Dec 29
0
Re: RFE: virt-builder option to auto-detect image format (#19)
On Mon, Dec 28, 2015 at 03:36:53PM -0800, Ryan Sawhill Aroha wrote: > Hi there > > The repo definition at http://libguestfsorg/download/builder/index > contains `format=raw` data for each template, eg: > > ``` > [centos-6] > name=CentOS 66 > osinfo=centos66 > arch=x86_64 > file=centos-6.xz > revision=6 > checksum=...
2016 Sep 01
2
status of virt-resize support for xfs?
Hey there everyone! Trying to use virt-builder to download & resize the standard fedora-23 image from libguestfs.org ... ??[rsawhill at jiop 11:50 ~] {0} $ rpm -q libguestfs-tools > libguestfs-tools-1.32.7-1.fc23.noarch > ??[rsawhill at jiop 11:50 ~] {0} $ virt-builder --list | grep fedora-23 > fedora-23 x86_64 Fedora? 23 Server > fedora-23 i686 Fedora? 23 Server (i686) > fe...
2015 Apr 21
4
C7 systemd and network configuration
On Tue, Apr 21, 2015 at 03:46:52PM +0200, Dennis Jacobfeuerborn wrote: > Networking isn't really controlled by systemd but by NetworkManager. I > usually just yum remove NetworkManager* and then everything works just > as it did in CentOS 6. Note: NetworkManager is in CentOS6 too, and is part of the default workstation install. The NM in CentOS7 is a bit more polished than the NM