Kurt Roeckx writes: > On Mon, Apr 24, 2006 at 11:07:19AM +0200, Matthias Klose wrote: > > Package: linux32 > > Version: 1-3 > > > > $ uname -m > > parisc64 > > > > $ linux32 uname -m > > parisc64 > > I believe that that is a kernel bug in that case. It checks the > return value of personality(2), and that seems to have been > succesful. Can you strace it to verify that the kernel says it > was chnaged?
$ strace ./linux32 whoami 2>&1 | grep pers personality(PER_LINUX32) = 8 > What kernel version is this? $ uname -a Linux pampa 2.6.16-1-parisc64-smp #2 SMP Mon Apr 3 22:28:31 MDT 2006 parisc64 GNU/Linux -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

