On Fri, Mar 19, 2021 at 09:49:58AM +0000, Eoghan O'Hara wrote: > Hi, > > I am currently unable to run virt-v2v. See output below: > > $ export LIBGUESTFS_DEBUG=1 LIBGUESTFS_TRACE=1 > $ sudo virt-v2v -i ova /home/path/kx-platform-vm-20210318-123942/ > kx-platform-vm-20210318-123942.ova -o libvirt -of qcow2 -os Appliances -n > default
Unfortunately these environment variables don't get passed through sudo. You will have to run virt-v2v with the additional options “-v -x” in order to see what's really going on. Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming and virtualization blog: http://rwmj.wordpress.com Fedora Windows cross-compiler. Compile Windows programs, test, and build Windows installers. Over 100 libraries supported. http://fedoraproject.org/wiki/MinGW _______________________________________________ Libguestfs mailing list [email protected] https://listman.redhat.com/mailman/listinfo/libguestfs
