lkml.org 
[lkml]   [1996]   [Sep]   [26]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
Subjectstrange kill behavior
I noticed that multiple uses of kill -1 on the pid of nfsd kills the
process. This isn't supposed to be that way, right? Who should this be
sent to? This is with kernel 2.0.20 on intel.

Here is what happens.

[root@pokie /root]# /etc/rc.d/init.d/nfs stop
Shutting down NFS services: rpc.mountd rpc.nfsd
[root@pokie /root]# /etc/rc.d/init.d/nfs start
Starting NFS services: rpc.mountd rpc.nfsd
[root@pokie /root]# ps -ax | grep nfsd
26959 ? S 0:00 rpc.nfsd
26962 p0 S 0:00 grep nfsd
[root@pokie /root]# kill -1 26959
[root@pokie /root]# !ps
ps -ax | grep nfsd
26959 ? S 0:00 rpc.nfsd
26964 p0 S 0:00 grep nfsd
[root@pokie /root]# !k
kill -1 26959
[root@pokie /root]# !ps
ps -ax | grep nfsd
26968 p0 S 0:00 grep nfsd

Yes, it has indeed been killed. It is necessary to restart it.

Any ideas?

TIA,
-sen

---------------------------------------------------------------------------
| Sheldon E. Newhouse | e-mail: sen1@math.msu.edu |
| Mathematics Department | |
| Michigan State University | telephone: 517-355-9684 |
| E. Lansing, MI 48824-1027 USA | FAX: 517-432-1562 |
---------------------------------------------------------------------------


\
 
 \ /
  Last update: 2005-03-22 13:37    [W:0.031 / U:0.040 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site