[EMAIL PROTECTED]: ~$ more junk
execve("/usr/bin/man", ["man", "ls"], [/* 29 vars */]) = 0
strace: exec: Operation not permitted
[EMAIL PROTECTED]: ~$ cd /usr/bin/
Thanks, PH
Quoting Hermano Cabral ([EMAIL PROTECTED]):
> Quoting Paulo Henrique Baptista de Oliveira <[EMAIL PROTECTED]>:
> > Hi guys,
> > I have a Sparc 4 with Debian and Potato that man is segfaulting:
> > $ man ls
> > segmentation fault
> > $
> > Before it was not segfaulting.
> > What is the error?
> > Thanks, Paulo Henrique
>
> Beats me. Why don't you try to run strace man ls > junk 2>&1 to get
> more information?
>
> --
> Hermano Cabral