Problema ao executar a VMWare Player no Slackware 14.2x64 [RESOLVIDO]

1. Problema ao executar a VMWare Player no Slackware 14.2x64 [RESOLVIDO]

Lordestark
lordestark

(usa Slackware)

Enviado em 16/02/2017 - 19:52h

Olá pessoal, compilei agora pouco o kernel pré-lançado (o 4.9.10) e instalei no meu Slack. Funcionou tudo normal (como antes)
Mas quando eu executo a Vmware Player no terminal, da o seguinte error:


bash-4.4# vmware
Stopping VMware services:
VMware Authentication Daemon[ OK ]
VM communication interface socket family[ OK ]
Virtual machine communication interface[ OK ]
Virtual machine monitor[ OK ]
Blocking file system[ OK ]
make: Entering directory '/tmp/modconfig-N0PobA/vmmon-only'
Using kernel build system.
/usr/bin/make -C /lib/modules/4.9.10/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. \
MODULEBUILDDIR= modules
make[1]: Entering directory '/usr/src/linux-4.9.10'
CC [M] /tmp/modconfig-N0PobA/vmmon-only/linux/driverLog.o
CC [M] /tmp/modconfig-N0PobA/vmmon-only/linux/driver.o
CC [M] /tmp/modconfig-N0PobA/vmmon-only/linux/hostif.o
CC [M] /tmp/modconfig-N0PobA/vmmon-only/common/memtrack.o
CC [M] /tmp/modconfig-N0PobA/vmmon-only/common/apic.o
CC [M] /tmp/modconfig-N0PobA/vmmon-only/common/hashFunc.o
CC [M] /tmp/modconfig-N0PobA/vmmon-only/common/vmx86.o
CC [M] /tmp/modconfig-N0PobA/vmmon-only/common/cpuid.o
/tmp/modconfig-N0PobA/vmmon-only/linux/hostif.c: In function ‘HostIFGetUserPages’:
/tmp/modconfig-N0PobA/vmmon-only/linux/hostif.c:1166:67: error: passing argument 5 of ‘get_user_pages’ from incompatible pointer type [-Werror=incompatible-pointer-types]
retval = get_user_pages((unsigned long)uvAddr, numPages, 0, 0, ppages, NULL);
^
In file included from /tmp/modconfig-N0PobA/vmmon-only/./include/compat_page.h:23:0,
from /tmp/modconfig-N0PobA/vmmon-only/linux/hostif.c:32:
./include/linux/mm.h:1280:6: note: expected ‘struct vm_area_struct **’ but argument is of type ‘struct page **’
long get_user_pages(unsigned long start, unsigned long nr_pages,
^
/tmp/modconfig-N0PobA/vmmon-only/linux/hostif.c:1166:13: error: too many arguments to function ‘get_user_pages’
retval = get_user_pages((unsigned long)uvAddr, numPages, 0, 0, ppages, NULL);
^
In file included from /tmp/modconfig-N0PobA/vmmon-only/./include/compat_page.h:23:0,
from /tmp/modconfig-N0PobA/vmmon-only/linux/hostif.c:32:
./include/linux/mm.h:1280:6: note: declared here
long get_user_pages(unsigned long start, unsigned long nr_pages,
^
/tmp/modconfig-N0PobA/vmmon-only/linux/driver.c:1283:1: warning: always_inline function might not be inlinable [-Wattributes]
LinuxDriverSyncReadTSCs(uint64 *delta) // OUT: TSC max - TSC min
^
cc1: some warnings being treated as errors
make[2]: *** [scripts/Makefile.build:293: /tmp/modconfig-N0PobA/vmmon-only/linux/hostif.o] Error 1
make[2]: ** Esperando que outros processos terminem.
make[1]: *** [Makefile:1490: _module_/tmp/modconfig-N0PobA/vmmon-only] Error 2
make[1]: Leaving directory '/usr/src/linux-4.9.10'
make: *** [Makefile:120: vmmon.ko] Error 2
make: Leaving directory '/tmp/modconfig-N0PobA/vmmon-only'
make: Entering directory '/tmp/modconfig-N0PobA/vmnet-only'
Using kernel build system.
/usr/bin/make -C /lib/modules/4.9.10/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. \
MODULEBUILDDIR= modules
make[1]: Entering directory '/usr/src/linux-4.9.10'
CC [M] /tmp/modconfig-N0PobA/vmnet-only/driver.o
CC [M] /tmp/modconfig-N0PobA/vmnet-only/hub.o
CC [M] /tmp/modconfig-N0PobA/vmnet-only/userif.o
CC [M] /tmp/modconfig-N0PobA/vmnet-only/netif.o
/tmp/modconfig-N0PobA/vmnet-only/userif.c: In function ‘UserifLockPage’:
/tmp/modconfig-N0PobA/vmnet-only/userif.c:117:43: error: passing argument 5 of ‘get_user_pages’ from incompatible pointer type [-Werror=incompatible-pointer-types]
retval = get_user_pages(addr, 1, 1, 0, &page, NULL);
^
In file included from ./include/linux/highmem.h:7:0,
from /tmp/modconfig-N0PobA/vmnet-only/userif.c:26:
./include/linux/mm.h:1280:6: note: expected ‘struct vm_area_struct **’ but argument is of type ‘struct page **’
long get_user_pages(unsigned long start, unsigned long nr_pages,
^
/tmp/modconfig-N0PobA/vmnet-only/userif.c:117:13: error: too many arguments to function ‘get_user_pages’
retval = get_user_pages(addr, 1, 1, 0, &page, NULL);
^
In file included from ./include/linux/highmem.h:7:0,
from /tmp/modconfig-N0PobA/vmnet-only/userif.c:26:
./include/linux/mm.h:1280:6: note: declared here
long get_user_pages(unsigned long start, unsigned long nr_pages,
^
cc1: some warnings being treated as errors
make[2]: *** [scripts/Makefile.build:293: /tmp/modconfig-N0PobA/vmnet-only/userif.o] Error 1
make[2]: ** Esperando que outros processos terminem.
In file included from ./include/linux/pci.h:35:0,
from /tmp/modconfig-N0PobA/vmnet-only/compat_netdevice.h:27,
from /tmp/modconfig-N0PobA/vmnet-only/netif.c:43:
./include/linux/pci_ids.h:2253:0: warning: "PCI_VENDOR_ID_VMWARE" re-definido
#define PCI_VENDOR_ID_VMWARE 0x15ad
^
In file included from /tmp/modconfig-N0PobA/vmnet-only/net.h:38:0,
from /tmp/modconfig-N0PobA/vmnet-only/vnetInt.h:26,
from /tmp/modconfig-N0PobA/vmnet-only/netif.c:42:
/tmp/modconfig-N0PobA/vmnet-only/vm_device_version.h:56:0: note: essa é a localização da definição anterior
#define PCI_VENDOR_ID_VMWARE 0x15AD
^
/tmp/modconfig-N0PobA/vmnet-only/netif.c: In function ‘VNetNetIf_Create’:
/tmp/modconfig-N0PobA/vmnet-only/netif.c:153:64: error: macro "alloc_netdev" requer 4 argumentos, mas apenas 3 foram fornecidos
dev = alloc_netdev(sizeof *netIf, deviceName, VNetNetIfSetup);
^
/tmp/modconfig-N0PobA/vmnet-only/netif.c:153:10: error: ‘alloc_netdev’ undeclared (first use in this function)
dev = alloc_netdev(sizeof *netIf, deviceName, VNetNetIfSetup);
^
/tmp/modconfig-N0PobA/vmnet-only/netif.c:153:10: note: each undeclared identifier is reported only once for each function it appears in
/tmp/modconfig-N0PobA/vmnet-only/netif.c: At top level:
/tmp/modconfig-N0PobA/vmnet-only/netif.c:85:1: warning: ‘VNetNetIfSetup’ defined but not used [-Wunused-function]
VNetNetIfSetup(struct net_device *dev) // IN:
^
make[2]: *** [scripts/Makefile.build:293: /tmp/modconfig-N0PobA/vmnet-only/netif.o] Error 1
make[1]: *** [Makefile:1490: _module_/tmp/modconfig-N0PobA/vmnet-only] Error 2
make[1]: Leaving directory '/usr/src/linux-4.9.10'
make: *** [Makefile:120: vmnet.ko] Error 2
make: Leaving directory '/tmp/modconfig-N0PobA/vmnet-only'
Starting VMware services:
Virtual machine monitor[FAILED]
Virtual machine communication interface[ OK ]
VM communication interface socket family[ OK ]
Blocking file system[ OK ]
Virtual ethernet[FAILED]
VMware Authentication Daemon[ OK ]


o que significa isso e como se conserta esse error???
(OBS, é no novo kernel, o 4.9.10 que acontece isso) e todos os outros que eu compilo kkkkk


  


2. MELHOR RESPOSTA

Jose Mario
zezaocapoeira

(usa Slackware)

Enviado em 16/02/2017 - 21:09h

Salve mano.

Toda vez que alterar algo no kernel ( atualizar/compilar/recompilar) terá que reinstalar o vmware, com o comando abaixo como root.


# vmware-modconfig --console --install-all


Muitas vezes as versões atuais/recentes do kernel não são compatíveis com o vmware.

Para solucionar isso tem que aplicar patches de correção em deteminados lugares e reinstalar com o comando que citei anteriormente.


No seu caso terá que aplicar os patches.

Dá uma olhada aqui:

https://bbs.archlinux.org/viewtopic.php?id=222520
http://rglinuxtech.com/?p=1847

http://blog.seader.us/2017/01/vmware-workstation-1252-patch-for-linux.html ( neste link , tem o processo feito atraves de scripts)


OBS:

Antes de efetuar qualquer alteração:
- primeiramente entenda o processo de configuração.

Adapte as configurações pra sua realidade.

Obrigado pela atenção, salve!!!

3. Re: Problema ao executar a VMWare Player no Slackware 14.2x64

Lordestark
lordestark

(usa Slackware)

Enviado em 16/02/2017 - 20:22h

E quando ele da o problema, ele gera um log em /tmp/vmware-root/vmware-6974.log
resultado do log:


2017-02-16T18:17:12.623-04:00| vthread-4| I125: Log for VMware Workstation pid=6974 version=12.5.2 build=build-4638234 option=
2017-02-16T18:17:12.623-04:00| vthread-4| I125: The process is 64-bit.
2017-02-16T18:17:12.623-04:00| vthread-4| I125: Host codepage=UTF-8 encoding=UTF-8
2017-02-16T18:17:12.623-04:00| vthread-4| I125: Host is Linux 4.9.10 Slackware 14.2
2017-02-16T18:17:12.623-04:00| vthread-4| I125: DictionaryLoad: Cannot open file "/usr/lib/vmware/settings": Arquivo ou diretó
2017-02-16T18:17:12.623-04:00| vthread-4| I125: PREF Optional preferences file not found at /usr/lib/vmware/settings. Using de
2017-02-16T18:17:12.623-04:00| vthread-4| I125: DictionaryLoad: Cannot open file "/root/.vmware/config": Arquivo ou diretório
2017-02-16T18:17:12.623-04:00| vthread-4| I125: PREF Optional preferences file not found at /root/.vmware/config. Using defaul
2017-02-16T18:17:12.623-04:00| vthread-4| I125: PREF Unable to check permissions for preferences file.
2017-02-16T18:17:12.623-04:00| vthread-4| I125: DictionaryLoad: Cannot open file "/root/.vmware/preferences": Arquivo ou diret
2017-02-16T18:17:12.623-04:00| vthread-4| I125: PREF Failed to load user preferences.
2017-02-16T18:17:12.626-04:00| vthread-4| W115: Logging to /tmp/vmware-root/vmware-6974.log
2017-02-16T18:17:12.632-04:00| vthread-4| I125: Obtaining info using the running kernel.
2017-02-16T18:17:12.632-04:00| vthread-4| I125: Created new pathsHash.
2017-02-16T18:17:12.632-04:00| vthread-4| I125: Setting header path for 4.9.10 to "/lib/modules/4.9.10/build/include".
2017-02-16T18:17:12.632-04:00| vthread-4| I125: Validating path "/lib/modules/4.9.10/build/include" for kernel release "4.9.10
2017-02-16T18:17:12.632-04:00| vthread-4| I125: Failed to find /lib/modules/4.9.10/build/include/linux/version.h
2017-02-16T18:17:12.632-04:00| vthread-4| I125: /lib/modules/4.9.10/build/include/linux/version.h not found, looking for gener
2017-02-16T18:17:12.632-04:00| vthread-4| I125: using /usr/bin/gcc for preprocess check
2017-02-16T18:17:12.642-04:00| vthread-4| I125: Preprocessed UTS_RELEASE, got value "4.9.10".
2017-02-16T18:17:12.642-04:00| vthread-4| I125: The header path "/lib/modules/4.9.10/build/include" for the kernel "4.9.10" is
2017-02-16T18:17:12.774-04:00| vthread-4| I125: found symbol version file /lib/modules/4.9.10/build/Module.symvers
2017-02-16T18:17:12.775-04:00| vthread-4| I125: Reading symbol versions from /lib/modules/4.9.10/build/Module.symvers.
2017-02-16T18:17:12.794-04:00| vthread-4| I125: Read 17583 symbol versions
2017-02-16T18:17:12.794-04:00| vthread-4| I125: Reading in info for the vmmon module.
2017-02-16T18:17:12.794-04:00| vthread-4| I125: Reading in info for the vmnet module.
2017-02-16T18:17:12.794-04:00| vthread-4| I125: Reading in info for the vmblock module.
2017-02-16T18:17:12.794-04:00| vthread-4| I125: Reading in info for the vmci module.
File /tmp/vmware-root/vmware-6974.log not changed so no update needed
bash-4.4# cat /tmp/vmware-root/vmware-6974.log
2017-02-16T18:17:12.623-04:00| vthread-4| I125: Log for VMware Workstation pid=6974 version=12.5.2 build=build-4638234 option=Release
2017-02-16T18:17:12.623-04:00| vthread-4| I125: The process is 64-bit.
2017-02-16T18:17:12.623-04:00| vthread-4| I125: Host codepage=UTF-8 encoding=UTF-8
2017-02-16T18:17:12.623-04:00| vthread-4| I125: Host is Linux 4.9.10 Slackware 14.2
2017-02-16T18:17:12.623-04:00| vthread-4| I125: DictionaryLoad: Cannot open file "/usr/lib/vmware/settings": Arquivo ou diretório não encontrado.
2017-02-16T18:17:12.623-04:00| vthread-4| I125: PREF Optional preferences file not found at /usr/lib/vmware/settings. Using default values.
2017-02-16T18:17:12.623-04:00| vthread-4| I125: DictionaryLoad: Cannot open file "/root/.vmware/config": Arquivo ou diretório não encontrado.
2017-02-16T18:17:12.623-04:00| vthread-4| I125: PREF Optional preferences file not found at /root/.vmware/config. Using default values.
2017-02-16T18:17:12.623-04:00| vthread-4| I125: PREF Unable to check permissions for preferences file.
2017-02-16T18:17:12.623-04:00| vthread-4| I125: DictionaryLoad: Cannot open file "/root/.vmware/preferences": Arquivo ou diretório não encontrado.
2017-02-16T18:17:12.623-04:00| vthread-4| I125: PREF Failed to load user preferences.
2017-02-16T18:17:12.626-04:00| vthread-4| W115: Logging to /tmp/vmware-root/vmware-6974.log
2017-02-16T18:17:12.632-04:00| vthread-4| I125: Obtaining info using the running kernel.
2017-02-16T18:17:12.632-04:00| vthread-4| I125: Created new pathsHash.
2017-02-16T18:17:12.632-04:00| vthread-4| I125: Setting header path for 4.9.10 to "/lib/modules/4.9.10/build/include".
2017-02-16T18:17:12.632-04:00| vthread-4| I125: Validating path "/lib/modules/4.9.10/build/include" for kernel release "4.9.10".
2017-02-16T18:17:12.632-04:00| vthread-4| I125: Failed to find /lib/modules/4.9.10/build/include/linux/version.h
2017-02-16T18:17:12.632-04:00| vthread-4| I125: /lib/modules/4.9.10/build/include/linux/version.h not found, looking for generated/uapi/linux/version.h instead.
2017-02-16T18:17:12.632-04:00| vthread-4| I125: using /usr/bin/gcc for preprocess check
2017-02-16T18:17:12.642-04:00| vthread-4| I125: Preprocessed UTS_RELEASE, got value "4.9.10".
2017-02-16T18:17:12.642-04:00| vthread-4| I125: The header path "/lib/modules/4.9.10/build/include" for the kernel "4.9.10" is valid. Whoohoo!
2017-02-16T18:17:12.774-04:00| vthread-4| I125: found symbol version file /lib/modules/4.9.10/build/Module.symvers
2017-02-16T18:17:12.775-04:00| vthread-4| I125: Reading symbol versions from /lib/modules/4.9.10/build/Module.symvers.
2017-02-16T18:17:12.794-04:00| vthread-4| I125: Read 17583 symbol versions
2017-02-16T18:17:12.794-04:00| vthread-4| I125: Reading in info for the vmmon module.
2017-02-16T18:17:12.794-04:00| vthread-4| I125: Reading in info for the vmnet module.
2017-02-16T18:17:12.794-04:00| vthread-4| I125: Reading in info for the vmblock module.
2017-02-16T18:17:12.794-04:00| vthread-4| I125: Reading in info for the vmci module.
2017-02-16T18:17:12.794-04:00| vthread-4| I125: Reading in info for the vsock module.
2017-02-16T18:17:12.794-04:00| vthread-4| I125: Setting vsock to depend on vmci.
2017-02-16T18:17:12.794-04:00| vthread-4| I125: Invoking modinfo on "vmmon".
2017-02-16T18:17:12.795-04:00| vthread-4| I125: "/sbin/modinfo" exited with status 256.
2017-02-16T18:17:12.795-04:00| vthread-4| I125: Invoking modinfo on "vmnet".
2017-02-16T18:17:12.797-04:00| vthread-4| I125: "/sbin/modinfo" exited with status 256.
2017-02-16T18:17:12.797-04:00| vthread-4| I125: Invoking modinfo on "vmblock".
2017-02-16T18:17:12.799-04:00| vthread-4| I125: "/sbin/modinfo" exited with status 256.
2017-02-16T18:17:12.799-04:00| vthread-4| I125: Invoking modinfo on "vmci".
2017-02-16T18:17:12.801-04:00| vthread-4| I125: "/sbin/modinfo" exited with status 256.
2017-02-16T18:17:12.801-04:00| vthread-4| I125: Invoking modinfo on "vsock".
2017-02-16T18:17:12.802-04:00| vthread-4| I125: "/sbin/modinfo" exited with status 0.
2017-02-16T18:17:12.812-04:00| vthread-4| I125: to be installed: vmmon status: 0
2017-02-16T18:17:12.812-04:00| vthread-4| I125: to be installed: vmnet status: 0
2017-02-16T18:17:12.821-04:00| vthread-4| I125: Obtaining info using the running kernel.
2017-02-16T18:17:12.821-04:00| vthread-4| I125: Setting header path for 4.9.10 to "/lib/modules/4.9.10/build/include".
2017-02-16T18:17:12.821-04:00| vthread-4| I125: Validating path "/lib/modules/4.9.10/build/include" for kernel release "4.9.10".
2017-02-16T18:17:12.821-04:00| vthread-4| I125: Failed to find /lib/modules/4.9.10/build/include/linux/version.h
2017-02-16T18:17:12.821-04:00| vthread-4| I125: /lib/modules/4.9.10/build/include/linux/version.h not found, looking for generated/uapi/linux/version.h instead.
2017-02-16T18:17:12.821-04:00| vthread-4| I125: using /usr/bin/gcc for preprocess check
2017-02-16T18:17:12.830-04:00| vthread-4| I125: Preprocessed UTS_RELEASE, got value "4.9.10".
2017-02-16T18:17:12.830-04:00| vthread-4| I125: The header path "/lib/modules/4.9.10/build/include" for the kernel "4.9.10" is valid. Whoohoo!
2017-02-16T18:17:12.966-04:00| vthread-4| I125: found symbol version file /lib/modules/4.9.10/build/Module.symvers
2017-02-16T18:17:12.966-04:00| vthread-4| I125: Reading symbol versions from /lib/modules/4.9.10/build/Module.symvers.
2017-02-16T18:17:12.983-04:00| vthread-4| I125: Read 17583 symbol versions
2017-02-16T18:17:12.983-04:00| vthread-4| I125: Kernel header path retrieved from FileEntry: /lib/modules/4.9.10/build/include
2017-02-16T18:17:12.983-04:00| vthread-4| I125: Update kernel header path to /lib/modules/4.9.10/build/include
2017-02-16T18:17:12.983-04:00| vthread-4| I125: Validating path "/lib/modules/4.9.10/build/include" for kernel release "4.9.10".
2017-02-16T18:17:12.983-04:00| vthread-4| I125: Failed to find /lib/modules/4.9.10/build/include/linux/version.h
2017-02-16T18:17:12.983-04:00| vthread-4| I125: /lib/modules/4.9.10/build/include/linux/version.h not found, looking for generated/uapi/linux/version.h instead.
2017-02-16T18:17:12.983-04:00| vthread-4| I125: using /usr/bin/gcc for preprocess check
2017-02-16T18:17:12.994-04:00| vthread-4| I125: Preprocessed UTS_RELEASE, got value "4.9.10".
2017-02-16T18:17:12.994-04:00| vthread-4| I125: The header path "/lib/modules/4.9.10/build/include" for the kernel "4.9.10" is valid. Whoohoo!
2017-02-16T18:17:12.995-04:00| vthread-4| I125: Found compiler at "/usr/bin/gcc"
2017-02-16T18:17:13.000-04:00| vthread-4| I125: Got gcc version "5.4.0".
2017-02-16T18:17:13.000-04:00| vthread-4| I125: The GCC version matches the kernel GCC minor version like a glove.
2017-02-16T18:17:13.000-04:00| vthread-4| I125: Using user supplied compiler "/usr/bin/gcc".
2017-02-16T18:17:13.006-04:00| vthread-4| I125: Got gcc version "5.4.0".
2017-02-16T18:17:13.006-04:00| vthread-4| I125: The GCC version matches the kernel GCC minor version like a glove.
2017-02-16T18:17:13.008-04:00| vthread-4| I125: Trying to find a suitable PBM set for kernel "4.9.10".
2017-02-16T18:17:13.008-04:00| vthread-4| I125: No matching PBM set was found for kernel "4.9.10".
2017-02-16T18:17:13.008-04:00| vthread-4| I125: The GCC version matches the kernel GCC minor version like a glove.
2017-02-16T18:17:13.008-04:00| vthread-4| I125: Validating path "/lib/modules/4.9.10/build/include" for kernel release "4.9.10".
2017-02-16T18:17:13.008-04:00| vthread-4| I125: Failed to find /lib/modules/4.9.10/build/include/linux/version.h
2017-02-16T18:17:13.008-04:00| vthread-4| I125: /lib/modules/4.9.10/build/include/linux/version.h not found, looking for generated/uapi/linux/version.h instead.
2017-02-16T18:17:13.008-04:00| vthread-4| I125: using /usr/bin/gcc for preprocess check
2017-02-16T18:17:13.017-04:00| vthread-4| I125: Preprocessed UTS_RELEASE, got value "4.9.10".
2017-02-16T18:17:13.017-04:00| vthread-4| I125: The header path "/lib/modules/4.9.10/build/include" for the kernel "4.9.10" is valid. Whoohoo!
2017-02-16T18:17:13.018-04:00| vthread-4| I125: The GCC version matches the kernel GCC minor version like a glove.
2017-02-16T18:17:13.018-04:00| vthread-4| I125: Validating path "/lib/modules/4.9.10/build/include" for kernel release "4.9.10".
2017-02-16T18:17:13.018-04:00| vthread-4| I125: Failed to find /lib/modules/4.9.10/build/include/linux/version.h
2017-02-16T18:17:13.018-04:00| vthread-4| I125: /lib/modules/4.9.10/build/include/linux/version.h not found, looking for generated/uapi/linux/version.h instead.
2017-02-16T18:17:13.018-04:00| vthread-4| I125: using /usr/bin/gcc for preprocess check
2017-02-16T18:17:13.028-04:00| vthread-4| I125: Preprocessed UTS_RELEASE, got value "4.9.10".
2017-02-16T18:17:13.028-04:00| vthread-4| I125: The header path "/lib/modules/4.9.10/build/include" for the kernel "4.9.10" is valid. Whoohoo!
2017-02-16T18:17:13.028-04:00| vthread-4| I125: Using temp dir "/tmp".
2017-02-16T18:17:13.029-04:00| vthread-4| I125: Obtaining info using the running kernel.
2017-02-16T18:17:13.029-04:00| vthread-4| I125: Setting header path for 4.9.10 to "/lib/modules/4.9.10/build/include".
2017-02-16T18:17:13.029-04:00| vthread-4| I125: Validating path "/lib/modules/4.9.10/build/include" for kernel release "4.9.10".
2017-02-16T18:17:13.029-04:00| vthread-4| I125: Failed to find /lib/modules/4.9.10/build/include/linux/version.h
2017-02-16T18:17:13.029-04:00| vthread-4| I125: /lib/modules/4.9.10/build/include/linux/version.h not found, looking for generated/uapi/linux/version.h instead.
2017-02-16T18:17:13.029-04:00| vthread-4| I125: using /usr/bin/gcc for preprocess check
2017-02-16T18:17:13.039-04:00| vthread-4| I125: Preprocessed UTS_RELEASE, got value "4.9.10".
2017-02-16T18:17:13.039-04:00| vthread-4| I125: The header path "/lib/modules/4.9.10/build/include" for the kernel "4.9.10" is valid. Whoohoo!
2017-02-16T18:17:13.173-04:00| vthread-4| I125: found symbol version file /lib/modules/4.9.10/build/Module.symvers
2017-02-16T18:17:13.173-04:00| vthread-4| I125: Reading symbol versions from /lib/modules/4.9.10/build/Module.symvers.
2017-02-16T18:17:13.190-04:00| vthread-4| I125: Read 17583 symbol versions
2017-02-16T18:17:13.190-04:00| vthread-4| I125: Invoking modinfo on "vmmon".
2017-02-16T18:17:13.192-04:00| vthread-4| I125: "/sbin/modinfo" exited with status 256.
2017-02-16T18:17:13.192-04:00| vthread-4| I125: Invoking modinfo on "vmnet".
2017-02-16T18:17:13.194-04:00| vthread-4| I125: "/sbin/modinfo" exited with status 256.
2017-02-16T18:17:13.495-04:00| vthread-4| I125: Setting destination path for vmmon to "/lib/modules/4.9.10/misc/vmmon.ko".
2017-02-16T18:17:13.495-04:00| vthread-4| I125: Extracting the vmmon source from "/usr/lib/vmware/modules/source/vmmon.tar".
2017-02-16T18:17:13.503-04:00| vthread-4| I125: Successfully extracted the vmmon source.
2017-02-16T18:17:13.503-04:00| vthread-4| I125: Building module with command "/usr/bin/make -j4 -C /tmp/modconfig-8pq7Pq/vmmon-only auto-build HEADER_DIR=/lib/modules/4.9.10/build/include CC=/usr/bin/gcc IS_GCC_3=no"
2017-02-16T18:17:15.507-04:00| vthread-4| W115: Failed to build vmmon. Failed to execute the build command.
2017-02-16T18:17:15.509-04:00| vthread-4| I125: Setting destination path for vmnet to "/lib/modules/4.9.10/misc/vmnet.ko".
2017-02-16T18:17:15.509-04:00| vthread-4| I125: Extracting the vmnet source from "/usr/lib/vmware/modules/source/vmnet.tar".
2017-02-16T18:17:15.514-04:00| vthread-4| I125: Successfully extracted the vmnet source.
2017-02-16T18:17:15.515-04:00| vthread-4| I125: Building module with command "/usr/bin/make -j4 -C /tmp/modconfig-8pq7Pq/vmnet-only auto-build HEADER_DIR=/lib/modules/4.9.10/build/include CC=/usr/bin/gcc IS_GCC_3=no"
2017-02-16T18:17:17.468-04:00| vthread-4| W115: Failed to build vmnet. Failed to execute the build command.
bash-4.4# clear
bash-4.4# cat /tmp/vmware-root/vmware-6974.log
2017-02-16T18:17:12.623-04:00| vthread-4| I125: Log for VMware Workstation pid=6974 version=12.5.2 build=build-4638234 option=Release
2017-02-16T18:17:12.623-04:00| vthread-4| I125: The process is 64-bit.
2017-02-16T18:17:12.623-04:00| vthread-4| I125: Host codepage=UTF-8 encoding=UTF-8
2017-02-16T18:17:12.623-04:00| vthread-4| I125: Host is Linux 4.9.10 Slackware 14.2
2017-02-16T18:17:12.623-04:00| vthread-4| I125: DictionaryLoad: Cannot open file "/usr/lib/vmware/settings": Arquivo ou diretório não encontrado.
2017-02-16T18:17:12.623-04:00| vthread-4| I125: PREF Optional preferences file not found at /usr/lib/vmware/settings. Using default values.
2017-02-16T18:17:12.623-04:00| vthread-4| I125: DictionaryLoad: Cannot open file "/root/.vmware/config": Arquivo ou diretório não encontrado.
2017-02-16T18:17:12.623-04:00| vthread-4| I125: PREF Optional preferences file not found at /root/.vmware/config. Using default values.
2017-02-16T18:17:12.623-04:00| vthread-4| I125: PREF Unable to check permissions for preferences file.
2017-02-16T18:17:12.623-04:00| vthread-4| I125: DictionaryLoad: Cannot open file "/root/.vmware/preferences": Arquivo ou diretório não encontrado.
2017-02-16T18:17:12.623-04:00| vthread-4| I125: PREF Failed to load user preferences.
2017-02-16T18:17:12.626-04:00| vthread-4| W115: Logging to /tmp/vmware-root/vmware-6974.log
2017-02-16T18:17:12.632-04:00| vthread-4| I125: Obtaining info using the running kernel.
2017-02-16T18:17:12.632-04:00| vthread-4| I125: Created new pathsHash.
2017-02-16T18:17:12.632-04:00| vthread-4| I125: Setting header path for 4.9.10 to "/lib/modules/4.9.10/build/include".
2017-02-16T18:17:12.632-04:00| vthread-4| I125: Validating path "/lib/modules/4.9.10/build/include" for kernel release "4.9.10".
2017-02-16T18:17:12.632-04:00| vthread-4| I125: Failed to find /lib/modules/4.9.10/build/include/linux/version.h
2017-02-16T18:17:12.632-04:00| vthread-4| I125: /lib/modules/4.9.10/build/include/linux/version.h not found, looking for generated/uapi/linux/version.h instead.
2017-02-16T18:17:12.632-04:00| vthread-4| I125: using /usr/bin/gcc for preprocess check
2017-02-16T18:17:12.642-04:00| vthread-4| I125: Preprocessed UTS_RELEASE, got value "4.9.10".
2017-02-16T18:17:12.642-04:00| vthread-4| I125: The header path "/lib/modules/4.9.10/build/include" for the kernel "4.9.10" is valid. Whoohoo!
2017-02-16T18:17:12.774-04:00| vthread-4| I125: found symbol version file /lib/modules/4.9.10/build/Module.symvers
2017-02-16T18:17:12.775-04:00| vthread-4| I125: Reading symbol versions from /lib/modules/4.9.10/build/Module.symvers.
2017-02-16T18:17:12.794-04:00| vthread-4| I125: Read 17583 symbol versions
2017-02-16T18:17:12.794-04:00| vthread-4| I125: Reading in info for the vmmon module.
2017-02-16T18:17:12.794-04:00| vthread-4| I125: Reading in info for the vmnet module.
2017-02-16T18:17:12.794-04:00| vthread-4| I125: Reading in info for the vmblock module.
2017-02-16T18:17:12.794-04:00| vthread-4| I125: Reading in info for the vmci module.
2017-02-16T18:17:12.794-04:00| vthread-4| I125: Reading in info for the vsock module.
2017-02-16T18:17:12.794-04:00| vthread-4| I125: Setting vsock to depend on vmci.
2017-02-16T18:17:12.794-04:00| vthread-4| I125: Invoking modinfo on "vmmon".
2017-02-16T18:17:12.795-04:00| vthread-4| I125: "/sbin/modinfo" exited with status 256.
2017-02-16T18:17:12.795-04:00| vthread-4| I125: Invoking modinfo on "vmnet".
2017-02-16T18:17:12.797-04:00| vthread-4| I125: "/sbin/modinfo" exited with status 256.
2017-02-16T18:17:12.797-04:00| vthread-4| I125: Invoking modinfo on "vmblock".
2017-02-16T18:17:12.799-04:00| vthread-4| I125: "/sbin/modinfo" exited with status 256.
2017-02-16T18:17:12.799-04:00| vthread-4| I125: Invoking modinfo on "vmci".
2017-02-16T18:17:12.801-04:00| vthread-4| I125: "/sbin/modinfo" exited with status 256.
2017-02-16T18:17:12.801-04:00| vthread-4| I125: Invoking modinfo on "vsock".
2017-02-16T18:17:12.802-04:00| vthread-4| I125: "/sbin/modinfo" exited with status 0.
2017-02-16T18:17:12.812-04:00| vthread-4| I125: to be installed: vmmon status: 0
2017-02-16T18:17:12.812-04:00| vthread-4| I125: to be installed: vmnet status: 0
2017-02-16T18:17:12.821-04:00| vthread-4| I125: Obtaining info using the running kernel.
2017-02-16T18:17:12.821-04:00| vthread-4| I125: Setting header path for 4.9.10 to "/lib/modules/4.9.10/build/include".
2017-02-16T18:17:12.821-04:00| vthread-4| I125: Validating path "/lib/modules/4.9.10/build/include" for kernel release "4.9.10".
2017-02-16T18:17:12.821-04:00| vthread-4| I125: Failed to find /lib/modules/4.9.10/build/include/linux/version.h
2017-02-16T18:17:12.821-04:00| vthread-4| I125: /lib/modules/4.9.10/build/include/linux/version.h not found, looking for generated/uapi/linux/version.h instead.
2017-02-16T18:17:12.821-04:00| vthread-4| I125: using /usr/bin/gcc for preprocess check
2017-02-16T18:17:12.830-04:00| vthread-4| I125: Preprocessed UTS_RELEASE, got value "4.9.10".
2017-02-16T18:17:12.830-04:00| vthread-4| I125: The header path "/lib/modules/4.9.10/build/include" for the kernel "4.9.10" is valid. Whoohoo!
2017-02-16T18:17:12.966-04:00| vthread-4| I125: found symbol version file /lib/modules/4.9.10/build/Module.symvers
2017-02-16T18:17:12.966-04:00| vthread-4| I125: Reading symbol versions from /lib/modules/4.9.10/build/Module.symvers.
2017-02-16T18:17:12.983-04:00| vthread-4| I125: Read 17583 symbol versions
2017-02-16T18:17:12.983-04:00| vthread-4| I125: Kernel header path retrieved from FileEntry: /lib/modules/4.9.10/build/include
2017-02-16T18:17:12.983-04:00| vthread-4| I125: Update kernel header path to /lib/modules/4.9.10/build/include
2017-02-16T18:17:12.983-04:00| vthread-4| I125: Validating path "/lib/modules/4.9.10/build/include" for kernel release "4.9.10".
2017-02-16T18:17:12.983-04:00| vthread-4| I125: Failed to find /lib/modules/4.9.10/build/include/linux/version.h
2017-02-16T18:17:12.983-04:00| vthread-4| I125: /lib/modules/4.9.10/build/include/linux/version.h not found, looking for generated/uapi/linux/version.h instead.
2017-02-16T18:17:12.983-04:00| vthread-4| I125: using /usr/bin/gcc for preprocess check
2017-02-16T18:17:12.994-04:00| vthread-4| I125: Preprocessed UTS_RELEASE, got value "4.9.10".
2017-02-16T18:17:12.994-04:00| vthread-4| I125: The header path "/lib/modules/4.9.10/build/include" for the kernel "4.9.10" is valid. Whoohoo!
2017-02-16T18:17:12.995-04:00| vthread-4| I125: Found compiler at "/usr/bin/gcc"
2017-02-16T18:17:13.000-04:00| vthread-4| I125: Got gcc version "5.4.0".
2017-02-16T18:17:13.000-04:00| vthread-4| I125: The GCC version matches the kernel GCC minor version like a glove.
2017-02-16T18:17:13.000-04:00| vthread-4| I125: Using user supplied compiler "/usr/bin/gcc".
2017-02-16T18:17:13.006-04:00| vthread-4| I125: Got gcc version "5.4.0".
2017-02-16T18:17:13.006-04:00| vthread-4| I125: The GCC version matches the kernel GCC minor version like a glove.
2017-02-16T18:17:13.008-04:00| vthread-4| I125: Trying to find a suitable PBM set for kernel "4.9.10".
2017-02-16T18:17:13.008-04:00| vthread-4| I125: No matching PBM set was found for kernel "4.9.10".
2017-02-16T18:17:13.008-04:00| vthread-4| I125: The GCC version matches the kernel GCC minor version like a glove.
2017-02-16T18:17:13.008-04:00| vthread-4| I125: Validating path "/lib/modules/4.9.10/build/include" for kernel release "4.9.10".
2017-02-16T18:17:13.008-04:00| vthread-4| I125: Failed to find /lib/modules/4.9.10/build/include/linux/version.h
2017-02-16T18:17:13.008-04:00| vthread-4| I125: /lib/modules/4.9.10/build/include/linux/version.h not found, looking for generated/uapi/linux/version.h instead.
2017-02-16T18:17:13.008-04:00| vthread-4| I125: using /usr/bin/gcc for preprocess check
2017-02-16T18:17:13.017-04:00| vthread-4| I125: Preprocessed UTS_RELEASE, got value "4.9.10".
2017-02-16T18:17:13.017-04:00| vthread-4| I125: The header path "/lib/modules/4.9.10/build/include" for the kernel "4.9.10" is valid. Whoohoo!
2017-02-16T18:17:13.018-04:00| vthread-4| I125: The GCC version matches the kernel GCC minor version like a glove.
2017-02-16T18:17:13.018-04:00| vthread-4| I125: Validating path "/lib/modules/4.9.10/build/include" for kernel release "4.9.10".
2017-02-16T18:17:13.018-04:00| vthread-4| I125: Failed to find /lib/modules/4.9.10/build/include/linux/version.h
2017-02-16T18:17:13.018-04:00| vthread-4| I125: /lib/modules/4.9.10/build/include/linux/version.h not found, looking for generated/uapi/linux/version.h instead.
2017-02-16T18:17:13.018-04:00| vthread-4| I125: using /usr/bin/gcc for preprocess check
2017-02-16T18:17:13.028-04:00| vthread-4| I125: Preprocessed UTS_RELEASE, got value "4.9.10".
2017-02-16T18:17:13.028-04:00| vthread-4| I125: The header path "/lib/modules/4.9.10/build/include" for the kernel "4.9.10" is valid. Whoohoo!
2017-02-16T18:17:13.028-04:00| vthread-4| I125: Using temp dir "/tmp".
2017-02-16T18:17:13.029-04:00| vthread-4| I125: Obtaining info using the running kernel.
2017-02-16T18:17:13.029-04:00| vthread-4| I125: Setting header path for 4.9.10 to "/lib/modules/4.9.10/build/include".
2017-02-16T18:17:13.029-04:00| vthread-4| I125: Validating path "/lib/modules/4.9.10/build/include" for kernel release "4.9.10".
2017-02-16T18:17:13.029-04:00| vthread-4| I125: Failed to find /lib/modules/4.9.10/build/include/linux/version.h
2017-02-16T18:17:13.029-04:00| vthread-4| I125: /lib/modules/4.9.10/build/include/linux/version.h not found, looking for generated/uapi/linux/version.h instead.
2017-02-16T18:17:13.029-04:00| vthread-4| I125: using /usr/bin/gcc for preprocess check
2017-02-16T18:17:13.039-04:00| vthread-4| I125: Preprocessed UTS_RELEASE, got value "4.9.10".
2017-02-16T18:17:13.039-04:00| vthread-4| I125: The header path "/lib/modules/4.9.10/build/include" for the kernel "4.9.10" is valid. Whoohoo!
2017-02-16T18:17:13.173-04:00| vthread-4| I125: found symbol version file /lib/modules/4.9.10/build/Module.symvers
2017-02-16T18:17:13.173-04:00| vthread-4| I125: Reading symbol versions from /lib/modules/4.9.10/build/Module.symvers.
2017-02-16T18:17:13.190-04:00| vthread-4| I125: Read 17583 symbol versions
2017-02-16T18:17:13.190-04:00| vthread-4| I125: Invoking modinfo on "vmmon".
2017-02-16T18:17:13.192-04:00| vthread-4| I125: "/sbin/modinfo" exited with status 256.
2017-02-16T18:17:13.192-04:00| vthread-4| I125: Invoking modinfo on "vmnet".
2017-02-16T18:17:13.194-04:00| vthread-4| I125: "/sbin/modinfo" exited with status 256.
2017-02-16T18:17:13.495-04:00| vthread-4| I125: Setting destination path for vmmon to "/lib/modules/4.9.10/misc/vmmon.ko".
2017-02-16T18:17:13.495-04:00| vthread-4| I125: Extracting the vmmon source from "/usr/lib/vmware/modules/source/vmmon.tar".
2017-02-16T18:17:13.503-04:00| vthread-4| I125: Successfully extracted the vmmon source.
2017-02-16T18:17:13.503-04:00| vthread-4| I125: Building module with command "/usr/bin/make -j4 -C /tmp/modconfig-8pq7Pq/vmmon-only auto-build HEADER_DIR=/lib/modules/4.9.10/build/include CC=/usr/bin/gcc IS_GCC_3=no"
2017-02-16T18:17:15.507-04:00| vthread-4| W115: Failed to build vmmon. Failed to execute the build command.
2017-02-16T18:17:15.509-04:00| vthread-4| I125: Setting destination path for vmnet to "/lib/modules/4.9.10/misc/vmnet.ko".
2017-02-16T18:17:15.509-04:00| vthread-4| I125: Extracting the vmnet source from "/usr/lib/vmware/modules/source/vmnet.tar".
2017-02-16T18:17:15.514-04:00| vthread-4| I125: Successfully extracted the vmnet source.
2017-02-16T18:17:15.515-04:00| vthread-4| I125: Building module with command "/usr/bin/make -j4 -C /tmp/modconfig-8pq7Pq/vmnet-only auto-build HEADER_DIR=/lib/modules/4.9.10/build/include CC=/usr/bin/gcc IS_GCC_3=no"
2017-02-16T18:17:17.468-04:00| vthread-4| W115: Failed to build vmnet. Failed to execute the build command.
bash-4.4#

a gente atualiza o Kernel e da sempre pau em alguma coisa kkkkkkk (a não ser que vc tenha uma virtualbox)
what????


4. Re: Problema ao executar a VMWare Player no Slackware 14.2x64 [RESOLVIDO]

Lordestark
lordestark

(usa Slackware)

Enviado em 16/02/2017 - 22:26h

estou é reinstalando ela, mas na hora de remover, com o comando: vmware-installer -u vmware-player, diz que só tem o workstation disponível, então, sendo assim, removi o workstation com o comando: vmware-installer -u vmware-workstation
Mas a Vmware-Player ainda continua aqui. (pois quando eu baixei a vmware, baixei a versão full, que instala os 2, e na hora de desinstalar, da essa frescura). O que faço???
Não consigo nem rodar o instalador novamente que ele diz que está tudo atualizado


5. Re: Problema ao executar a VMWare Player no Slackware 14.2x64 [RESOLVIDO]

Lordestark
lordestark

(usa Slackware)

Enviado em 16/02/2017 - 22:54h

Consegui reinstalar, mas ainda continua com o problema.....que diaxu em.....
Tentei alguns métodos citados acima pelo amigo @zezaocapoeira, mas o problema ainda persiste (to pra reinstalar o sistema, parece ser mais facil kkkkkkk)



6. Re: Problema ao executar a VMWare Player no Slackware 14.2x64 [RESOLVIDO]

Lordestark
lordestark

(usa Slackware)

Enviado em 16/02/2017 - 23:08h

@zezaocapoeira, tu é o cara man;
consegui pelo site que me passou https://wiki.archlinux.org/index.php/VMware#Uninstallation
segue ae pessoal:
Kernel modules fail to build after Linux 4.9

As of VMware Workstation Pro 12.5.2, the module source needs to be modified to be successfully compiled under kernel 4.9 [2].
(funciona até o kernel atual)
vcs podem criar um script para instalar (mas tem que ser em sh)
da permissao de execução e manda vê:
(descomenta as linhas primeiro, tirando o #)
# cd /usr/lib/vmware/modules/source
# tar xf vmmon.tar
# mv vmmon.tar vmmon.old.tar
# sed -i 's/uvAddr, numPages, 0, 0/uvAddr, numPages, 0/g' vmmon-only/linux/hostif.c
# tar cf vmmon.tar vmmon-only
# rm -r vmmon-only

# tar xf vmnet.tar
# mv vmnet.tar vmnet.old.tar
# sed -i 's/addr, 1, 1, 0/addr, 1, 0/g' vmnet-only/userif.c
# tar cf vmnet.tar vmnet-only
# rm -r vmnet-only

(funcionou comigo)
vlw ae @zezaocapoeira


7. Re: Problema ao executar a VMWare Player no Slackware 14.2x64 [RESOLVIDO]

Perfil removido
removido

(usa Nenhuma)

Enviado em 16/02/2017 - 23:11h

lordestark escreveu:

Consegui reinstalar, mas ainda continua com o problema.....que diaxu em.....
Tentei alguns métodos citados acima pelo amigo @zezaocapoeira, mas o problema ainda persiste (to pra reinstalar o sistema, parece ser mais facil kkkkkkk)


Aí quando digo que o povo que pega no pé do Ubuntu, faz WindoZada e culpa o sistema. Agora quero ver o povo ter corajem de culpar o Slackware, como fariam com o desgraçado do Ubuntu, por um erro em software de um terceiro, causado por uso de um kernel diferente de padrão (mais recente) e sem relação direta com a distribuição?

*So para não perder a oportunidade de exemplificar o que disse no outro tópico, sobre servidores.

Revise os passos do link do ~zezao, precisei fazer basicamente o mesmo no Arch estes dias devido a versão do kernel que uso ter ido para a 4.9
Mas era algo mais manual, porem não estou com o maquina e nem o link (Do próprio fórum da VMware, mas creio ser o mesmo processo ele postou).


-----------------------------------------------
KISS principle, RTFM and STFW = 42





8. Re: Problema ao executar a VMWare Player no Slackware 14.2x64 [RESOLVIDO]

Lordestark
lordestark

(usa Slackware)

Enviado em 16/02/2017 - 23:14h

Já foi resolvido man, rlx.
Mas vlw ae
agora vou voltar a usar meu OpenBSD


9. Re: Problema ao executar a VMWare Player no Slackware 14.2x64 [RESOLVIDO]

Perfil removido
removido

(usa Nenhuma)

Enviado em 16/02/2017 - 23:47h

lordestark escreveu:

Já foi resolvido man, rlx.
Mas vlw ae
agora vou voltar a usar meu OpenBSD


Sim, enquanto ou redigia minha resposta, vc veio com o relato da solução (Eu demoro para escrever, pois é preciso fundamentar, trazer referencias etc).

Vaí la jovem, boa sorte com o Baiacu.
https://www.vivaolinux.com.br/artigo/Quero-usar-o-Baiacu-em-casa-mas-sera-que-eu-posso

-----------------------------------------------
cd /var/abs/brain/knowledge ; makepkg -si







Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts