| 1 | * 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/./common/vmx86.h:32, |
| 52 | from /tmp/vmware-config0/vmmon-only/linux/driver.h:29, |
| 53 | from /tmp/vmware-config0/vmmon-only/linux/driver.c:101: |
| 54 | /tmp/vmware-config0/vmmon-only/./include/x86msr.h:164:1: warning: "MSR_THERM2_CTL" redefined |
| 55 | In file included from /usr/src/linux-headers-2.6.32-22-server/arch/x86/include/asm/msr.h:4, |
| 56 | from /usr/src/linux-headers-2.6.32-22-server/arch/x86/include/asm/processor.h:21, |
| 57 | from include/linux/prefetch.h:14, |
| 58 | from include/linux/list.h:6, |
| 59 | from include/linux/module.h:9, |
| 60 | from /tmp/vmware-config0/vmmon-only/./include/compat_module.h:27, |
| 61 | from /tmp/vmware-config0/vmmon-only/linux/driver.c:26: |
| 62 | /usr/src/linux-headers-2.6.32-22-server/arch/x86/include/asm/msr-index.h:227:1: warning: this is the location of the previous definition |
| 63 | In file included from /tmp/vmware-config0/vmmon-only/./common/vmx86.h:32, |
| 64 | from /tmp/vmware-config0/vmmon-only/linux/driver.h:29, |
| 65 | from /tmp/vmware-config0/vmmon-only/linux/driver.c:101: |
| 66 | /tmp/vmware-config0/vmmon-only/./include/x86msr.h:164:1: warning: "MSR_THERM2_CTL" redefined |
| 67 | In file included from /usr/src/linux-headers-2.6.32-22-server/arch/x86/include/asm/msr.h:4, |
| 68 | from /usr/src/linux-headers-2.6.32-22-server/arch/x86/include/asm/processor.h:21, |
| 69 | from include/linux/prefetch.h:14, |
| 70 | from include/linux/list.h:6, |
| 71 | from include/linux/module.h:9, |
| 72 | from /tmp/vmware-config0/vmmon-only/./include/compat_module.h:27, |
| 73 | from /tmp/vmware-config0/vmmon-only/linux/driver.c:26: |
| 74 | /usr/src/linux-headers-2.6.32-22-server/arch/x86/include/asm/msr-index.h:227:1: warning: this is the location of the previous definition |
| 75 | CC [M] /tmp/vmware-config0/vmmon-only/linux/driverLog.o |
| 76 | CC [M] /tmp/vmware-config0/vmmon-only/linux/hostif.o |
| 77 | In file included from /tmp/vmware-config0/vmmon-only/./common/vmx86.h:32, |
| 78 | from /tmp/vmware-config0/vmmon-only/./common/hostif.h:32, |
| 79 | from /tmp/vmware-config0/vmmon-only/linux/hostif.c:73: |
| 80 | /tmp/vmware-config0/vmmon-only/./include/x86msr.h:164:1: warning: "MSR_THERM2_CTL" redefined |
| 81 | In file included from /usr/src/linux-headers-2.6.32-22-server/arch/x86/include/asm/msr.h:4, |
| 82 | from /usr/src/linux-headers-2.6.32-22-server/arch/x86/include/asm/processor.h:21, |
| 83 | from /usr/src/linux-headers-2.6.32-22-server/arch/x86/include/asm/thread_info.h:22, |
| 84 | from include/linux/thread_info.h:56, |
| 85 | from include/linux/preempt.h:9, |
| 86 | from include/linux/spinlock.h:50, |
| 87 | from include/linux/mmzone.h:7, |
| 88 | from include/linux/gfp.h:4, |
| 89 | from include/linux/mm.h:8, |
| 90 | from /tmp/vmware-config0/vmmon-only/./include/compat_page.h:23, |
| 91 | from /tmp/vmware-config0/vmmon-only/linux/hostif.c:32: |
| 92 | /usr/src/linux-headers-2.6.32-22-server/arch/x86/include/asm/msr-index.h:227:1: warning: this is the location of the previous definition |
| 93 | CC [M] /tmp/vmware-config0/vmmon-only/common/comport.o |
| 94 | CC [M] /tmp/vmware-config0/vmmon-only/common/cpuid.o |
| 95 | CC [M] /tmp/vmware-config0/vmmon-only/common/hashFunc.o |
| 96 | CC [M] /tmp/vmware-config0/vmmon-only/common/memtrack.o |
| 97 | CC [M] /tmp/vmware-config0/vmmon-only/common/phystrack.o |
| 98 | CC [M] /tmp/vmware-config0/vmmon-only/common/task.o |
| 99 | CC [M] /tmp/vmware-config0/vmmon-only/common/vmx86.o |
| 100 | In file included from /tmp/vmware-config0/vmmon-only/common/vmx86.h:32, |
| 101 | from /tmp/vmware-config0/vmmon-only/common/vmx86.c:40: |
| 102 | /tmp/vmware-config0/vmmon-only/./include/x86msr.h:164:1: warning: "MSR_THERM2_CTL" redefined |
| 103 | In file included from /usr/src/linux-headers-2.6.32-22-server/arch/x86/include/asm/msr.h:4, |
| 104 | from /usr/src/linux-headers-2.6.32-22-server/arch/x86/include/asm/processor.h:21, |
| 105 | from /usr/src/linux-headers-2.6.32-22-server/arch/x86/include/asm/thread_info.h:22, |
| 106 | from include/linux/thread_info.h:56, |
| 107 | from include/linux/preempt.h:9, |
| 108 | from include/linux/spinlock.h:50, |
| 109 | from include/linux/seqlock.h:29, |
| 110 | from include/linux/time.h:8, |
| 111 | from include/linux/timex.h:56, |
| 112 | from include/linux/sched.h:56, |
| 113 | from /tmp/vmware-config0/vmmon-only/common/vmx86.c:32: |
| 114 | /usr/src/linux-headers-2.6.32-22-server/arch/x86/include/asm/msr-index.h:227:1: warning: this is the location of the previous definition |
| 115 | CC [M] /tmp/vmware-config0/vmmon-only/vmcore/moduleloop.o |
| 116 | In file included from /tmp/vmware-config0/vmmon-only/./common/vmx86.h:32, |
| 117 | from /tmp/vmware-config0/vmmon-only/vmcore/moduleloop.c:35: |
| 118 | /tmp/vmware-config0/vmmon-only/./include/x86msr.h:164:1: warning: "MSR_THERM2_CTL" redefined |
| 119 | In file included from /usr/src/linux-headers-2.6.32-22-server/arch/x86/include/asm/msr.h:4, |
| 120 | from /usr/src/linux-headers-2.6.32-22-server/arch/x86/include/asm/processor.h:21, |
| 121 | from /usr/src/linux-headers-2.6.32-22-server/arch/x86/include/asm/thread_info.h:22, |
| 122 | from include/linux/thread_info.h:56, |
| 123 | from include/linux/preempt.h:9, |
| 124 | from include/linux/spinlock.h:50, |
| 125 | from include/linux/seqlock.h:29, |
| 126 | from include/linux/time.h:8, |
| 127 | from include/linux/timex.h:56, |
| 128 | from include/linux/sched.h:56, |
| 129 | from /tmp/vmware-config0/vmmon-only/./include/compat_sched.h:23, |
| 130 | from /tmp/vmware-config0/vmmon-only/vmcore/moduleloop.c:31: |
| 131 | /usr/src/linux-headers-2.6.32-22-server/arch/x86/include/asm/msr-index.h:227:1: warning: this is the location of the previous definition |
| 132 | LD [M] /tmp/vmware-config0/vmmon-only/vmmon.o |
| 133 | Building modules, stage 2. |
| 134 | MODPOST 1 modules |
| 135 | CC /tmp/vmware-config0/vmmon-only/vmmon.mod.o |
| 136 | LD [M] /tmp/vmware-config0/vmmon-only/vmmon.ko |
| 137 | make[1]: Leaving directory `/usr/src/linux-headers-2.6.32-22-server' |
| 138 | cp -f vmmon.ko ./../vmmon.o |
| 139 | make: Leaving directory `/tmp/vmware-config0/vmmon-only' |
| 140 | The vmmon module loads perfectly into the running kernel. |
| 141 | |
| 142 | None of the pre-built vmci modules for VMware Server is suitable for your |
| 143 | running kernel. Do you want this program to try to build the vmci module for |
| 144 | your system (you need to have a C compiler installed on your system)? [yes] |
| 145 | |
| 146 | Extracting the sources of the vmci module. |
| 147 | |
| 148 | Building the vmci module. |
| 149 | |
| 150 | Using 2.6.x kernel build system. |
| 151 | make: Entering directory `/tmp/vmware-config0/vmci-only' |
| 152 | make -C /lib/modules/2.6.32-22-server/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. modules |
| 153 | make[1]: Entering directory `/usr/src/linux-headers-2.6.32-22-server' |
| 154 | CC [M] /tmp/vmware-config0/vmci-only/linux/driver.o |
| 155 | CC [M] /tmp/vmware-config0/vmci-only/linux/driverLog.o |
| 156 | CC [M] /tmp/vmware-config0/vmci-only/linux/vmciKernelIf.o |
| 157 | CC [M] /tmp/vmware-config0/vmci-only/common/vmciContext.o |
| 158 | CC [M] /tmp/vmware-config0/vmci-only/common/vmciDatagram.o |
| 159 | CC [M] /tmp/vmware-config0/vmci-only/common/vmciDriver.o |
| 160 | CC [M] /tmp/vmware-config0/vmci-only/common/vmciDs.o |
| 161 | CC [M] /tmp/vmware-config0/vmci-only/common/vmciEvent.o |
| 162 | CC [M] /tmp/vmware-config0/vmci-only/common/vmciGroup.o |
| 163 | CC [M] /tmp/vmware-config0/vmci-only/common/vmciHashtable.o |
| 164 | CC [M] /tmp/vmware-config0/vmci-only/common/vmciProcess.o |
| 165 | CC [M] /tmp/vmware-config0/vmci-only/common/vmciQueuePair.o |
| 166 | CC [M] /tmp/vmware-config0/vmci-only/common/vmciResource.o |
| 167 | LD [M] /tmp/vmware-config0/vmci-only/vmci.o |
| 168 | Building modules, stage 2. |
| 169 | MODPOST 1 modules |
| 170 | CC /tmp/vmware-config0/vmci-only/vmci.mod.o |
| 171 | LD [M] /tmp/vmware-config0/vmci-only/vmci.ko |
| 172 | make[1]: Leaving directory `/usr/src/linux-headers-2.6.32-22-server' |
| 173 | cp -f vmci.ko ./../vmci.o |
| 174 | make: Leaving directory `/tmp/vmware-config0/vmci-only' |
| 175 | The vmci module loads perfectly into the running kernel. |
| 176 | |
| 177 | VMWare config patch VMCI! |
| 178 | `/tmp/vmware-config0/vmci-only/Module.symvers' -> `/tmp/vmware-config0/../Module.symvers' |
| 179 | None of the pre-built vsock modules for VMware Server is suitable for your |
| 180 | running kernel. Do you want this program to try to build the vsock module for |
| 181 | your system (you need to have a C compiler installed on your system)? [yes] |
| 182 | |
| 183 | Extracting the sources of the vsock module. |
| 184 | |
| 185 | VMWare config patch VSOCK! |
| 186 | `/tmp/vmware-config0/../Module.symvers' -> `/tmp/vmware-config0/vsock-only/Module.symvers' |
| 187 | Building the vsock module. |
| 188 | |
| 189 | Using 2.6.x kernel build system. |
| 190 | make: Entering directory `/tmp/vmware-config0/vsock-only' |
| 191 | make -C /lib/modules/2.6.32-22-server/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. modules |
| 192 | make[1]: Entering directory `/usr/src/linux-headers-2.6.32-22-server' |
| 193 | CC [M] /tmp/vmware-config0/vsock-only/linux/af_vsock.o |
| 194 | CC [M] /tmp/vmware-config0/vsock-only/linux/driverLog.o |
| 195 | CC [M] /tmp/vmware-config0/vsock-only/linux/util.o |
| 196 | CC [M] /tmp/vmware-config0/vsock-only/linux/vsockAddr.o |
| 197 | LD [M] /tmp/vmware-config0/vsock-only/vsock.o |
| 198 | Building modules, stage 2. |
| 199 | MODPOST 1 modules |
| 200 | CC /tmp/vmware-config0/vsock-only/vsock.mod.o |
| 201 | LD [M] /tmp/vmware-config0/vsock-only/vsock.ko |
| 202 | make[1]: Leaving directory `/usr/src/linux-headers-2.6.32-22-server' |
| 203 | cp -f vsock.ko ./../vsock.o |
| 204 | make: Leaving directory `/tmp/vmware-config0/vsock-only' |
| 205 | The vsock module loads perfectly into the running kernel. |
| 206 | |
| 207 | This program previously created the file /dev/vmnet0, and was about to remove |
| 208 | it. Somebody else apparently did it already. |
| 209 | |
| 210 | This program previously created the file /dev/vmnet1, and was about to remove |
| 211 | it. Somebody else apparently did it already. |
| 212 | |
| 213 | This program previously created the file /dev/vmnet8, and was about to remove |
| 214 | it. Somebody else apparently did it already. |
| 215 | |
| 216 | You have already setup networking. |
| 217 | |
| 218 | Would you like to skip networking setup and keep your old settings as they are? |
| 219 | (yes/no) [yes] |
| 220 | |
| 221 | None of the pre-built vmnet modules for VMware Server is suitable for your |
| 222 | running kernel. Do you want this program to try to build the vmnet module for |
| 223 | your system (you need to have a C compiler installed on your system)? [yes] |
| 224 | |
| 225 | Extracting the sources of the vmnet module. |
| 226 | |
| 227 | Building the vmnet module. |
| 228 | |
| 229 | Using 2.6.x kernel build system. |
| 230 | make: Entering directory `/tmp/vmware-config0/vmnet-only' |
| 231 | make -C /lib/modules/2.6.32-22-server/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. modules |
| 232 | make[1]: Entering directory `/usr/src/linux-headers-2.6.32-22-server' |
| 233 | CC [M] /tmp/vmware-config0/vmnet-only/driver.o |
| 234 | CC [M] /tmp/vmware-config0/vmnet-only/hub.o |
| 235 | CC [M] /tmp/vmware-config0/vmnet-only/userif.o |
| 236 | CC [M] /tmp/vmware-config0/vmnet-only/netif.o |
| 237 | CC [M] /tmp/vmware-config0/vmnet-only/bridge.o |
| 238 | CC [M] /tmp/vmware-config0/vmnet-only/filter.o |
| 239 | CC [M] /tmp/vmware-config0/vmnet-only/procfs.o |
| 240 | CC [M] /tmp/vmware-config0/vmnet-only/smac_compat.o |
| 241 | CC [M] /tmp/vmware-config0/vmnet-only/smac.o |
| 242 | CC [M] /tmp/vmware-config0/vmnet-only/vnetEvent.o |
| 243 | CC [M] /tmp/vmware-config0/vmnet-only/vnetUserListener.o |
| 244 | LD [M] /tmp/vmware-config0/vmnet-only/vmnet.o |
| 245 | Building modules, stage 2. |
| 246 | MODPOST 1 modules |
| 247 | CC /tmp/vmware-config0/vmnet-only/vmnet.mod.o |
| 248 | LD [M] /tmp/vmware-config0/vmnet-only/vmnet.ko |
| 249 | make[1]: Leaving directory `/usr/src/linux-headers-2.6.32-22-server' |
| 250 | cp -f vmnet.ko ./../vmnet.o |
| 251 | make: Leaving directory `/tmp/vmware-config0/vmnet-only' |
| 252 | The vmnet module loads perfectly into the running kernel. |
| 253 | |
| 254 | Please specify a port for remote connections to use [902] |
| 255 | |
| 256 | Using Existing SSL Certificate. |
| 257 | You have a pre-existing config.xml. The new version will be created as |
| 258 | /etc/vmware/hostd/NEW_config.xml. Please check the new file for any new values |
| 259 | that you may need to migrate to your current config.xml. |
| 260 | |
| 261 | Do you want to use the current proxy port values? [yes] |
| 262 | |
| 263 | The current administrative user for VMware Server is 'root'. Would you like |
| 264 | to specify a different administrator? [no] |
| 265 | |
| 266 | Using root as the VMware Server administrator. |
| 267 | |
| 268 | You have a pre-existing authorization.xml. The new version will be created as |
| 269 | /etc/vmware/hostd/NEW_authorization.xml. Please check the new file for any new |
| 270 | values that you may need to migrate to your current authorization.xml. |
| 271 | |
| 272 | You have a pre-existing vmInventory.xml. The new version will be created as |
| 273 | /etc/vmware/hostd/NEW_vmInventory.xml. Please check the new file for any new |
| 274 | values that you may need to migrate to your current vmInventory.xml. |
| 275 | |
| 276 | You have a pre-existing clients.xml. The new version will be created as |
| 277 | /usr/lib/vmware/hostd/docroot/client/NEW_clients.xml. Please check the new |
| 278 | file for any new values that you may need to migrate to your current |
| 279 | clients.xml. |
| 280 | |
| 281 | This program previously created the file |
| 282 | /usr/lib/vmware/webAccess/tomcat/apache-tomcat-6.0.16/work, and was about to |
| 283 | remove it. Somebody else apparently did it already. |
| 284 | |
| 285 | insserv: warning: current stop runlevel(s) (0 2 3 5 6) of script `vmware' overwrites defaults (0 6). |
| 286 | The script you are attempting to invoke has been converted to an Upstart |
| 287 | job, but lsb-header is not supported for Upstart jobs. |
| 288 | insserv: warning: script 'hostname' missing LSB tags and overrides |
| 289 | The script you are attempting to invoke has been converted to an Upstart |
| 290 | job, but lsb-header is not supported for Upstart jobs. |
| 291 | insserv: warning: script 'network-interface-security' missing LSB tags and overrides |
| 292 | The script you are attempting to invoke has been converted to an Upstart |
| 293 | job, but lsb-header is not supported for Upstart jobs. |
| 294 | insserv: warning: script 'network-interface' missing LSB tags and overrides |
| 295 | insserv: warning: current start runlevel(s) (0) of script `halt' overwrites defaults (empty). |
| 296 | insserv: warning: current start runlevel(s) (0 6) of script `umountnfs.sh' overwrites defaults (empty). |
| 297 | insserv: warning: current start runlevel(s) (0 6) of script `umountfs' overwrites defaults (empty). |
| 298 | insserv: warning: current start runlevel(s) (0 6) of script `umountroot' overwrites defaults (empty). |
| 299 | insserv: warning: current start runlevel(s) (6) of script `reboot' overwrites defaults (empty). |
| 300 | insserv: warning: current start runlevel(s) (0 6) of script `sendsigs' overwrites defaults (empty). |
| 301 | The script you are attempting to invoke has been converted to an Upstart |
| 302 | job, but lsb-header is not supported for Upstart jobs. |
| 303 | insserv: warning: script 'module-init-tools' missing LSB tags and overrides |
| 304 | insserv: warning: current start runlevel(s) (0 6) of script `networking' overwrites defaults (empty). |
| 305 | The script you are attempting to invoke has been converted to an Upstart |
| 306 | job, but lsb-header is not supported for Upstart jobs. |
| 307 | insserv: warning: script 'plymouth' missing LSB tags and overrides |
| 308 | The script you are attempting to invoke has been converted to an Upstart |
| 309 | job, but lsb-header is not supported for Upstart jobs. |
| 310 | insserv: warning: script 'plymouth-log' missing LSB tags and overrides |
| 311 | The script you are attempting to invoke has been converted to an Upstart |
| 312 | job, but lsb-header is not supported for Upstart jobs. |
| 313 | insserv: warning: script 'plymouth-splash' missing LSB tags and overrides |
| 314 | The script you are attempting to invoke has been converted to an Upstart |
| 315 | job, but lsb-header is not supported for Upstart jobs. |
| 316 | insserv: warning: script 'plymouth-stop' missing LSB tags and overrides |
| 317 | The script you are attempting to invoke has been converted to an Upstart |
| 318 | job, but lsb-header is not supported for Upstart jobs. |
| 319 | insserv: warning: script 'procps' missing LSB tags and overrides |
| 320 | The script you are attempting to invoke has been converted to an Upstart |
| 321 | job, but lsb-header is not supported for Upstart jobs. |
| 322 | insserv: warning: script 'udev' missing LSB tags and overrides |
| 323 | The script you are attempting to invoke has been converted to an Upstart |
| 324 | job, but lsb-header is not supported for Upstart jobs. |
| 325 | insserv: warning: script 'udev-finish' missing LSB tags and overrides |
| 326 | The script you are attempting to invoke has been converted to an Upstart |
| 327 | job, but lsb-header is not supported for Upstart jobs. |
| 328 | insserv: warning: script 'udevtrigger' missing LSB tags and overrides |
| 329 | The script you are attempting to invoke has been converted to an Upstart |
| 330 | job, but lsb-header is not supported for Upstart jobs. |
| 331 | insserv: warning: script 'udevmonitor' missing LSB tags and overrides |
| 332 | The script you are attempting to invoke has been converted to an Upstart |
| 333 | job, but lsb-header is not supported for Upstart jobs. |
| 334 | insserv: warning: script 'hwclock' missing LSB tags and overrides |
| 335 | The script you are attempting to invoke has been converted to an Upstart |
| 336 | job, but lsb-header is not supported for Upstart jobs. |
| 337 | insserv: warning: script 'hwclock-save' missing LSB tags and overrides |
| 338 | The script you are attempting to invoke has been converted to an Upstart |
| 339 | job, but lsb-header is not supported for Upstart jobs. |
| 340 | insserv: warning: script 'console-setup' missing LSB tags and overrides |
| 341 | The script you are attempting to invoke has been converted to an Upstart |
| 342 | job, but lsb-header is not supported for Upstart jobs. |
| 343 | insserv: warning: script 'cron' missing LSB tags and overrides |
| 344 | The script you are attempting to invoke has been converted to an Upstart |
| 345 | job, but lsb-header is not supported for Upstart jobs. |
| 346 | insserv: warning: script 'rsyslog' missing LSB tags and overrides |
| 347 | The script you are attempting to invoke has been converted to an Upstart |
| 348 | job, but lsb-header is not supported for Upstart jobs. |
| 349 | insserv: warning: script 'dmesg' missing LSB tags and overrides |
| 350 | The script you are attempting to invoke has been converted to an Upstart |
| 351 | job, but lsb-header is not supported for Upstart jobs. |
| 352 | insserv: warning: script 'atd' missing LSB tags and overrides |
| 353 | The script you are attempting to invoke has been converted to an Upstart |
| 354 | job, but lsb-header is not supported for Upstart jobs. |
| 355 | insserv: warning: script 'irqbalance' missing LSB tags and overrides |
| 356 | The script you are attempting to invoke has been converted to an Upstart |
| 357 | job, but lsb-header is not supported for Upstart jobs. |
| 358 | insserv: warning: script 'ufw' missing LSB tags and overrides |
| 359 | The script you are attempting to invoke has been converted to an Upstart |
| 360 | job, but lsb-header is not supported for Upstart jobs. |
| 361 | insserv: warning: script 'apport' missing LSB tags and overrides |
| 362 | insserv: warning: current start runlevel(s) (0 6) of script `wpa-ifupdown' overwrites defaults (empty). |
| 363 | insserv: script vmware-core: service VMware already provided! |
| 364 | insserv: script vmware-mgmt: service VMware already provided! |
| 365 | insserv: script vmware-autostart: service VMware already provided! |
| 366 | In which directory do you want to keep your virtual machine files? |
| 367 | [/var/lib/vmware/Virtual Machines] |
| 368 | |
| 369 | You have a pre-existing datastores.xml. The new version will be created as |
| 370 | /etc/vmware/hostd/NEW_datastores.xml. Please check the new file for any new |
| 371 | values that you may need to migrate to your current datastores.xml. |
| 372 | |
| 373 | Do you want to enter a serial number now? (yes/no/help) [no] |
| 374 | |
| 375 | Starting VMware services: |
| 376 | Virtual machine monitor done |
| 377 | Virtual machine communication interface done |
| 378 | VM communication interface socket family: done |
| 379 | Virtual ethernet done |
| 380 | Bridged networking on /dev/vmnet0 done |
| 381 | Host-only networking on /dev/vmnet1 (background) done |
| 382 | DHCP server on /dev/vmnet1 done |
| 383 | Host-only networking on /dev/vmnet8 (background) done |
| 384 | DHCP server on /dev/vmnet8 done |
| 385 | NAT service on /dev/vmnet8 done |
| 386 | VMware Server Authentication Daemon (background) done |
| 387 | Shared Memory Available done |
| 388 | Starting VMware management services: |
| 389 | VMware Server Host Agent (background) done |
| 390 | VMware Virtual Infrastructure Web Access |
| 391 | Starting VMware autostart virtual machines: |
| 392 | Virtual machines done |
| 393 | |
| 394 | The configuration of VMware Server 2.0.2 build-203138 for Linux for this |
| 395 | running kernel completed successfully. |
| 396 | }}} |