Re: nm-connection-editor working only as root

2011-10-24 Thread Ramon Diaz-Uriarte
Actually, three problems remain ;-). 1. I've rebooted and reloged in several times, but I cannot save a connection because it complaints about insufficient privileges. (I get a pop-up message that says Connection add failed, Insufficient privileges). I have logged with kdm (or gdm) and have a

[PATCH 0/2] nm_connection_get_setting() fixes

2011-10-24 Thread Thomas Graf
Pure cleanup patches to make use of nm_connection_get_setting_type() where applicable. Thomas Graf (2): Use nm_connection_get_setting_type() whenever possible Add nm_connection_get_setting_serial() examples/C/glib/list-connections-libnm-glib.c |2 +- libnm-glib/nm-device-bt.c

[PATCH 2/2] Add nm_connection_get_setting_serial()

2011-10-24 Thread Thomas Graf
Signed-off-by: Thomas Graf tg...@redhat.com --- libnm-util/libnm-util.ver |1 + libnm-util/nm-connection.c| 18 ++ libnm-util/nm-connection.h|2 ++ src/nm-device-bt.c|

Trying to understand a kernel error

2011-10-24 Thread Bill C Riemers
Last night, I tried using wifi from the comfortinn I am staying at for the week, and I repeatedly received a kernel error: :WARNING: at drivers/net/wireless/iwlwifi/iwl-core.c:482 iwl_check_rxon_cmd+0x21 1/0x21f [iwlagn]() Actually, looking at the respective line of code, it seems the module

Re: Trying to understand a kernel error

2011-10-24 Thread Bill C Riemers
I suppose I should mention the actual message the kernel is putting in the warning: :Invalid RXON (0x40), channel 6 I'm not sure what RXON means... I'm only assuming this is setting the channel number to 6, but it occurs to me that could be an invalid assumption. On 10/24/2011 10:39 AM,

Re: Trying to understand a kernel error

2011-10-24 Thread Dan Williams
On Mon, 2011-10-24 at 10:39 -0400, Bill C Riemers wrote: Last night, I tried using wifi from the comfortinn I am staying at for the week, and I repeatedly received a kernel error: :WARNING: at drivers/net/wireless/iwlwifi/iwl-core.c:482 iwl_check_rxon_cmd+0x21 1/0x21f [iwlagn]()

Re: Trying to understand a kernel error

2011-10-24 Thread Bill C Riemers
OK. In the mean time, is there a way to keep the network manager from trying to connect to this network, other than using my airport mode switch? Bill On 10/24/2011 01:42 PM, Dan Williams wrote: On Mon, 2011-10-24 at 10:39 -0400, Bill C Riemers wrote: Last night, I tried using wifi from

Re: Trouble setting VPN for specific IP via NetworkManager

2011-10-24 Thread Michael Butash
I've noticed similar behavior using vpnc-based vpn's that doesn't setup routes quite right. It adds the prefixes negotiated for routes by the server, but it still insists on repointing a default route at the tun interface as well, breaking split-tunneling. I keep forgetting to spam the list