similar to: [PATCH febootstrap] helper: Change to root directory before running find command.

Displaying 20 results from an estimated 100000 matches similar to: "[PATCH febootstrap] helper: Change to root directory before running find command."

2010 Aug 27
3
[PATCH febootstrap 0/2] febootstrap-supermin-helper should visit directory entries in order and ignore backup files
-- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones New in Fedora 11: Fedora Windows cross-compiler. Compile Windows programs, test, and build Windows installers. Over 70 libraries supprt'd http://fedoraproject.org/wiki/MinGW http://www.annexia.org/fedora_mingw
2011 Jun 27
0
[PATCH] Change download_to_tmp so it can work with multi-root operating systems.
-- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones virt-top is 'top' for virtual machines. Tiny program with many powerful monitoring features, net stats, disk stats, logging, etc. http://et.redhat.com/~rjones/virt-top -------------- next part -------------- >From 2fbb9e01d508fb498ce07a8cb3fe6531bf00902f Mon Sep 17 00:00:00 2001 From: "Richard W.M.
2010 May 13
1
[PATCH febootstrap] Pull in febootstrap-supermin-helper (C version) from libguestfs.
This patch is FYI as it needs more testing, although feel free to take a look at it if you want. Background: We'd like to change libguestfs so that the appliance can support optional features. This would mean you could have (for example) a 'libguestfs' base package and a 'libguestfs-xfs' package providing optional support for XFS filesystem tools. This would only apply to
2011 Aug 19
0
libguestfs, porting to FreeBSD
On Fri, Aug 19, 2011 at 12:23:56PM -0700, Jason Helfman wrote: > I was interested in porting libguestfs to FreeBSD, and see that it > requires febootstrap, which I believe is specific to RedHat. febootstrap is nowadays a cross-platform appliance builder which supports currently yum+rpm (Fedora and RHEL), apt+dpkg (ie. Debian and Ubuntu), and pacman (ArchLinux). If you want to use
2018 Mar 08
0
Re: febootstrap: no ext2 root device found
On Wed, Mar 07, 2018 at 04:42:00PM -0600, Steve Keller Savvco wrote: > Hello- > > I've recently upgraded from OEL 6.4 to OEL 6.8. Infiniband Hardware > installed on the server prevents me from upgrading the OS version any > higher. [...] > Running "libguestfs-test-tool" with Kernel (2.6.32-642.el6.x86_64); the > results are as follows: > >
2010 Oct 01
3
[PATCH 1/2] Add -u and -g options to febootstrap-supermin-helper
Bash automatically resets euid to uid when it executes. This can mean that the effective user id of a program at the point it calls febootstrap-supermin-helper can be lost if any part of execution chain involved bash. This in turn can result in: * the generation of an incorrect checksum, which contains the uid. * the generation of supermin files with differing owners The -u and -g options allow
2018 Mar 08
0
Re: febootstrap: no ext2 root device found
On Thu, Mar 08, 2018 at 06:41:57AM -0600, Steve Keller Savvco wrote: > [41300ms] /usr/libexec/qemu-kvm \ > -global virtio-blk-pci.scsi=off \ > -nodefconfig \ > -nodefaults \ > -nographic \ > -machine accel=kvm:tcg \ > -cpu host,+kvmclock \ > -m 500 \ > -no-reboot \ > -kernel /var/tmp/.guestfs-0/kernel.21046 \ > -initrd
2013 Feb 05
1
ANNOUNCE: 'febootstrap' is now called 'supermin'
Because of the confusion generated by calling something 'febootstrap' which didn't have anything to do with Fedora and didn't generate bootstrap filesystems, I have renamed 'febootstrap' as 'supermin'. I also bumped the version number up to 4.1.0. New home page: http://people.redhat.com/~rjones/supermin/ Downloads: http://libguestfs.org/download/supermin/ Git
2012 May 13
0
febootstrap, FYI
On Sun, May 13, 2012 at 12:03:11AM -0700, dan farmer wrote: > Trying to upgrade to the latest stuff? > > Make'ing/compiling febootstrap-3.14 on centos 6.2 (uname ?a = "Linux > blackhol3 2.6.32-220.7.1.el6.x86_64 #1 SMP Wed Mar 7 00:52:02 GMT 2012 > x86_64 x86_64 x86_64 GNU/Linux"), I was getting an error: > > > make[2]: Entering directory
2009 Jul 28
1
[PATCH / discussion only] Lib.pm: Add file_architecture command.
(Not to be applied - there is still a bug in the handling of initrd images). This patch does the same as the previous 'file-arch' command, except written in Perl and running on the host. Rich. -- Richard Jones, Emerging Technologies, Red Hat http://et.redhat.com/~rjones virt-top is 'top' for virtual machines. Tiny program with many powerful monitoring features, net stats,
2013 May 30
0
Re: Usage of 'no' as external helper
On Thu, May 30, 2013 at 10:02:10PM +0200, Olaf Hering wrote: > > libguestfs and supermin use 'no' instead of either the basename of the > desired application, or 'false', as helper string. This happens when > configure does not find things like rpm or supermin during build. > > Wouldnt it be more logical to use the basename instead of 'no' so that >
2011 Mar 22
0
[PATCH] umount-all: Use /proc/mounts instead of output of 'mount' command.
-- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones virt-top is 'top' for virtual machines. Tiny program with many powerful monitoring features, net stats, disk stats, logging, etc. http://et.redhat.com/~rjones/virt-top -------------- next part -------------- >From 490560439061398d47873484a55fb823be29b285 Mon Sep 17 00:00:00 2001 From: Richard W.M. Jones
2010 Oct 01
1
[PATCH] fish: Fix glob command (RHBZ#635969).
Note this bug was very confusing because glob works when you use the -x (trace) option, so when you try to trace the commands being run the bug "disappears". Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones virt-top is 'top' for virtual machines. Tiny program with many powerful monitoring features, net stats, disk stats, logging, etc.
2013 May 31
0
Re: [PATCH] Change fallback name for external supermin helper
On Fri, May 31, 2013 at 10:41:47AM +0200, Olaf Hering wrote: > Use basename of external helper instead of 'no' for external supermin > helpers. This gives a clear error messages what binary is actually > missing, and it is now possible to install the missing package without > recompiling libguestfs. In addition its now also possible to use private > builds of supermin (if
2012 Jan 10
1
NOTE: New location for libguestfs, hivex and febootstrap git repositories
I have moved all three repositories to new locations on github: https://github.com/libguestfs/libguestfs https://github.com/libguestfs/hivex https://github.com/libguestfs/febootstrap You don't need to reclone them (unless you want to). You can simply edit .git/config and adjust the URL to: git at github.com:libguestfs/libguestfs.git git at github.com:libguestfs/hivex.git git at
2011 Apr 18
0
[PATCH] python: Release Python GIL while running libguestfs calls.
-- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones virt-top is 'top' for virtual machines. Tiny program with many powerful monitoring features, net stats, disk stats, logging, etc. http://et.redhat.com/~rjones/virt-top -------------- next part -------------- >From f189e41a951bb01216cec806d5afdca745529eaf Mon Sep 17 00:00:00 2001 From: Richard W.M. Jones
2010 Apr 01
0
Proposed change in the version numbering system
At the moment I post new versions when I feel there has been a significant amount of work and/or time passed since the previous release. This however does not give a good indication of the quality of the release, for example if it includes mainly bugfixes and stability improvements, or bleeding edge features. Therefore I would like to propose a change to the way that libguestfs versions are
2011 Aug 05
0
FYI: Large build change -- removed separate daemon/configure.ac
http://git.annexia.org/?p=libguestfs.git;a=commitdiff;h=60d5a50f4d3d9e2c2f5a7d42a6859de709bda3f6 Originally I had the daemon directory use a separate configure script, because we thought we would recompile the daemon for multiple different architectures, so that we could have libguestfs able to run commands in guests which have a different architecture from the host. Well, that didn't really
2010 May 14
0
Help with testing libguestfs 1.3.12 + new febootstrap
Matt, can you install the latest libguestfs + febootstrap packages on Rawhide and give them a spin: http://koji.fedoraproject.org/koji/buildinfo?buildID=173442 http://koji.fedoraproject.org/koji/buildinfo?buildID=173526 The way that the supermin appliance is constructed and booted has changed substantially and I'd like to make sure that we find any bugs early, since we are planning to put
2011 Mar 18
2
[PATCH 0/2 febootstrap] Allow zero-size conflicting config files to be combined
It's a recurring bug in Fedora that two packages will both contain a config file with the same name (for example this currently is occurring in glibc & glibc-common in Fedora 13 with the file /etc/gai.conf). RPM appears to allow this, at least if both files are empty. If both files are empty then there appears to be no particular problem with combining the two file records in febootstrap