Bug 237205

Summary: traceback due to firewall module
Product: [Fedora] Fedora Reporter: ericm24x7
Component: firstbootAssignee: Chris Lumens <clumens>
Status: CLOSED DUPLICATE QA Contact:
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-04-20 15:04:38 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 ericm24x7 2007-04-19 23:27:05 UTC
Description of problem:
traceback 1:
File "/usr/share/firstboot/firstbootWindow.py", line 497, in loadModules
  result = module.launch()
File "/usr/share/firstboot/modules/securitylevel.py", line 647, in launch
  self.mainVBox.reparent(vbox)
AttributeError: 'NoneType' object has no attribute 'reparent'

===
traceback 2:
File "/usr/share/firstboot/firstbootWindow.py", line 497, in loadModules
  result = module.launch()
File "/usr/share/firstboot/modules/firstboot_selinux.py", line 97, in launch
   self.selinuxPage = selinuxPage.selinuxPage(xml, doDebug, True)
File "/usr/share/system-config-securitylevel/selinuxPage.py", line 75, in __init__
   self.enabledOptionMenu.set_model(listStore)
AttributeError: 'NoneType' object has no attribute 'set_model'

Version-Release number of selected component (if applicable):
firstboot 1.4.35-1.fc7.noarch.rpm

How reproducible:


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


Expected results:


Additional info:

Comment 1 Chris Lumens 2007-04-20 15:04:38 UTC

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