#575 closed defect (fixed)
Network Frame Device, Mesh View, WPA broken
Reported by: | erikos | Owned by: | erikos |
---|---|---|---|
Priority: | Unspecified by Maintainer | Milestone: | |
Component: | Sugar | Version: | Unspecified |
Severity: | Blocker | Keywords: | |
Cc: | Distribution/OS: | Unspecified | |
Bug Status: | Resolved |
Description
NetworkManager dependent code is broken in latest Fedora 10 and Rawhide. Soas-1 from March the 5th does work fine (containing NetworkManager-0.7.0.98-1.git20090225.fc10) - Yesterday's build (containing NetworkManager-0.7.0.99-3.fc10) does not. As a test I just updated NM on the 5th March and had then the error. The 5th March image contains dbus-glib 0.80.
I have a little test script that does try to get the current ActiveAccessPoint (shell.sugarlabs.org/~erikos/test-nm.py). This does fail while using dbus-send does work fine.
dbus-send --system --print-reply --dest=org.freedesktop.NetworkManager /org/fre\
edesktop/NetworkManager org.freedesktop.NetworkManager.GetDevices
dbus-send --system --print-reply --dest=org.freedesktop.NetworkManager /org/fre\
edesktop/Hal/devices/net_00_1c_bf_08_7b_3b org.freedesktop.DBus.Properties.Get \
string:org.freedesktop.NetworkManager.Device.Wifi string:ActiveAccessPoint
Error Message:
Error getting the active access point: %s org.freedesktop.DBus.Error.AccessDenied: A security policy in place prevents this sender from sending this message to this recipient, see message bus configuration file (rejected message had interface "(unset)" member "Get" error name "(unset)" destination ":1.8")
Change History (5)
comment:1 Changed 14 years ago by erikos
- Owner changed from sdz to erikos
- Status changed from new to assigned
comment:2 Changed 14 years ago by erikos
- Bug Status changed from Unconfimed to New
comment:3 Changed 14 years ago by erikos
comment:4 Changed 14 years ago by erikos
- Bug Status changed from New to Resolved
- Component changed from SoaS to sugar
- Milestone changed from Unspecified by Release Team to 0.84
- Resolution set to fixed
- Status changed from assigned to closed
http://bugs.freedesktop.org/show_bug.cgi?id=18961 describes the issue we are facing. Patch coming.