search for: msg00090

Displaying 20 results from an estimated 31 matches for "msg00090".

Did you mean: msg00000
2006 Apr 20
3
[PATCH] fix tools compile issue on sles 10
...all] Error 2 make[1]: Leaving directory `/root/xen/xen-unstable.hg/tools'' make: *** [install-tools] Error 2 there have been a couple other posts about this: http://lists.xensource.com/archives/html/xen-devel/2006-03/msg00565.html http://lists.xensource.com/archives/html/xen-devel/2006-04/msg00090.html prefix is being passed along for some reason. this patch is a simple fix that will make sure prefix is not defined. Signed-off-by: Ryan Grimm <grimm@us.ibm.com> diff -r 72f9c751d3ea -r 683811163238 tools/pygrub/Makefile --- a/tools/pygrub/Makefile Wed Apr 19 18:32:20 2006 +0100 +++ b...
2014 Nov 17
2
Re: virt-v2v: Died at /usr/bin/virt-p2v-server line 411
...>> - Finally, when you write about the "NEW" v2v, what version do you >> speak about? Is the one I used (0.9.1.2) not new enough? (I know it >> is not the very last, but quite decent though). > > 1.28.x here: > https://www.redhat.com/archives/libguestfs/2014-May/msg00090.html I am using libguestfs through oVirt 3.4 (RHEV), and whoever knows this project knows how intricated the packages are. As this is a production environment, I can not play with trying to change libguestfs on the oVirt manager. But I would be enthusiastic to install a dedicated P2V server, on...
2015 Feb 06
1
libguestfs-tools not working
You may be better off with the RHEL / CentOS 7.1 libguestfs packages which are available as a preview. This is a substantial rebase with many more features and somewhat faster too. Follow the instructions here: https://www.redhat.com/archives/libguestfs/2014-May/msg00090.html Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming and virtualization blog: http://rwmj.wordpress.com virt-df lists disk usage of guests without needing to install any software inside the virtual machine. Supports Linux and Windows. h...
2020 Aug 03
1
Re: [nbdkit PATCH 3/4] server: Implement list_exports.
On 7/31/20 5:22 PM, Eric Blake wrote: > From: "Richard W.M. Jones" <rjones@redhat.com> > > See also: > https://www.redhat.com/archives/libguestfs/2020-July/msg00090.html > Message-Id: <20200722124201.1823468-2-rjones@redhat.com> > > For now, this implementation is only for plugins; adding filter > support will come later (and probably requires further edits, for the > ability for any filter to open up an independent connection to the >...
2014 Nov 10
3
Re: virt-v2v: Died at /usr/bin/virt-p2v-server line 411
Le 10/11/2014 20:09, Richard W.M. Jones a écrit : >>> Matt - any ideas? >>> >>> There is also the new version of p2v/v2v available, although it >>> requires recent Fedora or RHEL/Centos 7.0. >> >> This is the last thing it does before unwinding: >> >> libguestfs: trace: cp "/transferxdTiHj/windows/rhev-apt.exe" "/Program
2014 Sep 28
2
Re: Virt-v2v conversion issue
My log file is attached Alain VONDRA Chargé d'exploitation des Systèmes d'Information Direction Administrative et Financière +33 1 44 39 77 76 UNICEF France 3 rue Duguay Trouin 75006 PARIS www.unicef.fr -----Message d'origine----- De : Richard W.M. Jones [mailto:rjones@redhat.com] Envoyé : dimanche 28 septembre 2014 21:16 À : VONDRA Alain Cc : libguestfs@redhat.com Objet :
2014 Sep 16
2
virt-v2v -ic question
Hi, I am trying to convert from esx server to local directory a VM names CSB, Its build from source 77b371b18b6a7ad37105a595931514f542a04396 When running: LIBGUESTFS_BACKEND=direct ./run ./v2v/virt-v2v -ic "esx://root@10.35.5.45/?no_verify=1" -o local -of raw -os /tmp/v2v CSB I get the following: --------------------------------------------------------------------------- [ 0.0]
2020 Jun 22
0
[PATCH nbdkit 2/2] vddk: Defer library initialization to .after_fork().
...ficult, but we have + * already checked in .get_ready that the library is dlopenable. + * + * For various hangs and failures which were caused by background + * threads and fork see: + * https://bugzilla.redhat.com/show_bug.cgi?id=1846309#c9 + * https://www.redhat.com/archives/libguestfs/2019-April/msg00090.html + */ +static int +vddk_after_fork (void) +{ + VixError err; /* Initialize VDDK library. */ DEBUG_CALL ("VixDiskLib_InitEx", @@ -457,10 +476,6 @@ vddk_get_ready (void) return 0; } -#define vddk_config_help \ - "[file=]<FILENAME> (required) The filename (eg...
2014 Sep 28
0
Re: Virt-v2v conversion issue
...looks like you've got a self-compiled copy of supermin & libguestfs in /usr/local, which is the one which is running. libguestfs-winsupport only works to add NTFS support to the normal installed packages that we build, ie. the ones here: https://www.redhat.com/archives/libguestfs/2014-May/msg00090.html You'll probably have to nuke all traces of the version in /usr/local, otherwise nothing will really work. As a general rule of thumb, never use 'make install' with libguestfs as you'll just end up with two copies installed which will conflict with each other like this. If yo...
2014 Nov 13
0
Re: virt-v2v: Died at /usr/bin/virt-p2v-server line 411
...m > integrity... > > - Finally, when you write about the "NEW" v2v, what version do you > speak about? Is the one I used (0.9.1.2) not new enough? (I know it > is not the very last, but quite decent though). 1.28.x here: https://www.redhat.com/archives/libguestfs/2014-May/msg00090.html Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming and virtualization blog: http://rwmj.wordpress.com libguestfs lets you edit virtual machines. Supports shell scripting, bindings from many languages. http://libguestfs.org
2014 Nov 17
0
Re: virt-v2v: Died at /usr/bin/virt-p2v-server line 411
...y oVirt setup. > > As a matter of fact, I'll be glad to test the last libguestfs > version, but I don't know where I could use it? Just install a RHEL 7.0 VM, and upgrade it with the packages by following the instructions here: https://www.redhat.com/archives/libguestfs/2014-May/msg00090.html The other minimum requirements are covered here: http://libguestfs.org/virt-v2v.1.html#resource-requirements Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming and virtualization blog: http://rwmj.wordpress.com libguestfs lets you ed...
2014 Sep 21
0
Re: virt-v2v -ic question
...img command failed, see earlier errors > ---------------------------------------------------------------------------- Yup - unfortunately you need the patched qemu-kvm-rhev at the moment, until the patches go into RHEL 7 (see rhvirt-patches). https://www.redhat.com/archives/libguestfs/2014-May/msg00090.html Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming and virtualization blog: http://rwmj.wordpress.com virt-builder quickly builds VMs from scratch http://libguestfs.org/virt-builder.1.html
2020 Jul 22
3
[PATCH nbdkit v2] PROPOSED: server: Implement list_exports.
Updated proposal, taking into account the default export. Instead of adding a second call, I made a couple of changes to list_exports: (1) If the plugin has a concept of a default export, it should add it as the first element in the exports list. (2) There is a new default_only flag which tells the plugin that the client is trying to request the name of the default export, so the
2020 Jul 30
3
Re: [PATCH nbdkit v2] PROPOSED: server: Implement list_exports.
On 7/22/20 7:42 AM, Richard W.M. Jones wrote: > See also: > https://www.redhat.com/archives/libguestfs/2020-July/msg00090.html > --- > docs/nbdkit-plugin.pod | 57 +++++++++++++++++++++++++++++++++++++--- > docs/nbdkit-protocol.pod | 7 +++-- > 2 files changed, 58 insertions(+), 6 deletions(-) I'm playing with code for an initial implementation of this, and quickly ran into a design issue. Fo...
2020 Jul 22
0
[PATCH nbdkit] PROPOSED: server: Implement list_exports.
See also: https://www.redhat.com/archives/libguestfs/2020-July/msg00090.html --- docs/nbdkit-plugin.pod | 49 ++++++++++++++++++++++++++++++++++++---- docs/nbdkit-protocol.pod | 7 ++++-- 2 files changed, 50 insertions(+), 6 deletions(-) diff --git a/docs/nbdkit-plugin.pod b/docs/nbdkit-plugin.pod index f8e9962a..6553d186 100644 --- a/docs/nbdkit-plugin.pod +++ b/...
2020 Jul 22
0
[PATCH nbdkit v2] PROPOSED: server: Implement list_exports.
See also: https://www.redhat.com/archives/libguestfs/2020-July/msg00090.html --- docs/nbdkit-plugin.pod | 57 +++++++++++++++++++++++++++++++++++++--- docs/nbdkit-protocol.pod | 7 +++-- 2 files changed, 58 insertions(+), 6 deletions(-) diff --git a/docs/nbdkit-plugin.pod b/docs/nbdkit-plugin.pod index f8e9962a..7ce89e9e 100644 --- a/docs/nbdkit-plugin.pod +++ b/d...
2015 Feb 09
0
Re: HugePages - can't start guest that requires them
...0 interleave_hit 15835 15783 local_node 214029815 221903122 other_node 2195209 219203009 Thanks again for any help. [1]: http://sprunge.us/jZgS [2]: http://sprunge.us/iETF [3] https://www.redhat.com/archives/libvir-list/2014-September/msg00090.html On Wed, Feb 4, 2015 at 12:03 PM, G. Richard Bellamy <rbellamy@pteradigm.com> wrote: > *facepalm* > > Now that I'm re-reading the documentation it's obvious that <page/> > and @nodeset are for the guest, "This tells the hypervisor that the > guest should...
2014 Sep 28
2
Re: Virt-v2v conversion issue
...looks like you've got a self-compiled copy of supermin & libguestfs in /usr/local, which is the one which is running. libguestfs-winsupport only works to add NTFS support to the normal installed packages that we build, ie. the ones here: https://www.redhat.com/archives/libguestfs/2014-May/msg00090.html You'll probably have to nuke all traces of the version in /usr/local, otherwise nothing will really work. As a general rule of thumb, never use 'make install' with libguestfs as you'll just end up with two copies installed which will conflict with each other like this. If yo...
2011 Jul 06
7
Xen 4.0 - prerequisites for succesfull live migration?
Hi, I have three Xen hosts running Xen 4.0.2 (OpenSuSE 11.4 based). I also have one ''NFS'' server with an NFS export holding VM images and configuration files. Each host has a dedicated LAN link directly to the NFS server. I have another separated NFS export for VM locking (but I had the same issues before). When I attempt to live migrate a VM, it *looks''*like
2014 Sep 16
2
Re: virt-v2v -ic question
..., see earlier errors > > This error happens because you need to patch qemu-kvm-rhev. The > patches aren't in our qemu-kvm-rhev yet (see rhvirt-patches for > current status), but I have a patched version of qemu here: > > https://www.redhat.com/archives/libguestfs/2014-May/msg00090.html I am using upstream qemu while using this local variables: export PATH=/home/shahar/git/qemu:$PATH export LIBGUESTFS_HV=/home/shahar/git/qemu/x86_64-softmmu/qemu-system-x86_64 Is that sufficient? > > > If reporting bugs, run virt-v2v with debugging enabled and include the > >...