Установка VMware-Workstation: различия между версиями

Материал из ALT Linux Wiki
Нет описания правки
Строка 10: Строка 10:


   chmod 711 /lib/modules
   chmod 711 /lib/modules
Если при запуске VMWare Workspation 12 Pro на Альт Линукс показывается ошибка
C header files matching your running kernel were not found.
Refer to your distribution's documentation for installation instructions.
то установите пакет:
* kernel-headers-modules-std-def


== Ссылки ==
== Ссылки ==

Версия от 09:04, 2 июня 2016

Для корректной работы VMware-Workstation-Full 8 и 9

 cat <<EOF> /etc/pam.d/vmware-authd
 #%PAM-1.0
 auth     include        system-auth
 account  include        common-login
 password include        common-login
 session  include        common-login
 EOF
 chmod 711 /lib/modules


Если при запуске VMWare Workspation 12 Pro на Альт Линукс показывается ошибка

C header files matching your running kernel were not found.
Refer to your distribution's documentation for installation instructions.

то установите пакет:

  • kernel-headers-modules-std-def

Ссылки