Re: How to force NetworkManager to don't add default router (with ifnet plugin on and dhcp)?

2012-01-02 Thread Lamarque V. Souza
Em Monday 19 December 2011, Орлов Сергей Александрович escreveu: > When I start network with "/etc/init.d/net.wlan0 start" it don't add > default route. When I start network with "/etc/init.d/NetworkManager start > " with ifnet plugin it add default router How to force NetworkManager to > don't add

[PATCH] [PATCH] only include execinfo.h if crashtrace support is enabled

2012-01-02 Thread Peter Korsgaard
On systems without backtrace suport (E.G. uClibc depending on config), execinfo.h might not be available, breaking the build. Fix it by only including it if enabled. Signed-off-by: Peter Korsgaard --- src/logging/nm-logging.c |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --gi

Can't enter password to make changes

2012-01-02 Thread Nick Bair
I'm using Network Manager in Gnome 3 on an Arch Linux installation. If I click on the applet and open the Network Settings window, I can choose my wired connection and click Configure to bring up the connection editor window. When I press save to commit my changes (or even if I haven't made any cha

networkmanager cant manage my wlan

2012-01-02 Thread czj
hi everyone, I meet a error: when i use networkmanager to manage my wlan,it cant be enable wifi,But i can use wicd to connet wifi. The enviroment & debug message as follows.I wonder if anyone can help me ? system & os: computer:lenovo ideadpad v360 os:archlinux kernel:Linux cc-pc1 3.1.5-2-ck #1 S

How to force NetworkManager to don't add default router (with ifnet plugin on and dhcp)?

2012-01-02 Thread Орлов Сергей Александрович
When I start network with "/etc/init.d/net.wlan0 start" it don't add default route. When I start network with "/etc/init.d/NetworkManager start " with ifnet plugin it add default router How to force NetworkManager to don't add default router (with ifnet plugin on and dhcp)? NetworkManager-0.8.4

Re: Restarting VPN Connections

2012-01-02 Thread chris
I don't know if my first email got through (I never got a reply), but attached is my final product. Takes the "base connection id" and "vpn id" as arguments. On Fri, 2011-12-16 at 23:52 -0800, chris wrote: > I am writing a (python) script to restart VPN connections if they shut > down. Here's w

Restarting VPN Connections

2012-01-02 Thread chris
I am writing a (python) script to restart VPN connections if they shut down. Here's what I have: #!/usr/bin/env python import gobject, dbus from dbus.mainloop.glib import DBusGMainLoop CONNECTED = 5 DISCONNECTED = 7 DBusGMainLoop(set_as_default=True) system_bus = dbus.SystemBus() def vpn_conn