On Thu, Aug 04, 2005 at 01:08:27PM -0600, Will Aoki wrote: > So far as I can tell, in order to kill milter-greylist, I need to signal > all its processes, not just the one whose pid is recorded in the > pidfile. I'll need to tinker with some other systems to see if that's > what the other scripts do - if so, I can just modify the Debian init > script as a quick solution; otherwise, I'll have to dig into the > milter's code. This should really be handled in the Linux init scripts because it is actually a Linux bug. Posix threads should all have the same PID which is the case under Solaris, NetBSD and IIRC Linux with new thread implementation. Your system is apparently using the old Linux thread implementation based on the "clone" system call which used a PID per thread. Kind regards -- Matthias Scheler http://scheler.de/~matthias/
Message
Re: [milter-greylist] Milter-greylist instability
2005-08-05 by Matthias Scheler
Attachments
- No local attachments were found for this message.