Friends, good morning

I was with some problems to configure abrt with Spacewalk, but after a
friends help and adding some information's, I believe be interesting share
this with you.

For a new machine with minimal installation, bellow what we have to
configure abrt to work well.

[root@node1 ~]# yum install abrt
[root@node1 ~]# yum install abrt-tui
[root@node1 ~]# yum install abrt-addon-ccpp
[root@node1 ~]# chkconfig abrtd on
[root@node1 ~]# service abrtd start
[root@node1 ~]# abrt-install-ccpp-hook install
[root@node1 ~]# abrt-install-ccpp-hook is-installed

In the line above, you should see "abrt-ccpp hook is installed"

Execute
[root@node1 ~]# ulimit -c unlimited

or just add in /etc/security/limits.conf lines bellow
###
* soft core unlimited
###

To work with abrt-cli generating different reports, you need install
packages bellow:

[root@node1 ~]# yum install sos
[root@node1 ~]# yum install libreport-plugin-mailx
[root@node1 ~]# yum install libreport-cli


libreport to send emails via report and generate a full report (abrt-cli
report). I believe be interesting define libreport-* as required to
abrt-tui package. List admins, if you believe be interesting, please tell
me and I'll open a new ticket.

Hope you enjoy this simple and short procedure.

______________
B'Regards
Waldirio
msn: [email protected]
Skype: waldirio
Site: www.waldirio.com.br
Blog: blog.waldirio.com.br
LinkedIn: http://br.linkedin.com/pub/waldirio-pinheiro/22/b21/646
PGP: www.waldirio.com.br/public.html
_______________________________________________
Spacewalk-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/spacewalk-list

Reply via email to