Bug 194015

Summary: yumex 1.0.0 TB4426d5a1 ConfigParser.py:490:_read:ParsingError: File contains parsing errors:
Product: [Fedora] Fedora Reporter: Ronnie Sarkari <rsarkari>
Component: yumexAssignee: Tim Lauridsen <tim.lauridsen>
Status: CLOSED NOTABUG QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: dzrudy, tim.lauridsen
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-08-10 08:28:31 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:

Description Ronnie Sarkari 2006-06-04 22:25:44 UTC
Component: yumex
Version: 1.0.0
Summary: TB4426d5a1 ConfigParser.py:490:_read:ParsingError: File contains parsing errors: /etc/yumex.profiles.conf
	[line  6]: '[]\n'

Traceback (most recent call last):
  File "/usr/share/yumex/yumexmain.py", line 948, in ?
    mainApp = YumexMainApplication()
  File "/usr/share/yumex/yumexmain.py", line 453, in __init__
    self.profile = Profile()
  File "/usr/lib/python2.4/site-packages/yumex/yumexUtils.py", line 1090, in __init__
    self.profiles.read( self.filename )
  File "/usr/lib/python2.4/ConfigParser.py", line 267, in read
    self._read(fp, filename)
  File "/usr/lib/python2.4/ConfigParser.py", line 490, in _read
    raise e
ParsingError: File contains parsing errors: /etc/yumex.profiles.conf
	[line  6]: '[]\n'

Local variables in innermost frame:
sectname: main
cursect: {'__name__': 'main', 'lastprofile': 'yum-enabled'}
e: File contains parsing errors: /etc/yumex.profiles.conf
	[line  6]: '[]\n'
fpname: /etc/yumex.profiles.conf
vi: =
mo: <_sre.SRE_Match object at 0xb7986750>
optname: lastprofile
fp: <open file '/etc/yumex.profiles.conf', mode 'r' at 0xb797c578>
lineno: 10
line: 
self: <ConfigParser.ConfigParser instance at 0xb798b3ec>
optval: yum-enabled

Comment 1 Jason Tibbitts 2006-06-05 01:58:28 UTC
I'm not sure why this was filed under Package Review; unblocking FE-NEW, setting
the component to "yumex" and CC'ing the package owner.

Ronnie, I'm curious: did you submit this bug via the Fedora Extras Package
Review Request form?  Is there some document or URL that led you to that form as
the proper method for submitting a bug?

Comment 2 Dawid Zamirski 2006-06-05 13:56:48 UTC
Please attach your /etc/yumex.conf file as it probably contains errors. In the
meantime do the following:

su
<your_root_password>
mv /etc/yumex.conf /etc/yumex.conf.bak

This will backup you current yumex configuration file. Then try to launch yumex
again and check if it still throws this error. 

Comment 3 Thorsten Leemhuis 2006-08-10 07:31:39 UTC
Reassigning to proper owner tla[AT]rasmil.dk