sarge wrote:
A. for debian woody and sarge users, is it OK to leave /lib/tls alone as long as we don't install libc6-i686? my understanding is NPTL is only used in debian when both of these are true:
1. libc6-i686 [optimized for i686] is installed (not installed by default).
2. LD_ASSUME_KERNEL environment variable is not used or is set >2.6.
AFAIK, Woody doesn't have /lib/tls. Perhaps you need to install that libc to get it, /me doesn't know.
sarge wrote:
B. what are some common problems/gotchas encountered by those using 2.6 inside UML?
None, that I'm aware of. It's just like running your box under a 2.4 kernel that doesn't support NPTL by nature.
sarge wrote:
C. does this impact the use of apache2 mpm-worker (default mpm in debian sarge)?
I'm pretty sure that if NPTL support isn't there, then libc falls back to LinuxThreads.
-Chris