Bug 928508 - [abrt] yum-3.4.3-51.fc18: axelget.py:233:postreposetup_hook:OSError: [Errno 13] Permission denied: '/var/cache/yum/x86_64/18/Dropbox/repomd.xml'
Summary: [abrt] yum-3.4.3-51.fc18: axelget.py:233:postreposetup_hook:OSError: [Errno 1...
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Fedora
Classification: Fedora
Component: yum
Version: 18
Hardware: x86_64
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Packaging Maintenance Team
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: abrt_hash:885f2f816f7aca7b8ce5d5e6e70...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-03-27 19:27 UTC by antoine.oa.unsecured.mail
Modified: 2013-04-02 09:02 UTC (History)
5 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2013-04-02 09:02:24 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
File: backtrace (2.25 KB, text/plain)
2013-03-27 19:27 UTC, antoine.oa.unsecured.mail
no flags Details
File: core_backtrace (1.30 KB, text/plain)
2013-03-27 19:27 UTC, antoine.oa.unsecured.mail
no flags Details
File: environ (2.76 KB, text/plain)
2013-03-27 19:27 UTC, antoine.oa.unsecured.mail
no flags Details

Description antoine.oa.unsecured.mail 2013-03-27 19:27:26 UTC
Description of problem:
just opened terminal and ran "yum update"

Version-Release number of selected component:
yum-3.4.3-51.fc18

Additional info:
cmdline:        /usr/bin/python -t /usr/share/yum-cli/completion-helper.py -d 0 -C list updates ''
executable:     /usr/share/yum-cli/completion-helper.py
kernel:         3.8.4-202.fc18.x86_64
uid:            1000

Truncated backtrace:
axelget.py:233:postreposetup_hook:OSError: [Errno 13] Permission denied: '/var/cache/yum/x86_64/18/Dropbox/repomd.xml'

Traceback (most recent call last):
  File "/usr/share/yum-cli/completion-helper.py", line 89, in <module>
    main(sys.argv[1:])
  File "/usr/share/yum-cli/completion-helper.py", line 83, in main
    base.doCommands()
  File "/usr/share/yum-cli/cli.py", line 485, in doCommands
    return self.yum_cli_commands[self.basecmd].doCommand(self, self.basecmd, self.extcmds)
  File "/usr/share/yum-cli/completion-helper.py", line 45, in doCommand
    patterns=[get_pattern(extcmds)])
  File "/usr/lib/python2.7/site-packages/yum/__init__.py", line 2709, in doPackageLists
    for (n,a,e,v,r) in self.up.getUpdatesList():
  File "/usr/lib/python2.7/site-packages/yum/__init__.py", line 1033, in <lambda>
    up = property(fget=lambda self: self._getUpdates(),
  File "/usr/lib/python2.7/site-packages/yum/__init__.py", line 840, in _getUpdates
    self._up = rpmUtils.updates.Updates(self.rpmdb.simplePkgList(), self.pkgSack.simplePkgList())
  File "/usr/lib/python2.7/site-packages/yum/__init__.py", line 1014, in <lambda>
    pkgSack = property(fget=lambda self: self._getSacks(),
  File "/usr/lib/python2.7/site-packages/yum/__init__.py", line 780, in _getSacks
    self.repos.populateSack(which=repos)
  File "/usr/lib/python2.7/site-packages/yum/repos.py", line 313, in populateSack
    self.doSetup()
  File "/usr/lib/python2.7/site-packages/yum/repos.py", line 139, in doSetup
    self.ayum.plugins.run('postreposetup')
  File "/usr/lib/python2.7/site-packages/yum/plugins.py", line 187, in run
    func(conduitcls(self, self.base, conf, **kwargs))
  File "/usr/lib/yum-plugins/axelget.py", line 233, in postreposetup_hook
    os.unlink(localMDFile)
OSError: [Errno 13] Permission denied: '/var/cache/yum/x86_64/18/Dropbox/repomd.xml'

Local variables in innermost frame:
conduit: <yum.plugins.PostRepoSetupPluginConduit instance at 0x1fc1560>
localMDFile: '/var/cache/yum/x86_64/18/Dropbox/repomd.xml'
repos: <yum.repos.RepoStorage instance at 0x1c1f0e0>
mirrors: ['http://linux.dropbox.com/fedora/18/']
need_download_mdFile: True
repo: <yum.yumRepo.YumRepository object at 0x1d747d0>
fastest: 'http://linux.dropbox.com/fedora/18/'
conf: <yum.config.YumConf object at 0x1c74050>

Comment 1 antoine.oa.unsecured.mail 2013-03-27 19:27:31 UTC
Created attachment 717250 [details]
File: backtrace

Comment 2 antoine.oa.unsecured.mail 2013-03-27 19:27:34 UTC
Created attachment 717251 [details]
File: core_backtrace

Comment 3 antoine.oa.unsecured.mail 2013-03-27 19:27:36 UTC
Created attachment 717252 [details]
File: environ

Comment 4 Zdeněk Pavlas 2013-04-02 09:02:24 UTC
This is a bug in 3rd party plugin.. You ran "yum update" as non-root user, and the axelget plugin does not handle this properly.


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