[Bug 385410] Re: vmware2libvirt fails when converting vmx file created under windows

2010-03-18 Thread Soren Hansen
** 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

[Bug 385410] Re: vmware2libvirt fails when converting vmx file created under windows

2010-03-18 Thread Petter Reinholdtsen
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

[Bug 385410] Re: vmware2libvirt fails when converting vmx file created under windows

2010-02-17 Thread Petter Reinholdtsen
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

[Bug 385410] Re: vmware2libvirt fails when converting vmx file created under windows

2010-01-27 Thread Jamin W. Collins
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

[Bug 385410] Re: vmware2libvirt fails when converting vmx file created under windows

2009-11-08 Thread hssxy
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

[Bug 385410] Re: vmware2libvirt fails when converting vmx file created under windows

2009-11-07 Thread doughold
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

[Bug 385410] Re: vmware2libvirt fails when converting vmx file created under windows

2009-09-30 Thread Trey Nolen
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

[Bug 385410] Re: vmware2libvirt fails when converting vmx file created under windows

2009-09-13 Thread CuteChaps
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

[Bug 385410] Re: vmware2libvirt fails when converting vmx file created under windows

2009-09-06 Thread buclabs
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 "