Re: [PATCH] OLPC Mesh interface support

2009-07-15 Thread Daniel Drake
On Wed, 2009-07-15 at 14:15 -0400, Dan Williams wrote: > A few things... can you post the udev rules file so we can add that > too? I'd like to change that from NM_DEVICE_TYPE to ID_NM_OLPC_MESH to > be more in keeping with udev's property naming. Ok, then the rule will be KERNEL=="msh*", SUBSY

Re: [PATCH] OLPC Mesh interface support

2009-07-15 Thread Dan Williams
On Wed, 2009-07-08 at 14:50 +0100, Daniel Drake wrote: > Implement device and settings classes to support the OLPC mesh interface. > Unlike NetworkManager-0.6, the logic for trying the available channels > and anycasts will be implemented outside of NetworkManager (e.g. in sugar). A few things...

Ethernet manual config question

2009-07-15 Thread John Mahoney
When an Ethernet device is configured with the Method manual is it possible for the interface to maintain its IP address and only remove the route when the carrier transitions from on to off? Thanks, John ___ NetworkManager-list mailing list NetworkManag

Re: The state of firewall management...

2009-07-15 Thread Marc Herbert
> Dan Williams wrote: >> Firewall UI is a hard problem, Firewall UI is a hard problem simply because firewalling is a hard problem. Firewalls are designed to protect entire networks. No surprise using them for single hosts is overly complicated. Ludwig Nussel wrote: > Exactly. That's why SuSEfi

Re: The state of firewall management...

2009-07-15 Thread Ludwig Nussel
Dan Williams wrote: > On Thu, 2009-06-18 at 21:35 +0100, Graham Lyon wrote: > > I'm wondering what the plan of action is towards management of > > firewalls on the desktop. Is this something that NetworkManager should > > do? I think so. Firewalls, for the average end user, should "just > > work".

Re: Handling multiple (or no) users?

2009-07-15 Thread Dan Williams
On Tue, 2009-07-14 at 17:15 -0400, Stefan Monnier wrote: > When both my wife and I log in at the same time, the first one gets to > have the network-manager applet working, but the second doesn't. > Similarly, when nobody is logged in (or only via console), the machine > doesn't connect to any netw

Re: Creating adhoc wireless Network

2009-07-15 Thread nexus
> On Mon, 2009-07-13 at 04:37 -0400, ne...@aflb.com wrote: >> OK rewritting all the stuff into my little class, I got another issue >> now :) >> >> I'm using The Delete Call from NetworkManagerSettings.Connection >> Interface. >> >> All is going like a charm EXCEPT : I got still the entry in NM but

Re: Problem with creating a new wireless network feature

2009-07-15 Thread Ali Servet Donmez
On Mon, 2009-07-13 at 14:23 -0400, Dan Williams wrote: > On Sat, 2009-07-11 at 15:16 +0200, Ali Servet Donmez wrote: > > On Tue, 2009-04-28 at 12:01 -0400, Dan Williams wrote: > > > On Sun, 2009-04-26 at 15:02 +0200, Ali Servet Donmez wrote: > > > > On Wed, 2009-04-08 at 15:21 -0400, Dan Williams