You are not logged in.

#1 2007-07-11 14:16:32

saciel
Member
From: Germany
Registered: 2006-07-30
Posts: 153

[SOLVED] "man" doesn't find the manpages anymore... what has happend?

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

#2 2007-07-11 14:29:25

Cerebral
Forum Fellow
From: Waterloo, ON, CA
Registered: 2005-04-08
Posts: 3,108
Website

Re: [SOLVED] "man" doesn't find the manpages anymore... what has happend?

what're the permissions on /usr/man/ and /usr/man/*?   ls -ld /usr/man /usr/man/*

Offline

#3 2007-07-11 16:11:35

saciel
Member
From: Germany
Registered: 2006-07-30
Posts: 153

Re: [SOLVED] "man" doesn't find the manpages anymore... what has happend?

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

#4 2007-07-11 17:18:12

Cerebral
Forum Fellow
From: Waterloo, ON, CA
Registered: 2005-04-08
Posts: 3,108
Website

Re: [SOLVED] "man" doesn't find the manpages anymore... what has happend?

probably due to the recent issue with pacman and overwriting dir permissions.
http://www.archlinux.org/news/334/

Offline

#5 2007-07-11 17:22:54

saciel
Member
From: Germany
Registered: 2006-07-30
Posts: 153

Re: [SOLVED] "man" doesn't find the manpages anymore... what has happend?

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

#6 2008-02-06 11:45:23

fjodork
Member
Registered: 2008-01-10
Posts: 14

Re: [SOLVED] "man" doesn't find the manpages anymore... what has happend?

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

#7 2008-02-06 12:27:55

pressh
Developer/TU
From: Netherlands
Registered: 2005-08-14
Posts: 1,719

Re: [SOLVED] "man" doesn't find the manpages anymore... what has happend?

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

#8 2008-02-06 13:10:22

shining
Pacman Developer
Registered: 2006-05-10
Posts: 2,043

Re: [SOLVED] "man" doesn't find the manpages anymore... what has happend?

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

#9 2008-02-06 19:51:15

Zer0
Member
From: Windsor, ON, Canada
Registered: 2006-08-25
Posts: 299

Re: [SOLVED] "man" doesn't find the manpages anymore... what has happend?

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 MANPATH

Offline

Board footer

Powered by FluxBB