Displaying 20 results from an estimated 6000 matches similar to: "febootstrap: what am I doing wrong?"
2013 Oct 22
1
febootstrap-supermin-helper error
Hi Rich,
I got an error:
> supermin helper [00000ms] visiting /usr/local/lib/guestfs/supermin.d
> supermin helper [00000ms] visiting /usr/local/lib/guestfs/supermin.d/base.img
> supermin helper [00000ms] visiting /usr/local/lib/guestfs/supermin.d/daemon.img
> supermin helper [00000ms] visiting /usr/local/lib/guestfs/supermin.d/hostfiles
> supermin helper [00012ms] visiting
2012 May 29
1
"ext2: parent directory not found" with Ubuntu 12.04
Hi all,
On the most libguestfs commands (guestfish, virt-*), I have always the
same message:
"febootstrap-supermin-helper: ext2: parent directory not found: /lib:
File not found by ext2_lookup"
I'm aware of a similar bug with the old package [1]:
"Note on febootstrap (may not be directly related to this bug):
You need 3.14 to work around that. I would recommend using at least
2018 Mar 08
2
Re: febootstrap: no ext2 root device found
Here you go, from the newest version:
************************************************************
* IMPORTANT NOTICE
*
* When reporting bugs, include the COMPLETE, UNEDITED
* output below in your bug report.
*
************************************************************
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
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
2014 Feb 16
2
[PATCH] test-tool: docs: update reference to febootstrap env variables
---
test-tool/libguestfs-test-tool.pod | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test-tool/libguestfs-test-tool.pod b/test-tool/libguestfs-test-tool.pod
index c4284684f8c4ca3dfba0cb734d9cc46f0330b5b9..8999286848d79225c43c8fead674b998be93d4b3 100644
--- a/test-tool/libguestfs-test-tool.pod
+++ b/test-tool/libguestfs-test-tool.pod
@@ -87,7 +87,7 @@ variables
2012 Jan 10
2
plug leaks in febootstrap
Hi Rich,
I ran coverity against febootstrap's head and it spotted four leaks.
This fixes them. The first patch plugs three.
The second attempts to make the add_link function do what I'm
guessing it was intended to do. As is, it was a no-op.
>From 7c2ff55613598a1295e213cef36600ad61da7ed6 Mon Sep 17 00:00:00 2001
From: Jim Meyering <meyering at redhat.com>
Date: Tue, 10 Jan 2012
2012 Aug 24
1
virt-v2v trouble converting Xen Centos 5.X to KVM Centos 6.3 or Fedora 17
Hi! I'm trying to convert some Xen guests running Centos 5.8 to KVM on Centos 6.3. Hopefully this is the right place to ask this question, if not, let me know and I'll go there instead! :)
My setup: Centos 5.8 Host running Xen with a Centos 5.8 guest, and I want to transfer this guest to a different Centos 6.3 host running KVM. I am able to tweak the target server all I want, but the
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 08
1
libguestfs-test-tool on ubuntu: kernel panic
Hi,
I am trying to get libguestfs-test-tool working on ubuntu. The first
problem I had was that HiveX won't compile on ubuntu to due to some missing
symbols (rpl-getopt, I see this has already been reported). Second problem
is that if HiveX is not available, guestfish doesn't link because code
refers to symbols which aren't compiled into libguestfs (I was able to work
around this by
2013 May 31
2
[PATCH] Change fallback name for external supermin helper
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 they are in PATH) with a given libguestfs binary
package.
Signed-off-by: Olaf Hering
2012 Dec 31
1
err from guestfs_launch
This error is with libguestfs 1.20.
Calling guestfs_launch() with tracing on:
supermin helper [00065ms] finished creating appliance
libguestfs: checksum of existing appliance:
2bd6811426e14b6fb661b4d52cebd6c21a41df1a068e8acf6a7a08e3b3bd4ada
libguestfs: trace: get_cachedir
libguestfs: trace: get_cachedir = "/var/tmp"
libguestfs: [00071ms] begin building supermin appliance
libguestfs:
2012 Mar 21
1
Difference between the old and the new febootstrap
Hi,
First, I'd like to thank you for your nice effort of the febootstrap tool.
I understand there are 2 major versions of this tool
the first has the syntax of "febootstrap fedora-12 ./f12" while the second
has the syntax "febootstrap --names ....."
Is it correct?
I also understand the second one is used only to create a minimal system.
is it correct too?
But what about
2011 Aug 25
1
[PATCH] Correctly build febootstrap on systems without native OCaml compiler
On those systems "$(OCAMLFIND) $(OCAMLBEST)" was resolved as
"ocamlfind byte" which did not work.
---
Makefile.am | 16 ++++++++--------
1 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index 109d2c8..4dc6f12 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -56,18 +56,18 @@ SOURCES_ML = $(filter %.ml,$(SOURCES))
BOBJECTS =
2011 Aug 24
1
[PATCH] febootstrap-supermin-helper: Replace objcopy call for embedding init binary
objcopy needs "output-target" and "binary-architecture" parameters
which makes it necessary to keep a list of known architectures.
The bin2s.pl script generates input for the GNU assembler which should
produce an object file that is equivalent to that produced by objcopy.
I have successfully tested the change on an amd64 Debian/unstable system.
---
helper/Makefile.am |
2012 Apr 02
1
febootstrap 3.x use cases.
I'm confused! What use cases is the new febootstrap primarily intended
for? I'm mainly trying to figure out if I'm trying to put a square peg
into a round hole.
What I'm looking into is using linux containers (LXC) either using
libvirt or lxc-tools) to create jails for a web hosting type
environment. I can see that in the long run btrfs has some nice
features to help with this
2013 May 31
3
Re: [PATCH] Change fallback name for external supermin helper
On Fri, May 31, Richard W.M. Jones wrote:
> 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
2013 Feb 06
2
Issues with p2v & virt-v2v Windows
It looks to me that the windows 2008 image I am attempting to convert is
not being detected as windows but is being updated as a Linux system.
When PXE booted the server with the p2v image I ended up with this
error:
Failed to launch guestfs appliance. Try running again with
LIBGUESTFS_DEBUG=1 for more information
The system image transferred and I was able to create an XML file to
boot it under
2011 Aug 16
4
[virt-devel] End-user review of the native KVM tool
On Tue, Aug 16, 2011 at 09:40:44PM +0530, Kashyap Chamarthy wrote:
> Hm..it's been 10 mins..I don't see anything more in the file where I
> redirected stdout of 'febootstrap' cmd.
>
> Roughly, can you guess how much time this takes?
For me it has so far taken a lot longer. The problem is that the
number of dependent packages is probably 100s.
If you want something
2018 Mar 07
2
febootstrap: no ext2 root device found
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.
Kernel Version:
Oracle Linux Server Red Hat Compatible Kernel (2.6.32-642.el6.x86_64)
Since the upgrade, there have been problems with libguestfs-tools hanging,
then timing out.
I'd like to use the newest version of