Bug 1141485
Summary: | abrt should not use/create /.cache folder | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Christian Stadelmann <fedora> |
Component: | abrt | Assignee: | Jakub Filak <jfilak> |
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | low | Docs Contact: | |
Priority: | unspecified | ||
Version: | rawhide | CC: | abrt-devel-list, dvlasenk, iprikryl, jberan, jfilak, mhabrnal, mmilata, mtoman |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | abrt-2.2.2-9.fc22 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2014-10-03 12:43:48 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: | |||
Bug Blocks: | 1139001 |
Description
Christian Stadelmann
2014-09-13 22:30:15 UTC
Thank you for taking the time report this issue. abrt-console-notification.sh is run by bash during log in and empty $HOME env has several causes (e.g. user doesn't have home directory). I'm going to enhance the script to exit immediately if $HOME is not set. (In reply to Jakub Filak from comment #1) Um, sorry for misleading you, I wanted to say that it isn't necessarily a bug when running an /etc/profile.d script without $HOME env, but it's definitely a bug in abrt-console-notification.sh to create /.cache directory. Upstream commit https://github.com/abrt/abrt/commit/592b7e19a20b38547c5b3c5d81add27ed79e05a9 fixes this bug. Thanks for the fast fix! by the way: Is $HOME not being set considered a bug? I have at least another application (esmtp called by smartmontools) which shows similar behavior. |