Bug 1051735

Summary: [abrt] firewall-config: firewall-config:1180:load_zones:TypeError: 'NoneType' object is not iterable
Product: [Fedora] Fedora Reporter: Gregory Gremminger <askthedj>
Component: firewalldAssignee: Thomas Woerner <twoerner>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 20CC: bob53181, jpopelka, twoerner
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Unspecified   
URL: https://retrace.fedoraproject.org/faf/reports/bthash/41fc8026ecbc4743ae7cd6f72ab099d55c3b4156
Whiteboard: abrt_hash:951766de1e26826711f0de78894140ea21292122
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-11-17 08:51:12 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: backtrace
none
File: environ none

Description Gregory Gremminger 2014-01-11 05:23:54 UTC
Version-Release number of selected component:
firewall-config-0.3.8-1.fc20

Additional info:
reporter:       libreport-2.1.11
cmdline:        /usr/bin/python /usr/bin/firewall-config
executable:     /usr/bin/firewall-config
kernel:         3.12.6-300.fc20.x86_64
runlevel:       N 5
type:           Python
uid:            1000

Truncated backtrace:
firewall-config:1180:load_zones:TypeError: 'NoneType' object is not iterable

Traceback (most recent call last):
  File "/usr/bin/firewall-config", line 1668, in onChangeView
    self.load_zones()
  File "/usr/bin/firewall-config", line 1180, in load_zones
    for z in self.fw.config().listZones()]
TypeError: 'NoneType' object is not iterable

Local variables in innermost frame:
self: <__main__.FirewallConfig object at 0x263fa50>
active_zone: 'home'

Comment 1 Gregory Gremminger 2014-01-11 05:23:58 UTC
Created attachment 848503 [details]
File: backtrace

Comment 2 Gregory Gremminger 2014-01-11 05:23:59 UTC
Created attachment 848504 [details]
File: environ

Comment 3 Jiri Popelka 2014-01-16 10:07:44 UTC
FirewallClientConfig.listZones() returned None.

Could be perhaps related to bug #995760.

Comment 4 Jiri Popelka 2014-01-16 10:08:03 UTC
*** Bug 982016 has been marked as a duplicate of this bug. ***