similar to: [PATCH] Change download_to_tmp so it can work with multi-root operating systems.

Displaying 20 results from an estimated 100000 matches similar to: "[PATCH] Change download_to_tmp so it can work with multi-root operating systems."

2017 Aug 23
0
Re: virt-sysprep: error: no operating systems were found in the guest image on libguestfs-1.36.5
On Wed, Aug 23, 2017 at 06:25:17AM +0000, Tang, Alan (NSB - CN/Qingdao) wrote: > [ 0.000000] Linux version 3.10.101 (root@ci092133) (gcc version 4.8.3 20140911 (Red Hat 4.8.3-9) (GCC) ) #1 SMP Mon Apr 11 16:22:43 ULAT 2016 ... > commandrvf: mount -o ro /dev/sda1 /sysroot/ > [ 2.333550] SGI XFS with ACLs, security attributes, large block/inode numbers, no debug enabled > [
2011 Apr 27
0
[PATCH febootstrap] helper: Change to root directory before running find command.
-- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones virt-top is 'top' for virtual machines. Tiny program with many powerful monitoring features, net stats, disk stats, logging, etc. http://et.redhat.com/~rjones/virt-top -------------- next part -------------- >From d638270b133f19ca7f9570e47a498381dc4cfe10 Mon Sep 17 00:00:00 2001 From: Richard W.M. Jones
2010 Apr 01
0
Proposed change in the version numbering system
At the moment I post new versions when I feel there has been a significant amount of work and/or time passed since the previous release. This however does not give a good indication of the quality of the release, for example if it includes mainly bugfixes and stability improvements, or bleeding edge features. Therefore I would like to propose a change to the way that libguestfs versions are
2019 Jul 24
0
Re: [PATCH libnbd 1/3] generator: Change Closure so it describes single callbacks.
On Wed, Jul 24, 2019 at 10:02:04AM -0500, Eric Blake wrote: > On 7/24/19 7:17 AM, Richard W.M. Jones wrote: > > In preparation for closure lifetimes, split up the Closure so it no > > longer describes a list of closures, but a single callback. > > > > This changes the API because functions which take 2 or more closures > > now pass a separate user_data for each
2010 May 07
0
[PATCH] daemon: Fix read-file so it fails gracefully for large files (RHBZ#589039).
-- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones virt-top is 'top' for virtual machines. Tiny program with many powerful monitoring features, net stats, disk stats, logging, etc. http://et.redhat.com/~rjones/virt-top -------------- next part -------------- >From 9a503ec7d7fa16e09abab53cc7f768b72020ce08 Mon Sep 17 00:00:00 2001 From: Richard Jones
2012 Aug 03
0
Can I use libguestfs with Java under windows os?
On Fri, Aug 03, 2012 at 04:10:05PM +0800, ??? wrote: > Hi rjones, > > I?m now developing something about virtualization using > java. when I use the example code at site > http://libguestfs.org/guestfs-java.3.html, It occurs an exception > Exception in thread "main" java.lang.UnsatisfiedLinkError: no > guestfs_jni in java.library.path. I wonder if the
2010 Apr 10
9
[PATCH 0/9] Enhance virt-resize so it can really expand Linux and Windows guests
This is a set of bugfixes and enhancements to allow virt-resize to really expand Linux and Windows guests. Previously there were lots of bugs. This version has been tested on a variety of guests successfully. Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones libguestfs lets you edit virtual machines. Supports shell scripting, bindings from many languages.
2011 Aug 05
0
FYI: Large build change -- removed separate daemon/configure.ac
http://git.annexia.org/?p=libguestfs.git;a=commitdiff;h=60d5a50f4d3d9e2c2f5a7d42a6859de709bda3f6 Originally I had the daemon directory use a separate configure script, because we thought we would recompile the daemon for multiple different architectures, so that we could have libguestfs able to run commands in guests which have a different architecture from the host. Well, that didn't really
2017 Feb 15
2
Re: [PATCH v2 1/2] lib: change how hbin sections are read.
On Wed, Feb 15, 2017 at 10:29:41PM +0000, Richard W.M. Jones wrote: > Yes, or even how about this (not tried it): > > while (off <= h->endpages - 0x1000) { > ... > } In fact this doesn't work either :-( I'll have another look at this tomorrow morning. Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming and
2016 May 17
0
Re: Can I specify qcow2 preallocation method with virt-builder?
On Tue, May 17, 2016 at 6:01 PM, Richard W.M. Jones <rjones@redhat.com> wrote: > On Tue, May 17, 2016 at 05:53:31PM +0300, Yaniv Kaul wrote: > > On Tue, May 17, 2016 at 5:48 PM, Richard W.M. Jones <rjones@redhat.com> > > wrote: > > > > > On Tue, May 17, 2016 at 03:41:53PM +0100, Richard W.M. Jones wrote: > > > > On Tue, May 17, 2016 at
2016 May 17
0
Re: Can I specify qcow2 preallocation method with virt-builder?
On Tue, May 17, 2016 at 5:48 PM, Richard W.M. Jones <rjones@redhat.com> wrote: > On Tue, May 17, 2016 at 03:41:53PM +0100, Richard W.M. Jones wrote: > > On Tue, May 17, 2016 at 05:15:57PM +0300, Yaniv Kaul wrote: > > > When creating qcow2 images using virt-builder, is there a way to > specify > > > the qcow2 preallocation, as possible with qemu-img create -o
2012 May 28
0
NTFS(-3g) large alternate data streams
(I meant to copy this message to the mailing list) On Mon, May 28, 2012 at 05:49:36PM +0100, Richard W.M. Jones wrote: > > This file has an approx 48 MB ADS: > > ><fs> ll /Temp/ > total 13 > drwxrwxrwx 1 root root 0 May 28 17:28 . > drwxrwxrwx 1 root root 4096 Nov 1 2011 .. > -rwxrwxrwx 1 root root 13 Oct 5 2011 ADS_test.txt >
2013 May 31
0
Re: How to use libguestfs access LVM as non-root user?
On Fri, May 31, 2013 at 10:58:30AM +0800, Qiu Yu wrote: > Unfortunately, the standard 'disk' group permission only applies to > /dev/sdX device nodes, not to device mapper nodes created by LVM commands. Actually, it depends on udev rules. On my machine device mapper nodes very much are owned by the disk group: $ ll /dev/dm-* brw-rw----. 1 root disk 253, 0 May 15 13:26 /dev/dm-0
2013 May 31
0
Re: How to use libguestfs access LVM as non-root user?
On Fri, May 31, 2013 at 04:03:32PM +0800, Qiu Yu wrote: > Actually I'm looking into an issue with OpenStack / Libvirt manipulating > LVM as an image backend. When the logical volume is created, udev rules > will set the ownership to root:disk. After libvirt actually starting an > instance, device node ownership will change to qemu:qemu by libvirt. Then, > if you stop an
2018 Aug 19
0
Re: [PATCH v3 0/4] file: Zero for block devices and older file systems
On Sun, Aug 19, 2018 at 07:56:51PM +0300, Nir Soffer wrote: > This version addresses comments on v3. > > Changes since v3: > - Finally got spacing right (Eric) > - Reorder includes (Richard) > - Return 0 or -1 instead of r (Richard) > - Add common/include/isaligned.h to Makefile.am (Richard) > > v3 was here: >
2009 Oct 01
2
[PATCH 0/2] Add RELAX NG schema and tests for virt-inspector --xml
-- Richard Jones, Emerging Technologies, Red Hat http://et.redhat.com/~rjones virt-top is 'top' for virtual machines. Tiny program with many powerful monitoring features, net stats, disk stats, logging, etc. http://et.redhat.com/~rjones/virt-top
2011 Apr 01
4
[PATCH 0/4] Add progress messages to guestfs_launch function.
These four commits add approximate progress messages to the guestfs_launch function. Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones virt-top is 'top' for virtual machines. Tiny program with many powerful monitoring features, net stats, disk stats, logging, etc. http://et.redhat.com/~rjones/virt-top
2016 May 20
0
Re: [PATCH v2 04/11] customize: change windows firstboot path
On Fri, May 20, 2016 at 12:27:21PM +0300, Roman Kagan wrote: > On Fri, May 20, 2016 at 10:21:45AM +0100, Richard W.M. Jones wrote: > > On Wed, May 18, 2016 at 02:00:52PM +0200, Cédric Bosdonnat wrote: > > > Rename the C:\Program Files\Red Hat\Firstboot folder into the more vendor > > > independent C:\Program Files\Guestfs\Firstboot. > > > > I think we should
2017 Feb 16
0
Re: [PATCH v2 1/2] lib: change how hbin sections are read.
On Wed, Feb 15, 2017 at 10:59:33PM +0000, Richard W.M. Jones wrote: > > OK, I ended up turning the warning off. It appears from the > info file that the warning is about GCC not being able to make > an optimization, not a bug in the code. > > However I do have a more substantial problem with the patch. > By checking the offset against h->endpages, we're using an
2016 May 17
2
Re: Can I specify qcow2 preallocation method with virt-builder?
On Tue, May 17, 2016 at 05:53:31PM +0300, Yaniv Kaul wrote: > On Tue, May 17, 2016 at 5:48 PM, Richard W.M. Jones <rjones@redhat.com> > wrote: > > > On Tue, May 17, 2016 at 03:41:53PM +0100, Richard W.M. Jones wrote: > > > On Tue, May 17, 2016 at 05:15:57PM +0300, Yaniv Kaul wrote: > > > > When creating qcow2 images using virt-builder, is there a way to