On Mon, Sep 23, 2002 at 01:05:56PM +1000, Adam Bogacki wrote: > I still don't understand why Gnome terminal and 'man' pages > are not working. Trying "man procmail" as root gives me > > ------------------------------------------------------------------------- > sh: line 1: /usr/bin/pager: No such file or directory > sh: line 1: exec: /usr/bin/pager: cannot execute: : No such file or > directory > man: command exited with status 32256: /bin/gzip -dc > /var/cache/man/procmail.1.gz | exec /usr/bin/pager -s
Something's deleted your /usr/bin/pager. Normally it's a symlink to /etc/alternatives/pager, which is a symlink to whatever the preferred pager on your machine is. Run 'update-alternatives --config pager' to restore it. > What is "status 32256" ? It happens to indicate that the program 'man' was trying to run exited with return code 126 and didn't receive any fatal signal, but the exact number is not important here. -- Colin Watson [[EMAIL PROTECTED]] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

