Bug 114104 - Problems with killproc
Summary: Problems with killproc
Status: RESOLVED DUPLICATE of bug 113002
Alias: None
Product: SUSE LINUX 10.0
Classification: openSUSE
Component: Other (show other bugs)
Version: Beta 3
Hardware: i386 SUSE Other
: P5 - None : Normal
Target Milestone: ---
Assignee: Dr. Werner Fink
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-30 12:41 UTC by Shankar Anand
Modified: 2007-06-06 17:15 UTC (History)
1 user (show)

See Also:
Found By: Development
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***