Bug 958933
| Summary: | abrt does not recognize rawhide and uses wrong Fedora version | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Nicolas Mailhot <nicolas.mailhot> |
| Component: | libreport | Assignee: | Jakub Filak <jfilak> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | abrt-devel-list, dvlasenk, fche, i, jberan, jfilak, jmoskovc, kparal, mlichvar, mmilata, mtoman, neilsbb |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | abrt-2.1.5-2.fc20 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-07-17 07:05:11 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | 961477 | ||
| Bug Blocks: | |||
|
Description
Nicolas Mailhot
2013-05-02 17:40:24 UTC
*** Bug 963021 has been marked as a duplicate of this bug. *** *** Bug 964400 has been marked as a duplicate of this bug. *** *** Bug 964401 has been marked as a duplicate of this bug. *** *** Bug 982280 has been marked as a duplicate of this bug. *** Can anyone tell me how long can you guys fix that? I've been stayed in waiting status since May but now nearly August nothing has been changed, and all rawhide people cannot report any bugs here so far. (In reply to Christopher Meng from comment #5) It seems that this bug has been already fixed. I've filled this bug https://partner-bugzilla.redhat.com/show_bug.cgi?id=947276 with /etc/os-release from fedora-release-20-0.3 Funny, if you said that it had been fixed, then why I still cannot report anything? [root@fab rpmaker]# cat /etc/os-release NAME=Fedora VERSION="20 (Rawhide)" ID=fedora VERSION_ID=20 PRETTY_NAME="Fedora 20 (Rawhide)" ANSI_COLOR="0;34" CPE_NAME="cpe:/o:fedoraproject:fedora:20" REDHAT_BUGZILLA_PRODUCT="Fedora" REDHAT_BUGZILLA_PRODUCT_VERSION=Rawhide REDHAT_SUPPORT_PRODUCT="Fedora" REDHAT_SUPPORT_PRODUCT_VERSION=Rawhide [root@fab rpmaker]# rpm -qa|grep libreport libreport-gtk-2.1.5-2.fc20.i686 libreport-plugin-logger-2.1.5-2.fc20.i686 libreport-cli-2.1.5-2.fc20.i686 libreport-2.1.5-2.fc20.i686 libreport-plugin-reportuploader-2.1.5-2.fc20.i686 libreport-fedora-2.1.5-2.fc20.i686 libreport-plugin-bugzilla-2.1.5-2.fc20.i686 libreport-newt-2.1.5-2.fc20.i686 libreport-filesystem-2.1.5-2.fc20.i686 libreport-python-2.1.5-2.fc20.i686 libreport-plugin-ureport-2.1.5-2.fc20.i686 libreport-plugin-kerneloops-2.1.5-2.fc20.i686 libreport-web-2.1.5-2.fc20.i686 Everytime when I want to report a bug in ABRT, the screen will show me this: http://susepaste.org/61329377 D'oh, you've probably found a new bug. Because if the remote core dump analysis fails, ABRT should continue with the local core dump analysis. What is your local configuration? $ cat ~/.config/abrt/settings/* [root@fab rpmaker]# cat ~/.config/abrt/settings/* AutoreportingEnabled = "yes" abrt_analyze_smart_ask_upload_coredump = "yes" abrt_analyze_smart_ask_perform_local_analysis = "yes" abrt_analyze_smart_ask_upload_coredump = "yes" Could you please, modify your configuration in the following way abrt_analyze_smart_ask_perform_local_analysis = "no" abrt_analyze_smart_ask_upload_coredump = "no" , re-test and report the results here. Hi, I was just going to change them but suddenly I found that they are both no now ! But I haven't done anything! I could just remember is that I just entered the abrt settings interface after I sent comment 9 to you. Now I just sent an bodhi bug report, no problem. But when trying to send a gnome-shell problem, the error occured again. (In reply to Christopher Meng from comment #11) We cannot reproduce this unwanted behaviour. However ABRT updates the configuration when you switch on "Don't ask me again" checkbox. Isn't this a cause of the changes in your configuration? Fixed in upstream git:
commit f07ea08ac4fc96162f7b583dc9a14183f1dcec69
Author: Jakub Filak <jfilak>
Date: Tue Jul 16 11:35:35 2013 +0200
retrace-client: build correct release for Fedora Rawhide
Related to rhbz#958933
Signed-off-by: Jakub Filak <jfilak>
Signed-off-by: Michal Toman <mtoman>
I think I have finally figure it out. You have to update your problems which have been detect before you updated fedora-release. The problem directories contains a copy of /etc/os-release in file named 'os_info' and ABRT uses these backed-up files and not the current /etc/os-release file.
The following command should fix it (do not run it as root):
find /var/tmp/abrt -name "os_info" -exec cp /etc/os-release '{}' \;
Most problems are caused by root, and only few of them are normal user's. I have to run as root because all permissions are denied. I first tried to run as non-root, but after then it still failed. Then tried with root, same results. And this fix is useless now... Well I'm bored with these problems, can you tell me if I reinstall abrt can solve the problem? (In reply to Christopher Meng from comment #15) 1. update abrt to 2.1.5-2.fc20 2. select all your problems in gnome-abrt and push 'Delete' (or run 'rm -rf /var/tmp/abrt/*') Everything should work after that. I've done this in the morning, but I forgot to run abrt again. I'll test tomorrow. You can close this bug and if I still meet problems I'll contact with you in private. Thanks! |