Summary: | _PATH_MAILDIR is /var/mail, should be /var/spool/mail | ||
---|---|---|---|
Product: | [Retired] Red Hat Linux | Reporter: | Jeff Johnson <jbj> |
Component: | glibc | Assignee: | Cristian Gafton <gafton> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 6.0 | CC: | fisher, hvr, zdenek |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | i386 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 1999-07-02 22:00:18 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: |
Description
Jeff Johnson
1999-05-12 15:14:36 UTC
*** Bug 2730 has been marked as a duplicate of this bug. *** when checking for a users' mail status finger expects the mailfiles in /var/mail instead of /var/spool/mail This is fixed in the glibc 2.1.2 package. finger will have to be recompiled, though. The new glibc rpm will be available in rawhide shortly. *** Bug 4722 has been marked as a duplicate of this bug. *** Both finger and fingerd from new RH 6.0 packages (finger-0.10-24) search for user mailboxes in /var/mail, not in /var/spool/mail as it was on RH 5.2 (0.10-5). This occurs in local use as well as in remote user@server use. The only thing strace showed me was stat("/var/mail/jmeno", 0xbffffb68) = -1 ENOENT (No such file or directory) |