Bug 1151915 - [abrt] yum: yumRepo.py:710:_dirSetupMkdir_p:RepoError: Error making cache directory: /var/cache/yum/x86_64/20/rpmfusion-nonfree-updates/gen error was: [Errno 5] Erro de entrada/saída: '/var/cache/yum/x86_64/20/rpmfusion-nonfree-updates/gen'
Summary: [abrt] yum: yumRepo.py:710:_dirSetupMkdir_p:RepoError: Error making cache dir...
Keywords:
Status: CLOSED INSUFFICIENT_DATA
Alias: None
Product: Fedora
Classification: Fedora
Component: yum
Version: 20
Hardware: x86_64
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Valentina Mukhamedzhanova
QA Contact: Fedora Extras Quality Assurance
URL: https://retrace.fedoraproject.org/faf...
Whiteboard: abrt_hash:19fa016e5d3bc5d6f79e7c85cd0...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-10-13 03:29 UTC by Rafael Pinho
Modified: 2023-09-14 02:48 UTC (History)
3 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2014-11-20 19:07:19 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
File: backtrace (1.93 KB, text/plain)
2014-10-13 03:29 UTC, Rafael Pinho
no flags Details
File: environ (2.18 KB, text/plain)
2014-10-13 03:29 UTC, Rafael Pinho
no flags Details

Description Rafael Pinho 2014-10-13 03:29:20 UTC
Description of problem:
The system is not starting normally, every time I turn on my computer, the system will not boot, appears only the terminal requesting root access to perform maintenance or type Ctrl + d to continue, then preciono Ctrl + deo system starts after a few minutes. 
Then when the system is started, I access with my User then to open the terminal, root access and I try to update the system, but I can not, the system returns this error "[Errno 5] Erro de entrada/saída: '/var/cache/yum/x86_64/20/rpmfusion-nonfree/mirrorlist.txt".

[rafapinho@localhost ~]$ su -
Senha:
Último login:Dom Out 12 21:13:50 BRT 2014em pts/0
[root@localhost ~]# 
[root@localhost ~]# yum update
Plugins carregados: langpacks, refresh-packagekit


[Errno 5] Erro de entrada/saída: '/var/cache/yum/x86_64/20/rpmfusion-nonfree/mirrorlist.txt'
[root@localhost ~]# date
Dom Out 12 22:53:18 BRT 2014
[root@localhost ~]# uname -a
Linux localhost.localdomain 3.16.4-200.fc20.x86_64 #1 SMP Mon Oct 6 12:57:00 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
[root@localhost ~]# 

Version-Release number of selected component:
yum-3.4.3-152.fc20

Additional info:
reporter:       libreport-2.2.3
cmdline:        /usr/bin/python /bin/yum clean headers
executable:     /bin/yum
kernel:         3.16.4-200.fc20.x86_64
runlevel:       3 5
type:           Python
uid:            0

Truncated backtrace:
yumRepo.py:710:_dirSetupMkdir_p:RepoError: Error making cache directory: /var/cache/yum/x86_64/20/rpmfusion-nonfree-updates/gen error was: [Errno 5] Erro de entrada/saída: '/var/cache/yum/x86_64/20/rpmfusion-nonfree-updates/gen'

Traceback (most recent call last):
  File "/bin/yum", line 29, in <module>
    yummain.user_main(sys.argv[1:], exit_code=True)
  File "/usr/share/yum-cli/yummain.py", line 371, in user_main
    errcode = main(args)
  File "/usr/share/yum-cli/yummain.py", line 178, in main
    return exRepoError(e)
  File "/usr/share/yum-cli/yummain.py", line 74, in exRepoError
    base.cleanExpireCache()
  File "/usr/lib/python2.7/site-packages/yum/__init__.py", line 2815, in cleanExpireCache
    return self._cleanFiles(exts, 'cachedir', 'metadata')
  File "/usr/lib/python2.7/site-packages/yum/__init__.py", line 2831, in _cleanFiles
    path = getattr(repo, pathattr)
  File "/usr/lib/python2.7/site-packages/yum/yumRepo.py", line 771, in <lambda>
    cachedir = property(lambda self: self._dirGetAttr('cachedir'))
  File "/usr/lib/python2.7/site-packages/yum/yumRepo.py", line 754, in _dirGetAttr
    self.dirSetup()
  File "/usr/lib/python2.7/site-packages/yum/yumRepo.py", line 733, in dirSetup
    self._dirSetupMkdir_p(dir)
  File "/usr/lib/python2.7/site-packages/yum/yumRepo.py", line 710, in _dirSetupMkdir_p
    raise Errors.RepoError(msg, repo=self)
RepoError: Error making cache directory: /var/cache/yum/x86_64/20/rpmfusion-nonfree-updates/gen error was: [Errno 5] Erro de entrada/saída: '/var/cache/yum/x86_64/20/rpmfusion-nonfree-updates/gen'

Local variables in innermost frame:
msg: "Error making cache directory: /var/cache/yum/x86_64/20/rpmfusion-nonfree-updates/gen error was: [Errno 5] Erro de entrada/sa\xc3\xadda: '/var/cache/yum/x86_64/20/rpmfusion-nonfree-updates/gen'"
dpath: '/var/cache/yum/x86_64/20/rpmfusion-nonfree-updates/gen'
self: <yum.yumRepo.YumRepository object at 0x2bbd910>
e: OSError(5, 'Erro de entrada/sa\xc3\xadda')

Comment 1 Rafael Pinho 2014-10-13 03:29:23 UTC
Created attachment 946227 [details]
File: backtrace

Comment 2 Rafael Pinho 2014-10-13 03:29:24 UTC
Created attachment 946228 [details]
File: environ

Comment 3 Valentina Mukhamedzhanova 2014-10-13 17:24:43 UTC
Hi, could you try running the following commands and listing their output here?
# yum clean all
# rm -rf /var/cache/yum/*
# yum makecache
# yum repolist

Comment 4 Valentina Mukhamedzhanova 2014-11-20 19:07:19 UTC
Closing as there is no reply.

Comment 5 Red Hat Bugzilla 2023-09-14 02:48:58 UTC
The needinfo request[s] on this closed bug have been removed as they have been unresolved for 1000 days


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