Hide Forgot
abrt version: 1.1.17 architecture: x86_64 cmdline: /usr/bin/python -u /usr/bin/abrt-debuginfo-install /var/spool/abrt/ccpp-1301594410-26264/coredump /var/run/abrt/tmp-26535-1301594487 /var/cache/abrt-di component: abrt executable: /usr/bin/abrt-debuginfo-install kernel: 2.6.35.11-83.fc14.x86_64 package: abrt-1.1.17-1.fc14 reason: parser.py:195:_pushfile:ConfigError: Error accessing file for config file://///etc/yum.repos.d/remi.repo release: Fedora release 14 (Laughlin) time: 1302018530 uid: 0 backtrace ----- parser.py:195:_pushfile:ConfigError: Error accessing file for config file://///etc/yum.repos.d/remi.repo Traceback (most recent call last): File "/usr/bin/abrt-debuginfo-install", line 454, in <module> result = downloader.download(missing) File "/usr/bin/abrt-debuginfo-install", line 179, in download for repo in self.repos.listEnabled(): File "/usr/lib/python2.7/site-packages/yum/__init__.py", line 823, in <lambda> repos = property(fget=lambda self: self._getRepos(), File "/usr/lib/python2.7/site-packages/yum/__init__.py", line 548, in _getRepos self.getReposFromConfig() File "/usr/lib/python2.7/site-packages/yum/__init__.py", line 440, in getReposFromConfig self.getReposFromConfigFile(repofn, repo_age=thisrepo_age) File "/usr/lib/python2.7/site-packages/yum/__init__.py", line 363, in getReposFromConfigFile confpp_obj = ConfigPreProcessor(repofn, vars=self.conf.yumvar) File "/usr/lib/python2.7/site-packages/yum/parser.py", line 86, in __init__ fo = self._pushfile( url ) File "/usr/lib/python2.7/site-packages/yum/parser.py", line 195, in _pushfile 'Error accessing file for config %s' % (absurl) ConfigError: Error accessing file for config file://///etc/yum.repos.d/remi.repo Local variables in innermost frame: e: URLGrabError(14, 'Could not open/read file:///etc/yum.repos.d/remi.repo') url: 'file://///etc/yum.repos.d/remi.repo' includetuple: ('file://///etc/yum.repos.d/remi.repo', None) self: <yum.parser.ConfigPreProcessor instance at 0x1edddd0> absurl: 'file://///etc/yum.repos.d/remi.repo' fo: None How to reproduce ----- 1. 2. 3. .
Created attachment 490018 [details] File: backtrace
can you please provide output of: $ ls -l /etc/yum.repos.d/remi.repo have you seen any selinux denials when this happened? and you can try: chmod a+r /etc/yum.repos.d/remi.repo
$ cat /etc/yum.repos.d/remi.repo [remi] name=Remi's LAMP backports, Firefox 4, MySQL 5.5 and others experimental RPM #baseurl=http://rpms.famillecollet.com/fedora/$releasever/remi/$basearch/ mirrorlist=http://rpms.famillecollet.com/fedora/$releasever/remi/mirror enabled=1 gpgcheck=1 gpgkey=http://rpms.famillecollet.com/RPM-GPG-KEY-remi failovermethod=priority [remi-test] name=Remi's very experimental RPM (test) #baseurl=http://rpms.famillecollet.com/fedora/$releasever/test/$basearch/ mirrorlist=http://rpms.famillecollet.com/fedora/$releasever/test/mirror enabled=0 gpgcheck=1 gpgkey=http://rpms.famillecollet.com/RPM-GPG-KEY-remi failovermethod=priority No selinux alerts. $ chmod a+r /etc/yum.repos.d/remi.repo $
$ ls -l /etc/yum.repos.d/remi.repo -rw-rw-r--. 1 shnurapet shnurapet 629 Мар 30 01:10 /etc/yum.repos.d/remi.repo
does it still throw an error after you ran chmod?
I believe it's fixed in the current abrt version.