On Fri, Jun 15, 2007 at 12:15:07PM +0200, Gilles Sadowski <[EMAIL PROTECTED]> was heard to say: > > (I suspect it's more likely an environment > > variable -- the packaging system shouldn't mess with permissions on these > > directores -- but it would be nice to rule out any weirdness like that) > > > > Other suggestions?
It would be interesting to see an strace of, e.g., ls trying to run as a broken user. You might have to get a statically linked strace to do this, though :-(. One thing you could try would be something like this as root: strace -o /tmp/ls.strace -f su - "Broken" -c ls and then send ls.strace here. Daniel -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]