Bug 54891

Summary: mail fails when /var/spool/mail is nfs mounted with kernel 2.4.9
Product: [Retired] Red Hat Linux Reporter: Leonard Evens <len>
Component: nfs-utilsAssignee: Pete Zaitcev <zaitcev>
Status: CLOSED DUPLICATE QA Contact: Brian Brock <bbrock>
Severity: medium Docs Contact:
Priority: medium    
Version: 7.1   
Target Milestone: ---   
Target Release: ---   
Hardware: i686   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2001-10-22 19:17:47 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 Leonard Evens 2001-10-22 19:17:43 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.5) Gecko/20011012

Description of problem:
We have been running kernels 2.4.2 and 2.4.3 under RH7.1.  We have had
/var/spool/mail nfs mounted from a server on various client machines so
they can share the mail spool files.  This has worked fine, but when we
upgraded to kernel 2.4.9-6 (for security as recommended by RH) we found
that programs like mail, mutt, elm, and pine encountered problems.  For
example, with mail, one can read the
mail but quitting causes it to hang.  We believe this has to do with
the fact that /var/spool/mail is mounted rw and these programs try
to lock the spool file.   So there is probably some bug relating the
2.4.9-6 kernel and nfslock.  When we go back to kernel 2.4.3, the problem
disappears.

Version-Release number of selected component (if applicable):
Rh 7.1, kernel 2.4.9-6, nfs-utils-0.3.1-13.7.2.1

How reproducible:
Always

Steps to Reproduce:
1.Boot the mail server with 2.4.9-6.
2. mount /var/spool/mail rw from the mail server
3. run mail and try q to quit.
	

Actual Results:  mail hung and had to be killed with Ctrl-Z to stop it and
then killing the process.

Expected Results:  mail should have quit.

Additional info:

Similar things happen with elm, mutt, and pine.

Comment 1 Bob Matthews 2001-10-22 19:23:32 UTC

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