Opened 13 years ago

Last modified 13 years ago

#2894 new defect

[SoaS 5] My Settings, Network fails to open completely

Reported by: FGrose Owned by: mchua pbrobinson sdz
Priority: Unspecified by Maintainer Milestone: Unspecified
Component: Sugar on a Stick (SoaS) Version: Unspecified
Severity: Unspecified Keywords:
Cc: Distribution/OS: Fedora
Bug Status: Unconfirmed

Description

Observed on http://fedora.roving-it.com/SoaSv5-20110612-x86_64.iso md5sum ed4f053f5cac185532e6e7c1d68e34fb installed with the onboard livecd-iso-to-disk script.

Clicking on the Network icon changes the control panel's toolbar to include the 'Network' icon, title, Cancel, & OK buttons, but nothing else loads on the panel.

The Cancel and OK buttons don't function. (One must select another panel item and Cancel or OK from there.)

shell.log segment during problem:

1307994441.754014 ERROR root: Cannot create the UserSettings service.
Traceback (most recent call last):
  File "/usr/lib/python2.7/site-packages/jarabe/model/network.py", line 887, in get_settings
    _nm_settings = NMSettings()
  File "/usr/lib/python2.7/site-packages/jarabe/model/network.py", line 577, in __init__
    bus_name = dbus.service.BusName(SETTINGS_SERVICE, bus=bus)
  File "/usr/lib/python2.7/site-packages/dbus/service.py", line 129, in __new__
    retval = bus.request_name(name, name_flags)
  File "/usr/lib/python2.7/site-packages/dbus/bus.py", line 306, in request_name
    'su', (name, flags))
  File "/usr/lib/python2.7/site-packages/dbus/connection.py", line 630, in call_blocking
    message, timeout)
DBusException: org.freedesktop.DBus.Error.AccessDenied: Connection ":1.22" is not allowed to own the service "org.freedesktop.NetworkManager" due to security policies in the configuration file
1307994441.755861 WARNING root: No gsm connection was set in GConf.
Traceback (most recent call last):
  File "/usr/lib/python2.7/site-packages/jarabe/controlpanel/gui.py", line 336, in __select_option_cb
    self.show_section_view(option)
  File "/usr/lib/python2.7/site-packages/jarabe/controlpanel/gui.py", line 232, in show_section_view
    self._options[option]['alerts'])
  File "/usr/share/sugar/extensions/cpsection/network/view.py", line 109, in __init__
    if not self._model.have_networks():
  File "/usr/share/sugar/extensions/cpsection/network/model.py", line 119, in have_networks
    return network.have_wifi_connections()
  File "/usr/lib/python2.7/site-packages/jarabe/model/network.py", line 1047, in have_wifi_connections
    return bool(get_settings().connections)
AttributeError: 'NoneType' object has no attribute 'connections'
Traceback (most recent call last):
  File "/usr/lib/python2.7/site-packages/jarabe/controlpanel/gui.py", line 286, in __cancel_clicked_cb
    self._section_view.undo()
AttributeError: 'NoneType' object has no attribute 'undo'
Traceback (most recent call last):
  File "/usr/lib/python2.7/site-packages/jarabe/controlpanel/gui.py", line 292, in __accept_clicked_cb
    if self._section_view.needs_restart:
AttributeError: 'NoneType' object has no attribute 'needs_restart'
1307994464.025364 WARNING root: No gtk.AccelGroup in the top level window.
1307994464.029525 WARNING root: No gtk.AccelGroup in the top level window.
1307994464.030932 WARNING root: No gtk.AccelGroup in the top level window.
1307994464.534089 WARNING root: No gtk.AccelGroup in the top level window.
1307994464.538259 WARNING root: No gtk.AccelGroup in the top level window.
1307994464.539666 WARNING root: No gtk.AccelGroup in the top level window.

Change History (1)

comment:1 Changed 13 years ago by erikos

That is an issue caused by the switch to NM 0.9

Note: See TracTickets for help on using tickets.