search for: febootstrap_kernel

Displaying 8 results from an estimated 8 matches for "febootstrap_kernel".

2013 Nov 22
1
Re: HA: Accessing iSCSI disc images from the RHEV Manager using libguestfs
Rich, this wasn't operational. First of all, the image on my version of RHEV-H is kept in other directory. So I did that: 1. $ export FEBOOTSTRAP_KERNEL=/dev/.initramfs/live/vmlinuz0 2. $ echo $FEBOOTSTRAP_KERNEL /dev/.initramfs/live/vmlinuz0 3. $ libguestfs-test-tool ************************************************************ * IMPORTANT NOTICE * * When reporting bugs, i...
2014 Feb 16
2
[PATCH] test-tool: docs: update reference to febootstrap env variables
...ool/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 C<SUPERMIN_KERNEL> and/or C<SUPERMIN_MODULES> (C<FEBOOTSTRAP_KERNEL> and C<FEBOOTSTRAP_MODULES> if still using the old febootstrap 3.21 program). -Refer to L<supermin-helper(1)/ENVIRONMENT VARIABLES> +Refer to L<febootstrap-supermin-helper(8)/ENVIRONMENT VARIABLES> for further information. =head1 TRYING OUT A DIFFERENT VERSION OF LIBVIRT...
2011 Nov 11
1
virt-df: ext2/3/4 statvfs(2) output changed between two recent Linux kernels (3.2.0)
...favail: 5125 fsid: -9088586685126948527 flag: 4096 namemax: 255 I am able to demonstrate the difference by keeping every other package identical, and just booting the two different kernels. As far as I know, everything else including e2fsprogs is completely identical. Reproducer: export FEBOOTSTRAP_KERNEL=/boot/vmlinuz-<version> guestfish sparse /tmp/test.img 20M : run : \ mkfs ext2 /dev/sda : mount /dev/sda / : statvfs / I tracked this down to the way the filesystem overhead is calculated. It changed slightly in the commit below. The description seems to be wrong; it seems to affect a...
2012 May 19
0
Notes on libguestfs on Fedora/ARM
...our/qemu/arm-softmmu:$PATH \ ./autogen.sh \ --with-qemu=qemu-system-arm \ --with-qemu-options="-M versatilepb -cpu arm926" (3) The versatilepb emulated system only supports memory < 512MB, and will only boot the standard kernel, so when running you need something like this: FEBOOTSTRAP_KERNEL=/boot/vmlinuz-3.3.4-4.fc17.armv7hl \ FEBOOTSTRAP_MODULES=/lib/modules/3.3.4-4.fc17.armv7hl \ LIBGUESTFS_MEMSIZE=256 \ LIBGUESTFS_DEBUG=1 \ make check (4) Currently this will fail because the virtio-pci driver doesn't work on ARM. The characteristic stack trace starts with: [ 4.841052] [&l...
2013 Nov 22
0
Re: HA: Accessing iSCSI disc images from the RHEV Manager using libguestfs
...vmlinuz image is a solution to my problem: Actually we came up with another possible way. Not tested, but if it works, then it has the advantage of not needing root or any permanent changes to the filesystem: (1) Delete the symlink in /boot. (2) Set this environment variable instead: export FEBOOTSTRAP_KERNEL=/dev/.initramfs/live/isolinux/vmlinuz0 (3) Run libguestfs-test-tool to see if it works. Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Fedora Windows cross-compiler. Compile Windows programs, test, and build Windows installers. Over 100 libraries supporte...
2011 Dec 13
2
febootstrap error ?
hi, i am not quite sure about the below error: [ 1320.506848] INFO: task init:1 blocked for more than 120 seconds. [ 1320.510069] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. The below commands guestmount, virt-* either hangs or taking a gazillion time to finish (not correctly). I've attached a file with two cases In both cases, in tmp folder
2013 Nov 22
2
Re: HA: Accessing iSCSI disc images from the RHEV Manager using libguestfs
Thanks to all. Symbolic link to vmlinuz image is a solution to my problem: $ ll /boot total 2536 drwxr-xr-x. 3 root root 60 2013-04-15 14:49 efi lrwxrwxrwx. 1 root root 25 2013-09-18 15:50 grub -> /dev/.initramfs/live/grub -rw-r--r--. 1 root root 185842 2013-03-29 20:59 symvers-2.6.32-358.6.1.el6.x86_64.gz -rw-r--r--. 1 root root 2407872 2013-03-29 20:58
2011 Oct 27
0
[ANNOUNCE] libguestfs 1.14 released - tools for managing virtual machines and disk images
...ael Scherer) NetBSD and pkgsrc (thanks Michael Scherer) - Handle some guest types that use /dev/root in /etc/fstab. - Fix handling of guests with > 26 disks (thanks Matthew Booth) - Add support for guests with HP Smart Array disks (thanks Matthew Booth) febootstrap: - FEBOOTSTRAP_KERNEL, FEBOOTSTRAP_MODULES environment variables can be set in order to choose which kernel to use for the appliance. misc: - ArchLinux support now working with Linux 3.0 (thanks Erik Nolte) - libvirt disks marked <readonly/> are now added readonly when using the virt-tools ...