Mailinglist Archive: opensuse-kde (199 mails)
| < Previous | Next > |
[opensuse-kde] dbus and NetworkManager problems(solved - ish )
- From: CP Hennessy <cp.hennessy@xxxxxxxxxx>
- Date: Wed, 18 Mar 2009 13:16:11 +0000
- Message-id: <200903181316.12197.cp.hennessy@xxxxxxxxxx>
Hi,
After an update over the weekend to KDE4.2.1 on openSuSE11.1 I was not able
to connect to my wireless network.
After some debugging I noticed that my /var/log/NetworkManager contained :
NetworkManager: <WARN> get_secrets_cb(): Couldn't get connection secrets: A
security policy in place prevents this sender from sending this message to
this recipient, see message bus configuration file (rejected message had
interface "org.freedesktop.NetworkManagerSettings.Connection.Secrets" member
"GetSecrets" error name "(unset)" destination
"org.freedesktop.NetworkManagerUserSettings").
This seems to be controlled thru the file
/etc/dbus-1/system.d/knetworkmanager.conf
and the lines :
<deny send_destination="org.freedesktop.NetworkManagerUserSettings"
send_interface="org.freedesktop.NetworkManagerSettings.Connection.Secrets"/>
(this line may not be exactly what others have as I have hacked it a bit to
get it working).
Anyway the following is what I now have in each of the 'policy' sections of
/etc/dbus-1/system.d/knetworkmanager.conf to get my wireless to work:
<allow send_destination="org.freedesktop.NetworkManagerUserSettings"
send_interface="org.freedesktop.NetworkManagerSettings.Connection.Secrets"/>
Am I missing an update somewhere ?
CPH
--
To unsubscribe, e-mail: opensuse-kde+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-kde+help@xxxxxxxxxxxx
After an update over the weekend to KDE4.2.1 on openSuSE11.1 I was not able
to connect to my wireless network.
After some debugging I noticed that my /var/log/NetworkManager contained :
NetworkManager: <WARN> get_secrets_cb(): Couldn't get connection secrets: A
security policy in place prevents this sender from sending this message to
this recipient, see message bus configuration file (rejected message had
interface "org.freedesktop.NetworkManagerSettings.Connection.Secrets" member
"GetSecrets" error name "(unset)" destination
"org.freedesktop.NetworkManagerUserSettings").
This seems to be controlled thru the file
/etc/dbus-1/system.d/knetworkmanager.conf
and the lines :
<deny send_destination="org.freedesktop.NetworkManagerUserSettings"
send_interface="org.freedesktop.NetworkManagerSettings.Connection.Secrets"/>
(this line may not be exactly what others have as I have hacked it a bit to
get it working).
Anyway the following is what I now have in each of the 'policy' sections of
/etc/dbus-1/system.d/knetworkmanager.conf to get my wireless to work:
<allow send_destination="org.freedesktop.NetworkManagerUserSettings"
send_interface="org.freedesktop.NetworkManagerSettings.Connection.Secrets"/>
Am I missing an update somewhere ?
CPH
--
To unsubscribe, e-mail: opensuse-kde+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-kde+help@xxxxxxxxxxxx
| < Previous | Next > |