Bug 222976 - The script /etc/init.d/nfs reports incorrectly 'Shutting down NFS', while nfs is up and running.
Summary: The script /etc/init.d/nfs reports incorrectly 'Shutting down NFS', while nfs...
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Enterprise Linux 4
Classification: Red Hat
Component: nfs-utils
Version: 4.4
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
: ---
Assignee: Steve Dickson
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2007-01-17 09:02 UTC by kapeller
Modified: 2007-11-17 01:14 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2007-03-09 02:17:27 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description kapeller 2007-01-17 09:02:41 UTC
Description of problem:
The script /etc/init.d/nfs reports incorrectly 'Shutting down NFS', while nfs is
up and running.

Version-Release number of selected component (if applicable):
nfs-utils-1.0.6-70.EL4

How reproducible:
always

Steps to Reproduce:
1. service nfs status
2.
3.
  
Actual results:
Shutting down NFS mountd: rpc.mountd (pid 5016) is running...
nfsd (pid 5010 5009 5008 5007 5006 5005 5004 5003) is running...
rpc.rquotad (pid 4999) is running...

Expected results:
rpc.mountd (pid 2228) is running...
nfsd (pid 2218 2217 2216 2215 2214 2213 2212 2211) is running...
rpc.rquotad (pid 2207) is running...

Additional info:
Fix by removing the following line in /etc/init.d/nfs below 'status'
echo -n $"Shutting down NFS mountd: "


Note You need to log in before you can comment on or make changes to this bug.