On 2 Apr 2009 at 18:29, Alex Efros wrote: > Hi! > > switching off CONFIG_PAX_MPROTECT solve this issue > > Now I'll try to paxctl -m for /bin/bash and /sbin/runit-init (with > switched on CONFIG_PAX_MPROTECT, of course)... yeah, that solves this > issue too.
can you strace bash/etc to see what happens? probably we'll see what runs against the MPROTECT restricions. my guess is either textrels or gnu_stack (compare scanelf -lpqRte on your systems). btw, why are you using SEGMEXEC on your core2?
