Sebastian Mogilowski's Blog

Just another blog about administration, linux and other stuff

VMWare Server 2 – Unable to build the vsock module

Just a quick Post, the solution for the „Unable to build the vsock module“ error message if you install VMWare Server 2 on Debian or Ubuntu:

tar xvf /usr/lib/vmware/modules/source/vsock.tar
cd vsock-only
sed -i 's/^\#include
//' autoconf/*.c
make
cp vsock.o /lib/modules/$(uname -r)/misc
ln -s vsock.o /lib/modules/$(uname -r)/misc/vsock.ko
depmod -a
invoke-rc.d vmware restart

, , , ,

2 thoughts on “VMWare Server 2 – Unable to build the vsock module

Schreibe einen Kommentar

Deine E-Mail-Adresse wird nicht veröffentlicht. Erforderliche Felder sind mit * markiert

eMail-Benachrichtigung bei weiteren Kommentaren.
Auch möglich: Abo ohne Kommentar.

Diese Website verwendet Akismet, um Spam zu reduzieren. Erfahre, wie deine Kommentardaten verarbeitet werden.