Hide Forgot
Description of problem: Checksysreport is utility that analyse sosreport and create useful useful report that matches current bugs that can fit on that system. http://thales-1.gsslab.fab.redhat.com/wcs/index.php Version-Release number of selected component (if applicable): abrt 1.1.13 How reproducible: always Steps to Reproduce: 1. extract sosreport generated by abrt report 2. specify that sosreport in http://thales-1.gsslab.fab.redhat.com/wcs/index.php Actual results: sosreport is not analysed by checksysreport. Expected results: Checksysreport should analyse and create report. Additional info: If this is not fixed in 6.1, we will have 6 more months with no use of sosreport that comes with sosreport.
Yogesh, it is unlikely that this is caused by abrt (not impossible, just unlikely). ABRT just uses the sosreport command to create the sosreport, and copies it into the abrt report. One thing to note is that for RHEL6 sosreport's are now compressed with XZ rather than gzip or bzip. Does the version of checksysreport on thales-1 handle XZ compressed tar-balls? It might be worth trying to create an sosreport on RHEL6 and seeing if thales-1 can handle it. Also, just in case, ABRT passes the following flags to sosreport (to speed up report creation). This _should_ not have an effect on checksysreport, but it's worth looking into.
(In reply to comment #1) > Yogesh, it is unlikely that this is caused by abrt (not impossible, just > unlikely). ABRT just uses the sosreport command to create the sosreport, and > copies it into the abrt report. This happens because sosreport generated by abrt has some important files missing. I did almost all sanity checking... decompressed xz and created tar.gz out of it.... didn't help.
these are the options that abrt passes to sosreport by default. Please check if one or more of these options is what causes sosreport to not include redhat-release: sosreport --batch --only=anaconda --only=bootloader --only=devicemapper \ --only=filesys --only=hardware --only=kernel --only=libraries --only=memory \ --only=networking --only=nfsserver --only=pam --only=process \ --only=rpm -k rpm.rpmva=off --only=ssh --only=startup --only=yum
(In reply to comment #3) > these are the options that abrt passes to sosreport by default. Please check > if one or more of these options is what causes sosreport to not include > redhat-release: > > sosreport --batch --only=anaconda --only=bootloader --only=devicemapper \ > --only=filesys --only=hardware --only=kernel --only=libraries --only=memory \ > --only=networking --only=nfsserver --only=pam --only=process \ > --only=rpm -k rpm.rpmva=off --only=ssh --only=startup --only=yum I am getting error /etc/redhat-release file missing. We need to add --only=general for that.
This is fixed since abrt-1.1.16-1