Date: Tue, 30 Mar 1999 23:53:52 -0500 (EST) From: "Crist J. Clark" <cjc@cc942873-a.ewndsr1.nj.home.com> To: freebsd-questions@FreeBSD.ORG (FreeBSD Questions) Subject: Manpath strageness Message-ID: <199903310453.XAA02059@cc942873-a.ewndsr1.nj.home.com>
next in thread | raw e-mail | index | archive | help
What am I missing? [117:~] echo $MANPATH /usr/share/man:/usr/local/man:/usr/X11R6/man:/usr/home/penn/man [118:~] apropos procmail procmail(1) - autonomous mail processor procmailex(5) - procmail rcfile examples procmailrc(5) - procmail rcfile procmailsc(5) - procmail weighted scoring techique [119:~] man -k procmail procmail(1) - autonomous mail processor procmailex(5) - procmail rcfile examples procmailrc(5) - procmail rcfile procmailsc(5) - procmail weighted scoring techique [120:~] man procmail No manual entry for procmail [121:~] ls -l /usr/local/man/cat1/pr* -rw-r--r-- 1 man wheel 674 Feb 16 22:02 /usr/local/man/cat1/printmail.1.gz -rw-r--r-- 1 man wheel 11488 Nov 22 14:25 /usr/local/man/cat1/procmail.1.gz [122:~] man printmail PRINTMAIL(1L) PRINTMAIL(1L) NAME printmail - format mail in a readable fashion for printing . . . [123:~] gunzip -c /usr/local/man/cat1/procmail.1.gz | groff -Tascii -man | more PROCMAIL(1) PROCMAIL(1) NAME procmail - autonomous mail processor . . . What the heck is going on here? It's got to be something obvious, right? The page is in the manpath. The page is listed in the whatis. The user has access to the directory and permission to read the file. The user can get the page for the item next to it with the same permissions in the same location... Info about two users who can't seem to be able to read the page, [132:~] id uid=502(penn) gid=502(penn) groups=502(penn), 501(cjc) [116:~] id uid=510(netrek) gid=510(netrek) groups=510(netrek), 501(cjc) And one who can, [112:~] id uid=501(cjc) gid=501(cjc) groups=501(cjc), 0(wheel), 5(operator) This one is a member of wheel, but the files are all 644 (and the diretories are all 755 from the root up to cat1). Clue? -- Crist J. Clark cjclark@home.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199903310453.XAA02059>