[dm-devel] [ANNOUNCE] multipath-tools-0.2.9

christophe varoqui christophe.varoqui at free.fr
Thu Sep 30 21:44:39 UTC 2004


Le jeudi 30 septembre 2004 à 20:55 +0200, Jaime Peñalba a écrit :
> Hi again,
> 
> I have been looking trought different debian versions, and that "#
> define CLONE_NEWNS   0x00020000" is present on sid (unstable), but not
> in "woody", the stable version wich is the one that servers are
> running.
> 
> So i was wondering if i include that define for files
> /usr/include/linux/sched.h and  /usr/include/bits/sched.h on debian
> woody that seems to use the same addresses on sid for the present
> defines, could cause any worse to further compilations or something, i
> dont think so, but please let me know, because as i said im not a
> skilled c coder.
> 
woody doesn't seem to be a good choice to run a 2.6 kernel plus udev
anyway, so I won't support that in the trunk. sarge should be ok, like
sid.

but you can easily workaround the problem by adding the following at the
head of the main.c :

#ifndef CLONE_NEWNS
#define CLONE_NEWNS   0x00020000
#endif

regards,
-- 
christophe varoqui <christophe.varoqui at free.fr>




More information about the dm-devel mailing list