Comment 5 for bug 727342

Revision history for this message
Serge Hallyn (serge-hallyn) wrote : Re: package open-vm-dkms 2010.06.16-268169-3ubuntu1 failed to install/upgrade: open-vm-tools kernel module failed to build

Looks like the kernel module source is just a touch out of date. Doing a
 'sudo dkms --verbose build -m open-vm-tools -v 2010.06.16'
shows first that it defines file_operations->ioctl which is now replaced
by unlocked_ioctl. Fixing that shows more problems.