Opened 20 years ago

Closed 20 years ago

Last modified 10 years ago

#867 closed defect (fixed)

nfs-server boot script is wrong

Reported by: jim@… Owned by: blfs-book@…
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 DJ Lucas, 20 years ago

Status: newassigned

comment:2 by DJ Lucas, 20 years ago

Resolution: fixed
Status: assignedclosed

Resolved as of 2756

comment:3 by bdubbs@…, 10 years ago

Milestone: old

Milestone old deleted

Note: See TracTickets for help on using tickets.