Comment 3 for bug 2031492

Revision history for this message
Andrea Righi (arighi) wrote :

With the attached debdiff I can build the module, but when it's build using dkms zfs.ko is failing to load with the following error:

$ sudo modprobe zfs
modprobe: ERROR: could not insert 'zfs': Cannot allocate memory

I suspect dkms is doing something odd when building the module, because the same exact code built doing a plain ./configure and make can be loaded correctly.