Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate

Advertising

Something
Friday, October 19th, 2007 at 6:48:21pm UTC 

  1. [email protected]:~$ cd /usr/bin
  2. [email protected]:/usr/bin$ sudo ./vmware-config.pl
  3. Making sure services for VMware Workstation are stopped.
  4.  
  5. Stopping VMware services:
  6.    Virtual machine monitor                                             done
  7.    Blocking file system:                                               done
  8.    Bridged networking on /dev/vmnet0                                   done
  9.    Host network detection                                              done
  10.    DHCP server on /dev/vmnet8                                          done
  11.    NAT service on /dev/vmnet8                                          done
  12.    Host-only networking on /dev/vmnet8                                 done
  13.    Virtual ethernet                                                    done
  14.  
  15. Configuring fallback GTK+ 2.4 libraries.
  16.  
  17. In which directory do you want to install the theme icons?
  18. [/usr/share/icons]
  19.  
  20. What directory contains your desktop menu entry files? These files have a
  21. .desktop file extension. [/usr/share/applications]
  22.  
  23. In which directory do you want to install the application's icon?
  24. [/usr/share/pixmaps]
  25.  
  26. Trying to find a suitable vmmon module for your running kernel.
  27.  
  28. None of the pre-built vmmon modules for VMware Workstation is suitable for your
  29. running kernel.  Do you want this program to try to build the vmmon module for
  30. your system (you need to have a C compiler installed on your system)? [yes]
  31.  
  32. Using compiler "/usr/bin/gcc". Use environment variable CC to override.
  33.  
  34. What is the location of the directory of C header files that match your running
  35. kernel? [/lib/modules/2.6.22-14-generic/build/include]
  36.  
  37. Extracting the sources of the vmmon module.
  38.  
  39. Building the vmmon module.
  40.  
  41. Using 2.6.x kernel build system.
  42. make: Entering directory `/tmp/vmware-config0/vmmon-only'
  43. make -C /lib/modules/2.6.22-14-generic/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. modules
  44. make[1]: Entering directory `/usr/src/linux-headers-2.6.22-14-generic'
  45.   CC [M]  /tmp/vmware-config0/vmmon-only/linux/driver.o
  46.   CC [M]  /tmp/vmware-config0/vmmon-only/linux/hostif.o
  47.   CC [M]  /tmp/vmware-config0/vmmon-only/common/comport.o
  48.   CC [M]  /tmp/vmware-config0/vmmon-only/common/cpuid.o
  49.   CC [M]  /tmp/vmware-config0/vmmon-only/common/hash.o
  50.   CC [M]  /tmp/vmware-config0/vmmon-only/common/memtrack.o
  51.   CC [M]  /tmp/vmware-config0/vmmon-only/common/phystrack.o
  52.   CC [M]  /tmp/vmware-config0/vmmon-only/common/task.o
  53.   CC [M]  /tmp/vmware-config0/vmmon-only/common/vmciContext.o
  54.   CC [M]  /tmp/vmware-config0/vmmon-only/common/vmciDatagram.o
  55.   CC [M]  /tmp/vmware-config0/vmmon-only/common/vmciDriver.o
  56.   CC [M]  /tmp/vmware-config0/vmmon-only/common/vmciDs.o
  57.   CC [M]  /tmp/vmware-config0/vmmon-only/common/vmciGroup.o
  58.   CC [M]  /tmp/vmware-config0/vmmon-only/common/vmciHashtable.o
  59.   CC [M]  /tmp/vmware-config0/vmmon-only/common/vmciProcess.o
  60.   CC [M]  /tmp/vmware-config0/vmmon-only/common/vmciResource.o
  61.   CC [M]  /tmp/vmware-config0/vmmon-only/common/vmciSharedMem.o
  62.   CC [M]  /tmp/vmware-config0/vmmon-only/common/vmx86.o
  63.   CC [M]  /tmp/vmware-config0/vmmon-only/vmcore/moduleloop.o
  64.   LD [M]  /tmp/vmware-config0/vmmon-only/vmmon.o
  65.   Building modules, stage 2.
  66.   MODPOST 1 modules
  67.   CC      /tmp/vmware-config0/vmmon-only/vmmon.mod.o
  68.   LD [M]  /tmp/vmware-config0/vmmon-only/vmmon.ko
  69. make[1]: Leaving directory `/usr/src/linux-headers-2.6.22-14-generic'
  70. cp -f vmmon.ko ./../vmmon.o
  71. make: Leaving directory `/tmp/vmware-config0/vmmon-only'
  72. The module loads perfectly in the running kernel.
  73.  
  74. This program previously created the file /dev/vmmon, and was about to remove
  75. it.  Somebody else apparently did it already.
  76.  
  77. Trying to find a suitable vmblock module for your running kernel.
  78.  
  79. None of the pre-built vmblock modules for VMware Workstation is suitable for
  80. your running kernel.  Do you want this program to try to build the vmblock
  81. module for your system (you need to have a C compiler installed on your
  82. system)? [yes]
  83.  
  84. Extracting the sources of the vmblock module.
  85.  
  86. Building the vmblock module.
  87.  
  88. Using 2.6.x kernel build system.
  89. make: Entering directory `/tmp/vmware-config0/vmblock-only'
  90. make -C /lib/modules/2.6.22-14-generic/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. modules
  91. make[1]: Entering directory `/usr/src/linux-headers-2.6.22-14-generic'
  92.   CC [M]  /tmp/vmware-config0/vmblock-only/linux/block.o
  93.   CC [M]  /tmp/vmware-config0/vmblock-only/linux/control.o
  94.   CC [M]  /tmp/vmware-config0/vmblock-only/linux/dbllnklst.o
  95.   CC [M]  /tmp/vmware-config0/vmblock-only/linux/dentry.o
  96.   CC [M]  /tmp/vmware-config0/vmblock-only/linux/file.o
  97.   CC [M]  /tmp/vmware-config0/vmblock-only/linux/filesystem.o
  98.   CC [M]  /tmp/vmware-config0/vmblock-only/linux/inode.o
  99.   CC [M]  /tmp/vmware-config0/vmblock-only/linux/module.o
  100.   CC [M]  /tmp/vmware-config0/vmblock-only/linux/stubs.o
  101.   CC [M]  /tmp/vmware-config0/vmblock-only/linux/super.o
  102.   LD [M]  /tmp/vmware-config0/vmblock-only/vmblock.o
  103.   Building modules, stage 2.
  104.   MODPOST 1 modules
  105.   CC      /tmp/vmware-config0/vmblock-only/vmblock.mod.o
  106.   LD [M]  /tmp/vmware-config0/vmblock-only/vmblock.ko
  107. make[1]: Leaving directory `/usr/src/linux-headers-2.6.22-14-generic'
  108. cp -f vmblock.ko ./../vmblock.o
  109. make: Leaving directory `/tmp/vmware-config0/vmblock-only'
  110. The module loads perfectly in the running kernel.
  111.  
  112. This program previously created the file /dev/parport1, and was about to remove
  113. it.  Somebody else apparently did it already.
  114.  
  115. This program previously created the file /dev/parport2, and was about to remove
  116. it.  Somebody else apparently did it already.
  117.  
  118. This program previously created the file /dev/parport3, and was about to remove
  119. it.  Somebody else apparently did it already.
  120.  
  121. This program previously created the file /dev/vmnet0, and was about to remove
  122. it.  Somebody else apparently did it already.
  123.  
  124. This program previously created the file /dev/vmnet8, and was about to remove
  125. it.  Somebody else apparently did it already.
  126.  
  127. You have already setup networking.
  128.  
  129. Would you like to skip networking setup and keep your old settings as they are?
  130. (yes/no) [yes]
  131.  
  132. Trying to find a suitable vmnet module for your running kernel.
  133.  
  134. None of the pre-built vmnet modules for VMware Workstation is suitable for your
  135. running kernel.  Do you want this program to try to build the vmnet module for
  136. your system (you need to have a C compiler installed on your system)? [yes] no
  137.  
  138. For more information on how to troubleshoot module-related problems, please
  139. visit our Web site at "http://www.vmware.com/download/modules/modules.html" and
  140. "http://www.vmware.com/support/reference/linux/prebuilt_modules_linux.html".
  141.  
  142. Execution aborted.
  143.  
  144. [email protected]:/usr/bin$ cd ..
  145. [email protected]:/usr$ cd ..
  146. [email protected]:/$ cd /home/
  147. bharadwaj  lost+found
  148. [email protected]:/home$ cd bharadwaj/
  149. [email protected]:~$ cd Desktop/
  150. [email protected]:~/Desktop$ cd vmware-
  151. bash: cd: vmware-: No such file or directory
  152. [email protected]:~/Desktop$ cd vmware-any-any-update114/
  153. [email protected]:~/Desktop/vmware-any-any-update114$ sudo ./runme.pl
  154. Updating /usr/bin/vmware ... No patch needed/available
  155. Updating /usr/bin/vmnet-bridge ... No patch needed/available
  156. Updating /usr/lib/vmware/bin/vmware-vmx ... No patch needed/available
  157. Updating /usr/lib/vmware/bin-debug/vmware-vmx ... No patch needed/available
  158. VMware modules in "/usr/lib/vmware/modules/source" has been updated.
  159.  
  160. Before running VMware for the first time after update, you need to configure it
  161. for your running kernel by invoking the following command:
  162. "/usr/bin/vmware-config.pl". Do you want this script to invoke the command for
  163. you now? [yes]
  164.  
  165. Making sure services for VMware Workstation are stopped.
  166.  
  167. Stopping VMware services:
  168.    Virtual machine monitor                                             done
  169.    Blocking file system:                                               done
  170.    Bridged networking on /dev/vmnet0                                   done
  171.    Host network detection                                              done
  172.    DHCP server on /dev/vmnet8                                          done
  173.    NAT service on /dev/vmnet8                                          done
  174.    Host-only networking on /dev/vmnet8                                 done
  175.    Virtual ethernet                                                    done
  176.  
  177. Configuring fallback GTK+ 2.4 libraries.
  178.  
  179. In which directory do you want to install the theme icons?
  180. [/usr/share/icons]
  181.  
  182. What directory contains your desktop menu entry files? These files have a
  183. .desktop file extension. [/usr/share/applications]
  184.  
  185. In which directory do you want to install the application's icon?
  186. [/usr/share/pixmaps]
  187.  
  188. Trying to find a suitable vmmon module for your running kernel.
  189.  
  190. None of the pre-built vmmon modules for VMware Workstation is suitable for your
  191. running kernel.  Do you want this program to try to build the vmmon module for
  192. your system (you need to have a C compiler installed on your system)? [yes]
  193.  
  194. Using compiler "/usr/bin/gcc". Use environment variable CC to override.
  195.  
  196. What is the location of the directory of C header files that match your running
  197. kernel? [/lib/modules/2.6.22-14-generic/build/include]
  198.  
  199. Extracting the sources of the vmmon module.
  200.  
  201. Building the vmmon module.
  202.  
  203. Building for VMware Workstation 6.0.0.
  204. Using 2.6.x kernel build system.
  205. make: Entering directory `/tmp/vmware-config0/vmmon-only'
  206. make -C /lib/modules/2.6.22-14-generic/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. modules
  207. make[1]: Entering directory `/usr/src/linux-headers-2.6.22-14-generic'
  208.   CC [M]  /tmp/vmware-config0/vmmon-only/linux/driver.o
  209.   CC [M]  /tmp/vmware-config0/vmmon-only/linux/hostif.o
  210.   CC [M]  /tmp/vmware-config0/vmmon-only/common/comport.o
  211.   CC [M]  /tmp/vmware-config0/vmmon-only/common/cpuid.o
  212.   CC [M]  /tmp/vmware-config0/vmmon-only/common/hash.o
  213.   CC [M]  /tmp/vmware-config0/vmmon-only/common/memtrack.o
  214.   CC [M]  /tmp/vmware-config0/vmmon-only/common/phystrack.o
  215.   CC [M]  /tmp/vmware-config0/vmmon-only/common/task.o
  216. cc1plus: warning: command line option "-Wdeclaration-after-statement" is valid for C/ObjC but not for C++
  217. cc1plus: warning: command line option "-Wno-pointer-sign" is valid for C/ObjC but not for C++
  218. cc1plus: warning: command line option "-Wstrict-prototypes" is valid for Ada/C/ObjC but not for C++
  219. cc1plus: warning: command line option "-ffreestanding" is valid for C/ObjC but not for C++
  220. /tmp/vmware-config0/vmmon-only/common/task_compat.h: In function ‘int Vmx86_RunVM(VMCrossPage*, VMDriver*) [with VMCrossPage = VMCrossPageV321]’:
  221. /tmp/vmware-config0/vmmon-only/common/task_compat.h:2491: warning: ‘sysenterState.SysenterStateV45::rsp’ is used uninitialized in this function
  222. /tmp/vmware-config0/vmmon-only/common/task_compat.h:2492: warning: ‘sysenterState.SysenterStateV45::rip’ is used uninitialized in this function
  223. /tmp/vmware-config0/vmmon-only/common/task_compat.h:3028: warning: ‘sysenterState.SysenterStateV45::validEIP’ may be used uninitialized in this function
  224. /tmp/vmware-config0/vmmon-only/common/task_compat.h:3028: warning: ‘sysenterState.SysenterStateV45::cs’ may be used uninitialized in this function
  225. /tmp/vmware-config0/vmmon-only/common/task_compat.h: In function ‘int Vmx86_RunVM(VMCrossPage*, VMDriver*) [with VMCrossPage = VMCrossPageV3]’:
  226. /tmp/vmware-config0/vmmon-only/common/task_compat.h:2491: warning: ‘sysenterState.SysenterStateV45::rsp’ is used uninitialized in this function
  227. /tmp/vmware-config0/vmmon-only/common/task_compat.h:2492: warning: ‘sysenterState.SysenterStateV45::rip’ is used uninitialized in this function
  228. /tmp/vmware-config0/vmmon-only/common/task_compat.h:3028: warning: ‘sysenterState.SysenterStateV45::validEIP’ may be used uninitialized in this function
  229. /tmp/vmware-config0/vmmon-only/common/task_compat.h:3028: warning: ‘sysenterState.SysenterStateV45::cs’ may be used uninitialized in this function
  230. /tmp/vmware-config0/vmmon-only/common/task_compat.h: In function ‘int Vmx86_RunVM(VMCrossPage*, VMDriver*) [with VMCrossPage = VMCrossPageGSX1]’:
  231. /tmp/vmware-config0/vmmon-only/common/task_compat.h:2491: warning: ‘sysenterState.SysenterStateV45::rsp’ is used uninitialized in this function
  232. /tmp/vmware-config0/vmmon-only/common/task_compat.h:2492: warning: ‘sysenterState.SysenterStateV45::rip’ is used uninitialized in this function
  233. /tmp/vmware-config0/vmmon-only/common/task_compat.h:3028: warning: ‘sysenterState.SysenterStateV45::validEIP’ may be used uninitialized in this function
  234. /tmp/vmware-config0/vmmon-only/common/task_compat.h:3028: warning: ‘sysenterState.SysenterStateV45::cs’ may be used uninitialized in this function
  235. /tmp/vmware-config0/vmmon-only/common/task_compat.h: In function ‘int Vmx86_RunVM(VMCrossPage*, VMDriver*) [with VMCrossPage = VMCrossPageV2]’:
  236. /tmp/vmware-config0/vmmon-only/common/task_compat.h:2491: warning: ‘sysenterState.SysenterStateV45::rsp’ is used uninitialized in this function
  237. /tmp/vmware-config0/vmmon-only/common/task_compat.h:2492: warning: ‘sysenterState.SysenterStateV45::rip’ is used uninitialized in this function
  238. /tmp/vmware-config0/vmmon-only/common/task_compat.h:3028: warning: ‘sysenterState.SysenterStateV45::validEIP’ may be used uninitialized in this function
  239. /tmp/vmware-config0/vmmon-only/common/task_compat.h:3028: warning: ‘sysenterState.SysenterStateV45::cs’ may be used uninitialized in this function
  240. /tmp/vmware-config0/vmmon-only/common/task_compat.h: In function ‘int Vmx86_RunVM_V4(VMDriver*, Vcpuid) [with VMCrossPage = VMCrossPageV4]’:
  241. /tmp/vmware-config0/vmmon-only/common/task_compat.h:3028: warning: ‘sysenterState.SysenterStateV45::validEIP’ may be used uninitialized in this function
  242. /tmp/vmware-config0/vmmon-only/common/task_compat.h:3028: warning: ‘sysenterState.SysenterStateV45::cs’ may be used uninitialized in this function
  243. /tmp/vmware-config0/vmmon-only/common/task_compat.h:3028: warning: ‘sysenterState.SysenterStateV45::rsp’ may be used uninitialized in this function
  244. /tmp/vmware-config0/vmmon-only/common/task_compat.h:3028: warning: ‘sysenterState.SysenterStateV45::rip’ may be used uninitialized in this function
  245. /tmp/vmware-config0/vmmon-only/common/task_compat.h: In function ‘int Vmx86_RunVM(VMDriver*, Vcpuid)’:
  246. /tmp/vmware-config0/vmmon-only/common/task_compat.h:2491: warning: ‘sysenterState.SysenterStateV45::rsp’ is used uninitialized in this function
  247. /tmp/vmware-config0/vmmon-only/common/task_compat.h:2492: warning: ‘sysenterState.SysenterStateV45::rip’ is used uninitialized in this function
  248. /tmp/vmware-config0/vmmon-only/common/task_compat.h:3028: warning: ‘sysenterState.SysenterStateV45::validEIP’ may be used uninitialized in this function
  249. /tmp/vmware-config0/vmmon-only/common/task_compat.h:3028: warning: ‘sysenterState.SysenterStateV45::cs’ may be used uninitialized in this function
  250. /tmp/vmware-config0/vmmon-only/common/task_compat.h:3028: warning: ‘sysenterState.SysenterStateV45::validEIP’ may be used uninitialized in this function
  251. /tmp/vmware-config0/vmmon-only/common/task_compat.h:3028: warning: ‘sysenterState.SysenterStateV45::cs’ may be used uninitialized in this function
  252. /tmp/vmware-config0/vmmon-only/common/task_compat.h:3028: warning: ‘sysenterState.SysenterStateV45::rsp’ may be used uninitialized in this function
  253. /tmp/vmware-config0/vmmon-only/common/task_compat.h:3028: warning: ‘sysenterState.SysenterStateV45::rip’ may be used uninitialized in this function
  254. /tmp/vmware-config0/vmmon-only/common/task_compat.h:3028: warning: ‘sysenterState.SysenterStateV45::validEIP’ may be used uninitialized in this function
  255. /tmp/vmware-config0/vmmon-only/common/task_compat.h:3028: warning: ‘sysenterState.SysenterStateV45::cs’ may be used uninitialized in this function
  256. /tmp/vmware-config0/vmmon-only/common/task_compat.h:3028: warning: ‘sysenterState.SysenterStateV45::rsp’ may be used uninitialized in this function
  257. /tmp/vmware-config0/vmmon-only/common/task_compat.h:3028: warning: ‘sysenterState.SysenterStateV45::rip’ may be used uninitialized in this function
  258. /tmp/vmware-config0/vmmon-only/common/task_compat.h: In function ‘void Task_Switch_V45(VMDriver*, Vcpuid)’:
  259. /tmp/vmware-config0/vmmon-only/common/task_compat.h:2666: warning: ‘sysenterState.SysenterStateV45::validEIP’ may be used uninitialized in this function
  260. /tmp/vmware-config0/vmmon-only/common/task_compat.h:2666: warning: ‘sysenterState.SysenterStateV45::cs’ may be used uninitialized in this function
  261. /tmp/vmware-config0/vmmon-only/common/task_compat.h:2666: warning: ‘sysenterState.SysenterStateV45::rsp’ may be used uninitialized in this function
  262. /tmp/vmware-config0/vmmon-only/common/task_compat.h:2666: warning: ‘sysenterState.SysenterStateV45::rip’ may be used uninitialized in this function
  263.   CC [M]  /tmp/vmware-config0/vmmon-only/common/vmciContext.o
  264.   CC [M]  /tmp/vmware-config0/vmmon-only/common/vmciDatagram.o
  265.   CC [M]  /tmp/vmware-config0/vmmon-only/common/vmciDriver.o
  266.   CC [M]  /tmp/vmware-config0/vmmon-only/common/vmciDs.o
  267.   CC [M]  /tmp/vmware-config0/vmmon-only/common/vmciGroup.o
  268.   CC [M]  /tmp/vmware-config0/vmmon-only/common/vmciHashtable.o
  269.   CC [M]  /tmp/vmware-config0/vmmon-only/common/vmciProcess.o
  270.   CC [M]  /tmp/vmware-config0/vmmon-only/common/vmciResource.o
  271.   CC [M]  /tmp/vmware-config0/vmmon-only/common/vmciSharedMem.o
  272.   CC [M]  /tmp/vmware-config0/vmmon-only/common/vmx86.o
  273.   CC [M]  /tmp/vmware-config0/vmmon-only/vmcore/compat.o
  274.   CC [M]  /tmp/vmware-config0/vmmon-only/vmcore/moduleloop.o
  275.   LD [M]  /tmp/vmware-config0/vmmon-only/vmmon.o
  276.   Building modules, stage 2.
  277.   MODPOST 1 modules
  278.   CC      /tmp/vmware-config0/vmmon-only/vmmon.mod.o
  279.   LD [M]  /tmp/vmware-config0/vmmon-only/vmmon.ko
  280. make[1]: Leaving directory `/usr/src/linux-headers-2.6.22-14-generic'
  281. cp -f vmmon.ko ./../vmmon.o
  282. make: Leaving directory `/tmp/vmware-config0/vmmon-only'
  283. The module loads perfectly in the running kernel.
  284.  
  285. This program previously created the file /dev/vmmon, and was about to remove
  286. it.  Somebody else apparently did it already.
  287.  
  288. Trying to find a suitable vmblock module for your running kernel.
  289.  
  290. None of the pre-built vmblock modules for VMware Workstation is suitable for
  291. your running kernel.  Do you want this program to try to build the vmblock
  292. module for your system (you need to have a C compiler installed on your
  293. system)? [yes]
  294.  
  295. Extracting the sources of the vmblock module.
  296.  
  297. Building the vmblock module.
  298.  
  299. Using 2.6.x kernel build system.
  300. make: Entering directory `/tmp/vmware-config0/vmblock-only'
  301. make -C /lib/modules/2.6.22-14-generic/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. modules
  302. make[1]: Entering directory `/usr/src/linux-headers-2.6.22-14-generic'
  303.   CC [M]  /tmp/vmware-config0/vmblock-only/linux/block.o
  304.   CC [M]  /tmp/vmware-config0/vmblock-only/linux/control.o
  305.   CC [M]  /tmp/vmware-config0/vmblock-only/linux/dbllnklst.o
  306.   CC [M]  /tmp/vmware-config0/vmblock-only/linux/dentry.o
  307.   CC [M]  /tmp/vmware-config0/vmblock-only/linux/file.o
  308.   CC [M]  /tmp/vmware-config0/vmblock-only/linux/filesystem.o
  309.   CC [M]  /tmp/vmware-config0/vmblock-only/linux/inode.o
  310.   CC [M]  /tmp/vmware-config0/vmblock-only/linux/module.o
  311.   CC [M]  /tmp/vmware-config0/vmblock-only/linux/stubs.o
  312.   CC [M]  /tmp/vmware-config0/vmblock-only/linux/super.o
  313.   LD [M]  /tmp/vmware-config0/vmblock-only/vmblock.o
  314.   Building modules, stage 2.
  315.   MODPOST 1 modules
  316.   CC      /tmp/vmware-config0/vmblock-only/vmblock.mod.o
  317.   LD [M]  /tmp/vmware-config0/vmblock-only/vmblock.ko
  318. make[1]: Leaving directory `/usr/src/linux-headers-2.6.22-14-generic'
  319. cp -f vmblock.ko ./../vmblock.o
  320. make: Leaving directory `/tmp/vmware-config0/vmblock-only'
  321. The module loads perfectly in the running kernel.
  322.  
  323. You have already setup networking.
  324.  
  325. Would you like to skip networking setup and keep your old settings as they are?
  326. (yes/no) [yes]
  327.  
  328. Trying to find a suitable vmnet module for your running kernel.
  329.  
  330. None of the pre-built vmnet modules for VMware Workstation is suitable for your
  331. running kernel.  Do you want this program to try to build the vmnet module for
  332. your system (you need to have a C compiler installed on your system)? [no] yes
  333.  
  334. Extracting the sources of the vmnet module.
  335.  
  336. Building the vmnet module.
  337.  
  338. Building for VMware Workstation 6.0.0.
  339. Using 2.6.x kernel build system.
  340. make: Entering directory `/tmp/vmware-config0/vmnet-only'
  341. make -C /lib/modules/2.6.22-14-generic/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. modules
  342. make[1]: Entering directory `/usr/src/linux-headers-2.6.22-14-generic'
  343.   CC [M]  /tmp/vmware-config0/vmnet-only/driver.o
  344.   CC [M]  /tmp/vmware-config0/vmnet-only/hub.o
  345.   CC [M]  /tmp/vmware-config0/vmnet-only/userif.o
  346.   CC [M]  /tmp/vmware-config0/vmnet-only/netif.o
  347.   CC [M]  /tmp/vmware-config0/vmnet-only/bridge.o
  348.   CC [M]  /tmp/vmware-config0/vmnet-only/filter.o
  349.   CC [M]  /tmp/vmware-config0/vmnet-only/procfs.o
  350.   CC [M]  /tmp/vmware-config0/vmnet-only/smac_compat.o
  351.   CC [M]  /tmp/vmware-config0/vmnet-only/smac_linux.x386.o
  352.   LD [M]  /tmp/vmware-config0/vmnet-only/vmnet.o
  353.   Building modules, stage 2.
  354.   MODPOST 1 modules
  355.   CC      /tmp/vmware-config0/vmnet-only/vmnet.mod.o
  356.   LD [M]  /tmp/vmware-config0/vmnet-only/vmnet.ko
  357. make[1]: Leaving directory `/usr/src/linux-headers-2.6.22-14-generic'
  358. cp -f vmnet.ko ./../vmnet.o
  359. make: Leaving directory `/tmp/vmware-config0/vmnet-only'
  360. The module loads perfectly in the running kernel.
  361.  
  362. Do you want to install the Eclipse Integrated Virtual Debugger? You must have
  363. the Eclipse IDE installed. [no]
  364.  
  365. Starting VMware services:
  366.    Virtual machine monitor                                             done
  367.    Blocking file system:                                               done
  368.    Virtual ethernet                                                    done
  369.    Bridged networking on /dev/vmnet0                                   done
  370.    Host network detection                                              done
  371.    Host-only networking on /dev/vmnet8 (background)                    done
  372.    DHCP server on /dev/vmnet8                                         failed
  373.    NAT service on /dev/vmnet8                                         failed
  374.  
  375. The configuration of VMware Workstation 6.0.1 build-55017 for Linux for this
  376. running kernel completed successfully.
  377.  
  378. You can now run VMware Workstation by invoking the following command:
  379. "/usr/bin/vmware".
  380.  
  381. Enjoy,
  382.  
  383. --the VMware team
  384.  
  385. [email protected]:~/Desktop/vmware-any-any-update114$
  386. [email protected]:~/Desktop/vmware-any-any-update114$ sudo ./usr/bin/vmware
  387. sudo: ./usr/bin/vmware: command not found
  388. [email protected]:~/Desktop/vmware-any-any-update114$ cd /usr/bin/vmware
  389. bash: cd: /usr/bin/vmware: Not a directory
  390. [email protected]:~/Desktop/vmware-any-any-update114$ cd /usr/bin
  391. [email protected]:/usr/bin$ sudo ./vmware
  392. vmware is installed, but it has not been (correctly) configured
  393. for this system. To (re-)configure it, invoke the following command:
  394. /usr/bin/vmware-config.pl.
  395.  
  396. [email protected]:/usr/bin$ cd /home/bharadwaj/Desktop/vmware-any-any-update114/
  397. [email protected]:~/Desktop/vmware-any-any-update114$ ls
  398. runme.pl  services.sh  update  update.c  vmblock.tar  vmmon.tar  vmnet.tar
  399. [email protected]:~/Desktop/vmware-any-any-update114$ sudo ./update
  400. File name missing!
  401. [email protected]:~/Desktop/vmware-any-any-update114$ sudo ./services.sh
  402. Usage: services.sh {start|stop|status|restart}
  403. [email protected]:~/Desktop/vmware-any-any-update114$ sudo ./update.c
  404. sudo: ./update.c: command not found
  405. [email protected]:~/Desktop/vmware-any-any-update114$

advertising

Update the Post

Either update this post and resubmit it with changes, or make a new post.

You may also comment on this post.

update paste below
details of the post (optional)

Note: Only the paste content is required, though the following information can be useful to others.

Save name / title?

(space separated, optional)



Please note that information posted here will not expire by default. If you do not want it to expire, please set the expiry time above. If it is set to expire, web search engines will not be allowed to index it prior to it expiring. Items that are not marked to expire will be indexable by search engines. Be careful with your passwords. All illegal activities will be reported and any information will be handed over to the authorities, so be good.

comments powered by Disqus
worth-right