Bug 950437 - ConfigError: Error accessing file for config file:///tmp/anaconda-yum.conf
Summary: ConfigError: Error accessing file for config file:///tmp/anaconda-yum.conf
Keywords:
Status: CLOSED DUPLICATE of bug 906031
Alias: None
Product: Fedora
Classification: Fedora
Component: anaconda
Version: 19
Hardware: i686
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Anaconda Maintenance Team
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: abrt_hash:41ebda0db26c6b8e02c1896c385...
: 950954 (view as bug list)
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-04-10 08:57 UTC by Tao Wu
Modified: 2014-10-28 23:45 UTC (History)
8 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-04-10 18:57:43 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
File: anaconda.log (37.42 KB, text/plain)
2013-04-10 08:57 UTC, Tao Wu
no flags Details
File: backtrace (1.61 KB, text/plain)
2013-04-10 08:57 UTC, Tao Wu
no flags Details
File: environ (780 bytes, text/plain)
2013-04-10 08:57 UTC, Tao Wu
no flags Details
File: ifcfg.log (486 bytes, text/plain)
2013-04-10 08:57 UTC, Tao Wu
no flags Details
File: lsblk_output (2.05 KB, text/plain)
2013-04-10 08:57 UTC, Tao Wu
no flags Details
File: nmcli_dev_list (3.57 KB, text/plain)
2013-04-10 08:57 UTC, Tao Wu
no flags Details
File: packaging.log (916.61 KB, text/plain)
2013-04-10 08:58 UTC, Tao Wu
no flags Details
File: program.log (43.67 KB, text/plain)
2013-04-10 08:58 UTC, Tao Wu
no flags Details
File: storage.log (199.58 KB, text/plain)
2013-04-10 08:58 UTC, Tao Wu
no flags Details
File: syslog (81.53 KB, text/plain)
2013-04-10 08:58 UTC, Tao Wu
no flags Details
File: anaconda-tb (1.29 MB, application/octet-stream)
2013-04-10 08:59 UTC, Tao Wu
no flags Details

Description Tao Wu 2013-04-10 08:57:22 UTC
Description of problem:
The following was filed automatically by anaconda:
anaconda 19.17-1 exception report
Traceback (most recent call first):
  File "/usr/lib/python2.7/site-packages/yum/parser.py", line 205, in _pushfile
    'Error accessing file for config %s' % (absurl)
  File "/usr/lib/python2.7/site-packages/yum/parser.py", line 91, in __init__
    fo = self._pushfile( url )
  File "/usr/lib/python2.7/site-packages/yum/config.py", line 1000, in readStartupConfig
    confpp_obj = ConfigPreProcessor(configfile)
  File "/usr/lib/python2.7/site-packages/yum/__init__.py", line 338, in _getConfig
    startupconf = config.readStartupConfig(fn, root, releasever)
  File "/usr/lib/python2.7/site-packages/yum/__init__.py", line 1001, in <lambda>
    conf = property(fget=lambda self: self._getConfig(),
  File "/usr/lib/python2.7/site-packages/pyanaconda/packaging/yumpayload.py", line 279, in _yumCacheDirHack
    if not self._yum.conf.cachedir.startswith(self._yum.conf.installroot):
  File "/usr/lib/python2.7/site-packages/pyanaconda/packaging/yumpayload.py", line 352, in _writeInstallConfig
    self._yumCacheDirHack()
  File "/usr/lib/python2.7/site-packages/pyanaconda/packaging/yumpayload.py", line 1400, in preInstall
    self._writeInstallConfig()
  File "/usr/lib/python2.7/site-packages/pyanaconda/install.py", line 129, in doInstall
    payload.preInstall(packages=packages, groups=payload.languageGroups(ksdata.lang.lang))
  File "/usr/lib/python2.7/threading.py", line 504, in run
    self.__target(*self.__args, **self.__kwargs)
  File "/usr/lib/python2.7/site-packages/pyanaconda/threads.py", line 141, in run
    threading.Thread.run(self, *args, **kwargs)
ConfigError: Error accessing file for config file:///tmp/anaconda-yum.conf

Version-Release number of selected component:
anaconda-19.17-1

Additional info:
cmdline:        /usr/bin/python  /sbin/anaconda
cmdline_file:   initrd=initrd.img inst.stage2=hd:LABEL=Fedora\x2019-Alpha\x20i386 rd.live.check quiet BOOT_IMAGE=vmlinuz 
executable:     /sbin/anaconda
hashmarkername: anaconda
kernel:         3.9.0-0.rc4.git0.1.fc19.i686
product:        Fedora
release:        Cannot get release name.
type:           anaconda
version:        19-Alpha

Truncated backtrace:
Traceback (most recent call last):
  File "/usr/lib/python2.7/site-packages/pyanaconda/threads.py", line 141, in run
    threading.Thread.run(self, *args, **kwargs)
  File "/usr/lib/python2.7/threading.py", line 504, in run
    self.__target(*self.__args, **self.__kwargs)
  File "/usr/lib/python2.7/site-packages/pyanaconda/install.py", line 129, in doInstall
    payload.preInstall(packages=packages, groups=payload.languageGroups(ksdata.lang.lang))
  File "/usr/lib/python2.7/site-packages/pyanaconda/packaging/yumpayload.py", line 1400, in preInstall
    self._writeInstallConfig()
  File "/usr/lib/python2.7/site-packages/pyanaconda/packaging/yumpayload.py", line 352, in _writeInstallConfig
    self._yumCacheDirHack()
  File "/usr/lib/python2.7/site-packages/pyanaconda/packaging/yumpayload.py", line 279, in _yumCacheDirHack
    if not self._yum.conf.cachedir.startswith(self._yum.conf.installroot):
  File "/usr/lib/python2.7/site-packages/yum/__init__.py", line 1001, in <lambda>
    conf = property(fget=lambda self: self._getConfig(),
  File "/usr/lib/python2.7/site-packages/yum/__init__.py", line 338, in _getConfig
    startupconf = config.readStartupConfig(fn, root, releasever)
  File "/usr/lib/python2.7/site-packages/yum/config.py", line 1000, in readStartupConfig
    confpp_obj = ConfigPreProcessor(configfile)
  File "/usr/lib/python2.7/site-packages/yum/parser.py", line 91, in __init__
    fo = self._pushfile( url )
  File "/usr/lib/python2.7/site-packages/yum/parser.py", line 205, in _pushfile
    'Error accessing file for config %s' % (absurl)
ConfigError: Error accessing file for config file:///tmp/anaconda-yum.conf

Comment 1 Tao Wu 2013-04-10 08:57:28 UTC
Created attachment 733560 [details]
File: anaconda.log

Comment 2 Tao Wu 2013-04-10 08:57:32 UTC
Created attachment 733561 [details]
File: backtrace

Comment 3 Tao Wu 2013-04-10 08:57:36 UTC
Created attachment 733562 [details]
File: environ

Comment 4 Tao Wu 2013-04-10 08:57:39 UTC
Created attachment 733563 [details]
File: ifcfg.log

Comment 5 Tao Wu 2013-04-10 08:57:43 UTC
Created attachment 733564 [details]
File: lsblk_output

Comment 6 Tao Wu 2013-04-10 08:57:47 UTC
Created attachment 733565 [details]
File: nmcli_dev_list

Comment 7 Tao Wu 2013-04-10 08:58:02 UTC
Created attachment 733566 [details]
File: packaging.log

Comment 8 Tao Wu 2013-04-10 08:58:29 UTC
Created attachment 733567 [details]
File: program.log

Comment 9 Tao Wu 2013-04-10 08:58:38 UTC
Created attachment 733569 [details]
File: storage.log

Comment 10 Tao Wu 2013-04-10 08:58:46 UTC
Created attachment 733570 [details]
File: syslog

Comment 11 Tao Wu 2013-04-10 08:59:05 UTC
Created attachment 733571 [details]
File: anaconda-tb

Comment 12 Chris Lumens 2013-04-10 18:57:43 UTC

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

Comment 13 Chris Lumens 2013-04-11 13:48:18 UTC
*** Bug 950954 has been marked as a duplicate of this bug. ***


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