man pages

Felipe Mendel N. Prates felipe.mnp at gmail.com
Thu Dec 22 14:47:26 CET 2005


Here it is...

[root at server:~]# man bash
(output ok, the man page is displayed)

[root at server:~]# echo $MANPATH
(null)

[root at server:~]# eval `/kolab/etc/rc --eval all env`

[root at server:~]# man bash
(null, no man page displayed)

[root at server:~]# echo $MANPATH
/kolab/man:/kolab/local/man::/usr/share/man

[root at server:~]# unset MANPATH

[root at server:~]# echo $MANPATH
(null)

[root at server:~]# man bash
(null, no man page displayed)



On 12/22/05, Bernhard Reiter <bernhard.reiter at intevation.de> wrote:
> Am Mittwoch, 21. Dezember 2005 17:33 schrieb Felipe Mendel N. Prates:
> > Thanks for the response. You guessed right, before the eval I can read my
> > man pages normally. After the eval, I can't read even with "openpkg man.
> > Whether before or after the eval, "which man" always resolve to
> > /usr/bin/man. I've tried ltracing /usr/bin/man but got no clues.
>
> I tried it here on a few Kolab Servers and it worked.
> Try doing the steps manually:
>    /kolab/etc/rc --eval all env
> and then look at the result before copy and pasting it into the shell.
>
> Next check if MANPATH is set correctly.
>




More information about the users mailing list