Bug 1151915

Summary: [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'
Product: [Fedora] Fedora Reporter: Rafael Pinho <rafael_ferreira7>
Component: yumAssignee: Valentina Mukhamedzhanova <vmukhame>
Status: CLOSED INSUFFICIENT_DATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 20CC: admiller, rafael_ferreira7, vmukhame
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Unspecified   
URL: https://retrace.fedoraproject.org/faf/reports/bthash/ac9ec6c0c2b24f48d2930b5a2fcbe50e2d67829f
Whiteboard: abrt_hash:19fa016e5d3bc5d6f79e7c85cd02b1e5d94c8706
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-11-20 19:07:19 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
File: backtrace
none
File: environ none

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