On Tue, May 20, 2008 at 10:50 AM, Dejan Muhamedagic <[EMAIL PROTECTED]> wrote: > Hi, > > On Mon, May 19, 2008 at 04:59:43PM +0100, Joao Ferreira wrote: >> Hello all, >> >> I'm getting this error: >> >> Heartbeat failure [rc=139]. Failed. >> >> I've searched a bit but couldn't understand just what the problem is. >> >> can anyone point me to some docs explaining this error or tell me what >> is happening. > > Heartbeat can't start for whatever reason (don't know what rc > 139). Hopefully the logs would give more information. > > Thanks, > > Dejan > >> thanks a lot. >> >> Joao >> >> -------------------------------- >> # /etc/init.d/heartbeat start >> logd is already running >> Starting High-Availability services: >> 2008/05/19_16:57:21 INFO: Resource is stopped >> Heartbeat failure [rc=139]. Failed. >> >> heartbeat[7184]: 2008/05/19_16:57:21 info: Version 2 support: off >> >> # >> --------------------------------- >> >> >> >> -- >> This message has been scanned for viruses and >> dangerous content by MailScanner, and is >> believed to be clean. >> >> _______________________________________________ >> Linux-HA mailing list >> [email protected] >> http://lists.linux-ha.org/mailman/listinfo/linux-ha >> See also: http://linux-ha.org/ReportingProblems > _______________________________________________ > Linux-HA mailing list > [email protected] > http://lists.linux-ha.org/mailman/listinfo/linux-ha > See also: http://linux-ha.org/ReportingProblems >
Joao: The return code 139 means Segmentation Fault. See http://www.slac.stanford.edu/BFROOT/www/Computing/Environment/Tools/Batch/exitcode.html - Exit code 139: Segmentatation violation. You've probably made changes to the source code and didn't handle all the possible failures. Best regards, Nuno _______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
