[OpenAFS-devel] i386_xenlinux26?

Rob See rob@rsee.net
Fri, 17 Jun 2005 12:28:15 -0400


Chas,

	This is with two diff compiles of afs. I tag all of the dom0 kernels 
with -dom0 and all of the domU kernels with -domU, so if this was the 
problem the module loading code should complain about the versioning.

-Rob

chas williams - CONTRACTOR wrote:
> In message <42B2F446.5030700@rsee.net>,Rob See writes:
> 
>>	There are two different compiles of the kernel. Dom0 is the one that 
>>has direct access to the hardware, the "trusted" domain. DomU are the 
>>guests.  They have virtual access to certain devices through Dom0. You 
>>can export a block device or use a file in dom0 as a block device for a 
>>guest, but I can't see how I could export /afs. Also how would 
>>authentication/authorization work in that case ?
> 
> 
> well you will probably need two different compiles of the afs client
> then.  one against dom0 and one for domU?
> 
> 
>>general protection fault: 0000 [#1]
> 
> ...
> 
>>EIP is at osi_linux_mask+0x1/0x40 [libafs]
> 
> 
> strange at best.