View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0007913 | CentOS-7 | abrt | public | 2014-11-21 08:09 | 2014-11-24 13:45 |
Reporter | jfilak | Assigned To | |||
Priority | normal | Severity | tweak | Reproducibility | N/A |
Status | new | Resolution | open | ||
OS | CentOS Linux | OS Version | 7 (Core) | ||
Product Version | 7.0-1406 | ||||
Summary | 0007913: abrt runs sosreport for nothing | ||||
Description | sosreport results are useful for Red Hat Customer Portal and its only added value for CentOS users is waste of their resources. | ||||
Tags | No tags attached. | ||||
abrt_hash | |||||
URL | |||||
0001-turn-sosreport-off.patch (2,075 bytes)
From a2bfd8fe81c5eaf960d68a51e4c1d7077da4bd31 Mon Sep 17 00:00:00 2001 From: Jakub Filak <jfilak@redhat.com> Date: Thu, 20 Nov 2014 12:07:05 +0100 Subject: [PATCH] turn sosreport off --- SOURCES/1000-turn-sosreport-off.patch | 25 +++++++++++++++++++++++++ SPECS/abrt.spec | 1 + 2 files changed, 26 insertions(+) create mode 100644 SOURCES/1000-turn-sosreport-off.patch diff --git a/SOURCES/1000-turn-sosreport-off.patch b/SOURCES/1000-turn-sosreport-off.patch new file mode 100644 index 0000000..e570138 --- /dev/null +++ b/SOURCES/1000-turn-sosreport-off.patch @@ -0,0 +1,25 @@ +From 2b02dc85753e4b11f10bfa2d660aa493ae80c52b Mon Sep 17 00:00:00 2001 +From: Jakub Filak <jfilak@redhat.com> +Date: Thu, 20 Nov 2014 11:24:39 +0100 +Subject: [PATCH] turn sosreport off + +--- + src/daemon/abrt_event.conf | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/src/daemon/abrt_event.conf b/src/daemon/abrt_event.conf +index 380b312..eafee17 100644 +--- a/src/daemon/abrt_event.conf ++++ b/src/daemon/abrt_event.conf +@@ -67,7 +67,7 @@ EVENT=post-create runlevel= + # Example: if you want to save sosreport immediately at the moment of a crash: + # (alternatively, you can add similar command to EVENT=analyze_foo's, + # if you would rather perform this collection later): +-EVENT=post-create ++#EVENT=post-create + nice sosreport --tmp-dir "$DUMP_DIR" --batch \ + --only=anaconda --only=boot --only=devicemapper \ + --only=filesys --only=hardware --only=kernel --only=libraries \ +-- +1.8.3.1 + diff --git a/SPECS/abrt.spec b/SPECS/abrt.spec index 932f57e..7b57c6a 100644 --- a/SPECS/abrt.spec +++ b/SPECS/abrt.spec @@ -81,6 +81,7 @@ Patch39: 0039-ccpp-run-vulnerability-analysis-in-analyze_LocalGDB.patch Patch40: 0040-Translation-updates.patch Patch41: 0041-Translation-updates.patch +Patch1000: 1000-turn-sosreport-off.patch # git is need for '%%autosetup -S git' which automatically applies all the # patches above. Please, be aware that the patches must be generated -- 1.8.3.1 |
|
I'd disagree re sosreport being a waste of time. RedHat can (and does) use sosreport output, even when it is from a CentOS machine. | |
Yes, you are right, Red Hat can use sosreport output. But correct me if I am wrong, you can report to Red Hat Bugzilla only from a CentOS machine and the Bugzilla bug assignee will ask you for additional input if needed. I filed this bug report with the purpose to save CentOS users some computer resources, but I know almost nothing about bug reporting on CentOS, so please take this bug report as an informative note. |
|