Bug 1053874

Summary: [abrt] firewall-config: firewall-config:4109:load_direct:AttributeError: 'NoneType' object has no attribute 'getAllChains'
Product: [Fedora] Fedora Reporter: Alexander Boström <abo>
Component: firewalldAssignee: Thomas Woerner <twoerner>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 20CC: abo, jpopelka, twoerner
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Unspecified   
URL: https://retrace.fedoraproject.org/faf/reports/bthash/e4f12ec77785a414ff9a6ec1b74e913cbc547cf8
Whiteboard: abrt_hash:74c1c44868eb8f280a1ec12bc0012c38fb0ef9c6
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-06-09 16:14:30 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

Description Alexander Boström 2014-01-15 21:22:46 UTC
Description of problem:
Problem occured when updating to 0.3.9-1, reverting to 0.3.8-1 solved it.

Version-Release number of selected component:
firewall-config-0.3.9-1.fc20

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

Truncated backtrace:
firewall-config:4109:load_direct:AttributeError: 'NoneType' object has no attribute 'getAllChains'

Traceback (most recent call last):
  File "/usr/bin/firewall-config", line 1672, in onChangeView
    self.load_direct()
  File "/usr/bin/firewall-config", line 4109, in load_direct
    chains = settings.getAllChains()
AttributeError: 'NoneType' object has no attribute 'getAllChains'

Local variables in innermost frame:
self: <__main__.FirewallConfig object at 0x1a23810>
direct: <firewall.client.FirewallClientConfigDirect object at 0x1a42c50>
settings: None

Comment 1 Alexander Boström 2014-01-15 21:22:50 UTC
Created attachment 850708 [details]
File: backtrace

Comment 2 Thomas Woerner 2014-01-16 11:30:44 UTC
Do you have chains, rules or passthrough rules in the direct configuration?

I have chains and rules in there and do not have this problem.

Comment 3 Alexander Boström 2015-03-30 11:10:41 UTC
It now works with the latest version so I think we can file this as fixed.

Comment 4 Fedora End Of Life 2015-05-29 10:31:18 UTC
This message is a reminder that Fedora 20 is nearing its end of life.
Approximately 4 (four) weeks from now Fedora will stop maintaining
and issuing updates for Fedora 20. It is Fedora's policy to close all
bug reports from releases that are no longer maintained. At that time
this bug will be closed as EOL if it remains open with a Fedora  'version'
of '20'.

Package Maintainer: If you wish for this bug to remain open because you
plan to fix it in a currently maintained version, simply change the 'version' 
to a later Fedora version.

Thank you for reporting this issue and we are sorry that we were not 
able to fix it before Fedora 20 is end of life. If you would still like 
to see this bug fixed and are able to reproduce it against a later version 
of Fedora, you are encouraged  change the 'version' to a later Fedora 
version prior this bug is closed as described in the policy above.

Although we aim to fix as many bugs as possible during every release's 
lifetime, sometimes those efforts are overtaken by events. Often a 
more recent Fedora release includes newer upstream software that fixes 
bugs or makes them obsolete.

Comment 5 Thomas Woerner 2015-06-09 16:14:30 UTC

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