| Summary: | [RFE] rasdaemon hook for abrtd | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Petr Holasek <pholasek> | ||||
| Component: | abrt | Assignee: | Jakub Filak <jakub> | ||||
| Status: | NEW --- | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | high | ||||||
| Version: | rawhide | CC: | abrt-devel-list, dhoward, dvlasenk, iprikryl, kvolny, lijunliang.dna, msuchy | ||||
| Target Milestone: | --- | Keywords: | Triaged | ||||
| Target Release: | --- | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | Type: | Bug | |||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Attachments: |
|
||||||
|
Description
Petr Holasek
2013-09-30 10:52:50 UTC
Created attachment 861649 [details]
rasdaemon abrt report support patch
add ABRT report support via abrt-server .
*** Bug 1085812 has been marked as a duplicate of this bug. *** Hi! How is the rasdaemon hook for abrtd progressing? Hi!
The attached patch has been applied and the following one too:
commit d7453479e96693ebb5e17b285adf915b67095aad
Author: Jakub Filak <jfilak>
Date: Wed Apr 2 15:03:44 2014 +0200
Correct ABRT report data
Remove '\0' byte from 'PUT' message because this was superfluous.
Replaced 'BASENAME' item with 'TYPE' item because the first one is no
longer supported by abrtd and the second one is required. Basically the
later is a substitute for the first one.
Removed the closing message which is not supported by abrtd. abrtd
considers that message as a part of the problem report.
Removed a superfluous space from 'Backtrace'.
Signed-off-by: Jakub Filak <jfilak>
Signed-off-by: Mauro Carvalho Chehab <m.chehab>
so the rasdaemon should be able to report MCEs to ABRT, but it would be nice if someone could verify it.
|