On Tue, Jul 17, 2007 at 01:26:19PM -0600, Alan Robertson wrote: > > Should I fix this? I thought maybe its not a problem since Heartbeat seems > > to be otherwise running. > > Yes, the permissions on this will keep some Heartbeat processes from > core dumping. Other permission errors can cause other problems.
Couldn't one use setrlimit() to manage RLIMIT_CORE directly? (If supressing code dumps is a goal.) Most UNIX/Linux distros have a comand-line interface to this syscall; it's a great way of straping down a whole process tree... > > -- > Alan Robertson <[EMAIL PROTECTED]> -- 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
