Displaying 20 results from an estimated 3000 matches similar to: "supermin: failed to find a suitable kernel"
2019 Nov 05
0
Re: supermin: failed to find a suitable kernel
On Mon, Nov 04, 2019 at 08:26:08PM +0000, Klaas Schulze-Dieckhoff wrote:
> As requested this is the output inside my container:
> root@ead989650980:/# ls /boot
> androidboot efi grubinitrd.img-core initrd.img-core-0.7.43+ppa27 uboot
> root@ead989650980:/# ls /lib/modules
> 4.15.0-66-generic
>
> I know, that there is no kernel inside /boot, but to my understanding this is
2015 Jun 25
3
Problem with supermin and symlink in ibm_powerkvm ppc64le distro
Hi,
I've found a problem with supermin code running in an ibm_powerkvm
ppc64le distro.
Output of libguestfs-test-tool:
$ libguestfs-test-tool
************************************************************
* IMPORTANT NOTICE
*
* When reporting bugs, include the COMPLETE, UNEDITED
* output below in your bug report.
*
2018 Oct 15
2
Bug Report, .vhdx file not attaching
I am trying to mount a windows 10 backup .vhdx file.
I installed libguestfs through ```sudo apt-get install libguestfs-tools```
I am running Ubuntu 18.04.1 LTS and this is the installed version: ```1:1.36.13-1ubuntu3.2```
This is the output of the command I ran:
```
~$ guestmount --add Documents/8be29c38-0000-0000-0000-602200000000.vhdx --inspector --ro /media/Windows10/
libguestfs: trace:
2020 Jan 03
2
bug report
Hi,
I have use kvm ? virsh ? virt for almost half year ?all things goes well ?
but recently? I use virt-copy-in found some problem ? I have do nothing with my server ?but the problem appear .
2019 Nov 06
0
Re: supermin: failed to find a suitable kernel
Hi,
On Saturday, 2 November 2019 10:36:21 CET Klaas Schulze-Dieckhoff wrote:
> I am trying to run the dockerized version of linaro lava. Unfortunately it is not possible to start libguetsfs inside one of the containers.
> My settings are: Ubuntu Server 18.04.3, Docker version 18.09.7 running a Debian:stretch based contianer
>
> Running libguestfs-test-tool gives me the following
2016 Nov 15
2
Libguestfs debugging issue
Hi. I am currently debugging an issue with libguestfs in Centos 7.2 (Kernel
3.10.0-327.36.3.el7.x86_64).
libguestfs is being called by SaltStack to access a qcow2 image, but it is
failing. I have narrowed the issue down to the command below:
guestmount -i -a /opt/vm-spinning/salt-mnt/salt-images/pb123/system.qcow2
--rw /tmp/guest/opt.vm-spinning.salt-mnt.salt-images.pb123.system.qcow2
I have
2017 Jul 29
2
Re: cannot find any suitable libguestfs supermin
2017-07-29 18:00 GMT+08:00 Richard W.M. Jones <rjones@redhat.com>:
>
> > I download the newset package and extract in my
> > path(/share/CACHEDEV1_DATA/appliance/) and set env
> > It doesn't work.
> > and I run the libugestfs-test-tool:
>
> Please don't provide partial information. Include the command you
> type and *all* the output, without
2017 Jul 28
2
cannot find any suitable libguestfs supermin
I download libguestfs from github and fetch to the *origin master*.
I tried to build libguestfs in my own linux distro and I followd the
http://libguestfs.org/guestfs-building.1.html#using-a-prebuilt-binary-appliance
to replace with supermin
I download the appliance-1.30.1.tar.xz and appliance-1.30.1.tar.xz.sig
and extract the tarball to /home/user/appliance
and export
2020 Jan 08
3
回复: bug report
Hi,Tomas:
here is the test info: Thanks for your kind help .
************************************************************
* IMPORTANT NOTICE
2014 Dec 04
2
Re: virt-df error, help
On Thu, Dec 04, 2014 at 04:53:21PM +0800, cuimingwen@incito.com.cn wrote:
> Hello, Richard,
> I run command as example: " virt-df -d `virsh domuuid 5`"
> some errors show :
> libguestfs: warning: supermin-helper -f checksum returned a short string
> libguestfs: error: cannot find any suitable libguestfs supermin, fixed or old-style appliance on
2014 Dec 05
1
Re: virt-df error, help
thanks for your reply,
When I set the debug mode and run "libguestfs-test-tool" the result is:
virtTest@06MYRC5:~$ libguestfs-test-tool
************************************************************
* IMPORTANT NOTICE
*
* When reporting bugs, include the COMPLETE, UNEDITED
* output below in your bug report.
*
************************************************************
2020 Sep 03
3
Error while loading shared libraries: libsbz.so
Hi,
I have a KVM host running ubuntu 18.04 with libguestfs-tools
version 1.36.13-1ubuntu3.3 installed from the Ubuntu's repo and when I try
to use virt-cat for example on a VM it fails with:
libguestfs: error: appliance closed the connection unexpectedly.
> libguestfs: error: guestfs_launch failed.
After doing "export LIBGUESTFS_DEBUG=1 LIBGUESTFS_TRACE=1" and running the
2017 Oct 16
2
Elias Hickman's libguestfs dump
1. What am I trying to do?Deploy OpenStack using OOOQ (TripleO Quickstart)
2. What commands did I run?I ran:bash quickstart.sh $VIRTHOST
3. What was the exact output of these commands?
fatal: [127.0.0.2]: FAILED! => {"changed": true, "cmd": ["virt-customize", "-a", "/home/stack/undercloud.qcow2", "--upload",
2015 Dec 03
2
virt-builder is very slow in git master when building ubuntu 14.04 vm
Hi All,
I been using virt-builder to create testing VMs (most ubuntu) for a
while, and it works great. But when I cloned the git repo today and
found the process becoming extremely slow, please see the output
below.
log that produced by pre-installed vendor package:
virt-builder ubuntu-14.04 --firstboot-command 'useradd -m -p "" myan;
chage -d 0 myan; usermod -aG sudo myan;'
[
2017 Jul 29
2
Re: cannot find any suitable libguestfs supermin
2017-07-29 0:20 GMT+08:00 Richard W.M. Jones <rjones@redhat.com>:
>
> You need to download this appliance:
>
> http://download.libguestfs.org/binaries/appliance/
> appliance-1.36.1.tar.xz
>
> and unpack it under /home/user/appliance/ .
>
> Directly inside the /home/user/appliance directory you should see
> files called "initrd", "kernel",
2020 Jan 08
0
Re: bug report
It seems that the appliance is broken. Try removing /var/tmp/.guestfs-0/
and run the test tool again.
Tomas
On Fri, 3 Jan 2020 13:53:10 +0800
"??" <249016681 at qq.com> wrote:
> Hi,
> I have use kvm ? virsh ? virt for almost half year ?all things goes well ?
> but recently? I use
2015 Jul 02
2
libguestfs error: need help troubleshooting
Hi,
I'm trying to manually create a rhel7 image using the qemu-img and virt-install commands. I'm re-testing a procedure I previously wrote with the new grub commands that a customer suggested we add in. This procedure is available at: http://file.bne.redhat.com/dnavale/docs/review/RH-guides/AG-020715/#sect-create-images
As in the procedure, I'm able to run all steps successfully
2019 Aug 20
1
A libguestfs-test-tool output
libguestfs: trace: set_verbose true
libguestfs: trace: set_verbose = 0
libguestfs: trace: set_verbose true
libguestfs: trace: set_verbose = 0
LIBGUESTFS_TRACE=1
LIBVIRT_DEFAULT_URI=qemu:///system
LIBGUESTFS_DEBUG=1
PATH=/home/farzad//.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin
XDG_RUNTIME_DIR=/run/user/1000
SELinux: sh: 1:
2016 Aug 29
2
guestfs_launch gets stuck
Hello everyone,
I am using libguestfs on CentOS 7.2. I am trying to modify Red Hat 5.4
disks. I am using C/C++. I found the process gets stuck
inside guestfs_launch:
Thread 1 (Thread 0x7fe3aa6148c0 (LWP 1265)):
#0 0x00007fe3a9032c20 in __poll_nocancel () from /lib64/libc.so.6
#1 0x00007fe3aa1e5ea4 in read_data () from /lib64/libguestfs.so.0
#2 0x00007fe3aa20af0c in
2013 Nov 25
2
supermin-helper: ext2: parent directory not found: /mnt/bigdata/var: File not found by ext2_lookup
Hello,
I've found a problem running libguestfs on my system.
The system has /var mounted with a symbolic link to /mnt/bigdata/var
root@red1:/var/log/nova# ls -ld /mnt/bigdata/var
drwxrwxr-x 15 root users 4096 jul 7 17:55 /mnt/bigdata/var
root@red1:/var/log/nova# ls -ld /var
lrwxrwxrwx 1 root root 16 oct 30 2012 /var -> /mnt/bigdata/var
Any help here?
this is test tool output: