[OpenAFS] vserver & openafs module

Derrick J Brashear shadow@dementia.org
Tue, 11 Oct 2005 23:02:37 -0400 (EDT)


On Tue, 11 Oct 2005, JEBs wrote:

>> 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)

If you can write a configure test we can include support to do this 
automatically in 1.4.1; Just submit it to openafs-bugs@openafs.org

Derrick