Installing OpenAFS on Debian / Xen
If you want to compile the OpenAFS kernel module on a Debian / Xen Linode, you'll need to patch tke kernel sources available from
Hope this is useful to others!
Cheers,
Tim
4 Replies
You can also use one of the OpenAFS modules I've already compiled.
-Alejandro
Also, another little gotcha i came accross, is that you need to download GCC 4.0.3 to compile the module, otherwise versionMagic will refuse to load it as the versions of the module and kernel don't match. This isn't available from apt, so had to compile from source, then edit the variables CC and HOSTCC in the kernel Makefile to use gcc4.0 rather than gcc.
Cheers for that though, I wish i'd come across it before I had to retrace your steps in getting it all to work
deb
deb-src
In general, I try to get new modules compiled when I hear about new linode dom-U kernels. I'll probably be sticking to 32-bit modules unless I find need to have a second linode with a 64-bit linux install.