15.10으로 업데이트되었으며 이제 VMware 워크스테이션 11이 시작되지 않습니다.

15.10으로 업데이트되었으며 이제 VMware 워크스테이션 11이 시작되지 않습니다.

우분투 15.10으로 업그레이드한 후 이 문제가 발생했습니다. vmware를 시작하면 실행 중인 커널에 여러 모듈을 컴파일해야 한다는 메시지가 나타납니다.

서비스를 시작할 수 없다는 오류 메시지와 함께 실패했습니다.

터미널에서 시작한 후 더 많은 정보를 얻었습니다. 완전히 업데이트된 우분투 15.10에서 실행 중이고 VMware Workstation 11.1.2 build-2780323을 사용하고 있습니다.

In file included from include/linux/pci.h:35:0,
                 from /tmp/modconfig-6ABO6Y/vmnet-only/compat_netdevice.h:27,
                 from /tmp/modconfig-6ABO6Y/vmnet-only/bridge.c:51:
include/linux/pci_ids.h:2252:0: note: this is the location of the previous definition
 #define PCI_VENDOR_ID_VMWARE  0x15ad
 ^
In file included from /tmp/modconfig-6ABO6Y/vmnet-only/bridge.c:50:0:
/tmp/modconfig-6ABO6Y/vmnet-only/bridge.c: In function ‘VNetBridgeUp’:
/tmp/modconfig-6ABO6Y/vmnet-only/vmnetInt.h:81:40: error: too few arguments to function ‘sk_alloc’
 #   define compat_sk_alloc(_bri, _pri) sk_alloc(&init_net, \
                                        ^
/tmp/modconfig-6ABO6Y/vmnet-only/bridge.c:952:17: note: in expansion of macro ‘compat_sk_alloc’
    bridge->sk = compat_sk_alloc(bridge, GFP_ATOMIC);
                 ^
In file included from /tmp/modconfig-6ABO6Y/vmnet-only/compat_sock.h:23:0,
                 from /tmp/modconfig-6ABO6Y/vmnet-only/bridge.c:35:
include/net/sock.h:1515:14: note: declared here
 struct sock *sk_alloc(struct net *net, int family, gfp_t priority,
              ^
scripts/Makefile.build:258: recipe for target '/tmp/modconfig-6ABO6Y/vmnet-only/bridge.o' failed
make[2]: *** [/tmp/modconfig-6ABO6Y/vmnet-only/bridge.o] Error 1
make[2]: *** Waiting for unfinished jobs....
Makefile:1398: recipe for target '_module_/tmp/modconfig-6ABO6Y/vmnet-only' failed
make[1]: *** [_module_/tmp/modconfig-6ABO6Y/vmnet-only] Error 2
make[1]: Leaving directory '/usr/src/linux-headers-4.2.0-16-generic'
Makefile:120: recipe for target 'vmnet.ko' failed
make: *** [vmnet.ko] Error 2
make: Leaving directory '/tmp/modconfig-6ABO6Y/vmnet-only'
Starting VMware services:
   Virtual machine monitor                                             done
   Virtual machine communication interface                             done
   VM communication interface socket family                            done
   Blocking file system                                                done
   Virtual ethernet                                                   failed
   VMware Authentication Daemon                                        done

uname -a

Linux testpc-cue 4.2.0-16-generic #19-Ubuntu SMP Thu Oct 8 15:35:06 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux

관련 정보