[PATCH 07/17] Record early crashes to ipmi

David Shea dshea at redhat.com
Tue Sep 23 17:33:03 UTC 2014


On 09/23/2014 12:15 PM, Brian C. Lane wrote:
> On Tue, Sep 23, 2014 at 11:20:55AM -0400, David Shea wrote:
>> (as clumens noted, we already do ipmi stuff on exception via meh, so
>> instead of all that other stuff just add ipmi stuff on exception before
>> meh)
>>
>> Send IMPI_ABORTED if anaconda crashes with an exception before the meh
>> excepthook has been installed.
>> ---
>>   anaconda | 1 +
>>   1 file changed, 1 insertion(+)
>>
>> diff --git a/anaconda b/anaconda
>> index e91ddca..355b144 100755
>> --- a/anaconda
>> +++ b/anaconda
>> @@ -1072,6 +1072,7 @@ if __name__ == "__main__":
>>       if not flags.imageInstall and not flags.livecdInstall \
>>          and not flags.dirInstall:
> These 3 checks could be replaced by can_touch_runtime_system
>
>

Can do.


More information about the anaconda-patches mailing list