#867 closed defect (fixed)
nfs-server boot script is wrong
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Bootscripts | Version: | ~CVS |
Severity: | normal | Keywords: | |
Cc: |
Description ¶
The following corrections are need to the nfs-server script. Without this change, the boot script does not properly shut down nfs.
Change killproc /usr/sbin/rpc.nfsd to killproc nfsd
The reason for this is the process name is nfsd and not rpc.nfsd
Other enhancements to the script would be to add the following
On Startup before loadproc /usr/sbin/rpc.mountd add loadproc exportfs -r This will refresh the exports before loading the server
On Shutdown after killproc /usr/sbin/rpc.mountd add killproc rpc.statd This will properly kill rpc.statd
Change History (3)
comment:1 by , 21 years ago
Status: | new → assigned |
---|
comment:2 by , 21 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Resolved as of 2756