Product SiteDocumentation Site

21.2. Installing ABRT and Starting its Services

As the first step in order to use ABRT, you should ensure that the abrt-desktop package is installed on your system by running the following command as the root user:
~]# yum install abrt-desktop
With abrt-desktop installed, you will be able to use ABRT only in its graphical interface. If you intend to use ABRT on the command line, install the abrt-cli package:
~]# yum install abrt-cli
For more information on how to install packages with the Yum package manager, refer to Section 5.2.4, “Installing Packages”
Your next step should be to verify that abrtd is running. The daemon is typically configured to start up at boot time. You can use the following command as root to verify its current status:
~]# service abrtd status
abrtd (pid 1535) is running...
If the service command returns the abrt is stopped message, the daemon is not running. It can be started for the current session by entering this command:
~]# service abrtd start
Starting abrt daemon:                                      [  OK  ]
You can run the following chkconfig command to ensure that the abrtd service initializes every time the system starts up:
~]# chkconfig abrtd on
Similarly, you can follow the same steps to check and configure the abrt-ccpp service if you want ABRT to catch C/C++ crashes. To set ABRT to detect kernel oopses, use the same steps for the abrt-oops service. Note that this service cannot catch kernel oopses which cause the system to fail to become unresponsive or to reboot immediately.
Finally, you can verify that the ABRT notification applet is running:
~]$ ps -el | grep abrt-applet
0 S   500  2036  1824  0  80   0 - 61604 poll_s ?        00:00:00 abrt-applet
If the ABRT notification applet is not running, you can start it manually in your current desktop session by running the abrt-applet program:
~]$ abrt-applet &
[1] 2261
The applet can be configured to start automatically when your graphical desktop session starts. For example, on the GNOME desktop this can be achieved by accessing the SystemPreferencesStartup Applications menu and ensuring that the ABRT notification applet is added to the list of programs and selected to run on at system startup.
Setting the ABRT notification applet to run automatically
How to set ABRT notification applet to run automatically
Figure 21.1. Setting the ABRT notification applet to run automatically

Setting ABRT notification applet to run automatically.
How to set the ABRT notification applet to run automatically.
Figure 21.2. Setting ABRT notification applet to run automatically.