As pointed out in issue:https://issues.apache.org/jira/browse/MESOS-2203
older kernels on CentOS 6.5 don't have _NR_setns defined, which causes
build issues for MESOS.

I am looking to a kernel version on Cent OS 6.5 that worked fine for
someone so we know for sure that atleast this particular version and  above
works.

Please reply with the kernel versions that CentOS 6.5 users here are using
and we can zero down on the oldest one tested.

If someone can find kernel version where _NR_setns was added that would be
great.

(I am not sure if _NR_setns wasn't there on other platforms as well so
mentioning CentOS 6.5 just to be safe since we know that here the issue
exists)

NOTE:

*On older versions like the op for the bug was using, we do have _NR_set_ns
with same value.If gurus are fine with it, then we can*
*# ifdef(_NR_setns ) *
*#else (_NR_set_ns)*
*instead and make it work for these kernels as well.*

*Any suggestions on what's preferable ?*

Reply via email to