| Summary: | [abrt] yum-3.4.3-111.fc19: yumRepo.py:705:_dirSetupMkdir_p:RepoError: Error making cache directory: /var/cache/yum/x86_64/19/fedora-source error was: [Errno 13] Permission denied: '/var/cache/yum/x86_64/19/fedora-source' | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | James Legg <lankyleggy> | ||||||
| Component: | yum | Assignee: | Packaging Maintenance Team <packaging-team-maint> | ||||||
| Status: | CLOSED EOL | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
| Severity: | unspecified | Docs Contact: | |||||||
| Priority: | unspecified | ||||||||
| Version: | 19 | CC: | admiller, devshastun, ffesti, firas.alkafri, jzeleny, packaging-team-maint, paulo.fidalgo.pt | ||||||
| Target Milestone: | --- | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | x86_64 | ||||||||
| OS: | Unspecified | ||||||||
| Whiteboard: | abrt_hash:58cfa06c30b803f8c845e20c11f4554ec6417b95 | ||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2015-02-17 17:44:48 UTC | Type: | --- | ||||||
| Regression: | --- | Mount Type: | --- | ||||||
| Documentation: | --- | CRM: | |||||||
| Verified Versions: | Category: | --- | |||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||
| Attachments: |
|
||||||||
Created attachment 814026 [details]
File: backtrace
Created attachment 814027 [details]
File: environ
This message is a notice that Fedora 19 is now at end of life. Fedora has stopped maintaining and issuing updates for Fedora 19. It is Fedora's policy to close all bug reports from releases that are no longer maintained. Approximately 4 (four) weeks from now this bug will be closed as EOL if it remains open with a Fedora 'version' of '19'. Package Maintainer: If you wish for this bug to remain open because you plan to fix it in a currently maintained version, simply change the 'version' to a later Fedora version. Thank you for reporting this issue and we are sorry that we were not able to fix it before Fedora 19 is end of life. If you would still like to see this bug fixed and are able to reproduce it against a later version of Fedora, you are encouraged change the 'version' to a later Fedora version prior this bug is closed as described in the policy above. Although we aim to fix as many bugs as possible during every release's lifetime, sometimes those efforts are overtaken by events. Often a more recent Fedora release includes newer upstream software that fixes bugs or makes them obsolete. Fedora 19 changed to end-of-life (EOL) status on 2015-01-06. Fedora 19 is no longer maintained, which means that it will not receive any further security or bug fix updates. As a result we are closing this bug. If you can reproduce this bug against a currently maintained version of Fedora please feel free to reopen this bug against that version. If you are unable to reopen this bug, please file a new report against the current release. If you experience problems, please add a comment to this bug. Thank you for reporting this bug and we are sorry it could not be fixed. |
Description of problem: The crash occurs when using bash tab completion for packages following "yum install" soon after booting. Version-Release number of selected component: yum-3.4.3-111.fc19 Additional info: reporter: libreport-2.1.8 cmdline: /usr/bin/python -t /usr/share/yum-cli/completion-helper.py -d 0 -C list available cairomm-do executable: /usr/share/yum-cli/completion-helper.py kernel: 3.11.3-201.fc19.x86_64 runlevel: N 5 type: Python uid: 1000 Truncated backtrace: yumRepo.py:705:_dirSetupMkdir_p:RepoError: Error making cache directory: /var/cache/yum/x86_64/19/fedora-source error was: [Errno 13] Permission denied: '/var/cache/yum/x86_64/19/fedora-source' Traceback (most recent call last): File "/usr/share/yum-cli/completion-helper.py", line 95, in <module> main(sys.argv[1:]) File "/usr/share/yum-cli/completion-helper.py", line 83, in main base.getOptionsConfig(args) File "/usr/share/yum-cli/cli.py", line 351, in getOptionsConfig self.parseCommands() # before we return check over the base command + args File "/usr/share/yum-cli/cli.py", line 408, in parseCommands if not os.path.exists(repo.metadata_cookie): File "/usr/lib/python2.7/site-packages/yum/yumRepo.py", line 777, in <lambda> metadata_cookie = property(lambda self: self._dirGetAttr('metadata_cookie')) File "/usr/lib/python2.7/site-packages/yum/yumRepo.py", line 749, in _dirGetAttr self.dirSetup() File "/usr/lib/python2.7/site-packages/yum/yumRepo.py", line 728, in dirSetup self._dirSetupMkdir_p(dir) File "/usr/lib/python2.7/site-packages/yum/yumRepo.py", line 705, in _dirSetupMkdir_p raise Errors.RepoError, msg RepoError: Error making cache directory: /var/cache/yum/x86_64/19/fedora-source error was: [Errno 13] Permission denied: '/var/cache/yum/x86_64/19/fedora-source' Local variables in innermost frame: msg: "Error making cache directory: /var/cache/yum/x86_64/19/fedora-source error was: [Errno 13] Permission denied: '/var/cache/yum/x86_64/19/fedora-source'" dpath: '/var/cache/yum/x86_64/19/fedora-source' self: <yum.yumRepo.YumRepository object at 0x1480f10> e: OSError(13, 'Permission denied')