hey folks!
today i’ve got the message that vmware workstation was updated and that version 6.5.4 is out. so, i downloaded it and wanted to install … *schmecks*
there was a problem – i remembered it, that the version 6.5.3 made similar troubles – the installer hung up at configuring the vmplayer. here i found again the solution. shortly briefed:
- in one terminal, run: while true; do sudo killall -9 vmware-modconfig-console; sleep 1; done
- in a second terminal, run: sudo ./VMware-Workstation-6.5.4-246459.x86_64.bundle –ignore-errors
- kill loop in first terminal.
- run: sudo vmware-modconfig –console –install-all
- edit /etc/vmware/bootstrap to add the line: VMWARE_USE_SHIPPED_GTK=force
and everything is fine
thanks for all the fish!