Abrt ureports from el6 machines

Hi,

Just to share my experience with configuring and sending ureports on el6:

Using the satyr package from the above repo results in this message:

abrt-action-generate-core-backtrace

Generating core_backtrace
Error: satyr is built without unwind support

So you have to recompile the el7 one (I think you will need this only
for cpp crashes):
wget http://vault.centos.org/7.0.1406/os/Source/SPackages/satyr-0.13-4.el7.src.rpm
rpmbuild --rebuild ./satyr-0.13-4.el7.src.rpm

Configure abrt, abrt smart proxy and abrt plugin.

Test it:
will_cpp_segfault

go to /var/spool/abrt/ and enter in the last ccpp dir

reporter-ureport -vvvv -d .

And you should see a report on foreman.

Best regards,
Cristian Falcas

Thanks for the report!

LZ

··· On Tue, Jan 13, 2015 at 03:56:37PM +0200, Cristian Falcas wrote: > Hi, > > Just to share my experience with configuring and sending ureports on el6: > - you need abrt and libreport from this repo: > http://copr-be.cloud.fedoraproject.org/results/jfilak/abrt/epel-6-x86_64/ > > Using the satyr package from the above repo results in this message: > > # abrt-action-generate-core-backtrace > Generating core_backtrace > Error: satyr is built without unwind support > > So you have to recompile the el7 one (I think you will need this only > for cpp crashes): > wget http://vault.centos.org/7.0.1406/os/Source/SPackages/satyr-0.13-4.el7.src.rpm > rpmbuild --rebuild ./satyr-0.13-4.el7.src.rpm > > Configure abrt, abrt smart proxy and abrt plugin. > > Test it: > will_cpp_segfault > # go to /var/spool/abrt/ and enter in the last ccpp dir > reporter-ureport -vvvv -d . > > And you should see a report on foreman. > > Best regards, > Cristian Falcas > > -- > You received this message because you are subscribed to the Google Groups "Foreman users" group. > To unsubscribe from this group and stop receiving emails from it, send an email to foreman-users+unsubscribe@googlegroups.com. > To post to this group, send email to foreman-users@googlegroups.com. > Visit this group at http://groups.google.com/group/foreman-users. > For more options, visit https://groups.google.com/d/optout.


Later,
Lukas #lzap Zapletal