Bug 114104

Summary: Problems with killproc
Product: [openSUSE] SUSE LINUX 10.0 Reporter: Shankar Anand <shanand>
Component: OtherAssignee: Dr. Werner Fink <werner>
Status: RESOLVED DUPLICATE QA Contact: E-mail List <qa-bugs>
Severity: Normal    
Priority: P5 - None CC: forgotten_eSgqzbHCW8
Version: Beta 3   
Target Milestone: ---   
Hardware: i386   
OS: SUSE Other   
Whiteboard:
Found By: Development Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Shankar Anand 2005-08-30 12:41:28 UTC
In SUSE 10 Beta 3, there are some problems with the init scripts for NFSv4.

"/etc/init.d/nfsserver stop" is not stopping the nfsd daemons. And mountd is
also found to be still running. 
 
Similarly, "/etc/init.d/idmapd stop" does not stop the rpc.idmapd daemon.
Comment 1 Olaf Kirch 2005-09-01 08:31:06 UTC
It seems killproc doesn't work as advertised in beta3: 
 
# strace killproc -n -KILL nfsd 
[...] 
stat("/var/run/nfsd.pid", 0x7fffffa32f50) = -1 ENOENT (No such file or 
directory) 
exit_group(0) 
 
The last change I see is 
 
* Tue Aug 23 2005 - werner@suse.de 
- Enable patch for killproc 
 
Comment 2 Dr. Werner Fink 2005-09-01 09:17:13 UTC
See bug 113002

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