No need for the second line. /usr/bin/virt-p2v-server is started by the p2v client
remotely when it connects. All you should need to do on the p2v server is the first line,
and then watch the stdout on your screen as the p2v conversion works its magic.
-----Original Message-----
From: Greg Scott [mailto:GregScott@Infrasupport.com]
Sent: Saturday, November 19, 2011 3:45 PM
To: Brian Gold; Richard W.M. Jones
Cc: Fredy Hernández; libguestfs(a)redhat.com
Subject: RE: [Libguestfs] Virtio-win RPM?
So something like -
# export LIBGUESTFS_TRACE=1
# /usr/bin/virt-p2v-server > /home/gregs/p2vtrace.log
And then fire up another P2V from the source physical server?
- Greg
-----Original Message-----
From: Brian Gold [mailto:bgold@simons-rock.edu]
Sent: Saturday, November 19, 2011 2:25 PM
To: Greg Scott; Richard W.M. Jones
Cc: Fredy Hernández; libguestfs(a)redhat.com
Subject: Re: [Libguestfs] Virtio-win RPM?
I've had good luck using F14 as a P2V server. You should be able to get the trace
output by typing this on the cli on the p2v server itself:
"export LIBGUESTFS_TRACE=1". Then, when you kick off the p2v conversion, your
p2v server will start spitting out tons of debug
logging to stout.