On Sat, Jan 13, 2007 at 12:28:06PM -0500, as wrote: > True. sorry, I was a bit absent minded. > > on debian > rlim.rlim_cur = 0, rlim.rlim_max = 0 > > on ubuntu > rlim.rlim_cur = -1, rlim.rlim_max = -1
Not really knowing, I'm going to guess the ubunto kernel wasn't compiled with the scheduling support. I suggest trying to compile your own kernel to make sure it has all of the things that you want. - Rob .
