Displaying 20 results from an estimated 5000 matches similar to: "[PATCH 1/4] New internal function guestfs___print_timestamped_argv"
2010 Oct 01
1
[PATCH 1/2] New internal function guestfs___print_timestamped_argv
This function generalises the existing print_cmdline used to output the qemu
command line to output any given command line, and exports it to other modules.
It also adds a timestamp to the old print_cmdline output for consistency with
guestfs___print_timestamped_message.
---
src/guestfs-internal.h | 1 +
src/launch.c | 48 ++++++++++++++++++++++++------------------------
2 files
2010 Sep 20
1
[PATCH] Fix error launching libguestfs when euid != uid
When writing to a RHEV target, virt-v2v launches the libguestfs appliance with
euid:egid = 36:36, which is required to write to an NFS target using
root_squash. Since the update to use an febootstrap cached appliance, this
causes an error on startup as the cached files are owned by root, but the cache
directory is owned by 36:36. The reason for this is that execve() resets euid
and egid to uid and
2011 Nov 02
1
Building PXE Bootable images using the libguestfs toolchain
As part of the oVirt Node[1] project, I'm going to P.O.C. a version of
the node using febootstrap 2.x instead of livecd-creator. The main
reasons in doing this is for allowing a r/w root filesystem without
some hacky overlayfs and just to see if it can be done. On IRC,
rwmjones mentioned a few issues he ran into with febootstrap 2.x where
some rpms had %post scripts which aren't really
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
2010 Oct 05
1
[FEBOOTSTRAP] Ensure atomic creation of a cached appliance
Cached appliances are discovered by their predictable path. Previously we were
creating a cached appliance directly in this predictable path. This had at least
2 undesirable effects:
* Interrupting appliance creation would leave a corrupt appliance
* 2 processes could simultaneously attempt to create the same appliance, causing
corruption.
This patch causes the cached appliance to be created
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
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
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
2014 Sep 28
2
Re: Why libguestfs guest exist exceptionally?
On Sun, Sep 28, 2014 at 6:26 PM, Richard W.M. Jones <rjones@redhat.com> wrote:
> On Sun, Sep 28, 2014 at 04:30:37PM +0800, Zhi Yong Wu wrote:
>> HI,
>>
>> On a RHEL5 box, i tried to directly run guest which was issued by
>> libguestfs virt-xxx commands as below. But after some minutes, it
>> exited exceptionally.
>>
>> Does anyone also hit the
2012 Oct 18
10
[PATCH 0/10] Add a mini-library for running external commands.
Inspired by libvirt's virCommand* internal mini-library, this adds
some internal APIs for running commands.
The first patch contains the new APIs. The subsequent patches change
various parts of the library over to use it.
Rich.
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
2014 Sep 28
2
Re: Why libguestfs guest exist exceptionally?
On Sun, Sep 28, 2014 at 6:48 PM, Richard W.M. Jones <rjones@redhat.com> wrote:
> On Sun, Sep 28, 2014 at 06:33:53PM +0800, Zhi Yong Wu wrote:
>> On Sun, Sep 28, 2014 at 6:26 PM, Richard W.M. Jones <rjones@redhat.com> wrote:
>> > Which version of libguestfs is this? I think you'll have no hope of
>> #rpm -qa | grep libguestfs
>> libguestfs-1.20.8-1
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
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:
2011 Apr 06
5
Guestfish errors (Running in VirtualBox)
Hi All,
I am trying to run guestfish inside an Ubuntu instance running in VirtualBox. I'm running into problems, and my first question, is this setup even possible?
I compiled and installed libguestfs-1.8.4.
Running libguestfs-test-tool fails with the following output.
Would appreciate any advice,
Chris
new guestfs handle 0x8b77958
===== Test starts here =====
LIBGUESTFS_DEBUG=1
library
2011 Mar 29
1
febootstrap-supermin-helper: ext2fs_read_inode: Illegal inode number
hi list,
I try to get libguestfs running on SLES11SP1 .... or at least basic
guestfish functionality and run into a serious problem:
febootstrap-supermin-helper --verbose -f ext2
/usr/lib64/guestfs/supermin.d x86_64 /tmp/guestfs.MUqge5/kernel
/tmp/guestfs.MUqge5/initrd /tmp/guestfs.MUqge5/root
supermin helper [00000ms] whitelist = (not specified), host_cpu =
x86_64, kernel =
2013 Nov 22
4
Re: HA: Accessing iSCSI disc images from the RHEV Manager using libguestfs
Unfortunately, placing the link into the /boot does not work. libguestfs-test-tool failes with the same message:
************************************************************
* IMPORTANT NOTICE
*
* When reporting bugs, include the COMPLETE, UNEDITED
* output below in your bug report.
*
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
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
2010 Dec 09
3
ArchLinux port
I have febootstrap ported to and working on Arch, but there are a few
packages missing from the main Arch repos, and the packages need to be in
the main repos for the febootstrap sequence to work.
So I have a few quick questions, first,
how well does the supermin app work, without augeas,
are zfs, gfs and hfs used only for mounting those filesystems inside the vm
image,
and I noticed that there is