You are not logged in.
I suppose the probleme first appeared after the latest upgrade of "man-pages".
When I'm regular user man returns "No manual entry for XXX" in most cases. Being root, all manpages are displayed as usual.
Here's what I tried so far:
I've checked some manpages from "/usr/man" directroy. On all manpages, no matter if the work for the regualr user, read-permission is enabled for everyone!
Checking the $MANPATH variable returns the same for root and users, namely: "/usr/man:/usr/X11R6/man:/opt/java/jre/man:/opt/kde/man:/opt/qt/man"
I have no idea what else I could try to get them working properly again.
Last edited by saciel (2007-07-11 16:16:55)
They say if you reverse play a Windows CD you can hear satanic verses... But wanna know what's even worse? If you forward play it, it's gonna install Windows on your system!
Offline
what're the permissions on /usr/man/ and /usr/man/*? ls -ld /usr/man /usr/man/*
Offline
There were indeed two directories that didn't feature 755, as they were supposed to be (man1 and man4). Everything I've checked so far is working again. Strange...
Last edited by saciel (2007-07-11 16:17:27)
They say if you reverse play a Windows CD you can hear satanic verses... But wanna know what's even worse? If you forward play it, it's gonna install Windows on your system!
Offline
probably due to the recent issue with pacman and overwriting dir permissions.
http://www.archlinux.org/news/334/
Offline
Maybe... I just had a look in my logfile, I in fact updated man-pages beteween the two latest pacman versions...
They say if you reverse play a Windows CD you can hear satanic verses... But wanna know what's even worse? If you forward play it, it's gonna install Windows on your system!
Offline
im having a similar issue. but in my case, man pages arent shown even if im root... i cant seem to find man pages for anything. this is a pretty new arch64 install, so i dont know if they worked on this install before.. if not, how can i install the needed manpages?
br fjodork
Offline
most likely your MANPATH is not set correctly due to the recent move of the manpages from /usr/man to /usr/share/man.
Adding 'unset MANPATH' to ~/.bashrc should resolve if for now if that is the case. If not post your MANPATH here.
Offline
check if you have a /etc/profile.pacnew. If yes, update your /etc/profile .
pacman roulette : pacman -S $(pacman -Slq | LANG=C sort -R | head -n $((RANDOM % 10)))
Offline
Here is the repective lines from the newer /etc/profile, check if you have them. If not then update as said above
# Man is much better than us at figuring this out
unset MANPATHOffline