[OpenAFS] vserver & openafs module
JEBs
JEBs@shbe.org
Tue, 11 Oct 2005 00:50:32 +0200
JEBs wrote:
> Dear folks,
>
> I already have openafs running since some months ... well the
> configurations wasn't easy but after reading tons of docs I got it
> really running (including failover and the multi-homing problems) ...
> however... that's not the reason why I wrote but I wanna use this
> eMail to say: 'openAFS is cool and great stuff !', thanks to everybody
> who spent effort in the project !!!
>
> Now that I got openafs running well, I require the functionality of a
> tool named 'chbind' from the vserver project (http://linux-vserver.org/).
>
> After patching the kernel with the vserver stuff, the openAFS module
> compiles but abort loading with a "openafs: Unknown symbol
> vx_rmap_pid" error.
>
> I already tested all combinations with vserver 1.9.5... + 2.0 and
> openafs 1.3.81 + 1.4rc1 but I always get the error.
Well I love to solve my own probs ;-) .
Put an:
#include <linux/vs_cvirt.h>
into:
/usr/src/modules/openafs/src/rx/LINUX/rx_knet.c
(or whereever you placed your openAFS sources)
Yeees, it's to easy to believe ;-) .
Cya
JEBs