Re: Basic questions [Was: How to monitor NM progress?]

2010-09-24 Thread Dan Williams
On Mon, 2010-09-20 at 15:58 +0200, Rafal Wojtczuk wrote: > On Wed, Sep 15, 2010 at 02:50:46PM +0100, Marc Herbert wrote: > > > So, the device is not managed if and only if the STATE field == > > > 'unavailable' ? > > > > I do not think so: > > > > LC_ALL=C nmcli dev > > DEVICE TYPE

Re: Basic questions [Was: How to monitor NM progress?]

2010-09-20 Thread Rafal Wojtczuk
On Wed, Sep 15, 2010 at 02:50:46PM +0100, Marc Herbert wrote: > > So, the device is not managed if and only if the STATE field == > > 'unavailable' ? > > I do not think so: > > LC_ALL=C nmcli dev > DEVICE TYPE STATE > eth1 802-3-ethernetunmanaged > eth0

Re: Basic questions [Was: How to monitor NM progress?]

2010-09-17 Thread Jirka Klimes
On Wednesday 15 of September 2010 12:46:07 Rafal Wojtczuk wrote: > Another basic question no 1: how can I tell NM to keep its hands off a > particular interface ? I tried adding (in the [main] section of > nm-system-settings.conf) > no-auto-default=FE:FF:FF:FF:FF:FF > > and (in the [keyfile]) > un

Re: Basic questions [Was: How to monitor NM progress?]

2010-09-15 Thread Marc Herbert
>> {pts/1}% LC_ALL=C nmcli dev >> DEVICE TYPE STATE >> wlan0 802-11-wireless connected >> eth0 802-3-ethernetunavailable > > So, the device is not managed if and only if the STATE field == > 'unavailable' ? I do not think so: LC_ALL=C nmcli dev DEVICE

Basic questions [Was: How to monitor NM progress?]

2010-09-15 Thread Rafal Wojtczuk
On Tue, Sep 14, 2010 at 07:21:45PM +0400, Andrey Borzenkov wrote: > On Tuesday 14 of September 2010 16:48:45 Rafal Wojtczuk wrote: > > > > Alternatively, is there a way to retrieve all interfaces names that NM > > is supposed to manage ? > > > > For a start > > {pts/1}% LC_ALL=C nmcli dev > DEV

Re: How to monitor NM progress?

2010-09-15 Thread Marc Herbert
>> Alternatively, is there a way to retrieve all interfaces names that NM is >> supposed to manage ? > > For older distros that do not have nmcli there was also the simple > nm-tool which listed info on all devices. cnetworkmanager also does the job.

Re: How to monitor NM progress?

2010-09-14 Thread John Mahoney
On Tue, Sep 14, 2010 at 10:48 AM, Rafal Wojtczuk wrote: > Hello, > > I am looking for a way to get a progress notification from Network Manager. > More specifically, I need a way to be notified when all network interfaces > (that NM is supposed to take care of) have been brought up (have IFF_UP fl

Re: How to monitor NM progress?

2010-09-14 Thread Jerry Toller
Sent from my HTC on the Now Network from Sprint! ___ networkmanager-list mailing list networkmanager-list@gnome.org http://mail.gnome.org/mailman/listinfo/networkmanager-list

Re: How to monitor NM progress?

2010-09-14 Thread Andrey Borzenkov
On Tuesday 14 of September 2010 16:48:45 Rafal Wojtczuk wrote: > > Alternatively, is there a way to retrieve all interfaces names that NM > is supposed to manage ? > For a start {pts/1}% LC_ALL=C nmcli dev DEVICE TYPE STATE wlan0 802-11-wireless connected eth0

Re: How to monitor NM progress?

2010-09-14 Thread Daniel Rogers
On Tue, 2010-09-14 at 14:48 +, Rafal Wojtczuk wrote: > Hello, > > I am looking for a way to get a progress notification from Network Manager. > More specifically, I need a way to be notified when all network interfaces > (that NM is supposed to take care of) have been brought up (have IFF_UP

How to monitor NM progress?

2010-09-14 Thread Rafal Wojtczuk
Hello, I am looking for a way to get a progress notification from Network Manager. More specifically, I need a way to be notified when all network interfaces (that NM is supposed to take care of) have been brought up (have IFF_UP flag). Does anyone have an idea how to achieve this? It is not eno