Bug 231233

Summary: Opps, sealert hit an error
Product: [Fedora] Fedora Reporter: Deji Akingunola <dakingun>
Component: setroubleshootAssignee: John Dennis <jdennis>
Status: CLOSED RAWHIDE QA Contact: Ben Levenson <benl>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhide   
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: 2007-06-16 23:26:24 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 Deji Akingunola 2007-03-06 21:38:53 UTC
Description of problem:
I got the message in Summary, while updating to rawhide today. Detailed error
message below;
<<
Opps, sealert hit an error
Traceback (most recent call last):
  File "/usr/bin/sealert", line 771, in <module>
    run_as_dbus_service(username)
  File "/usr/bin/sealert", line 85, in run_as_dbus_service
    app = SEAlert(username, dbus_service.presentation_manager)
  File "/usr/bin/sealert", line 489, in __init__
    self.browser = BrowserApplet(self.username, self.alert_client)
  File "/usr/lib/python2.5/site-packages/setroubleshoot/browser.py", line 295,
in __init__
    glade_file = cfg.get('alert','browser_glade_file')
  File "/usr/lib64/python2.5/ConfigParser.py", line 520, in get
    raise NoOptionError(option, section)
NoOptionError: No option 'browser_glade_file' in section: 'alert'
>>

Version-Release number of selected component (if
applicable):setroubleshoot-1.9.3-1.fc7


How reproducible:


Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 John Dennis 2007-03-06 22:28:26 UTC
The config file changed and rpm did not replace it, but rather left it as
/etc/setroubleshoot/setroubleshoot.cfg.rpmnew. Please copy or rename
setroubleshoot.cfg.rpmnew to setroubleshoot.cfg, that should fix the problem as
a quick workaround, in the mean time I'll make sure rpm replaces the file but
leaves the old one a .rpmsave

You'll have to restart things again.

service setroubleshoot restart
sealert -q
sealert -s

If that does not fix the problem for you let me know. Thanks.

Comment 2 Deji Akingunola 2007-03-07 01:21:33 UTC
It seems rpm actually replaced etroubleshoot.cfg for me as I don't have
etc/setroubleshoot/setroubleshoot.cfg.rpmnew; I checked the timestamp on the
file, and it look like the right one:
[deji@agape ~]$ ll /etc/setroubleshoot/setroubleshoot.cfg
-rw-r--r-- 1 root root 5007 2007-03-05 18:42 /etc/setroubleshoot/setroubleshoot.cfg


Comment 3 Deji Akingunola 2007-06-16 23:26:24 UTC
This bug is stale, and is most like fixed by now, no?