Hi,
I applied this patch to the Gentoo linux-2.4.30-openmosix-r3 kernel
and saw that the hpc/service.c:60 file was not updated to match
alloc_uid's new arguments. The problem is with the vx_id value, I read
the source and saw the vx_id patch comes from vserver.
This is the point that openmosix is initializing it's daemon setup and
executes:
alloc_uid(0)
I'm assuming that vx_id is the vserver context ID and simply
correcting it to read:
alloc_uid( current->vx_id, 0);
I've not looked really in depth into vserver's code, so this
assumption might be entirely wrong.
thanks for any help you can give me,
D.
blaze your trail
-- redhat _______________________________________________ Vserver mailing list Vserver@list.linux-vserver.org http://list.linux-vserver.org/mailman/listinfo/vserverReceived on Fri Jun 16 02:14:36 2006