| Summary: | Can not run checksysreport on sosreport which comes with abrt report | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 6 | Reporter: | Yogesh <ychavan> |
| Component: | abrt | Assignee: | Nikola Pajkovsky <npajkovs> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | BaseOS QE - Apps <qe-baseos-apps> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 6.0 | CC: | ahecox, dhoward, dvlasenk, gavin, jmoskovc, kklic, npajkovs, syeghiay, vgaikwad |
| Target Milestone: | rc | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2011-04-15 08:08:12 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
Yogesh
2011-04-08 11:07:10 UTC
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 |