[PATCH 2/2] DCB: generate commands and send them to lldpad

2012-06-27 Thread Weiping Pan
This patch is to generate DCB commands according to NMSettingDcb, and then send these commands to lldpad to execute. NetworkManager should link against liblldp_clif.so. Signed-off-by: Weiping Pan w...@redhat.com --- configure.ac | 17 libnm-util/libnm-util.ver |1 +

Re: A general (learning) query [Re-posting, as the message had become too long]

2012-06-27 Thread Ajay Garg
Hi all. Sascha helped me in re-testing this from a fresh perspective. The steps followed were (please see

Re: getting state of a VPN connection via DBus in Python

2012-06-27 Thread Dan Williams
On Sat, 2012-06-23 at 22:32 +0430, Ariyan wrote: I'm trying to get state of a VPN connection via DBus in Python. Here is my code: name=testVPN proxy = dbus.SystemBus().get_object('org.freedesktop.NetworkManagerUserSettings',

Re: Repeated prompts for passphrase keys - feature or a bug?

2012-06-27 Thread Dan Williams
On Tue, 2012-06-26 at 12:31 +0200, Sascha Silbe wrote: Ajay Garg ajaygargn...@gmail.com writes: Whenever a wifi AP goes out of range, we see the popup (repeatedly at regular intervals), asking for the passphrase key(s). This is observed on F17 (and F14 as well). I was just wondering:

Re: Not able to connect from CDMA2000 Modem from Network Manager connection

2012-06-27 Thread Dan Williams
On Sat, 2012-06-23 at 07:43 -0700, ezee wrote: Dan Williams wrote: On Mon, 2012-05-28 at 09:13 +0200, Aleksander Morgado wrote: Hey, Yes, I am sure about connectivity. I can use it on my mate's Win OS. PFA MM and NM logs http://old.nabble.com/file/p33878121/nm.log.txt

Re: WiFi passphrase prompts

2012-06-27 Thread Dan Williams
On Fri, 2012-06-22 at 13:33 -0400, Subhendu Ghosh wrote: I have seen this on F16 and on RHEL 6 - Laptop is connected on wireless connection Randomly, after ~18-24hrs, NM applet will prompt for a WPA passphrase. NM is already configured with the passpharase. When the system moves into

Re: Is there a way to pass my script to the DHCP client in NetworkManager?

2012-06-27 Thread Dan Williams
On Tue, 2012-06-26 at 11:34 -0600, Chengyu Fan wrote: Hi~ I want to assign some job to my DHCP client (not just configure the network interface). Ex: I let my DHCP client request some private options(224-254), if I get those options another program should run, otherwise just do the regular IP

Re: nm openvpn on debian squeeze lxde; gui = failing, cli works

2012-06-27 Thread Dan Williams
On Tue, 2012-06-26 at 04:26 -0700, bitterpennies wrote: I usually use network-manager with openvpn-gnome plugin on debian squeeze gnome, no problems. I just reinstalled debian squeeze, this time with lxde, installed nm (no-recommends), and it works fine. I then installed openvpn-gnome plugin

Re: Routing table madness

2012-06-27 Thread Dan Williams
On Mon, 2012-06-25 at 22:58 -0400, Ross Vandegrift wrote: Hello all, My workstation has one ethernet interface, with defaults for v4 and v6. When NM brings it up, a new static route gets added for every single v6 host I connect to. After a few hours, NM is burning 100% CPU just handling

Re: [PATCH] Trivial: fix missing @ in .pc file template

2012-06-27 Thread Dan Williams
On Thu, 2012-06-21 at 11:49 -0500, Robby Workman wrote: Attached patch is trivial fix to mobile-broadband-provider-info in the pkgconfig file: @libdir -- @libdir@ Applied, thanks! Dan ___ networkmanager-list mailing list

Re: Is there a way to pass my script to the DHCP client in NetworkManager?

2012-06-27 Thread Chengyu Fan
On Wed, Jun 27, 2012 at 3:09 PM, Dan Williams d...@redhat.com wrote: On Tue, 2012-06-26 at 11:34 -0600, Chengyu Fan wrote: Hi~ I want to assign some job to my DHCP client (not just configure the network interface). Ex: I let my DHCP client request some private options(224-254), if I get

Re: Is there a way to pass my script to the DHCP client in NetworkManager?

2012-06-27 Thread Dan Williams
On Wed, 2012-06-27 at 16:14 -0600, Chengyu Fan wrote: On Wed, Jun 27, 2012 at 3:09 PM, Dan Williams d...@redhat.com wrote: On Tue, 2012-06-26 at 11:34 -0600, Chengyu Fan wrote: Hi~ I want to assign some job to my DHCP client (not just configure the

Re: Is there a way to pass my script to the DHCP client in NetworkManager?

2012-06-27 Thread Chengyu Fan
Oh~ I find that, thanks a lot! Thanks, On Wed, Jun 27, 2012 at 4:51 PM, Dan Williams d...@redhat.com wrote: On Wed, 2012-06-27 at 16:14 -0600, Chengyu Fan wrote: On Wed, Jun 27, 2012 at 3:09 PM, Dan Williams d...@redhat.com wrote: On Tue, 2012-06-26 at 11:34 -0600, Chengyu Fan

Re: getting state of a VPN connection via DBus in Python

2012-06-27 Thread Ariyan
Hi Thank you very much it worked I will update to NM 0.9.x as soon as possible! ActiveConnections of /org/freedesktop/ NetworkManager only lists active connections what if I want to find a VPN state only by name (inactive VPNs too)? ( e.g. listing state of all VPN connections on system) On Thu,