[Cluster-devel] cluster/cman/init.d cman

rpeterso at sourceware.org rpeterso at sourceware.org
Wed Oct 18 21:48:42 UTC 2006


CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	rpeterso at sourceware.org	2006-10-18 21:48:42

Modified files:
	cman/init.d    : cman 

Log message:
	This is the fix for bugzilla bug 211337: must create core files
	for daemons on segfault.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/init.d/cman.diff?cvsroot=cluster&r1=1.24&r2=1.25

--- cluster/cman/init.d/cman	2006/10/13 14:57:55	1.24
+++ cluster/cman/init.d/cman	2006/10/18 21:48:41	1.25
@@ -124,6 +124,7 @@
 {
     echo "Starting cluster: "
     echo -n "   Loading modules... "
+    ulimit -c unlimited
     load_modules
     if [ $? -eq 0 ] 
     then




More information about the Cluster-devel mailing list