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