[Bug 385410] Re: vmware2libvirt fails when converting vmx file created under windows
hssxy
e11years at gmail.com
Mon Nov 9 00:39:52 UTC 2009
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 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
ubuntu-bugs at lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
More information about the universe-bugs
mailing list