the 'daemon' script will explicitly turn off core file generation unless this is set.
please ack Index: init/redhat =================================================================== --- init/redhat (revision 2521) +++ init/redhat (working copy) @@ -13,6 +13,7 @@ prog="corosync" exec="/usr/sbin/corosync" lockfile="/var/lock/subsys/corosync" +DAEMON_COREFILE_LIMIT=unlimited [ -x "$exec" ] || exit 0 -- Andrew _______________________________________________ Openais mailing list [email protected] https://lists.linux-foundation.org/mailman/listinfo/openais
