Hi Andreas, Thank you for responding. See inline for comments.
> -----Original Message----- > From: [EMAIL PROTECTED] [mailto:linux-ha- > [EMAIL PROTECTED] On Behalf Of Andreas Mock > Sent: Saturday, 6 December 2008 10:17 AM > To: General Linux-HA mailing list > Subject: Re: [Linux-HA] stonith - ibmrsa-telnet TIMEOUT, how to > enablepython debug > > Hi Alex, hi Dejan, > > > -----Ursprüngliche Nachricht----- > > Von: "Dejan Muhamedagic" <[EMAIL PROTECTED]> > > Gesendet: 03.12.08 14:38:05 > > An: General Linux-HA mailing list <[email protected]> > > Betreff: Re: [Linux-HA] stonith - ibmrsa-telnet TIMEOUT, how to > enablepython debug > > > > Strange business. I'll see if I can make sense out of the output > > you sent to the list. Perhaps the plugin's author will show up > > too :) > > Yes, better late then never... > > Sorry Alex for the delay, but I didn't read the mailings for a while now > and it's just > luck that I found you having problems with imbrsa-telnet. > > I'm happy to see that you found the debug mechanism. > The output should be more or less selfexplaining. I just try to log the > communication > with the RSA board. > > Which version of ibmrsa-telnet does you have. This is important as > Takenaka Kazuhiro > <[EMAIL PROTECTED]> found a bug in the code snippet flushing > the > log file entries. At the end of the function _echo_debug you should find a > "f.flush()". > >From the file # History: # 2007-10-19 Fixed bad commandline handling in case of stonithing # 2007-10-11 First release. def _echo_debug(self, *args): f = self._f if f: f.write("%s: %s: %s\n" % (self._get_timestamp(), self._appl, ' '.join(args))) f.flush() > If this is o.k., all requests shall show up in the log file. If your log > file is correct than I > would also come to the conclusion that the reset request is never done. > But for the whole inner logic of stonithd you already found the MOS > (master of stonith) > Dejan. ;-)) > > I'm not sure in which way I could help you at the moment. Please give me > feedback > about the version. > > Best regards > Andreas Mock > > > > _______________________________________________ > 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
