Displaying 20 results from an estimated 10000 matches similar to: "Unknown libguestfs failure / race"
2014 Jan 23
2
Errors Running on Ubuntu 13.10
I'm trying to use virt-sysprep on an Ubuntu 13.10 vm running on OpenStack.
I've followed the command "gotchas" from the FAQ and still not had any luck.
*What are you trying to do?*
Attempting to use virt-sysprep on a qcow2 image made with virt-install
*What commands?*
I've run virt-sysprep (with both -d and -a options) and gotten the
following error:
Fatal error:
2014 Jan 23
3
Re: Errors Running on Ubuntu 13.10
On Jan 23, 2014, at 4:47 AM, Richard W.M. Jones <rjones@redhat.com> wrote:
> On Thu, Jan 23, 2014 at 12:22:43AM -0800, Tim Fall wrote:
>> Running libguestft-test-tool yields:
>>
>>
>> ************************************************************
>> * IMPORTANT NOTICE
>> *
>> * When reporting bugs, include the
2014 Jan 23
0
Re: Errors Running on Ubuntu 13.10
On Thu, Jan 23, 2014 at 12:22:43AM -0800, Tim Fall wrote:
> Running libguestft-test-tool yields:
>
>
> ************************************************************
> * IMPORTANT NOTICE
> *
> * When reporting bugs, include the COMPLETE, UNEDITED
> * output below in your bug report.
> *
>
2014 Jan 23
0
Re: Errors Running on Ubuntu 13.10
Please keep libguestfs mailing list in the CC.
On Thu, Jan 23, 2014 at 01:44:46PM -0800, Tim Fall wrote:
>
> On Jan 23, 2014, at 4:47 AM, Richard W.M. Jones <rjones@redhat.com> wrote:
>
> > On Thu, Jan 23, 2014 at 12:22:43AM -0800, Tim Fall wrote:
> >> Running libguestft-test-tool yields:
> >>
> >>
> >>
2015 Oct 07
0
Re: [PATCH 1/2] tests: Fix test-launch-race.
On Tuesday 06 October 2015 11:48:54 Richard W.M. Jones wrote:
> This test has been broken for a while. It is meant to test that when
> the appliance cachedir is empty, two simultaneous runs of libguestfs
> (both rebuilding the full appliance) will not cause conflicts, because
> (eg) the locking in either supermin or libguestfs is not working.
>
> However the test only set
2014 Jan 23
2
Re: Errors Running on Ubuntu 13.10
On Jan 23, 2014, at 1:54 PM, Richard W.M. Jones <rjones@redhat.com> wrote:
> Please keep libguestfs mailing list in the CC.
Sorry I realized that just after I sent it.
>
> On Thu, Jan 23, 2014 at 01:44:46PM -0800, Tim Fall wrote:
>>
>> On Jan 23, 2014, at 4:47 AM, Richard W.M. Jones <rjones@redhat.com> wrote:
>>
>>> On Thu, Jan 23, 2014 at
2015 Oct 06
3
[PATCH 1/2] tests: Fix test-launch-race.
This test has been broken for a while. It is meant to test that when
the appliance cachedir is empty, two simultaneous runs of libguestfs
(both rebuilding the full appliance) will not cause conflicts, because
(eg) the locking in either supermin or libguestfs is not working.
However the test only set $TMPDIR, but the ./run script sets
$LIBGUESTFS_CACHEDIR which overrides $TMPDIR, so it was simply
2020 Aug 24
0
Re: Running libguestfs-test-tool problem
On Monday, 24 August 2020 20:53:09 CEST Zachary Taylor wrote:
> Here is the output from running libguestfs-test-tool:
>
> PATH=/home/zmt1002/.local/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl:/var/lib/snapd/snap/bin
> SELinux: sh: getenforce: command not found
> guestfs_get_append: (null)
>
2018 Jun 08
1
Bug report.
SELinux: sh: 1: getenforce: not found
guestfs_get_append: (null)
guestfs_get_autosync: 1
guestfs_get_backend: direct
guestfs_get_backend_settings: []
guestfs_get_cachedir: /var/tmp
guestfs_get_direct: 0
guestfs_get_hv: /usr/bin/qemu-system-x86_64
guestfs_get_memsize: 500
guestfs_get_network: 0
guestfs_get_path: /usr/lib/x86_64-linux-gnu/guestfs
guestfs_get_pgroup: 0
guestfs_get_program:
2013 Apr 04
2
launch failure of appliance with nbd drive
I'm using qemu-nbd to setup the device with an offset
into the image. Using libguestfs version 1.21.22
Code for adding the drive:
char *server[] = { "localhost:3000", NULL };
if (guestfs_add_drive_opts (g, "" /* export name - see below */,
GUESTFS_ADD_DRIVE_OPTS_FORMAT, "raw",
GUESTFS_ADD_DRIVE_OPTS_PROTOCOL, "nbd",
2014 Jan 15
0
Double fault panic in L2 upon v2v conversion
Hi everybody,
Wanted to hear your opinion and to receive a smart advice.
I'm trying to use virt-v2v in order to convert ova image (exported from
vmware) to run on libvirt/kvm - all this inside a VM of fedora.
The converted image is also a fedora.
During the conversion process, in some point of libguestfs activity, I get
double fault panic from L2 (printed as part of libguest output) and the
2012 Jul 25
1
qemu:could not load kernel
Hi,
I have a problem when i run java examples of libguestfs. It needs root
privileges. This is the output of libguestfs-test-tool:
<libguestfs at redhat.com>===== Test starts here =====
LIBGUESTFS_DEBUG=1
TMPDIR=(not set)
libguestfs: new guestfs handle 0x9871c80
library version: 1.14.10
guestfs_get_append: (null)
guestfs_get_attach_method: appliance
guestfs_get_autosync: 1
2014 Jan 15
4
Double fault panic in L2 upon v2v conversion
Hi everybody,
Wanted to hear your opinion and to receive a smart advice.
I'm trying to use virt-v2v in order to convert ova image (exported from
vcenter) to run on libvirt/kvm - all this inside a VM of fedora.
The converted image is also a fedora.
During the conversion process, in some point of libguestfs activity, I get
double fault panic from L2 (printed as part of libguest output) and the
2014 Jan 16
0
Re: Double fault panic in L2 upon v2v conversion
There is a bug which is still not fixed:Bug 956580 -[ RFE ]Support for VMware & Citrix OVF image import into RHEV
https://bugzilla.redhat.com/show_bug.cgi?id=956580
Best regards,
Tingting Zheng(郑婷婷)
----- Original Message -----
From: "Rom Freiman" <rom@stratoscale.com>
To: libguestfs@redhat.com
Sent: Wednesday, January 15, 2014 10:35:29 PM
Subject: [Libguestfs] Double fault
2018 Oct 29
2
guestfs launch failed in CentOS 7.5
Hello,
I am using https://github.com/clalancette/oz/tree/v0.16.0 to customise
qcow2 images. In CentOS 7.5.1804 (yum updated to latest) the image
customisation fails during guestfs launch. Following is the output
of libguestfs-test-tool run. Please help in debugging the problem -
************************************************************
* IMPORTANT NOTICE
*
2014 Jun 04
2
Re: libguestfs supermin error
Hi Rich..
I'm now getting following logs after following your instructions..
libguestfs-test-tool
************************************************************
* IMPORTANT NOTICE
*
* When reporting bugs, include the COMPLETE, UNEDITED
* output below in your bug report.
*
************************************************************
2016 Apr 07
2
Help: Is it possible to use libguestfs in Xen guest OS
Hi All,
I installed CentOS 7 as Xen Guest OS(DomU OS), I wonder if it is possible
to use libguestfs in this CentOS 7 VM? libguestfs-test-tools reports error:
*-bash-4.2# libguestfs-test-tool *
************************************************************
* IMPORTANT NOTICE
*
* When reporting bugs, include the COMPLETE, UNEDITED
* output below in your
2016 Mar 03
1
Re: "guestmount --rw" fails but "guestmount --ro" succeeds on Ubuntu 14.04
Thanks for your response Rich. Please see the output of --trace --verbose
below. Regarding your suggestion to convert the vmdk to some other format,
I do not want to do it. A security consultant said by modifying certain
files in our VM and restarting the VM, one can gain access to encrypted
data in our VM. I want to reproduce it. I am able to mount the VM but not
able to modify files since it can
2011 Dec 30
3
libguestfs-test-tool say "child process died" on ubuntu 11.10 x64
Hi all,
As title, thanks a lot. My test host configurations:
Linux desktop 3.0.0-14-generic #23-Ubuntu SMP Mon Nov 21 20:28:43 UTC
2011 x86_64 x86_64 x86_64 GNU/Linux
The test tool output as following:
xxx at desktop:~$ sudo libguestfs-test-tool
[sudo] password for xxx:
===== Test starts here =====
LIBGUESTFS_DEBUG=1
TMPDIR=(not set)
libguestfs: new guestfs handle 0x16cd0f0
library version:
2014 Aug 21
2
libguest-test-tool error report
Hello,
I am trying to use virt-resize. It does not work. I set the debug environment variables and ran libguestfs-test-tool. The following is its output. I am running RHEL 6.5 desktop with kernel:
Linux hustedm-lnx4 2.6.32-431.5.1.el6.x86_64 #1 SMP Fri Jan 10 14:46:43 EST 2014 x86_64 x86_64 x86_64 GNU/Linux
Please let me know what I have missed.
Thanks,
Mark
bash-4.1$