RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 1467424 - [abrt] yum: yumRepo.py:711:_dirSetupMkdir_p:RepoError: Error making cache directory: /var/cache/yum/x86_64/7Server/google-chrome error was: [Errno 13] Permission denied: '/var/cache/yum/x86_64/7Server/google-chrome'
Summary: [abrt] yum: yumRepo.py:711:_dirSetupMkdir_p:RepoError: Error making cache dir...
Keywords:
Status: CLOSED DUPLICATE of bug 1460393
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: yum
Version: 7.3
Hardware: x86_64
OS: Unspecified
unspecified
unspecified
Target Milestone: rc
: ---
Assignee: Valentina Mukhamedzhanova
QA Contact: BaseOS QE Security Team
URL:
Whiteboard: abrt_hash:5165ff6d41ae1b485fb3b88e108...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2017-07-03 19:43 UTC by Diamantis Karagkiaouris
Modified: 2017-07-11 09:07 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2017-07-11 09:07:22 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)
File: backtrace (1.76 KB, text/plain)
2017-07-03 19:43 UTC, Diamantis Karagkiaouris
no flags Details
File: environ (2.83 KB, text/plain)
2017-07-03 19:43 UTC, Diamantis Karagkiaouris
no flags Details
File: machineid (135 bytes, text/plain)
2017-07-03 19:43 UTC, Diamantis Karagkiaouris
no flags Details
File: sosreport.tar.xz (8.77 MB, application/octet-stream)
2017-07-03 19:45 UTC, Diamantis Karagkiaouris
no flags Details

Description Diamantis Karagkiaouris 2017-07-03 19:43:37 UTC
Version-Release number of selected component:
yum-3.4.3-150.el7

Additional info:
reporter:       libreport-2.1.11.1
cmdline:        /usr/bin/python -t /usr/share/yum-cli/completion-helper.py -d 0 -C list available rocket
executable:     /usr/share/yum-cli/completion-helper.py
kernel:         3.10.0-514.26.1.el7.x86_64
pkg_fingerprint: 199E 2F91 FD43 1D51
pkg_vendor:     Red Hat, Inc.
reproducible:   Not sure how to reproduce the problem
runlevel:       N 5
type:           Python
uid:            1000

Truncated backtrace:
yumRepo.py:711:_dirSetupMkdir_p:RepoError: Error making cache directory: /var/cache/yum/x86_64/7Server/google-chrome error was: [Errno 13] Permission denied: '/var/cache/yum/x86_64/7Server/google-chrome'

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 353, in getOptionsConfig
    self.parseCommands() # before we return check over the base command + args
  File "/usr/share/yum-cli/cli.py", line 395, in parseCommands
    self._set_repos_cache_req()
  File "/usr/share/yum-cli/cli.py", line 417, in _set_repos_cache_req
    if not os.path.exists(repo.metadata_cookie):
  File "/usr/lib/python2.7/site-packages/yum/yumRepo.py", line 783, in <lambda>
    metadata_cookie = property(lambda self: self._dirGetAttr('metadata_cookie'))
  File "/usr/lib/python2.7/site-packages/yum/yumRepo.py", line 755, in _dirGetAttr
    self.dirSetup()
  File "/usr/lib/python2.7/site-packages/yum/yumRepo.py", line 734, in dirSetup
    self._dirSetupMkdir_p(dir)
  File "/usr/lib/python2.7/site-packages/yum/yumRepo.py", line 711, in _dirSetupMkdir_p
    raise Errors.RepoError, msg
RepoError: Error making cache directory: /var/cache/yum/x86_64/7Server/google-chrome error was: [Errno 13] Permission denied: '/var/cache/yum/x86_64/7Server/google-chrome'

Local variables in innermost frame:
msg: "Error making cache directory: /var/cache/yum/x86_64/7Server/google-chrome error was: [Errno 13] Permission denied: '/var/cache/yum/x86_64/7Server/google-chrome'"
dpath: '/var/cache/yum/x86_64/7Server/google-chrome'
self: <yum.yumRepo.YumRepository object at 0x26d1b90>
e: OSError(13, 'Permission denied')

Comment 1 Diamantis Karagkiaouris 2017-07-03 19:43:41 UTC
Created attachment 1293960 [details]
File: backtrace

Comment 2 Diamantis Karagkiaouris 2017-07-03 19:43:43 UTC
Created attachment 1293961 [details]
File: environ

Comment 3 Diamantis Karagkiaouris 2017-07-03 19:43:45 UTC
Created attachment 1293962 [details]
File: machineid

Comment 4 Diamantis Karagkiaouris 2017-07-03 19:45:49 UTC
Created attachment 1293963 [details]
File: sosreport.tar.xz

Comment 6 Karel Srot 2017-07-11 09:07:22 UTC

*** This bug has been marked as a duplicate of bug 1460393 ***


Note You need to log in before you can comment on or make changes to this bug.