cannot read manpages
astraljava at kapsi.fi
astraljava at kapsi.fi
Tue Jan 15 12:57:18 UTC 2008
> Luca Ferrari wrote:
>> Hi,
>> a fresh 7.04 installation results in the following:
>>
>> root at backup:~# man ssh-add
>> Reformatting ssh-add(1), please wait...
>> man: can't execute /usr/bin/pager: No such file or directory
Isn't that usually a symlink to `less` or `more`, or what have you? Maybe
via /etc/alternatives. In this case it would mean that you don't have that
symlink set, so try first:
$ ls -l /etc/alternatives/pager
...and if that's not set either, then I guess you can do:
$ sudo ln -s /usr/bin/less /usr/bin/pager
...or some other pager instead of less. Or it could be that I'm just
talking out of my ass here.
> Heck...I can't read them when they *are* working...
>
> /tony
I would say that's a whole 'nother issue altogether. I'll leave debugging
of it for people more suited for similar problems. :)
--
Jaska
More information about the ubuntu-users
mailing list