_________________________________________
HOWTO:
Install VMware Server 1.0.4 on Ubuntu 7.10.
*Hardy Heron 8.04 users with VMware server 1.0.5 (see note at bottom of page).
_________________________________________
1 - Download VMware-server-1.0.4-56528.tar.gz from www.vmware.com/download/server/
2 - Issue these commands:
sudo apt-get install build-essential linux-headers-`uname -r`
sudo apt-get install xinetd
cd /home/YOU/MyDownloads
tar -vxzf VMware-server-1.0.4-56528.tar.gz
cd /home/YOU/MyDownloads/vmware-server-distrib
sudo ./vmware-install.pl
3 - Answer the questions - defaults are ok.
Applications> System Tools > VMware Server Console
Done
Cheers
Note: If you need a serial number for VMware-server get it here:
http://register.vmware.com/content/registration.html
_________________________________________
Confirmed fixes:
_________________________________________
1 - USB not working: VM > Removable Devices > USB > BLANK
From: http://ubuntuforums.org/showthread.php?t=588225
Issue the following command:
gksudo gedit /etc/init.d/mountdevsubfs.sh
Before:
Uncomment the lines as below:Code:# # Magic to make /proc/bus/usb work # #mkdir -p /dev/bus/usb/.usbfs #domount usbfs "" /dev/bus/usb/.usbfs -obusmode=0700,devmode=0600,listmode=0644 #ln -s .usbfs/devices /dev/bus/usb/devices #mount --rbind /dev/bus/usb /proc/bus/usb
After:
Restart and your usb devices will be recognisedCode:# # Magic to make /proc/bus/usb work # mkdir -p /dev/bus/usb/.usbfs domount usbfs "" /dev/bus/usb/.usbfs -obusmode=0700,devmode=0600,listmode=0644 ln -s .usbfs/devices /dev/bus/usb/devices mount --rbind /dev/bus/usb /proc/bus/usb
2 - VMware Wide Screen Issue: missing resolution 1680x1050 (for a new SAMSUNG SyncMaster 226BW).
From: http://ubuntuforums.org/showthread.php?t=316381&page=2
Based off: http://kb.vmware.com/selfservice/mic...xternalId=1003
Using regedt32 I searched for "Resolution.0" and found two of them in CurrentControlSet.
In each location I created a Binary Key "Resolution.11" .
Added this data to key:
31 36 38 30 78 31 30 35
Rebooted the VM of XP and new resolution showed up, worked like a charm
Details:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l\Video\{C90973F8-2114-4C78-BB94-FD8721591CCF}\0000
Resolution.11
31 36 38 30 78 31 30 35
1680x1050.
_________________________________________
Possible fixes:
_________________________________________
From: http://ubuntuforums.org/showthread.php?t=337040
1 - Unable to get the last modification timestamp of the destination file /etc/vmware/ssl/rui.key. Execution aborted.
Code:sudo touch /etc/vmware/ssl/rui.key sudo touch /etc/vmware/ssl/rui.crt
2 - The serial number XXXXX-XXXXX-XXXXX-XXXXX is invalid.
Note: See 8 - as well.Code:sudo apt-get install ia32-libs sudo /usr/bin/vmware-config.pl
3 - /usr/lib/vmware/bin/vmware-vmx: error while loading shared libraries: libX11.so.6: cannot open shared object file: No such file or directory
Code:sudo apt-get install ia32-libs
4 - Unable to get the last modification timestamp of the destination file /etc/vmware/ssl/rui.key.
Code:sudo apt-get install libc6-i386
5 - A previous installation of VMware software has been detected - Failure - Execution aborted.
Go into vmware-server-distrib/bin and find the file called "vmware-uninstall.pl"
http://ubuntuforums.org/showpost.php...41&postcount=6
6 - Issue with xinetd with Edubuntu or an LTSP setup, clients unable to log in to the server.
Don't use the command "sudo apt-get install xinetd" in these cases.
http://ubuntuforums.org/showpost.php...4&postcount=17
7 - Unable to get the access rights of source file "./vmware-vix/bin". Execution aborted.
In directory ./vmware-vix create symbolic link to ../bin
http://ubuntuforums.org/archive/index.php/t-260159.html
8 - Following packages have unsatisfied dependencies (after sudo apt-get install ia32-libs).
Could be a problem with the repository.Code:Following packages have unsatisfied dependencies: ia32-libs: Depends on: lib32gcc1 but it is not installable Depends on: lib32stdc++6 but it is not installable Depends on: lib32asound2 but it is not installable Depends on: lib32ncurses5 but it is not installable
System > Administration > Software Source
Try switching to the UK or US one.
https://answers.launchpad.net/ubuntu...question/15484
_________________________________________
Notes:
Not Tested - May not apply to server... etc., etc.
_________________________________________
From: http://communities.vmware.com/messag...D60748B1CDA433
1 - If you issue the command: vmware
The following EM is displayed: /usr/lib/vmware/bin/vmware: /usr/lib/vmware/lib/libpng12.so.0/libpng12.so.0: no version information available (required by /usr/lib32/libcairo.so.2)
ericberm may have an answer but I am not sure it applies to Server as well as Workstation. Also server works regardless
_________________________________________
*Hardy Heron 8.04 users with VMware server 1.0.5*
This post worked for me:
http://ubuntu-tutorials.com/2008/05/...ntu-804-hardy/
_________________________________________
Also 64 bit required the following:
sudo sed -i -e ’s/usr\/l3232/usr\/l32/g’ /usr/lib32/gtk-2.0/2.10.0/loader-files.d/libgtk2.0-0.loaders
fixes em: Unable to load image-loading module: /usr/l3232/gtk-2.0/2.10.0/loaders/libpixbufloader-png.so:
and to fix em: “.vmware/preferences permission denied”
/home/USER/.vmware/preferences
Permissions were root but needed to be reset to whoever the user is.
Best of luck![]()



Adv Reply




Bookmarks