On Thu, May 24, 2007 at 06:05:27PM +0200, Andrew Beekhof wrote: > >I don't see what the checks in /proc gets you at this point; how > >is that different than > > > > ( kill(pid,0) != -1 ) && pid !=getpid() ) > > > >I'm not used to using /proc for this stuff > > it tells you if the pid has been reused by another, unrelated, process. > its just an extra check available to linux users. > > i committed a modified patch earlier today
Cool! Can I also see this patch? I don't see a new one associated with the URL you cite above. I offered a patch to heartbeat.c as well yesterday, but that's sitting in a moderator's mai box. :/ -- Brian Reichert <[EMAIL PROTECTED]> 55 Crystal Ave. #286 Daytime number: (603) 434-6842 Derry NH 03038-1725 USA BSD admin/developer at large _______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
