Bug 237205 - traceback due to firewall module
Summary: traceback due to firewall module
Keywords:
Status: CLOSED DUPLICATE of bug 236999
Alias: None
Product: Fedora
Classification: Fedora
Component: firstboot
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Chris Lumens
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2007-04-19 23:27 UTC by ericm24x7
Modified: 2007-11-30 22:12 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2007-04-20 15:04:38 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

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


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