Running ps in a xen linux 2.6 environment lists all threads as processes like it was before kernel 2.6. Is there a way to come back to the standard kernel 2.6 behavior ? I really would prefer not to see hundreds of java threads for my tomcat instance for example regards, ulf behrens _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
On Thursday 30 March 2006 14:44, Ulf Behrens wrote:> Running ps in a xen linux 2.6 environment lists all threads as processes > like it was before kernel 2.6. Is there a way to come back to the > standard kernel 2.6 behavior ? I really would prefer not to see hundreds > of java threads for my tomcat instance for example >Thats a side effect of disabling NPTL (TLS) glibc. Install a fixed glibc (with /lib/tls dir) and it should work like on plain linux. /Ernst _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users