| Summary: | [abrt] firewall-applet-0.1.3-2.fc15: connection.py:630:call_blocking:TypeError: a float is required | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Kyle Martin <martikj2> |
| Component: | firewalld | Assignee: | Thomas Woerner <twoerner> |
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 15 | CC: | twoerner |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i686 | ||
| OS: | Unspecified | ||
| Whiteboard: | abrt_hash:af756aacc210bb57544240bcee22a708494951b0 | ||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2011-06-27 16:23:25 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
*** This bug has been marked as a duplicate of bug 716620 *** |
abrt version: 2.0.3 architecture: i686 cmdline: /usr/bin/python /usr/bin/firewall-applet comment: I restarted my PC after installing firewalld and firewall-applet, tried launching firewall-applet from <Alt>+<F2> command line in Gnome Shell. component: firewalld executable: /usr/bin/firewall-applet kernel: 2.6.38.8-32.fc15.i686.PAE os_release: Fedora release 15 (Lovelock) package: firewall-applet-0.1.3-2.fc15 reason: connection.py:630:call_blocking:TypeError: a float is required time: Mon Jun 27 10:58:01 2011 uid: 500 username: kyle backtrace: :connection.py:630:call_blocking:TypeError: a float is required : :Traceback (most recent call last): : File "/usr/bin/firewall-applet", line 599, in <module> : applet = TrayApplet() : File "/usr/bin/firewall-applet", line 223, in __init__ : self.connect_to_firewalld() : File "/usr/bin/firewall-applet", line 287, in connect_to_firewalld : items = self.fw.getServices() : File "<string>", line 2, in getServices : File "/usr/lib/python2.7/site-packages/slip/dbus/polkit.py", line 141, in _enable_proxy : return func(*p, **k) : File "/usr/share/firewalld/firewall_client.py", line 85, in getServices : (status, services) = self.fw.getServices() : File "/usr/lib/python2.7/site-packages/dbus/proxies.py", line 68, in __call__ : return self._proxy_method(*args, **keywords) : File "/usr/lib/python2.7/site-packages/slip/dbus/proxies.py", line 41, in __call__ : return dbus.proxies._ProxyMethod.__call__(self, *args, **kwargs) : File "/usr/lib/python2.7/site-packages/dbus/proxies.py", line 140, in __call__ : **keywords) : File "/usr/lib/python2.7/site-packages/dbus/connection.py", line 630, in call_blocking : message, timeout) :TypeError: a float is required : :Local variables in innermost frame: :byte_arrays: False :self: <dbus._dbus.SystemBus (system) at 0x9cc1e3c> :args: () :utf8_strings: False :bus_name: dbus.UTF8String(':1.13') :get_args_opts: {'byte_arrays': False, 'utf8_strings': False} :object_path: '/org/fedoraproject/FirewallD' :timeout: None :signature: '' :dbus_interface: 'org.fedoraproject.FirewallD' :message: <dbus.lowlevel.MethodCallMessage object at 0x9b10980> :method: 'getServices'