Blame 0005-Enable-sosreport.patch

69165ba
From c5211c6542dd7168c2b63bd8f28051215a5dcc32 Mon Sep 17 00:00:00 2001
69165ba
From: Jakub Filak <jfilak@redhat.com>
69165ba
Date: Wed, 8 Jan 2014 20:49:58 +0100
69165ba
Subject: [ABRT PATCH 5/6] Enable sosreport
69165ba
69165ba
Related to rhbz#1032585
69165ba
69165ba
Signed-off-by: Jakub Filak <jfilak@redhat.com>
69165ba
---
69165ba
 src/daemon/abrt_event.conf | 6 +++---
69165ba
 1 file changed, 3 insertions(+), 3 deletions(-)
69165ba
69165ba
diff --git a/src/daemon/abrt_event.conf b/src/daemon/abrt_event.conf
69165ba
index a53001a..2aecb2a 100644
69165ba
--- a/src/daemon/abrt_event.conf
69165ba
+++ b/src/daemon/abrt_event.conf
69165ba
@@ -67,12 +67,12 @@ EVENT=post-create runlevel=
69165ba
 # Example: if you want to save sosreport immediately at the moment of a crash:
69165ba
 # (alternatively, you can add similar command to EVENT=analyze_foo's,
69165ba
 # if you would rather perform this collection later):
69165ba
-#EVENT=post-create
69165ba
+EVENT=post-create
69165ba
         nice sosreport --tmp-dir "$DUMP_DIR" --batch \
69165ba
-                --only=anaconda --only=bootloader --only=devicemapper \
69165ba
+                --only=anaconda --only=boot --only=devicemapper \
69165ba
                 --only=filesys --only=hardware --only=kernel --only=libraries \
69165ba
                 --only=memory --only=networking --only=nfsserver --only=pam \
69165ba
-                --only=process --only=rpm -k rpm.rpmva=off --only=ssh \
69165ba
+                --only=process --only=ssh \
69165ba
                 --only=startup --only=yum --only=general --only=x11 \
69165ba
                 >sosreport.log 2>&1 \
69165ba
         && {
69165ba
-- 
69165ba
1.8.3.1
69165ba