| Summary: | [abrt] cnetworkmanager-0.21.1-3.fc15: cnetworkmanager:317:<module>:ValueError: need more than 1 value to unpack | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | simon |
| Component: | cnetworkmanager | Assignee: | Luis Bazan <bazanluis20> |
| Status: | CLOSED WONTFIX | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 15 | CC: | extras-orphan |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Unspecified | ||
| Whiteboard: | abrt_hash:e7e81bc44e80ed89009b437249096b2b12acdb44 | ||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2012-08-07 14:55:53 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 package has changed ownership in the Fedora Package Database. Reassigning to the new owner of this component. This package has changed ownership in the Fedora Package Database. Reassigning to the new owner of this component. This message is a notice that Fedora 15 is now at end of life. Fedora has stopped maintaining and issuing updates for Fedora 15. It is Fedora's policy to close all bug reports from releases that are no longer maintained. At this time, all open bugs with a Fedora 'version' of '15' have been closed as WONTFIX. (Please note: Our normal process is to give advanced warning of this occurring, but we forgot to do that. A thousand apologies.) Package Maintainer: If you wish for this bug to remain open because you plan to fix it in a currently maintained version, feel free to reopen this bug and simply change the 'version' to a later Fedora version. Bug Reporter: Thank you for reporting this issue and we are sorry that we were unable to fix it before Fedora 15 reached 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 to click on "Clone This Bug" (top right of this page) and open it against that version of Fedora. 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. The process we are following is described here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping |
abrt version: 2.0.3 architecture: x86_64 cmdline: component: cnetworkmanager executable: /usr/bin/cnetworkmanager kernel: 2.6.38.8-32.fc15.x86_64 os_release: Fedora release 15 (Lovelock) package: cnetworkmanager-0.21.1-3.fc15 reason: cnetworkmanager:317:<module>:ValueError: need more than 1 value to unpack time: Fri Jul 1 08:25:49 2011 backtrace: :cnetworkmanager:317:<module>:ValueError: need more than 1 value to unpack : :Traceback (most recent call last): : File "/usr/bin/cnetworkmanager", line 317, in <module> : (svc, conpath, devpath, appath) = options.activate_connection.split(',') :ValueError: need more than 1 value to unpack : :Local variables in innermost frame: :Monitor: <class 'networkmanager.monitor.Monitor'> :NetworkManagerUserSettings: <class 'networkmanager.applet.service.NetworkManagerUserSettings'> :DBusGMainLoop: <built-in function DBusGMainLoop> :list_connections: <function list_connections at 0x19da398> :USER_SERVICE: 'org.freedesktop.NetworkManagerUserSettings' :nm: <ProxyObject wrapping <dbus._dbus.SystemBus (system) at 0x19c85f0> :1.2 /org/freedesktop/NetworkManager at 0x19d72d0> :get_connection_devtype: <function get_connection_devtype at 0x19da320> :__package__: None :get_connection: <function get_connection at 0x19da2a8> :SYSTEM_SERVICE: 'org.freedesktop.NetworkManagerSystemSettings' :NetworkManager: <class 'networkmanager.networkmanager.NetworkManager'> :__doc__: None :OptionParser: <class optparse.OptionParser at 0x19c9460> :get_device: <function get_device at 0x19da1b8> :__builtins__: <module '__builtin__' (built-in)> :true_choices: ['1', 'on', 'yes', 'true'] :__file__: '/usr/bin/cnetworkmanager' :args: [] :sys: <module 'sys' (built-in)> :VERSION: '0.21.1' :gobject: <module 'gobject' from '/usr/lib64/python2.7/site-packages/gobject/__init__.pyc'> :__name__: '__main__' :print_state_changed: <function print_state_changed at 0x19da410> :settings: <module 'networkmanager.applet.settings' from '/usr/lib/python2.7/site-packages/networkmanager/applet/settings.pyc'> :dbus: <module 'dbus' from '/usr/lib/python2.7/site-packages/dbus/__init__.pyc'> :NetworkManagerSettings: <class 'networkmanager.applet.NetworkManagerSettings'> :get_service_name: <function get_service_name at 0x19da230> :loop: <glib.MainLoop object at 0x7f06ab551850> :time: <module 'time' from '/usr/lib64/python2.7/lib-dynload/timemodule.so'> :Table: <class 'networkmanager.util.Table'> :options: <Values at 0x19db170: {'whe': False, 'terse': False, 'demo': False, 'syscon': False, 'ap_list': False, 'wpa_pass': None, 'unprotected': False, 'connect': None, 'monitor': False, 'usrcon': False, 'device_info': None, 'state': False, 'online': None, 'ap_info': None, 'wpa_psk_hex': None, 'wep_hex': None, 'we': False, 'con_info': None, 'wep_pass': None, 'actcon': False, 'device_list': False, 'activate_connection': 'wwan0', 'wifi': None}> :LOOP: False :op: <optparse.OptionParser instance at 0x19d6248> comment: :Ran cnetworkmanager --activate-connection wwan0 :However unless I specify 3 commas in the argument I get unpack expections :cnetworkmanager --help seems to indicate that only one value is required, the other three are optional.