search for: febootstrap

Displaying 20 results from an estimated 301 matches for "febootstrap".

2018 Mar 08
0
Re: febootstrap: no ext2 root device found
...he=writeback,format=raw,id=hd0, > if=none \ > -device scsi-hd,drive=hd0 \ > -drive > file=/var/tmp/.guestfs-0/root.21046,snapshot=on,id=appliance,if=none,cache=u > nsafe \ > -device scsi-hd,drive=appliance \ We present virtio-scsi disks to the appliance, but ... > febootstrap: internal insmod libcrc32c.ko > febootstrap: internal insmod crc32c-intel.ko > febootstrap: internal insmod crc-itu-t.ko > febootstrap: internal insmod crc-t10dif.ko > febootstrap: internal insmod crc-ccitt.ko > febootstrap: internal insmod crc7.ko > febootstrap: internal insmod m...
2018 Mar 08
2
Re: febootstrap: no ext2 root device found
...tmpdir: /tmp guestfs_get_trace: 0 guestfs_get_verbose: 1 host_cpu: x86_64 Launching appliance, timeout set to 600 seconds. libguestfs: launch: attach-method=appliance libguestfs: launch: tmpdir=/tmp/libguestfstOTpCA libguestfs: launch: umask=0022 libguestfs: launch: euid=0 libguestfs: command: run: febootstrap-supermin-helper libguestfs: command: run: \ --verbose libguestfs: command: run: \ -f checksum libguestfs: command: run: \ /usr/lib64/guestfs/supermin.d libguestfs: command: run: \ x86_64 supermin helper [00000ms] whitelist = (not specified), host_cpu = x86_64, kernel = (null), initrd = (null), appl...
2012 Apr 04
1
Notes on libguestfs with Ubuntu 12.04 (Precise)
Ubuntu are now supplying a libguestfs package (or to be more accurate, they are just copying the Debian package) but it doesn't work out of the box. There is a bug in apt which we worked around in febootstrap 3.14, but the supplied version of febootstap is only 3.12. Hence you will get errors like this during installation: febootstrap: aptitude: error: no file was downloaded corresponding to package <some package name> and you'll get the same error if you try to build from source. The so...
2010 May 15
2
febootstrap failure
On Fri, May 14, 2010 at 11:02:36PM -0400, Aron Griffis wrote: > Hi again Rich, > > I'm trying to use febootstrap to install either rawhide or f13, > but my attempts are failing. > > $ sudo febootstrap fedora-13 /mnt/jubjub-f > ... > Running rpm_check_debug > ERROR with rpm_check_debug vs depsolve: > libc.so.6()(64bit) is needed by procmail-3.22-25.fc12.x86_64 > libc.so.6(GLIBC_2.2.5)(...
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 correc...
2012 Mar 01
1
libguestfs on debian squeeze
...s_get_path: /usr/lib/guestfs guestfs_get_pgroup: 0 guestfs_get_qemu: /usr/bin/qemu-system-x86_64 guestfs_get_recovery_proc: 1 guestfs_get_selinux: 0 guestfs_get_smp: 1 guestfs_get_trace: 0 guestfs_get_verbose: 1 host_cpu: x86_64 Launching appliance, timeout set to 600 seconds. libguestfs: [00000ms] febootstrap-supermin-helper --verbose -f checksum '/usr/lib/guestfs/supermin.d' x86_64 supermin helper [00000ms] whitelist = (not specified), host_cpu = x86_64, kernel = (null), initrd = (null), appliance = (null) supermin helper [00000ms] inputs[0] = /usr/lib/guestfs/supermin.d checking modpath /lib/m...
2010 May 13
1
[PATCH febootstrap] Pull in febootstrap-supermin-helper (C version) from libguestfs.
...ional-zfs.img # installed by libguestfs-zfs package (Similarly the kernel module whitelist could point to a directory, but we don't need that now and aren't implementing that right away). At the same time we have for a while been maintaining some significant duplicate functionality in febootstrap, cf: http://git.annexia.org/?p=libguestfs.git;a=blob;f=appliance/supermin-split.sh.in;h=44cfe21723d94c7c927dfc5f8ae27f27dc8b8462;hb=HEAD#l50 http://git.annexia.org/?p=febootstrap.git;a=blob;f=febootstrap-to-supermin.sh;h=eccf18e290261485d0b241eb5558e38a566ee0ba;hb=HEAD#l76 and: http://git.annexi...
2018 Mar 07
2
febootstrap: no ext2 root device found
...nning "libguestfs-test-tool" with Kernel (2.6.32-642.el6.x86_64); the results are as follows: libguestfs-tools.x86_64 1:1.16.34-2.el6 public_ol6_u4_base (works) libguestfs-tools.x86_64 1:1.20.11-2.el6 public_ol6_u5_base (times out with error "febootstrap: no ext2 root device found") libguestfs-tools.x86_64 1:1.20.11-17.el6 public_ol6_u8_base (times out with error "febootstrap: no ext2 root device found") libguestfs-tools.x86_64 1:1.20.11-20.el6 public_ol6_latest (times out with error "febo...
2013 Jan 07
2
febootstrap's version problem
Hi?Richard When I installed Libguestfs with source code?it required the version of febootstrap. But febootstrap had been installed beyond the version required. Could you give me some suggestion? Thanks. --------------------------------------------------------------------------------------------------- Confidentiality Notice: The information contained in this e-mail and any accompanying at...
2013 May 31
2
[PATCH] Change fallback name for external supermin helper
...<olaf@aepfle.de> --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 30af871..8f025d0 100644 --- a/configure.ac +++ b/configure.ac @@ -442,9 +442,9 @@ AC_SUBST([ENABLE_APPLIANCE]) dnl Check for supermin >= 4.1.0 or febootstrap >= 3.20. AC_CHECK_PROGS([SUPERMIN], - [supermin febootstrap],[no]) + [supermin febootstrap],[supermin]) AC_CHECK_PROGS([SUPERMIN_HELPER], - [supermin-helper febootstrap-supermin-helper],[no]) + [supermin-helper febootstrap-supermin-helper...
2011 May 29
1
febootstrap: what am I doing wrong?
Good evening, I just tried following the steps in "Tip: Creating throwaway appliances with febootstrap"[1] on my workstation at home running Debian/unstable. I ran into problems: ,---- | $ mkdir supermin.d | $ febootstrap --names 'bash' 'coreutils' -o supermin.d | Get: 1 http://ftp.de.debian.org/debian/ sid/main bash amd64 4.1-3 [1325 kB] | Get: 2 http://ftp.de.debian.org/debia...
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...
2012 Dec 31
1
err from guestfs_launch
...4d52cebd6c21a41df1a068e8acf6a7a08e3b3bd4ada libguestfs: trace: get_cachedir libguestfs: trace: get_cachedir = "/var/tmp" libguestfs: [00071ms] begin building supermin appliance libguestfs: trace: get_cachedir libguestfs: trace: get_cachedir = "/var/tmp" libguestfs: [00071ms] run febootstrap-supermin-helper libguestfs: command: run: febootstrap-supermin-helper libguestfs: command: run: \ --verbose libguestfs: command: run: \ --copy-kernel libguestfs: command: run: \ -f ext2 libguestfs: command: run: \ /usr/local/lib/guestfs/supermin.d libguestfs: command: run: \ x86_64 libguestfs: comm...
2011 Aug 25
1
[PATCH] Correctly build febootstrap on systems without native OCaml compiler
...akefile.am @@ -56,18 +56,18 @@ SOURCES_ML = $(filter %.ml,$(SOURCES)) BOBJECTS = $(SOURCES_ML:.ml=.cmo) XOBJECTS = $(SOURCES_ML:.ml=.cmx) -if !HAVE_OCAMLOPT -OBJECTS = $(BOBJECTS) -else -OBJECTS = $(XOBJECTS) -endif - OCAMLPACKAGES = -package unix,str OCAMLFLAGS = -warn-error CDEFLMPSUVXYZ -febootstrap: $(OBJECTS) - $(OCAMLFIND) $(OCAMLBEST) $(OCAMLFLAGS) $(OCAMLPACKAGES) -linkpkg \ +if !HAVE_OCAMLOPT +febootstrap: $(BOBJECTS) + $(OCAMLFIND) ocamlc $(OCAMLFLAGS) $(OCAMLPACKAGES) -linkpkg \ + $^ -o $@ +else +febootstrap: $(XOBJECTS) + $(OCAMLFIND) ocamlopt $(OCAMLFLAGS) $(OCAMLPACKAGES) -linkpkg...
2009 Jul 29
2
[PATCH] build: fix test for --nocompress option
The test for febootstrap-to-initramfs' --nocompress option was always failing for me on F11. Here's why: $ bash ~/w/co/libguestfs:210-comment-fix $ t=`febootstrap-to-initramfs 2>&1` [Exit 1] $ if ! echo $t|grep -sq -- --nocompress; then echo not found; fi not found...
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 3.14. htt...
2011 Nov 16
1
febootstrap-3.12 configure error on Fedora 16
On Mon, Nov 14, 2011 at 04:43:28PM +0100, Andrzej Tobola wrote: > Hello Richard, > > Can't configure febootstrap-3.12 on Fedora 16: > > $ ./configure > ............ > checking for aptitude... no > checking for apt-cache... no > checking for dpkg... no > checking for pacman... no > checking for gzopen in -lz... no > checking for mke2fs... /sbin/mke2fs > checking for error_message...
2014 Feb 25
4
Problem with febootstrap version while compiling guestfsd in centos6.5
Hello, I am try to compile guestfsd using this link<http://thr3ads.net/libguestfs/2012/09/2100168-Re-compile-guestfsd>. I am using libguestfs-1.24.4.tar.gz After running ./configure with disable options i get a message claiming a febootstrap >=3.2. I already installed febootstrap-3.21-4.el6x86_64.rpm for centos6.5. In the rpm description i found a note telling that this rpm will provide febootstrap 2.11 and 3.21, and indeed i have too commands febbotstrap(2.11) and febootstrap3(3.21). So could it be a version conflict problem? i...
2009 Nov 16
1
IMPORTANT: New git repositories for febootstrap & libguestfs
The machine at et.redhat.com is going to be decommissioned soon, and so I have arranged alternate hosting for these two git repositories. As of now you should use: http://git.annexia.org/?p=febootstrap.git;a=summary (web interface) git clone git://git.annexia.org/git/febootstrap.git http://git.annexia.org/?p=libguestfs.git;a=summary (web interface) git clone git://git.annexia.org/git/libguestfs.git Remote push is not (yet) enabled. Post patches here and I'll push them once ACKed. R...
2011 Sep 28
1
Using febootstrap , please help
Hello, I am new to febootstrap. I am struggling to install fedora 14 on disk.img (formatted with ext4fs) mounted on /mnt/temp . How to use febootstrap to do this ? Does it require any yum configuration ? I searched the web for documentation on this , but nothing is clearly mentioned. Please anyone tell me how to do this....