Displaying 20 results from an estimated 20000 matches similar to: "Inspect running disk image"
2012 Oct 08
5
[PATCH v4 0/5] Finish hotplugging support.
This rounds off hotplugging support by allowing you to add and remove
drives at any stage (before and after launch).
Rich.
2012 Oct 08
3
[PATCH v3 0/3] Add support for disk labels and hotplugging.
This is, I guess, version 3 of this patch series which adds disk
labels and hotplugging (only hot-add implemented so far).
The good news is .. it works!
Rich.
2016 Feb 27
3
Re: [PATCH] added ntfscat_i api
On 27/02/16 11:23, Richard W.M. Jones wrote:
> [...]
>>>> md_create: feature 'mdadm' is not available in this
>>>> build of libguestfs. Read 'AVAILABILITY' in the guestfs(3) man page for
>>>> how to check for the availability of features. at /home/noxdafox/development/libguestfs/test-data/phony-guests/make-fedora-img.pl
>>>> line
2015 May 28
2
Re: Concurrent scanning of same disk
2015-05-28 10:10 GMT+03:00 Richard W.M. Jones <rjones@redhat.com>:
> On Thu, May 28, 2015 at 09:48:41AM +0300, NoxDaFox wrote:
> > 2015-05-27 15:21 GMT+03:00 Richard W.M. Jones <rjones@redhat.com>:
> >
> > > On Wed, May 27, 2015 at 09:38:38AM +0300, NoxDaFox wrote:
> > > > * RuntimeError: file receive cancelled by daemon - On r =
> > >
2016 Feb 22
2
Re: [PATCH] added ntfscat_i api
On 22/02/16 19:43, Richard W.M. Jones wrote:
> On Mon, Feb 22, 2016 at 07:23:45PM +0200, noxdafox wrote:
>> On 22/02/16 17:26, Richard W.M. Jones wrote:
>>> On Sun, Feb 21, 2016 at 11:22:23PM +0200, Matteo Cafasso wrote:
>>>> Adding ntfscat_i command for downloading files based on their inode number.
>>>>
>>>> This allows the dowload of files
2016 Feb 24
3
Re: [PATCH] added ntfscat_i api
On 23/02/16 10:09, Richard W.M. Jones wrote:
> On Mon, Feb 22, 2016 at 11:58:28PM +0200, noxdafox wrote:
>> Once fixed that and few other things I got stuck with this:
>>
>> SRCDIR=. LAYOUT=partitions ../../run --test ./make-fedora-img.pl
>> Can't locate loadable object for module Sys::Guestfs in @INC (@INC
>> contains:
2013 Dec 16
3
Re: [PATCH] drives: add CD-ROM disk images as read-only drives (RHBZ#563450).
On Saturday 14 December 2013 22:50:28 Richard W.M. Jones wrote:
> On Fri, Dec 13, 2013 at 04:32:49PM +0100, Pino Toscano wrote:
> > The current add_cdrom way basically appends a new raw "-cdrom /path"
> > parameter to the qemu invocation (even when using libvirt as
> > backend), hence such images are seen as "CD-ROM drives" inside the
> > appliance.
2015 Mar 24
1
Fwd: Inspection of disk snapshots
I was sure I was doing something wrong as I'm not yet fully aware of QCOW2
snapshot feature and how it interacts with libguestfs.
I'll try to explain better the scenario:
I have several hosts running lots of VMs which are generated from few base
images, say A, B, C the base images (backing file) and A1, A2, A*, B1, B2,
B* clones on top of which the newly spawned VMs are running.
I need
2015 May 28
2
Re: Concurrent scanning of same disk
2015-05-28 10:40 GMT+03:00 Richard W.M. Jones <rjones@redhat.com>:
> On Thu, May 28, 2015 at 10:33:48AM +0300, NoxDaFox wrote:
> > To create the snapshots I'm using the libvirt command snapshotCreateXML
> > with no flag set. Does libvirt support consistent snapshotting or shall I
> > rely on QEMU backup new feature only?
>
> According to:
2015 May 28
1
Re: Concurrent scanning of same disk
2015-05-28 11:10 GMT+03:00 Richard W.M. Jones <rjones@redhat.com>:
> On Thu, May 28, 2015 at 10:57:51AM +0300, NoxDaFox wrote:
> > 2015-05-28 10:40 GMT+03:00 Richard W.M. Jones <rjones@redhat.com>:
> >
> > > On Thu, May 28, 2015 at 10:33:48AM +0300, NoxDaFox wrote:
> > > > To create the snapshots I'm using the libvirt command
>
2014 Sep 13
2
Re: Need Help
Thanks a lot Rechard for your inputs.
On Fri, Sep 12, 2014 at 11:23 PM, Richard W.M. Jones <rjones@redhat.com>
wrote:
> On Fri, Sep 12, 2014 at 10:40:14PM +0530, Priyanka Ranjan wrote:
> > Hello Experts,
> >
> > I need a help from you . I am using CentOS 6.4 and using guestfish
> > to modify an ESX image.
> >
> > I am adding a disk, executing
2015 Mar 23
4
Inspection of disk snapshots
Greetings,
I have the following typical scenario: given one or more qcow2 base images
I clone them with COW and start the VMs.
At a certain point I'd like to inspect them in order to see their evolution
compared to the known base images. To do so I was thinking about taking a
disk snapshot of each VM and inspect its content through libguestfs (using
it's Python bindings).
Obviously I
2016 Feb 26
2
Re: [PATCH] added ntfscat_i api
On 26/02/16 10:12, Richard W.M. Jones wrote:
> On Fri, Feb 26, 2016 at 12:16:22AM +0200, noxdafox wrote:
>> According to autogen.sh output Perl bindings and virt tools seem to
>> be missing, could it be related to this? Are the tests relying to
>> such dependencies?
> Yes, the tests rely on Perl bindings working, so I guess you need to
> install whatever missing
2016 Nov 02
8
[PATCH 0/6] Feature: Yara file scanning
Yara is a rule based scanning engine aimed to help malware analysts in finding and classifying interesting samples.
https://github.com/VirusTotal/yara
This series adds Yara support to Libguestfs allowing to upload sets of rules and scanning files against them.
Currently provided APIs:
- yara_load: loads a set of rules
- yara_destroy: free resources allocated by loaded rules
- yara_scan:
2015 Mar 23
0
Re: Inspection of disk snapshots
On Mon, Mar 23, 2015 at 04:34:21PM +0200, NoxDaFox wrote:
> Greetings,
>
> I have the following typical scenario: given one or more qcow2 base images
> I clone them with COW and start the VMs.
>
> At a certain point I'd like to inspect them in order to see their evolution
> compared to the known base images. To do so I was thinking about taking a
> disk snapshot of
2016 Feb 25
2
Re: [PATCH] added ntfscat_i api
On 25/02/16 23:18, Richard W.M. Jones wrote:
> On Thu, Feb 25, 2016 at 10:46:10PM +0200, noxdafox wrote:
>> On 25/02/16 10:54, Richard W.M. Jones wrote:
>>> Apply the attached patch, followed by doing:
>>>
>>> make -C perl clean
>>> ./configure
>>> make
>>>
>>> Rich.
>>>
>> I applied the patch,
2017 May 06
5
[Bug 1406906] [PATCH 0/3] Fix segmentation fault in Python bindings
This series addresses the issue where non UTF8 file names in a guest image lead to libguestfs segfault with Python 3 APIs.
The core issue is the APIs are not checking the return value when constructing a new PyObject. Therefore NULL pointers are added to Python collections (lists and dictionaries) crashing the application.
Few notes regarding the comments on the previous patch.
- Added a
2016 Feb 25
2
Re: [PATCH] added ntfscat_i api
On 25/02/16 10:54, Richard W.M. Jones wrote:
> Apply the attached patch, followed by doing:
>
> make -C perl clean
> ./configure
> make
>
> Rich.
>
I applied the patch, unfortunately the issue is still present.
This is what I get if I run interactive Perl console.
DB<1> use Sys::Guestfs
Can't locate loadable object for module Sys::Guestfs in @INC
2016 Feb 27
2
Re: [PATCH] added ntfscat_i api
On 27/02/16 01:05, Richard W.M. Jones wrote:
> On Sat, Feb 27, 2016 at 12:53:51AM +0200, noxdafox wrote:
>> On 26/02/16 10:12, Richard W.M. Jones wrote:
>>> On Fri, Feb 26, 2016 at 12:16:22AM +0200, noxdafox wrote:
>>>> According to autogen.sh output Perl bindings and virt tools seem to
>>>> be missing, could it be related to this? Are the tests relying to
2015 Mar 24
0
Re: Fwd: Inspection of disk snapshots
On Tue, Mar 24, 2015 at 10:54:05AM +0200, NoxDaFox wrote:
> I was sure I was doing something wrong as I'm not yet fully aware of QCOW2
> snapshot feature and how it interacts with libguestfs.
>
> I'll try to explain better the scenario:
>
> I have several hosts running lots of VMs which are generated from few base
> images, say A, B, C the base images (backing file)