Re: NFS locking: lockf freezes (rpc.lockd problem?)
- From: "Alexey Karagodov" <karagodov@xxxxxxxxx>
- Date: Tue, 29 Aug 2006 13:28:00 +0400
it's all is very good, but what can you say about to fix problem with
rpc.lockd ???
2006/8/29, Peter Jeremy <peterjeremy@xxxxxxxxxxxxxxxx>:
_______________________________________________
On Mon, 2006-Aug-28 13:23:30 +0000, Michael Abbott wrote:
>I think there is a case to be made for special casing SIGKILL, but in a
>sense it's not so much the fate of the process receiving the SIGKILL that
>counts: after all, having sent -9 I know that it will never process
again.
Currently, if you send SIGKILL, the process will never enter userland
again.
Going further, so that if you send a process SIGKILL, it will always
terminate immediately is significantly more difficult. In the normal
case, a process is sleeping on some condition with PCATCH specified.
If the process receives a signal, sleep(9) will return ERESTART or
EINTR and the code has to then arrange to return back to userland
(which will cause the signal to be handled as per sigaction(2) and
the processes signal handlers). In some cases, it may be inconvenient
to unwind back to userland from a particular point so PCATCH isn't
specified on the sleep.
--
Peter Jeremy
freebsd-stable@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscribe@xxxxxxxxxxx"
- Follow-Ups:
- Re: NFS locking: lockf freezes (rpc.lockd problem?)
- From: Michael Abbott
- Re: NFS locking: lockf freezes (rpc.lockd problem?)
- From: Oliver Fromme
- Re: NFS locking: lockf freezes (rpc.lockd problem?)
- References:
- Re: NFS locking: lockf freezes (rpc.lockd problem?)
- From: Oliver Fromme
- Re: NFS locking: lockf freezes (rpc.lockd problem?)
- From: Michael Abbott
- Re: NFS locking: lockf freezes (rpc.lockd problem?)
- From: Peter Jeremy
- Re: NFS locking: lockf freezes (rpc.lockd problem?)
- Prev by Date: Re: linux-oracle-instantclient-sqlplus-10.2.0.2.20060331
- Next by Date: Re: NFS locking: lockf freezes (rpc.lockd problem?)
- Previous by thread: Re: NFS locking: lockf freezes (rpc.lockd problem?)
- Next by thread: Re: NFS locking: lockf freezes (rpc.lockd problem?)
- Index(es):
Relevant Pages
|
|