Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.

Bug 950437

Summary: ConfigError: Error accessing file for config file:///tmp/anaconda-yum.conf
Product: [Fedora] Fedora Reporter: Tao Wu <twu>
Component: anacondaAssignee: Anaconda Maintenance Team <anaconda-maint-list>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 19CC: anaconda-maint-list, g.kaviyarasu, jonathan, mkolman, petersen, sbueno, sdharane, vanmeeuwen+fedora
Target Milestone: ---   
Target Release: ---   
Hardware: i686   
OS: Unspecified   
Whiteboard: abrt_hash:41ebda0db26c6b8e02c1896c3850126e87cc5af48ee6485a355f1f0332584226
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-04-10 18:57:43 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: anaconda.log
none
File: backtrace
none
File: environ
none
File: ifcfg.log
none
File: lsblk_output
none
File: nmcli_dev_list
none
File: packaging.log
none
File: program.log
none
File: storage.log
none
File: syslog
none
File: anaconda-tb none

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. ***