Displaying 20 results from an estimated 20000 matches similar to: "ANNOUNCE: virt-tools.org website"
2012 Mar 02
0
[virt-tools-list] virt-p2v failure
On Wed, Feb 29, 2012 at 07:23:20PM -0500, Cole Robinson wrote:
> On 02/29/2012 06:17 PM, Mike Brady wrote:
> > I have been doing some testing with v2v and p2v and have got stuck on with p2v
> > failing on mmy test systems and need some pointers.
> >
> > I got v2v working for Centos 5 Xen to Centos 6 KVM for both Linux (Centos) and
> > Windows (2008) with out too
2015 Oct 21
1
[PATCH] tests: use fake-virt-tools also in tests outside v2v
We have phony tools for v2v tests, introduced with
commit c1af1ba32f126b7be275bcc8cd4ea4e5af27a88e; make use of it also in
tests related to v2v outside the v2v directory.
---
p2v/test-virt-p2v.sh | 6 +-----
tests/regressions/rhbz1232192.sh | 6 +-----
2 files changed, 2 insertions(+), 10 deletions(-)
diff --git a/p2v/test-virt-p2v.sh b/p2v/test-virt-p2v.sh
index 8c3731c..540d2fd
2011 Jun 14
1
Virt Tools Blog Planet (RSS feed aggregator)
The virt-tools.org website, launched last year, provides tutorials,
videos, documentation, online help and roadmaps relevant to libvirt,
libguestfs, gtk-vnc, spice, other related libraries, and tools or
applications like virt-manager & virt-install. The site goal is to
inform & assist end users, system administrators & application
developers who wish to learn about the capabilities of
2012 Jan 10
1
NOTE: New location for libguestfs, hivex and febootstrap git repositories
I have moved all three repositories to new locations on github:
https://github.com/libguestfs/libguestfs
https://github.com/libguestfs/hivex
https://github.com/libguestfs/febootstrap
You don't need to reclone them (unless you want to). You can simply
edit .git/config and adjust the URL to:
git at github.com:libguestfs/libguestfs.git
git at github.com:libguestfs/hivex.git
git at
2014 Jan 29
0
p2v.spec.PL copyright
Hi all,
I was adding/correcting some of the copyright and license notices in
virt-v2v,
and I come across gem-virt-p2v.spec.PL [1] which doesn't have any
license; there's only copyright notice.
Since I did some modifications there it needs to be corrected.
Let's resolve it somehow.
yours,
- maros
[1] -
https://git.fedorahosted.org/cgit/virt-v2v.git/tree/rubygem-virt-p2v.spec.PL
2012 Mar 02
0
[virt-tools-list] find0 in (perl) Sys::Guestfs
On Tue, Jan 31, 2012 at 01:29:58PM -0800, dan farmer wrote:
> Is there anyway to convince find0 to put the results in memory rather than
> writing to a file? I really don't want to have to write it to a file and
> then read it again just to process the results. I see guestfish has an
> option to write to stdout (but the lib doesn't have a documented way) for
> some reason.
2016 May 26
0
[PATCH 3/3] p2v: Add a 'make run-virt-p2v' rule which boots virt-p2v in a VM.
A convenience method instead of having to work out the right
qemu command line each time.
---
.gitignore | 1 +
p2v/Makefile.am | 28 ++++++++++++++++++++++++++++
2 files changed, 29 insertions(+)
diff --git a/.gitignore b/.gitignore
index 285b28d..8509a9d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -337,6 +337,7 @@ Makefile.in
/p2v/virt-p2v
/p2v/virt-p2v.1
/p2v/virt-p2v.i686
2016 May 26
1
Re: [PATCH 3/3] p2v: Add a 'make run-virt-p2v' rule which boots virt-p2v in a VM.
On Thursday 26 May 2016 16:40:16 Richard W.M. Jones wrote:
> A convenience method instead of having to work out the right
> qemu command line each time.
> ---
> .gitignore | 1 +
> p2v/Makefile.am | 28 ++++++++++++++++++++++++++++
> 2 files changed, 29 insertions(+)
>
> diff --git a/.gitignore b/.gitignore
> index 285b28d..8509a9d 100644
> --- a/.gitignore
2016 Oct 10
0
[PATCH] p2v: Compress virt-p2v binary and store it in $libdir/virt-p2v (RHBZ#1382275).
Currently 'make install' installs the virt-p2v binary in
/usr/libexec/virt-p2v on the host. It is never supposed to be run
from there, even by another program, so use of /usr/libexec is
incorrect. It is only supposed to be copied into USB keys / ISOs /
etc created by virt-p2v-make-* scripts.
The other problem with shipping a "naked" binary on the host is that
packages built
2014 Nov 18
2
Re: virt-v2v: Died at /usr/bin/virt-p2v-server line 411
Le 17/11/2014 20:31, Richard W.M. Jones a écrit :
> On Mon, Nov 17, 2014 at 07:45:12PM +0100, Nicolas Ecarnot wrote:
>> But I would be enthusiastic to install a dedicated P2V server, on
>> RH7, with the very last libguestfs, if that helps me to insure our
>> future P2V will succeed.
>> But according to what I understood so far, I'm not sure one can
>> install
2014 Nov 19
0
Re: virt-v2v: Died at /usr/bin/virt-p2v-server line 411
On Wed, Nov 19, 2014 at 10:05:53PM +0100, Nicolas Ecarnot wrote:
> Nov 19 21:54:52 serv-p2v-adm1 sshd[2727]: pam_unix(sshd:session):
> session opened for user root by (uid=0)
> Nov 19 21:54:53 serv-p2v-adm1 sshd[2725]: channel 2: open failed:
> connect failed: Connection refused
> Nov 19 21:54:53 serv-p2v-adm1 sshd[2727]: Received disconnect from
> 192.168.49.5: 11: disconnected
2011 Dec 05
0
New release 0.8.5 of virt-v2v and virt-p2v
We just released virt-v2v 0.8.5, which also covers virt-p2v. This is
primarily a bugfix release, with a couple of new features thrown in. The
major changes are summarised below:
V2V
***
* Default -ic and -oc to qemu:///session or qemu:///system as
appropriate depending on root.
* Allow Windows conversions to succeed when firstboot.bat, rhsrvany.exe
and rhev-apt.exe aren't available.
*
2016 Jun 23
0
Re: [PATCH] p2v: kiwi: make sure launch-virt-p2v is executable
On Thu, Jun 23, 2016 at 10:18:02AM +0200, Cédric Bosdonnat wrote:
> virt-p2v-make-kiwi now forces the launch-virt-p2v mode to 0755 to
> ensure the executable bit it set for user.
> ---
> p2v/virt-p2v-make-kiwi.in | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/p2v/virt-p2v-make-kiwi.in b/p2v/virt-p2v-make-kiwi.in
> index e493bd4..3506e9b 100644
> ---
2023 Jan 30
1
[p2v PATCH 02/11] Introduce "p2v.output.misc" for passing "-oo" options to virt-v2v
From: Alban Lecorps <alban.lecorps at ubisoft.com>
The "-oo" option will be useful primarily for the openstack output mode
(currently disabled, from commit b74c126629e3, "Ignore 'openstack'
driver", 2020-03-16).
Use a ConfigStringList knob for "-oo", and for each OPTION=VALUE element
in that list, create a separate "-oo OPTION=VALUE" option.
2014 Nov 19
2
Re: virt-v2v: Died at /usr/bin/virt-p2v-server line 411
Le 19/11/2014 18:12, Richard W.M. Jones a écrit :
> On Wed, Nov 19, 2014 at 04:42:23PM +0100, Nicolas Ecarnot wrote:
>> disks:
>> nbd:localhost:33363 (raw) [sda]
>> nbd:localhost:49584 (raw) [sdb]
>> nbd:localhost:41988 (raw) [sdc]
>> removable media:
>>
>> NICs:
>>
>> [ 0.0] Creating an overlay to protect the source from being modified
2016 Jun 23
2
[PATCH] p2v: kiwi: make sure launch-virt-p2v is executable
virt-p2v-make-kiwi now forces the launch-virt-p2v mode to 0755 to
ensure the executable bit it set for user.
---
p2v/virt-p2v-make-kiwi.in | 1 +
1 file changed, 1 insertion(+)
diff --git a/p2v/virt-p2v-make-kiwi.in b/p2v/virt-p2v-make-kiwi.in
index e493bd4..3506e9b 100644
--- a/p2v/virt-p2v-make-kiwi.in
+++ b/p2v/virt-p2v-make-kiwi.in
@@ -190,6 +190,7 @@ cp $datadir/issue $output/root/etc/issue
2009 Sep 23
0
[PATCH] Rename virt-[tool].pl as virt-[tool]
As suggested by Dan Berrange in this posting:
https://www.redhat.com/archives/libguestfs/2009-September/msg00155.html
Rich.
--
Richard Jones, Emerging Technologies, Red Hat http://et.redhat.com/~rjones
virt-p2v converts physical machines to virtual machines. Boot with a
live CD or over the network (PXE) and turn machines into Xen guests.
http://et.redhat.com/~rjones/virt-p2v
--------------
2009 Oct 01
1
[PATCH] run-*-locally: The programs are now virt-[tool], not virt-[tool].pl
All the run-*-locally scripts were broken ...
Rich.
--
Richard Jones, Emerging Technologies, Red Hat http://et.redhat.com/~rjones
virt-p2v converts physical machines to virtual machines. Boot with a
live CD or over the network (PXE) and turn machines into Xen guests.
http://et.redhat.com/~rjones/virt-p2v
-------------- next part --------------
>From 5d01670e31ef3259fb1fc84a83ab27aec8fdac0b
2017 Jan 21
0
virt-p2v on RHEL 5
When virtualizing a physical machine ("P2V"), the conversion step is
done by virt-v2v, but there is a small GUI / front end component
called virt-p2v which has to run on the source physical machine in a
special environment.
http://libguestfs.org/virt-p2v.1.html#network-setup
Because the nature of the problem is that we want to virtualize old
machines, this means virt-p2v sometimes
2017 Mar 17
0
[PATCH 4/4] p2v: virt-p2v-make-disk: prevent daemons to run on Debian
On Debian systems, usually daemons are run automatically after their
installations; since we are upgrading the template, and installing
packages such as openssh, network-manager, etc, this may cause few
daemon to stay running during the virt-builder execution, causing it to
fail when shutting down (since e.g. /sysroot/dev would be in use).
As workaround, use a temporary policy-rc.d policy layer