sudo apt-get install linux-headers-`uname -r` build-essential xinetd
cd /Directory_downloaded_files
tar xvfz VMware-server-*.tar.gz cd vmware-server-distrib sudo ./vmware-install.pl
In which directory do you want to keep your virtual machine files? [/var/lib/vmware/Virtual Machines]
I know there are a number of Closed threads that mention how to fix this. And maybe I missed the obvious. But to save others some time. 1. All the threads say to edit /etc/vmware/config 2. And some do say to edit ~/.vmare/config #2 is in your home folder. #1 is what I did and it did not work. I see now why it did not work, which was obvious, the /etc/vmware/config was on the server and I think some of these threads where people using vmware on their desktop. ??? So #2 worked right away by 1. nano .vmware/config It may not exist 2. xkeymap.nokeycodeMap = true And start up the vmware machine and it all should work.http://ubuntuforums.org/showthread.php?t=1056799
https://127.0.0.1:8333/ or http://127.0.0.1:8222/
: Read this first: http://ubuntuforums.org/showthread.php?t=232059 Setting up Samba server: https://help.ubuntu.com/community/SettingUpSamb [http://ubuntuforums.org/showthread.php?t=202605 a concise version]
xkeymap.keysym.Hangul = 0x0f2 xkeymap.keysym.Hangul_Hanja = 0x0f1 xkeymap.keycode.108 = 0x138 # Alt_R xkeymap.keycode.106 = 0x135 # KP_Divide xkeymap.keycode.104 = 0x11c # KP_Enter xkeymap.keycode.111 = 0x148 # Up xkeymap.keycode.116 = 0x150 # Down xkeymap.keycode.113 = 0x14b # Left xkeymap.keycode.114 = 0x14d # Right xkeymap.keycode.105 = 0x11d # Control_R xkeymap.keycode.118 = 0x152 # Insert xkeymap.keycode.119 = 0x153 # Delete xkeymap.keycode.110 = 0x147 # Home xkeymap.keycode.115 = 0x14f # End xkeymap.keycode.112 = 0x149 # Prior xkeymap.keycode.117 = 0x151 # Next xkeymap.keycode.78 = 0x46 # Scroll_Lock xkeymap.keycode.127 = 0x100 # Pause xkeymap.keycode.133 = 0x15b # Meta_L xkeymap.keycode.134 = 0x15c # Meta_R xkeymap.keycode.135 = 0x15d # Menu
xkeymap.nokeycodeMap = true
: http://www.geekzilla.co.uk/View18A035DE-06FF-4EA6-BC77-57D431CD50DD.htm http://uneasysilence.com/archive/2007/01/9404/ http://support.microsoft.com/?kbid=325590 for diskpart
which vmware-vdiskmanger /usr/bin/vmware-vdiskmanager
su
user@domain:$ sudo /usr/bin/vmware-vdiskmanager -x 15Gb /var/lib/vmware/Virtual\ Machines/vWin\ XP/vWin\ XP.vmdk [sudo] password for user: This disk is part of a snapshot chain in '/var/lib/vmware/Virtual Machines/vWin XP/vWin XP.vmx'. The selected operation can only be executed on a disk with no snapshots.***
https://127.0.0.1/ui로 접속하여, erase snapshot을 선택하여 지운다.
user@domain:$ sudo /usr/bin/vmware-vdiskmanager -x 15Gb /var/lib/vmware/Virtual\ Machines/vWin\ XP/vWin\ XP.vmdk Grow: 100% done. Disk expansion completed successfully. WARNING: If the virtual disk is partitioned, you must use a third-party utility in the virtual machine to expand the size of the partitions. For more information, see: http://www.vmware.com/support/kb/enduser/std_adp.php?p_faqid=1647
{{{ diskpart }} {{{ list disk }}} {{{ list volume }}} {{{ select volume=# (<- 하드디스크 volume number) }}} {{{ extend }}} 1. 위의 6번에서 dispart 대신 [http://downloads.sourceforge.net/gparted/gparted-livecd-0.3.3-0.iso?modtime=1165447791&big_mirror=0 gparted (download)] 유틸리티를 이용할 수도 있다. 이 경우에는, iso를 cd rom으로 mount한 후에 부팅이 먼저되도록 해야 한다. == Failed to connect with web browser == A recent update (linux kernel) of ubuntu 8.10 would result in failed to connect to the vmserver. {{{ sudo /usr/bin/vmware-config.pl }}} Reconfiguring vmware with the above command will fix the problem. CategoryUbuntu