Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 59400
Alias:
Product:
Component:
Status: RESOLVED
Resolution: DUPLICATE of bug 40322
Assigned To: Gentoo Linux bug wranglers <bug-wranglers@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: L.Stohlmann <lutz.stohlmann@gmx.de>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 59400 depends on: Show dependency tree
Bug 59400 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2004-08-04 07:33 0000

    

------- Comment #1 From L.Stohlmann 2004-08-04 07:39:03 0000 -------
Binary /usr/bin/man is setgid man
Cache dir /var/cache/man is owned by root:root and only 
writeable for root.
So, man can only save preformatted pages viewed by root

Fix:
chgrp -R man /var/cache/man
chmod -R g+w /var/cache/man (or even "chmod -R g+w,u-w /var/cache/man")

To disable saving of preformatted man pages entirely, i 
think it would be better to use the switch in /etc/man.conf.

------- Comment #2 From Mr. Bones. 2004-08-04 10:36:59 0000 -------

*** This bug has been marked as a duplicate of 40322 ***

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug