| | 91 | |
| | 92 | * kernel updateによって、moduleが組み込まれなくなった場合に於いてはvmware-config.plが実行可能になるが、kernel moduleを再コンパイルした後はやはり使えなくなる。 |
| | 93 | 1. sudo aptitude update |
| | 94 | 1. sudo aptitude dist-upgrade |
| | 95 | {{{ |
| | 96 | The following NEW packages will be installed: |
| | 97 | linux-headers-2.6.32-22{a} linux-headers-2.6.32-22-server{a} |
| | 98 | linux-image-2.6.32-22-server |
| | 99 | The following packages will be REMOVED: |
| | 100 | linux-headers-2.6.32-21{u} linux-headers-2.6.32-21-server{u} |
| | 101 | The following packages will be upgraded: |
| | 102 | apt apt-transport-https apt-utils libglib2.0-0 linux-headers-server |
| | 103 | linux-image-server linux-server mountall python-apt update-manager-core |
| | 104 | The following packages are RECOMMENDED but will NOT be installed: |
| | 105 | libglib2.0-data shared-mime-info |
| | 106 | }}} |
| | 107 | 1. sudo reboot |
| | 108 | 1. uname -a |
| | 109 | {{{ |
| | 110 | Linux vmserv 2.6.32-22-server #36-Ubuntu SMP Thu Jun 3 20:38:33 UTC 2010 x86_64 GNU/Linux |
| | 111 | }}} |
| | 112 | 1. sudo service vmware status |
| | 113 | {{{ |
| | 114 | Bridged networking on /dev/vmnet0 is not running |
| | 115 | Host network detection is not running |
| | 116 | Host-only networking on /dev/vmnet1 is not running |
| | 117 | DHCP server on /dev/vmnet1 is not running |
| | 118 | Host-only networking on /dev/vmnet8 is not running |
| | 119 | DHCP server on /dev/vmnet8 is not running |
| | 120 | NAT networking on /dev/vmnet8 is not running |
| | 121 | Module vmmon not loaded |
| | 122 | Module vmnet not loaded |
| | 123 | }}} |
| | 124 | 1. sudo service vmware start |
| | 125 | {{{ |
| | 126 | VMware Server is installed, but it has not been (correctly) configured |
| | 127 | for the running kernel. To (re-)configure it, invoke the |
| | 128 | following command: /usr/bin/vmware-config.pl. |
| | 129 | }}} |
| | 130 | 1. sudo vmware-config.pl |
| | 131 | * => [./raducotescu/kernelupdated] |
| | 132 | 1. sudo vmware-config.pl |
| | 133 | {{{ |
| | 134 | The following VMware kernel modules have been found on your system that were |
| | 135 | not installed by the VMware Installer. Please remove them then run this |
| | 136 | installer again. |
| | 137 | |
| | 138 | vmnet |
| | 139 | vmci |
| | 140 | vmmon |
| | 141 | |
| | 142 | I.e. - 'rm /lib/modules/2.6.32-22-server/misc/<ModuleName>.{o,ko}' |
| | 143 | |
| | 144 | Execution aborted. |
| | 145 | }}} |