On Friday 15 July 2005 11:10, Blaisorblade wrote: > On Thursday 14 July 2005 22:30, Rob Landley wrote: > > On Thursday 14 July 2005 13:16, Rob Landley wrote: > > > Bodo's patch seems to have fixed the problem (albeit in a way that > > > reveals ubuntu is using thread-local storage, so I can't use it > > > anyway). > > > > Hang on a sec, if TLS is screwing up -skas0, then why does -tt mode work? > > > > Is this expected? > > Hmm, I've seen TLS falling back on modify_ldt() at times, and it's surely a > bit bogus in current trees (although I have a partial fix for it, but not > sure whether it will work). Do you think init=/usr/bin/strace /bin/ls would > work? Uncomprehensible kernel params are passed to init, so it could. Here's the output of that under both -tt mode and -skas0 mode. Exact same command line both times, except for the name of the output file being redirected to. Only .config change was switching from tt to skas mode. Rob