Changes between Initial Version and Version 1 of TipAndDoc/VM/VMware/Server/Lucid/evilninja/kernelupdated


Ignore:
Timestamp:
Jun 8, 2010 12:31:43 PM (14 years ago)
Author:
mitty
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TipAndDoc/VM/VMware/Server/Lucid/evilninja/kernelupdated

    v1 v1  
     1 * mitty@vmserv:~$ sudo vmware-config.pl 
     2{{{ 
     3Making sure services for VMware Server are stopped. 
     4 
     5Stopping VMware autostart virtual machines: 
     6   Virtual machines                                                   failed 
     7Stopping VMware management services: 
     8   VMware Virtual Infrastructure Web Access 
     9   VMware Server Host Agent                                           failed 
     10Stopping VMware services: 
     11   VMware Authentication Daemon                                        done 
     12   VM communication interface socket family:                           done 
     13   Virtual machine communication interface                             done 
     14   Virtual machine monitor                                             done 
     15   Bridged networking on /dev/vmnet0                                   done 
     16   Host network detection                                              done 
     17   DHCP server on /dev/vmnet1                                          done 
     18   Host-only networking on /dev/vmnet1                                 done 
     19   DHCP server on /dev/vmnet8                                          done 
     20   NAT service on /dev/vmnet8                                          done 
     21   Host-only networking on /dev/vmnet8                                 done 
     22   Virtual ethernet                                                    done 
     23 
     24You must read and accept the End User License Agreement to continue. 
     25Press enter to display it. 
     26 
     27(snip) 
     28 
     29Do you accept? (yes/no) yes 
     30 
     31Thank you. 
     32 
     33None of the pre-built vmmon modules for VMware Server is suitable for your 
     34running kernel.  Do you want this program to try to build the vmmon module for 
     35your system (you need to have a C compiler installed on your system)? [yes] 
     36 
     37Using compiler "/usr/bin/gcc". Use environment variable CC to override. 
     38 
     39What is the location of the directory of C header files that match your running 
     40kernel? [/lib/modules/2.6.32-22-server/build/include] 
     41 
     42Extracting the sources of the vmmon module. 
     43 
     44Building the vmmon module. 
     45 
     46Using 2.6.x kernel build system. 
     47make: Entering directory `/tmp/vmware-config0/vmmon-only' 
     48make -C /lib/modules/2.6.32-22-server/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. modules 
     49make[1]: Entering directory `/usr/src/linux-headers-2.6.32-22-server' 
     50  CC [M]  /tmp/vmware-config0/vmmon-only/linux/driver.o 
     51In file included from /tmp/vmware-config0/vmmon-only/./include/vm_asm.h:41, 
     52                 from /tmp/vmware-config0/vmmon-only/linux/driver.c:103: 
     53/tmp/vmware-config0/vmmon-only/./include/vm_asm_x86_64.h:56:7: warning: "_MSC_VER" is not defined 
     54In file included from /tmp/vmware-config0/vmmon-only/./include/vm_asm.h:41, 
     55                 from /tmp/vmware-config0/vmmon-only/linux/driver.c:103: 
     56/tmp/vmware-config0/vmmon-only/./include/vm_asm_x86_64.h:56:7: warning: "_MSC_VER" is not defined 
     57  CC [M]  /tmp/vmware-config0/vmmon-only/linux/driverLog.o 
     58  CC [M]  /tmp/vmware-config0/vmmon-only/linux/hostif.o 
     59In file included from /tmp/vmware-config0/vmmon-only/./include/vm_asm.h:41, 
     60                 from /tmp/vmware-config0/vmmon-only/linux/hostif.c:66: 
     61/tmp/vmware-config0/vmmon-only/./include/vm_asm_x86_64.h:56:7: warning: "_MSC_VER" is not defined 
     62/tmp/vmware-config0/vmmon-only/linux/hostif.c:3601:2: warning: #warning current->cred->fsuid = 0; 
     63/tmp/vmware-config0/vmmon-only/linux/hostif.c:3608:2: warning: #warning current->cred->fsuid = fsuid; 
     64/tmp/vmware-config0/vmmon-only/linux/hostif.c:3626:2: warning: #warning cap_lower(current->cred->cap_effective, CAP_SYS_RESOURCE); 
     65/tmp/vmware-config0/vmmon-only/linux/hostif.c: In function ‘HostIFReadUptimeWork’: 
     66/tmp/vmware-config0/vmmon-only/linux/hostif.c:1862: warning: ‘newUpBase’ may be used uninitialized in this function 
     67  CC [M]  /tmp/vmware-config0/vmmon-only/common/comport.o 
     68  CC [M]  /tmp/vmware-config0/vmmon-only/common/cpuid.o 
     69  CC [M]  /tmp/vmware-config0/vmmon-only/common/hashFunc.o 
     70  CC [M]  /tmp/vmware-config0/vmmon-only/common/memtrack.o 
     71  CC [M]  /tmp/vmware-config0/vmmon-only/common/phystrack.o 
     72  CC [M]  /tmp/vmware-config0/vmmon-only/common/task.o 
     73In file included from /tmp/vmware-config0/vmmon-only/./include/vm_asm.h:41, 
     74                 from /tmp/vmware-config0/vmmon-only/common/task.c:50: 
     75/tmp/vmware-config0/vmmon-only/./include/vm_asm_x86_64.h:56:7: warning: "_MSC_VER" is not defined 
     76  CC [M]  /tmp/vmware-config0/vmmon-only/common/vmx86.o 
     77In file included from /tmp/vmware-config0/vmmon-only/./include/vm_asm.h:41, 
     78                 from /tmp/vmware-config0/vmmon-only/common/vmx86.c:43: 
     79/tmp/vmware-config0/vmmon-only/./include/vm_asm_x86_64.h:56:7: warning: "_MSC_VER" is not defined 
     80  CC [M]  /tmp/vmware-config0/vmmon-only/vmcore/moduleloop.o 
     81  LD [M]  /tmp/vmware-config0/vmmon-only/vmmon.o 
     82  Building modules, stage 2. 
     83  MODPOST 1 modules 
     84  CC      /tmp/vmware-config0/vmmon-only/vmmon.mod.o 
     85  LD [M]  /tmp/vmware-config0/vmmon-only/vmmon.ko 
     86make[1]: Leaving directory `/usr/src/linux-headers-2.6.32-22-server' 
     87cp -f vmmon.ko ./../vmmon.o 
     88make: Leaving directory `/tmp/vmware-config0/vmmon-only' 
     89The vmmon module loads perfectly into the running kernel. 
     90 
     91None of the pre-built vmci modules for VMware Server is suitable for your 
     92running kernel.  Do you want this program to try to build the vmci module for 
     93your system (you need to have a C compiler installed on your system)? [yes] 
     94 
     95Extracting the sources of the vmci module. 
     96 
     97Building the vmci module. 
     98 
     99Using 2.6.x kernel build system. 
     100make: Entering directory `/tmp/vmware-config0/vmci-only' 
     101make -C /lib/modules/2.6.32-22-server/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. modules 
     102make[1]: Entering directory `/usr/src/linux-headers-2.6.32-22-server' 
     103  CC [M]  /tmp/vmware-config0/vmci-only/linux/driver.o 
     104  CC [M]  /tmp/vmware-config0/vmci-only/linux/driverLog.o 
     105  CC [M]  /tmp/vmware-config0/vmci-only/linux/vmciKernelIf.o 
     106  CC [M]  /tmp/vmware-config0/vmci-only/common/vmciContext.o 
     107  CC [M]  /tmp/vmware-config0/vmci-only/common/vmciDatagram.o 
     108  CC [M]  /tmp/vmware-config0/vmci-only/common/vmciDriver.o 
     109  CC [M]  /tmp/vmware-config0/vmci-only/common/vmciDs.o 
     110  CC [M]  /tmp/vmware-config0/vmci-only/common/vmciEvent.o 
     111  CC [M]  /tmp/vmware-config0/vmci-only/common/vmciGroup.o 
     112  CC [M]  /tmp/vmware-config0/vmci-only/common/vmciHashtable.o 
     113  CC [M]  /tmp/vmware-config0/vmci-only/common/vmciProcess.o 
     114  CC [M]  /tmp/vmware-config0/vmci-only/common/vmciQueuePair.o 
     115  CC [M]  /tmp/vmware-config0/vmci-only/common/vmciResource.o 
     116  LD [M]  /tmp/vmware-config0/vmci-only/vmci.o 
     117  Building modules, stage 2. 
     118  MODPOST 1 modules 
     119  CC      /tmp/vmware-config0/vmci-only/vmci.mod.o 
     120  LD [M]  /tmp/vmware-config0/vmci-only/vmci.ko 
     121make[1]: Leaving directory `/usr/src/linux-headers-2.6.32-22-server' 
     122cp -f vmci.ko ./../vmci.o 
     123make: Leaving directory `/tmp/vmware-config0/vmci-only' 
     124The vmci module loads perfectly into the running kernel. 
     125 
     126VMWare config patch VMCI! 
     127`/tmp/vmware-config0/vmci-only/Module.symvers' -> `/tmp/vmware-config0/../Module.symvers' 
     128None of the pre-built vsock modules for VMware Server is suitable for your 
     129running kernel.  Do you want this program to try to build the vsock module for 
     130your system (you need to have a C compiler installed on your system)? [yes] 
     131 
     132Extracting the sources of the vsock module. 
     133 
     134VMWare config patch VSOCK! 
     135`/tmp/vmware-config0/../Module.symvers' -> `/tmp/vmware-config0/vsock-only/Module.symvers' 
     136Building the vsock module. 
     137 
     138Using 2.6.x kernel build system. 
     139make: Entering directory `/tmp/vmware-config0/vsock-only' 
     140make -C /lib/modules/2.6.32-22-server/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. modules 
     141make[1]: Entering directory `/usr/src/linux-headers-2.6.32-22-server' 
     142  CC [M]  /tmp/vmware-config0/vsock-only/linux/af_vsock.o 
     143  CC [M]  /tmp/vmware-config0/vsock-only/linux/driverLog.o 
     144  CC [M]  /tmp/vmware-config0/vsock-only/linux/util.o 
     145  CC [M]  /tmp/vmware-config0/vsock-only/linux/vsockAddr.o 
     146  LD [M]  /tmp/vmware-config0/vsock-only/vsock.o 
     147  Building modules, stage 2. 
     148  MODPOST 1 modules 
     149  CC      /tmp/vmware-config0/vsock-only/vsock.mod.o 
     150  LD [M]  /tmp/vmware-config0/vsock-only/vsock.ko 
     151make[1]: Leaving directory `/usr/src/linux-headers-2.6.32-22-server' 
     152cp -f vsock.ko ./../vsock.o 
     153make: Leaving directory `/tmp/vmware-config0/vsock-only' 
     154The vsock module loads perfectly into the running kernel. 
     155 
     156This program previously created the file /dev/vmnet0, and was about to remove 
     157it.  Somebody else apparently did it already. 
     158 
     159This program previously created the file /dev/vmnet1, and was about to remove 
     160it.  Somebody else apparently did it already. 
     161 
     162This program previously created the file /dev/vmnet8, and was about to remove 
     163it.  Somebody else apparently did it already. 
     164 
     165You have already setup networking. 
     166 
     167Would you like to skip networking setup and keep your old settings as they are? 
     168(yes/no) [yes] 
     169 
     170None of the pre-built vmnet modules for VMware Server is suitable for your 
     171running kernel.  Do you want this program to try to build the vmnet module for 
     172your system (you need to have a C compiler installed on your system)? [yes] 
     173 
     174Extracting the sources of the vmnet module. 
     175 
     176Building the vmnet module. 
     177 
     178Using 2.6.x kernel build system. 
     179make: Entering directory `/tmp/vmware-config0/vmnet-only' 
     180make -C /lib/modules/2.6.32-22-server/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. modules 
     181make[1]: Entering directory `/usr/src/linux-headers-2.6.32-22-server' 
     182  CC [M]  /tmp/vmware-config0/vmnet-only/linux/driver.o 
     183  CC [M]  /tmp/vmware-config0/vmnet-only/linux/hub.o 
     184  CC [M]  /tmp/vmware-config0/vmnet-only/linux/userif.o 
     185  CC [M]  /tmp/vmware-config0/vmnet-only/linux/netif.o 
     186  CC [M]  /tmp/vmware-config0/vmnet-only/linux/bridge.o 
     187/tmp/vmware-config0/vmnet-only/linux/bridge.c:652:2: warning: #warning EHUD gotta figure out what this does and how to fix it: atomic_add(skb->truesize, &sk->sk_wmem_alloc); 
     188  CC [M]  /tmp/vmware-config0/vmnet-only/linux/filter.o 
     189  CC [M]  /tmp/vmware-config0/vmnet-only/linux/procfs.o 
     190  CC [M]  /tmp/vmware-config0/vmnet-only/linux/smac_compat.o 
     191  CC [M]  /tmp/vmware-config0/vmnet-only/linux/smac.o 
     192  CC [M]  /tmp/vmware-config0/vmnet-only/linux/vnetEvent.o 
     193  CC [M]  /tmp/vmware-config0/vmnet-only/linux/vnetUserListener.o 
     194  LD [M]  /tmp/vmware-config0/vmnet-only/vmnet.o 
     195  Building modules, stage 2. 
     196  MODPOST 1 modules 
     197  CC      /tmp/vmware-config0/vmnet-only/vmnet.mod.o 
     198  LD [M]  /tmp/vmware-config0/vmnet-only/vmnet.ko 
     199make[1]: Leaving directory `/usr/src/linux-headers-2.6.32-22-server' 
     200cp -f vmnet.ko ./../vmnet.o 
     201make: Leaving directory `/tmp/vmware-config0/vmnet-only' 
     202The vmnet module loads perfectly into the running kernel. 
     203 
     204Please specify a port for remote connections to use [902] 
     205 
     206Using Existing SSL Certificate. 
     207You have a pre-existing config.xml.  The new version will be created as 
     208/etc/vmware/hostd/NEW_config.xml.  Please check the new file for any new values 
     209that you may need to migrate to your current config.xml. 
     210 
     211Do you want to use the current proxy port values? [yes] 
     212 
     213The current administrative user for VMware Server  is 'mitty'.  Would you like 
     214to specify a different administrator? [no] 
     215 
     216Using mitty as the VMware Server administrator. 
     217 
     218You have a pre-existing authorization.xml.  The new version will be created as 
     219/etc/vmware/hostd/NEW_authorization.xml.  Please check the new file for any new 
     220values that you may need to migrate to your current authorization.xml. 
     221 
     222You have a pre-existing vmInventory.xml.  The new version will be created as 
     223/etc/vmware/hostd/NEW_vmInventory.xml.  Please check the new file for any new 
     224values that you may need to migrate to your current vmInventory.xml. 
     225 
     226You have a pre-existing clients.xml.  The new version will be created as 
     227/usr/lib/vmware/hostd/docroot/client/NEW_clients.xml.  Please check the new 
     228file for any new values that you may need to migrate to your current 
     229clients.xml. 
     230 
     231This program previously created the file 
     232/usr/lib/vmware/webAccess/tomcat/apache-tomcat-6.0.16/work, and was about to 
     233remove it.  Somebody else apparently did it already. 
     234 
     235insserv: warning: current stop runlevel(s) (0 2 3 5 6) of script `vmware' overwrites defaults (0 6). 
     236The script you are attempting to invoke has been converted to an Upstart 
     237job, but lsb-header is not supported for Upstart jobs. 
     238insserv: warning: script 'hostname' missing LSB tags and overrides 
     239The script you are attempting to invoke has been converted to an Upstart 
     240job, but lsb-header is not supported for Upstart jobs. 
     241insserv: warning: script 'network-interface-security' missing LSB tags and overrides 
     242The script you are attempting to invoke has been converted to an Upstart 
     243job, but lsb-header is not supported for Upstart jobs. 
     244insserv: warning: script 'network-interface' missing LSB tags and overrides 
     245insserv: warning: current start runlevel(s) (0) of script `halt' overwrites defaults (empty). 
     246insserv: warning: current start runlevel(s) (0 6) of script `umountnfs.sh' overwrites defaults (empty). 
     247insserv: warning: current start runlevel(s) (0 6) of script `umountfs' overwrites defaults (empty). 
     248insserv: warning: current start runlevel(s) (0 6) of script `umountroot' overwrites defaults (empty). 
     249insserv: warning: current start runlevel(s) (6) of script `reboot' overwrites defaults (empty). 
     250insserv: warning: current start runlevel(s) (0 6) of script `sendsigs' overwrites defaults (empty). 
     251The script you are attempting to invoke has been converted to an Upstart 
     252job, but lsb-header is not supported for Upstart jobs. 
     253insserv: warning: script 'module-init-tools' missing LSB tags and overrides 
     254insserv: warning: current start runlevel(s) (0 6) of script `networking' overwrites defaults (empty). 
     255The script you are attempting to invoke has been converted to an Upstart 
     256job, but lsb-header is not supported for Upstart jobs. 
     257insserv: warning: script 'plymouth' missing LSB tags and overrides 
     258The script you are attempting to invoke has been converted to an Upstart 
     259job, but lsb-header is not supported for Upstart jobs. 
     260insserv: warning: script 'plymouth-log' missing LSB tags and overrides 
     261The script you are attempting to invoke has been converted to an Upstart 
     262job, but lsb-header is not supported for Upstart jobs. 
     263insserv: warning: script 'plymouth-splash' missing LSB tags and overrides 
     264The script you are attempting to invoke has been converted to an Upstart 
     265job, but lsb-header is not supported for Upstart jobs. 
     266insserv: warning: script 'plymouth-stop' missing LSB tags and overrides 
     267The script you are attempting to invoke has been converted to an Upstart 
     268job, but lsb-header is not supported for Upstart jobs. 
     269insserv: warning: script 'procps' missing LSB tags and overrides 
     270The script you are attempting to invoke has been converted to an Upstart 
     271job, but lsb-header is not supported for Upstart jobs. 
     272insserv: warning: script 'udev' missing LSB tags and overrides 
     273The script you are attempting to invoke has been converted to an Upstart 
     274job, but lsb-header is not supported for Upstart jobs. 
     275insserv: warning: script 'udev-finish' missing LSB tags and overrides 
     276The script you are attempting to invoke has been converted to an Upstart 
     277job, but lsb-header is not supported for Upstart jobs. 
     278insserv: warning: script 'udevtrigger' missing LSB tags and overrides 
     279The script you are attempting to invoke has been converted to an Upstart 
     280job, but lsb-header is not supported for Upstart jobs. 
     281insserv: warning: script 'udevmonitor' missing LSB tags and overrides 
     282The script you are attempting to invoke has been converted to an Upstart 
     283job, but lsb-header is not supported for Upstart jobs. 
     284insserv: warning: script 'hwclock' missing LSB tags and overrides 
     285The script you are attempting to invoke has been converted to an Upstart 
     286job, but lsb-header is not supported for Upstart jobs. 
     287insserv: warning: script 'hwclock-save' missing LSB tags and overrides 
     288The script you are attempting to invoke has been converted to an Upstart 
     289job, but lsb-header is not supported for Upstart jobs. 
     290insserv: warning: script 'console-setup' missing LSB tags and overrides 
     291The script you are attempting to invoke has been converted to an Upstart 
     292job, but lsb-header is not supported for Upstart jobs. 
     293insserv: warning: script 'cron' missing LSB tags and overrides 
     294The script you are attempting to invoke has been converted to an Upstart 
     295job, but lsb-header is not supported for Upstart jobs. 
     296insserv: warning: script 'rsyslog' missing LSB tags and overrides 
     297The script you are attempting to invoke has been converted to an Upstart 
     298job, but lsb-header is not supported for Upstart jobs. 
     299insserv: warning: script 'dmesg' missing LSB tags and overrides 
     300The script you are attempting to invoke has been converted to an Upstart 
     301job, but lsb-header is not supported for Upstart jobs. 
     302insserv: warning: script 'atd' missing LSB tags and overrides 
     303The script you are attempting to invoke has been converted to an Upstart 
     304job, but lsb-header is not supported for Upstart jobs. 
     305insserv: warning: script 'irqbalance' missing LSB tags and overrides 
     306The script you are attempting to invoke has been converted to an Upstart 
     307job, but lsb-header is not supported for Upstart jobs. 
     308insserv: warning: script 'ufw' missing LSB tags and overrides 
     309The script you are attempting to invoke has been converted to an Upstart 
     310job, but lsb-header is not supported for Upstart jobs. 
     311insserv: warning: script 'apport' missing LSB tags and overrides 
     312insserv: warning: current start runlevel(s) (0 6) of script `wpa-ifupdown' overwrites defaults (empty). 
     313insserv: script vmware-core: service VMware already provided! 
     314insserv: script vmware-mgmt: service VMware already provided! 
     315insserv: script vmware-autostart: service VMware already provided! 
     316In which directory do you want to keep your virtual machine files? 
     317[/var/lib/vmware/Virtual Machines] 
     318 
     319You have a pre-existing datastores.xml.  The new version will be created as 
     320/etc/vmware/hostd/NEW_datastores.xml.  Please check the new file for any new 
     321values that you may need to migrate to your current datastores.xml. 
     322 
     323Do you want to enter a serial number now? (yes/no/help) [no] 
     324 
     325Starting VMware services: 
     326   Virtual machine monitor                                             done 
     327   Virtual machine communication interface                             done 
     328   VM communication interface socket family:                           done 
     329   Virtual ethernet                                                    done 
     330   Bridged networking on /dev/vmnet0                                   done 
     331   Host-only networking on /dev/vmnet1 (background)                    done 
     332   DHCP server on /dev/vmnet1                                          done 
     333   Host-only networking on /dev/vmnet8 (background)                    done 
     334   DHCP server on /dev/vmnet8                                          done 
     335   NAT service on /dev/vmnet8                                          done 
     336   VMware Server Authentication Daemon (background)                    done 
     337   Shared Memory Available                                             done 
     338Starting VMware management services: 
     339   VMware Server Host Agent (background)                               done 
     340   VMware Virtual Infrastructure Web Access 
     341Starting VMware autostart virtual machines: 
     342   Virtual machines                                                    done 
     343 
     344The configuration of VMware Server 2.0.2 build-203138 for Linux for this 
     345running kernel completed successfully. 
     346}}}