| 1 | * mitty@vmserv:~$ sudo vmware-config.pl |
| 2 | {{{ |
| 3 | Making sure services for VMware Server are stopped. |
| 4 | |
| 5 | Stopping VMware autostart virtual machines: |
| 6 | Virtual machines failed |
| 7 | Stopping VMware management services: |
| 8 | VMware Virtual Infrastructure Web Access |
| 9 | VMware Server Host Agent failed |
| 10 | Stopping 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 | |
| 24 | You must read and accept the End User License Agreement to continue. |
| 25 | Press enter to display it. |
| 26 | |
| 27 | (snip) |
| 28 | |
| 29 | Do you accept? (yes/no) yes |
| 30 | |
| 31 | Thank you. |
| 32 | |
| 33 | None of the pre-built vmmon modules for VMware Server is suitable for your |
| 34 | running kernel. Do you want this program to try to build the vmmon module for |
| 35 | your system (you need to have a C compiler installed on your system)? [yes] |
| 36 | |
| 37 | Using compiler "/usr/bin/gcc". Use environment variable CC to override. |
| 38 | |
| 39 | What is the location of the directory of C header files that match your running |
| 40 | kernel? [/lib/modules/2.6.32-22-server/build/include] |
| 41 | |
| 42 | Extracting the sources of the vmmon module. |
| 43 | |
| 44 | Building the vmmon module. |
| 45 | |
| 46 | Using 2.6.x kernel build system. |
| 47 | make: Entering directory `/tmp/vmware-config0/vmmon-only' |
| 48 | make -C /lib/modules/2.6.32-22-server/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. modules |
| 49 | make[1]: Entering directory `/usr/src/linux-headers-2.6.32-22-server' |
| 50 | CC [M] /tmp/vmware-config0/vmmon-only/linux/driver.o |
| 51 | In 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 |
| 54 | In 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 |
| 59 | In 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 |
| 73 | In 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 |
| 77 | In 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 |
| 86 | make[1]: Leaving directory `/usr/src/linux-headers-2.6.32-22-server' |
| 87 | cp -f vmmon.ko ./../vmmon.o |
| 88 | make: Leaving directory `/tmp/vmware-config0/vmmon-only' |
| 89 | The vmmon module loads perfectly into the running kernel. |
| 90 | |
| 91 | None of the pre-built vmci modules for VMware Server is suitable for your |
| 92 | running kernel. Do you want this program to try to build the vmci module for |
| 93 | your system (you need to have a C compiler installed on your system)? [yes] |
| 94 | |
| 95 | Extracting the sources of the vmci module. |
| 96 | |
| 97 | Building the vmci module. |
| 98 | |
| 99 | Using 2.6.x kernel build system. |
| 100 | make: Entering directory `/tmp/vmware-config0/vmci-only' |
| 101 | make -C /lib/modules/2.6.32-22-server/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. modules |
| 102 | make[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 |
| 121 | make[1]: Leaving directory `/usr/src/linux-headers-2.6.32-22-server' |
| 122 | cp -f vmci.ko ./../vmci.o |
| 123 | make: Leaving directory `/tmp/vmware-config0/vmci-only' |
| 124 | The vmci module loads perfectly into the running kernel. |
| 125 | |
| 126 | VMWare config patch VMCI! |
| 127 | `/tmp/vmware-config0/vmci-only/Module.symvers' -> `/tmp/vmware-config0/../Module.symvers' |
| 128 | None of the pre-built vsock modules for VMware Server is suitable for your |
| 129 | running kernel. Do you want this program to try to build the vsock module for |
| 130 | your system (you need to have a C compiler installed on your system)? [yes] |
| 131 | |
| 132 | Extracting the sources of the vsock module. |
| 133 | |
| 134 | VMWare config patch VSOCK! |
| 135 | `/tmp/vmware-config0/../Module.symvers' -> `/tmp/vmware-config0/vsock-only/Module.symvers' |
| 136 | Building the vsock module. |
| 137 | |
| 138 | Using 2.6.x kernel build system. |
| 139 | make: Entering directory `/tmp/vmware-config0/vsock-only' |
| 140 | make -C /lib/modules/2.6.32-22-server/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. modules |
| 141 | make[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 |
| 151 | make[1]: Leaving directory `/usr/src/linux-headers-2.6.32-22-server' |
| 152 | cp -f vsock.ko ./../vsock.o |
| 153 | make: Leaving directory `/tmp/vmware-config0/vsock-only' |
| 154 | The vsock module loads perfectly into the running kernel. |
| 155 | |
| 156 | This program previously created the file /dev/vmnet0, and was about to remove |
| 157 | it. Somebody else apparently did it already. |
| 158 | |
| 159 | This program previously created the file /dev/vmnet1, and was about to remove |
| 160 | it. Somebody else apparently did it already. |
| 161 | |
| 162 | This program previously created the file /dev/vmnet8, and was about to remove |
| 163 | it. Somebody else apparently did it already. |
| 164 | |
| 165 | You have already setup networking. |
| 166 | |
| 167 | Would you like to skip networking setup and keep your old settings as they are? |
| 168 | (yes/no) [yes] |
| 169 | |
| 170 | None of the pre-built vmnet modules for VMware Server is suitable for your |
| 171 | running kernel. Do you want this program to try to build the vmnet module for |
| 172 | your system (you need to have a C compiler installed on your system)? [yes] |
| 173 | |
| 174 | Extracting the sources of the vmnet module. |
| 175 | |
| 176 | Building the vmnet module. |
| 177 | |
| 178 | Using 2.6.x kernel build system. |
| 179 | make: Entering directory `/tmp/vmware-config0/vmnet-only' |
| 180 | make -C /lib/modules/2.6.32-22-server/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. modules |
| 181 | make[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 |
| 199 | make[1]: Leaving directory `/usr/src/linux-headers-2.6.32-22-server' |
| 200 | cp -f vmnet.ko ./../vmnet.o |
| 201 | make: Leaving directory `/tmp/vmware-config0/vmnet-only' |
| 202 | The vmnet module loads perfectly into the running kernel. |
| 203 | |
| 204 | Please specify a port for remote connections to use [902] |
| 205 | |
| 206 | Using Existing SSL Certificate. |
| 207 | You 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 |
| 209 | that you may need to migrate to your current config.xml. |
| 210 | |
| 211 | Do you want to use the current proxy port values? [yes] |
| 212 | |
| 213 | The current administrative user for VMware Server is 'mitty'. Would you like |
| 214 | to specify a different administrator? [no] |
| 215 | |
| 216 | Using mitty as the VMware Server administrator. |
| 217 | |
| 218 | You 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 |
| 220 | values that you may need to migrate to your current authorization.xml. |
| 221 | |
| 222 | You 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 |
| 224 | values that you may need to migrate to your current vmInventory.xml. |
| 225 | |
| 226 | You 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 |
| 228 | file for any new values that you may need to migrate to your current |
| 229 | clients.xml. |
| 230 | |
| 231 | This program previously created the file |
| 232 | /usr/lib/vmware/webAccess/tomcat/apache-tomcat-6.0.16/work, and was about to |
| 233 | remove it. Somebody else apparently did it already. |
| 234 | |
| 235 | insserv: warning: current stop runlevel(s) (0 2 3 5 6) of script `vmware' overwrites defaults (0 6). |
| 236 | The script you are attempting to invoke has been converted to an Upstart |
| 237 | job, but lsb-header is not supported for Upstart jobs. |
| 238 | insserv: warning: script 'hostname' missing LSB tags and overrides |
| 239 | The script you are attempting to invoke has been converted to an Upstart |
| 240 | job, but lsb-header is not supported for Upstart jobs. |
| 241 | insserv: warning: script 'network-interface-security' missing LSB tags and overrides |
| 242 | The script you are attempting to invoke has been converted to an Upstart |
| 243 | job, but lsb-header is not supported for Upstart jobs. |
| 244 | insserv: warning: script 'network-interface' missing LSB tags and overrides |
| 245 | insserv: warning: current start runlevel(s) (0) of script `halt' overwrites defaults (empty). |
| 246 | insserv: warning: current start runlevel(s) (0 6) of script `umountnfs.sh' overwrites defaults (empty). |
| 247 | insserv: warning: current start runlevel(s) (0 6) of script `umountfs' overwrites defaults (empty). |
| 248 | insserv: warning: current start runlevel(s) (0 6) of script `umountroot' overwrites defaults (empty). |
| 249 | insserv: warning: current start runlevel(s) (6) of script `reboot' overwrites defaults (empty). |
| 250 | insserv: warning: current start runlevel(s) (0 6) of script `sendsigs' overwrites defaults (empty). |
| 251 | The script you are attempting to invoke has been converted to an Upstart |
| 252 | job, but lsb-header is not supported for Upstart jobs. |
| 253 | insserv: warning: script 'module-init-tools' missing LSB tags and overrides |
| 254 | insserv: warning: current start runlevel(s) (0 6) of script `networking' overwrites defaults (empty). |
| 255 | The script you are attempting to invoke has been converted to an Upstart |
| 256 | job, but lsb-header is not supported for Upstart jobs. |
| 257 | insserv: warning: script 'plymouth' missing LSB tags and overrides |
| 258 | The script you are attempting to invoke has been converted to an Upstart |
| 259 | job, but lsb-header is not supported for Upstart jobs. |
| 260 | insserv: warning: script 'plymouth-log' missing LSB tags and overrides |
| 261 | The script you are attempting to invoke has been converted to an Upstart |
| 262 | job, but lsb-header is not supported for Upstart jobs. |
| 263 | insserv: warning: script 'plymouth-splash' missing LSB tags and overrides |
| 264 | The script you are attempting to invoke has been converted to an Upstart |
| 265 | job, but lsb-header is not supported for Upstart jobs. |
| 266 | insserv: warning: script 'plymouth-stop' missing LSB tags and overrides |
| 267 | The script you are attempting to invoke has been converted to an Upstart |
| 268 | job, but lsb-header is not supported for Upstart jobs. |
| 269 | insserv: warning: script 'procps' missing LSB tags and overrides |
| 270 | The script you are attempting to invoke has been converted to an Upstart |
| 271 | job, but lsb-header is not supported for Upstart jobs. |
| 272 | insserv: warning: script 'udev' missing LSB tags and overrides |
| 273 | The script you are attempting to invoke has been converted to an Upstart |
| 274 | job, but lsb-header is not supported for Upstart jobs. |
| 275 | insserv: warning: script 'udev-finish' missing LSB tags and overrides |
| 276 | The script you are attempting to invoke has been converted to an Upstart |
| 277 | job, but lsb-header is not supported for Upstart jobs. |
| 278 | insserv: warning: script 'udevtrigger' missing LSB tags and overrides |
| 279 | The script you are attempting to invoke has been converted to an Upstart |
| 280 | job, but lsb-header is not supported for Upstart jobs. |
| 281 | insserv: warning: script 'udevmonitor' missing LSB tags and overrides |
| 282 | The script you are attempting to invoke has been converted to an Upstart |
| 283 | job, but lsb-header is not supported for Upstart jobs. |
| 284 | insserv: warning: script 'hwclock' missing LSB tags and overrides |
| 285 | The script you are attempting to invoke has been converted to an Upstart |
| 286 | job, but lsb-header is not supported for Upstart jobs. |
| 287 | insserv: warning: script 'hwclock-save' missing LSB tags and overrides |
| 288 | The script you are attempting to invoke has been converted to an Upstart |
| 289 | job, but lsb-header is not supported for Upstart jobs. |
| 290 | insserv: warning: script 'console-setup' missing LSB tags and overrides |
| 291 | The script you are attempting to invoke has been converted to an Upstart |
| 292 | job, but lsb-header is not supported for Upstart jobs. |
| 293 | insserv: warning: script 'cron' missing LSB tags and overrides |
| 294 | The script you are attempting to invoke has been converted to an Upstart |
| 295 | job, but lsb-header is not supported for Upstart jobs. |
| 296 | insserv: warning: script 'rsyslog' missing LSB tags and overrides |
| 297 | The script you are attempting to invoke has been converted to an Upstart |
| 298 | job, but lsb-header is not supported for Upstart jobs. |
| 299 | insserv: warning: script 'dmesg' missing LSB tags and overrides |
| 300 | The script you are attempting to invoke has been converted to an Upstart |
| 301 | job, but lsb-header is not supported for Upstart jobs. |
| 302 | insserv: warning: script 'atd' missing LSB tags and overrides |
| 303 | The script you are attempting to invoke has been converted to an Upstart |
| 304 | job, but lsb-header is not supported for Upstart jobs. |
| 305 | insserv: warning: script 'irqbalance' missing LSB tags and overrides |
| 306 | The script you are attempting to invoke has been converted to an Upstart |
| 307 | job, but lsb-header is not supported for Upstart jobs. |
| 308 | insserv: warning: script 'ufw' missing LSB tags and overrides |
| 309 | The script you are attempting to invoke has been converted to an Upstart |
| 310 | job, but lsb-header is not supported for Upstart jobs. |
| 311 | insserv: warning: script 'apport' missing LSB tags and overrides |
| 312 | insserv: warning: current start runlevel(s) (0 6) of script `wpa-ifupdown' overwrites defaults (empty). |
| 313 | insserv: script vmware-core: service VMware already provided! |
| 314 | insserv: script vmware-mgmt: service VMware already provided! |
| 315 | insserv: script vmware-autostart: service VMware already provided! |
| 316 | In which directory do you want to keep your virtual machine files? |
| 317 | [/var/lib/vmware/Virtual Machines] |
| 318 | |
| 319 | You 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 |
| 321 | values that you may need to migrate to your current datastores.xml. |
| 322 | |
| 323 | Do you want to enter a serial number now? (yes/no/help) [no] |
| 324 | |
| 325 | Starting 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 |
| 338 | Starting VMware management services: |
| 339 | VMware Server Host Agent (background) done |
| 340 | VMware Virtual Infrastructure Web Access |
| 341 | Starting VMware autostart virtual machines: |
| 342 | Virtual machines done |
| 343 | |
| 344 | The configuration of VMware Server 2.0.2 build-203138 for Linux for this |
| 345 | running kernel completed successfully. |
| 346 | }}} |