Installation guide

# abrt-cli list
@0
Directory: /var/tmp/abrt/ccpp-2013-02-28-15:48:50-8820
count: 2
executable: /usr/bin/python2.7
package: python-2.7.3-13.fc16
time: Thu 28 Feb 2013 03:48:50 PM CET
uid: 0
@1
Directory: /var/tmp/abrt/oops-2013-02-27-14:16:03-8107-1
count: 3
package: kernel
time: Wed 27 Feb 2013 02:16:03 PM CET
2. After you have identified the failure that you want to report, use the --report option to send the
report to the Satellite server.
# spacewalk-abrt --report /var/tmp/abrt/ccpp-2013-02-28-15:48:50-8820
3. To manually report all of the software failures that have occurred on your system, use the --sync
option:
# spacewalk-abrt --sync
5.4. Creating Software Failures for Testing
You can force a software failure in order to verify that your reporting configuration is working properly.
The following example demonstrates using the kill command to send a signal 11 argument
(segmentation fault) to an example process:
# abrt-cli list
# sleep 600 &
[1] 17564
# kill -11 17564
#
[1]+ Segm entation fault (core dumped) sleep 600
#
# abrt-cli list
@0
Directory: /var/spool/abrt/ccpp-2013-05-14-04:56:17-17564
count: 1
executable: /bin/sleep
package: coreutils-8.4-19.el6
time: Tue 14 May 2013 04:56:17 EDT
uid: 0
#
Red Hat Satellite 5.6 Client Configuration Guide
22