Bug 45105
| Summary: | 'cat' directories vanished in RC2 | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | Michal Jaegermann <michal> |
| Component: | man | Assignee: | Bernhard Rosenkraenzer <bero> |
| Status: | CLOSED NOTABUG | QA Contact: | Ben Levenson <benl> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 7.3 | ||
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | alpha | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2001-06-24 20:26:03 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Michal Jaegermann
2001-06-20 03:38:06 UTC
Michal, I've tried this on the current gold CD's on a full install [root@dhcpd141 alpha]# /etc/cron.daily/sysstat [root@dhcpd141 alpha]# (seems ok) [root@dhcpd141 alpha]# /etc/cron.daily/makewhatis.cron [root@dhcpd141 alpha]# (seems ok) [root@dhcpd141 alpha]# /etc/cron.daily/tmpwatch error: lstat() of directory /var/cache/man/X11R6/cat? failed: No such file or directory [root@dhcpd141 alpha]# rpm -ql man | grep var /var/cache/man one entry,.. > [root@dhcpd141 alpha]# rpm -ql man | grep var > /var/cache/man > one entry,.. Yes, indeed. But there should be a whole long list. At least /etc/man.config claims so by setting FHS option. And try to run /etc/cron.daily/makewhatis.cron "by hand". It was intentional - preformatted man pages have been the cause of way too many security problems in the last couple of months. They're now turned off by default. In that case /usr/sbin/makewhatis should be fixed not to attempt to visit non-existent directories. Apart of that this seems to badly affect 'apropos' and this is just plain BUG - intended or not. OK, I will enter the later as a separate one. |