Displaying 20 results from an estimated 40000 matches similar to: "Re: man supermine"
2013 May 30
2
Re: man supermine
On Thu, May 30, 2013 at 09:06:51PM +0200, christophe malvasio wrote:
> i was in the idea it can create a uml :(
Do you mean a User-Mode Linux VM?
supermin can create whole VMs if you want. Run supermin-helper
to create them.
Rich.
--
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
libguestfs lets you edit virtual machines. Supports shell scripting,
bindings
2013 May 31
1
Re: man supermine
On Fri, May 31, 2013 at 01:25:46AM +0200, christophe malvasio wrote:
> re
> cool
> can it also can generate a bootable kernel where choosed apps run in
> standalone ???
See:
https://rwmj.wordpress.com/2010/12/10/tip-creating-throwaway-appliances-with-febootstrap/
Rich.
--
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
virt-p2v converts physical
2014 Jun 04
2
Re: libguestfs supermin error
Hi Rich
Kindly ignore my previos mail.
I have downloaded the latest version of supermin supermin-5.1.8 and have
compiled it for powerpc.Moreover there was no need to patch the src/
kernel.ml file as the changes were already implemented on the latest
version.
But still when i run libguestfs-test-tool on powerpc ubuntu,I get the below
logs..
libguestfs-test-tool
2019 Nov 02
4
supermin: failed to find a suitable kernel
Hi all
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 output:
root at e91c89e0874d:/# libguestfs-test-tool
2013 Aug 19
2
[dev] Supermin on mageia
FYI, I just posted two pull requests on libguestfs/supermin
One adds urpmi support. The other adds xz support to supermin.
On Fri, Aug 16, 2013 at 3:58 PM, Richard W.M. Jones <rjones at redhat.com>wrote:
> On Fri, Aug 16, 2013 at 02:07:40PM +0800, Joseph Wang wrote:
> > /etc/rc.d/init.d is required but the problem is the /etc/init.d symlink,
> > which doesn't seem to
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:
2014 Jun 04
2
Re: libguestfs supermin error
Hi Rich
I'm noe getting the below logs after running libguestfs-test-tool..
SUPERMIN_MODULES=/lib/modules/3.8.13-rt9-QorIQ-SDK-V1.4
SUPERMIN_KERNEL=/boot/vmlinuz-3.8.13-rt9-QorIQ-SDK-V1.4
PATH=/bin:/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/sbin:/usr/local/bin
SELinux: sh: getenforce: command not found
guestfs_get_append: (null)
guestfs_get_autosync: 1
guestfs_get_backend: direct
2019 Jan 22
4
Fedora 29 guestfish not working
Hello,
I tried to install guestfish on my Fedora 29 and used the commands from
documentation sudo dnf install libguestfs-tools but I got an error when
I tried to execute run. You will find below logs below:
************************************************************
* IMPORTANT NOTICE
*
* When reporting bugs, include the COMPLETE, UNEDITED
* output
2016 Jul 21
2
Re: How to debug supermin5 issue?
At 2016-07-21 19:04:07, "Richard W.M. Jones" <rjones@redhat.com> wrote:
>On Thu, Jul 21, 2016 at 06:50:52PM +0800, Chen Hanxiao wrote:
>>
>>
>> At 2016-07-21 18:43:04, "Richard W.M. Jones" <rjones@redhat.com> wrote:
>> >On Thu, Jul 21, 2016 at 06:36:20PM +0800, Chen Hanxiao wrote:
>> >> the virtio modules in kmods did
2014 Jun 03
2
libguestfs supermin error
Hi
I have compiled libguestfs-1.26.1 on powerpc ubuntu using
supermin_5.1.8-2_powerpc.deb as it dependency package.
When I'm executing the binary libguestfs-test-tool on powerpc ubuntu,I'm
getting supermin error...
ATH=/bin:/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/sbin:/usr/local/bin
SELinux: sh: getenforce: command not found
guestfs_get_append: (null)
guestfs_get_autosync: 1
2014 Jun 04
2
Re: libguestfs supermin error
On Wed, Jun 04, 2014 at 03:29:11PM +0530, abhishek jain wrote:
> supermin: kernel: SUPERMIN_KERNEL environment variable /boot/uImage
> supermin: failed to find a suitable kernel (host_cpu=powerpc64).
>
> I looked for kernels in /boot and modules in /lib/modules.
If you follow the code in src/kernel.ml you'll see that this means
supermin was unable to get the kernel version from
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 Jun 03
2
Re: libguestfs supermin error
Hi Rich
But there is no src/kernel.ml file on my ubuntu powerpc to which the
above patch is reffering.
I have installed supermin as supermin_5.1.8-2_powerpc.deb debian package.
Thanks
On Tue, Jun 3, 2014 at 7:16 PM, Richard W.M. Jones <rjones@redhat.com>
wrote:
> On Tue, Jun 03, 2014 at 06:55:49PM +0530, abhishek jain wrote:
> > supermin: failed to find a suitable kernel
2014 Jun 04
2
Re: libguestfs supermin error
On Wed, Jun 04, 2014 at 01:18:47PM +0530, abhishek jain wrote:
> Hi RIch
>
> Below are the necessary details of the system..
>
>
> *ls -l /boot/total 10200-rw-r--r-- 1 root root 5224765 Nov 22 2013
> uImage-rw-r--r-- 1 root root 5192861 Nov 22 2013 uImage.origls -l
> /lib/modules/total 4drwxr-xr-x 3 ubuntu ubuntu 4096 Jun 3 07:21
> 3.8.13-rt9-QorIQ-SDK-V1.4uname
2014 Jun 11
2
Re: libguestfs supermin error
On Wed, Jun 11, 2014 at 01:00:16PM +0530, abhishek jain wrote:
> Hi RIch
>
> Below are the logs updated logs of libguestfs-test-tool on ubuntu powerpc...
>
> libguestfs-test-tool
> ************************************************************
> * IMPORTANT NOTICE
> *
> * When reporting bugs, include the COMPLETE, UNEDITED
>
2019 Dec 26
2
(no subject)
Installing debian-9, for using with hassio in docker. Followed steps in
this tutorial:
https://www.home-assistant.io/blog/2017/11/29/hassio-virtual-machine/
This is linux mint on a lenovo computer, unsure what you would need to
troubleshoot the following error.
Please advise how to go forward.
Sincerely
Tor
Info hardware:
lenovo yoga 2 pro, model: yb05031832
lshw
WARNING: you should run
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 .
2015 Mar 12
2
Invalid module format errors, supermin waits forever for /sys/block/sdb/dev to appear
After failing to get things to work on a Ubuntu 14.04 host I build a
fedora 21 environment to see if Ubuntu may have been the problem and
didn't get quite as far so here's an official report per the FAQ directions:
- Trying to get guests to build and have network access so package
management actions can be done before uploading to openstack image service.
- I ran ./run virt-builder
2015 Jun 15
2
Re: [PATCH v2] Improve fixed appliance documentation
On Wed, Jun 10, 2015 at 06:47:44PM +0200, Pino Toscano wrote:
> index e2ee1b5..eebab53 100644
> --- a/src/guestfs.pod
> +++ b/src/guestfs.pod
> @@ -3540,6 +3540,30 @@ Finally, the child process sends asynchronous messages back to the
> main program, such as kernel log messages. You can register a
> callback to receive these messages.
>
> +=head1 FIXED APPLIANCE
> +