** Changed in: virt-goodies (Ubuntu)
Status: New => Fix Released
--
vmware2libvirt fails when converting vmx file created under windows
https://bugs.launchpad.net/bugs/385410
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubu
I believe this issue was fixed in version 0.4.
--
vmware2libvirt fails when converting vmx file created under windows
https://bugs.launchpad.net/bugs/385410
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubu
I ran into this problem too, and can confirm that the fix from Jamin W.
Collins work.
Here is the diff.
--- /tmp/vmware2libvirt 2010-02-17 11:21:15.0 +0100
+++ /usr/bin/vmware2libvirt 2010-02-17 11:21:31.0 +0100
@@ -62,7 +62,7 @@
for line in vmx:
if pat.search(li
Just an FYI, the line for me was 65, not 85, and the value to value
hssxy is recommending is missing a closing parenthesis, it should be
value = pat.sub( '', line.replace("\r",""))[1:-2]
--
vmware2libvirt fails when converting vmx file created under windows
https://bugs.launchpad.net/bugs/385410
Wasn't clear in the original post. The following fix worked for me:
Make this change in the file "usr/bin/vmware2libvirt" :
Change line 85 from:
value = pat.sub( '', line)[1:-2]
to:
value = pat.sub( '', line.replace("\r","")[1:-2]
--
vmware2libvirt fails when converting vmx file created under
I am having this issue as well. I am trying to move a vmware server 2003
machine to kvm and I get two errors. One is with the disk, it says "A
disk read error occurred" (won't get into that here). When I try to
conver the vmx file using:
vmware2libvirt -f >
WARN: '.vmdk"' does not exist
Tracebac
I'm also seeing this issue, but not with Windwos VM. I am using the
VMWare image for Ultimate Deployment Appliance. It can be found here:
http://www.ultimatedeployment.org/uda14.zip
The error I get is this:
vmware2libvirt -f ./uda14.vmx > uda14.xml
WARN: '/virtroot2/deployment/uda14.vmdk"' does n
I too get the same error,
r...@css-smod:/home/senthil/My Documents/Virtual-Os/Solaris10VVM#
vmware2libvirt -f Solaris\ 10.vmx > Solaris-10.xml
Traceback (most recent call last):
File "/usr/bin/vmware2libvirt", line 232, in
''' + get_network(vmx, bridge) + '''
File "/usr/bin/vmware2libvi
Same output. I hope my comment helps to fix it. The .vmx and .vmdk are
under the same directory.
$vmware2libvirt -f ./Windows\ XP\ Professional.vmx > Windows\ XP\
Professional.xml
WARN: '/media/DATA/MV/c:\MV\Windows XP Professional.vmdk"' does not exist
Traceback (most recent call last):
File "