Bugzilla – Bug 114104
Problems with killproc
Last modified: 2007-06-06 17:15:48 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.
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
See bug 113002 *** This bug has been marked as a duplicate of 113002 ***