>From: David A Sperry > >I'm trying to setup real-time and robust mutexes on a FC3 dual Xeon box. > >I tried the mercurial method. That compiles on my machine but the bootup >hangs on sendmail.
Hfff--hard to tell. glibc won't work at all, so don't even try it. Only one I can think of is the futex redirection being set and screwing something up, but afaik, it is disabled by default...just a sec...yep it is disabled. I really don't know--do you get anything on the console? Can you try the same kernel without fusyn patches? For that, do: hg clone -U http://kernel.org/hg/linux-2.6 hg update cc120a05eed4 And compile and install that kernel. If it works ok, then fusyn is the culprit. >I tried patching the 2.6.13.2 kernel with Mingo's patch-2.6.13-rt14 and the >three patch files from http://source.mvista.com/~dsingleton and I'm getting >compile errors in kernel/rt.c. I assume I have not patched the kernel >correctly or with all the patches of the correct version. So to start at >the beginning. What should I use as a base kernel and which patches should >I apply in which order. There I have no idea--haven't look at Ingo's patches for a long time. -- Inaky
_______________________________________________ robustmutexes mailing list [email protected] https://lists.osdl.org/mailman/listinfo/robustmutexes
