similar to: Re: * initial FrugalWare support (#4)

Displaying 20 results from an estimated 50000 matches similar to: "Re: * initial FrugalWare support (#4)"

2013 Oct 23
0
Re: [PATCH] * supermin support for FrugalWare (pacman-g2)
On Tue, Oct 22, 2013 at 08:42:12PM +0200, Daniel Exner wrote: > -dnl For ArchLinux handler. > -AC_CHECK_PROG(PACMAN,[pacman],[pacman],[no]) > +dnl For FrugalWare handler. > +AC_CHECK_PROG(PACMAN_G2,[pacman-g2],[pacman-g2],[no]) > + > +dnl if test "x$pacman_g2" = "xno"; then > +dnl dnl For ArchLinux handler. > +dnl
2013 Oct 22
1
[PATCH] * initial FrugalWare support
Hi, this patch enables building of the guestfs appliance with most of the correct packages. The missing ones will follow as soon as they are available. Greetings Daniel
2016 Mar 29
0
Re: [PATCH] appliance: Copy /etc/machine-id from host system into the appliance.
systemd will generate a new machine-id if /etc/machine-id is empty, that's how anaconda does it, maybe it's also an option for guestfish. - fabian On Tue, Mar 29, 2016 at 1:14 PM, Richard W.M. Jones <rjones@redhat.com> wrote: > Currently when the appliance is booted we see warning messages like > these ones: > > [/usr/lib/tmpfiles.d/systemd.conf:26] Failed to replace
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 > +
2016 Jul 21
0
Re: How to debug supermin5 issue?
On Thu, Jul 21, 2016 at 07:31:51PM +0800, Chen Hanxiao wrote: > 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
2013 Oct 22
3
[PATCH] * supermin support for FrugalWare (pacman-g2)
Hi, (added myself as CC as I'm not subscribed to this MailingList curently) I already sent a pull request via github, but was told that review via ML is preferred. Another patch for libguestfs will follow in a seperate Mail. Greetings Daniel
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 Sep 26
0
Re: Build of supermin 5 on Ubuntu 14.04 LTS
On Fri, Sep 25, 2015 at 04:36:33PM -0500, johnny@johnnypumphandle.com wrote: > The latest Ubuntu distribution of libguestfs for Ubuntu 14.04 > includes supermin 4. > guestfish seems to gag. > Apparently, I need supermin 5 to make things work. > > So I downloaded supermin_5.1.9.orig.tar.gz. I unzipped to a source folder /usr/local/src > Then I
2017 Jul 13
0
ATTN packagers: Fix to supermin is required for Linux kernel >= 4.13
A fix to supermin is required if you want to use supermin and/or libguestfs with Linux kernel >= 4.13. It does not affect the recently released kernel 4.12. Supermin incorrectly created symlinks in the appliance filesystem, and although this works with earlier kernels a recent change breaks these (incorrect) filesystems. The symptoms you will see are described in this bug report:
2009 Oct 22
0
Supermin appliance changes
I've ported the supermin appliance capabilities from libguestfs into febootstrap >= 2.5: http://git.et.redhat.com/?p=febootstrap.git;a=commit;h=76b7711268a6b0c0929952ee261821825589a165 Once that has rolled out into Fedora (in about 2 weeks) I will remove the code from libguestfs and just have it use febootstrap. There should be no visible changes, but developers will need to upgrade to
2013 Jul 11
0
Re: Problem with supermin & zypper
On Thu, Jul 11, 2013 at 10:50:01AM +0300, Or Goshen wrote: > Now, I installed supermin from git. During configuration it discovered > zypper: > > *checking for zypper... zypper > checking for yum... no > checking for rpm... rpm > checking for yumdownloader... no > checking for aptitude... no > checking for apt-cache... apt-cache > checking for dpkg... no >
2017 Apr 25
0
Re: [PATCH] appliance: reorder the steps to search for appliance
On Tue, Apr 25, 2017 at 02:35:26PM +0300, Pavel Butsykin wrote: > The patch changes the order of the steps to search for fixed/supermin > appliance in accordance with documentation: > > "If the fixed appliance is found, libguestfs skips supermin entirely > and just runs qemu with the kernel, initrd and root disk from the > fixed appliance." Does anyone rely on the
2015 Apr 03
0
supermin in Fedora Rawhide switched to using dnf instead of yum
supermin needs to download packages (eg. RPMs) when preparing the appliance. 'dnf download' finally appears to have made parallel downloads reliable[1]. Better late than never. So I have experimentally switched Rawhide's supermin to use 'dnf download' instead of the (deprecated) 'yumdownloader' program. This only affects the 'supermin --prepare' phase, which
2020 Oct 17
1
[PATCH] Use guestfsd binary to auto-generate library dependencies for appliance
The ELF NEEDED are used to determine guestfsd's library dependencies with help from the dynamic linker and the package manager. This was prompted by Debian bug #972241 which was caused by a libtirpc package renaming in Debian/unstable because the SONAME had been changed. --- appliance/Makefile.am | 26 ++++++++++++++++- appliance/packagelist.in | 62
2015 Sep 08
1
[PATCH] inspect: recognize the Frugalware distribution
Just basic identification, name and version. --- generator/actions.ml | 4 ++++ src/guestfs-internal.h | 1 + src/inspect-fs-unix.c | 21 +++++++++++++++++++++ src/inspect-fs.c | 2 ++ src/inspect-icon.c | 1 + src/inspect.c | 1 + 6 files changed, 30 insertions(+) diff --git a/generator/actions.ml b/generator/actions.ml index 13c8bc8..2f0ad0b 100644 ---
2014 Mar 15
3
[PATCH pkg-libvirt/libguestfs] Remove update-guestfs-appliance
[First attempt to send this using git send-email didn't work because of SMTP routing problems] Hilko, This is my experimental patch to remove update-guestfs-appliance from Debian. With this patch, libguestfs builds with a supermin [version 5] appliance in /usr/lib/guestfs/supermin.d: $ ll -h /usr/lib/guestfs/supermin.d/ total 884K -rw-r--r-- 1 root root 94K Mar 15 12:18 base.tar.gz
2013 May 30
2
Re: man supermine
On Thu, May 30, 2013 at 06:41:10PM +0200, christophe malvasio wrote: > hi > the man is missing on fedora and on your site it link on not found man :( Do you mean supermin? http://libguestfs.org/supermin.8.html Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones libguestfs lets you edit virtual machines. Supports shell scripting, bindings from many
2017 Apr 28
1
Re: [PATCH] add enable_appliance flag to specify the appliance build
On Fri, Apr 28, 2017 at 05:03:58PM +0300, Pavel Butsykin wrote: > On 27.04.2017 18:28, Richard W.M. Jones wrote: > > > >On Thu, Apr 27, 2017 at 03:55:10PM +0300, Pavel Butsykin wrote: > >>The flag determines the behavior of working with the appliance, and specifically > >>the choice to use the build supermin appliance or the fixed appliance. If the >
2016 Oct 04
0
Re: [Bug 1381502] virt-sparsify doesn't remove content of deleted files on XFS
On Tue, Oct 04, 2016 at 02:36:53PM +0000, MUCHOWSKI, Piotr (EXT - PL) wrote: > Good afternoon Richard, > > Just one question about "--scrub" option. Can the "scrub mode" be > enabled globally (not just for single FILE after this option)? > Preferably for all sysprep items where some files are deleted. For > example logfiles rh-subscription-manager rhn-systemid
2010 Dec 04
2
Rethinking appliance building
I spent the last couple of days rethinking how we go about building the appliance, and the difficulties we have porting that to other Linux distros. I've come up with a much better way that works better and faster on (so far) Fedora and Debian (probably on Ubuntu too, not tried it), and should be much simpler to port to other distros. The current way is to do: +------------------+