Displaying 20 results from an estimated 80000 matches similar to: "Supermin on mageia"
2013 Aug 15
0
Supermin on mageia
On Thu, Aug 15, 2013 at 11:36:38AM +0800, Joseph Wang wrote:
> Hello,
>
> I'm trying to get supermin to work on mageia and I've run into the
> following glitch. Mageia has /etc/init.d as a symlink that is pointing to
> /etc/rc.d/init.d and after I generate the appliance and run supermin-helper
> I get
>
> supermin helper [00033ms] finished creating kernel
>
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
2013 Aug 15
0
Supermin on mageia
On Thu, Aug 15, 2013 at 08:18:08PM +0800, Joseph Wang wrote:
> Thanks, but that didn't seem to work. supermin-helper is seeing the file,
> but I'm still getting the same error when it hits the symlink. I'm tryig
> to get it to work by just excluding /etc/init.d from the hostfile
Add multiple -v -v -v options to the supermin-helper command line see
where it's running
2013 Aug 19
0
Re: [dev] Supermin on mageia
On Mon, Aug 19, 2013 at 02:44:48PM +0800, Joseph Wang wrote:
> FYI, I just posted two pull requests on libguestfs/supermin
Can you post the patches on the mailing list please.
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. http://libguestfs.org
2013 Jul 24
0
Re: W/ commit 4d2c63a9bc3accd7b852b1c8b2089c6296fee156: supermin fails to create temporary dir
On Wed, Jul 24, 2013 at 06:15:32PM +0530, Kashyap Chamarthy wrote:
> That's the current commit head I am at (on 'master' branch):
>
> $ git log | head -2
> commit 4d2c63a9bc3accd7b852b1c8b2089c6296fee156
> Author: Richard W.M. Jones <rjones@redhat.com>
>
>
> I invoked:
>
> $ git pull ; ./autogen.sh && make clean &&
2018 Nov 20
0
Re: virt-df stuck at supermin: [...] waiting for /sys/block/sdb/dev to appear
On Tue, Nov 20, 2018 at 03:15:54PM +0200, Peter Dimitrov wrote:
> This problem occurs on certain machines but I can't tell why and how
> exactly to fix it.
>
> The message suggests a problem with kernel modules, but they all seem to
> load successfully, including many virtio modules.
These are quite old versions of kernel/qemu/libguestfs/supermin so I
can only really offer
2015 Mar 04
0
Re: supermin on arm
On Tue, Mar 03, 2015 at 07:37:47PM -0600, Dennis Gilmore wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Hi all,
>
> I was testing oz/imagefactory on 32 bit arm, you have to have
> kernel-lpae installed to run kvm. while you can have the regular
> kernel installed also. You end up having the system booting the regular
> kernel and you do not get kvm.
2016 Mar 21
1
Re: [PATCH supermin 0/5] Make supermin mini-initrd quieter and faster.
On Mon, Mar 21, 2016 at 07:02:32AM +0100, Kashyap Chamarthy wrote:
> On Thu, Mar 17, 2016 at 10:07:34AM +0000, Richard W.M. Jones wrote:
> > Various patches to make supermin quieter. By outputting fewer
> > messages on the fast path, we use the slow emulated UART less, and
> > this improves boot times.
> >
> > Also remove some kernel modules that we cannot or
2015 Jun 25
0
Re: Problem with supermin and symlink in ibm_powerkvm ppc64le distro
On Thu, Jun 25, 2015 at 10:26:54PM +0100, Richard W.M. Jones wrote:
> Or even ...
>
> cat > /usr/lib64/guestfs/supermin.d/00-directories <<EOF
> /opt
> /opt/ibm
> /opt/ibm/powerkvm
> /usr
> /usr/share
> /usr/share/doc
> /usr/share/doc/pkvm
> /usr/share/doc/pkvm/licenses
> EOF
Or another thing to try (if you don't care about /opt/ibm being
added to
2015 Nov 06
0
Re: [PATCH supermin] build: use a custom test driver
On Fri, Nov 06, 2015 at 01:24:07PM +0100, Pino Toscano wrote:
> Use a custom test driver for running the tests: based on the test-driver
> provided by automake, it adds the running time of the test in each .trs
> file.
> ---
> configure.ac | 1 +
> guestfs-test-driver | 151 ++++++++++++++++++++++++++++++++++++++++++++++++++++
supermin-test-driver ..?
I applied this to
2016 Feb 17
0
[PATCH supermin v2 1/4] init: Uncompress modules before adding them to the mini initrd.
When building the mini initrd, previously we copied the modules into
the initrd as-is, so for example if the module was xz-compressed, we
copied the foo.ko.xz file to the initrd. This requires that the mini
init binary is linked to zlib & lzma, so that it knows how to
uncompress these modules when insmoding them at boot time. Also since
the init is statically linked, it required _static_
2013 Aug 21
0
Re: [PATCH v2 0/3 supermin] URPMI & xz support.
I had to make some changes to the xz patch.
The code that was used for conftest had to be modified and I needed to add
lzma to the link line. The urpmi patch worked fine.
On Mon, Aug 19, 2013 at 4:43 PM, Richard W.M. Jones <rjones@redhat.com>wrote:
> Joseph,
>
> Please try my modified versions of these patches. These are
> compile-tested on Fedora and they don't break
2016 Oct 31
5
[PATCH 0/4] supermin: use dnf on Mageia
Hi,
as pointed out by Neal Gompa, Mageia recently introduced dnf in the
distribution (currently only in Cauldron, which is the future Mageia 6),
and most probably it will replace urpmi in the future.
As such, on Mageia make supermin prefer dnf over urpmi when found,
using the same code already used for Fedora.
Related change: make test-harder.sh work explicitly also on Mageia
2020 Mar 10
0
ANNOUNCE: supermin 5.2.0 - a tool for creating and distributing tiny appliances
Supermin is a tool that we use to create and distribute the tiny
libguestfs appliance. The tool has been in development since 2009 and
was renamed from ‘febootstrap’ to ‘supermin’ in 2013. To find out
more about this tool, see: http://libguestfs.org/supermin.1.html
I have just released supermin 5.2.0.
This is a stable branch version. Previously we didn't really have a
split between stable
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
2017 Mar 22
0
Re: [PATCH] inspect: improve detection of Mageia install discs
On Wed, Mar 22, 2017 at 05:16:34PM +0100, Pino Toscano wrote:
> Check for a "product.id" file in an architecture-specific subdirectory
> of the main partition, and use its data to improve the data on the
> media.
>
> Only Mageia as distribution name is recognized there, since most
> probably this file will not be available on other distros.
> ---
>
2014 Nov 09
2
Re: Add support for slackware in supermin
On Sat, Nov 08, 2014 at 02:27:49PM +0100, Mathieu Bouillaguet wrote:
> Hi,
>
> What needs to be implemented to add support for slackware distribution in
> supermin ?
hi Mathieu
I'm on holiday at the moment and will give a more complete reply
when I get back. In brief you need to be able to do a few simple
package database meta operations such as listing all files in a
package
2013 Aug 19
5
[PATCH v2 0/3 supermin] URPMI & xz support.
Joseph,
Please try my modified versions of these patches. These are
compile-tested on Fedora and they don't break any existing
functionality, but I don't have either urpmi nor a statically-linked
xz so I cannot fully test them.
I have also fixed detection of zlib (2/3).
Rich.
2013 Aug 29
0
Recent changes in supermin/libguestfs that may affect packagers
All in libguestfs >= 1.23.19.
- The location of the javadoc has moved from:
/usr/share/javadoc/libguestfs-java-$version to:
/usr/share/javadoc/libguestfs.
- Compressed cpio images are used, if possible. You will see two *.gz
files appearing in appliance/supermin.d during the build and copied to
/usr/lib/guestfs/supermin.d:
$ ls -lh appliance/supermin.d/
total 1.3M
-rw-rw-r--. 1 rjones
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