Re: Initial version of a SuSE backend

2005-06-15 Thread Kay Sievers
On Wed, Jun 15, 2005 at 09:56:01AM -0400, Dan Williams wrote: > On Mon, 2005-06-13 at 23:04 +0200, Kay Sievers wrote: > > On Mon, Jun 13, 2005 at 10:55:26PM +0200, Kay Sievers wrote: > > > On Mon, Jun 13, 2005 at 04:45:27PM -0400, Peter Jones wrote: > > > > On Mon, 2005-06-13 at 21:00 +0200, Kay Si

Re: Initial version of a SuSE backend

2005-06-15 Thread Dan Williams
On Mon, 2005-06-13 at 23:04 +0200, Kay Sievers wrote: > On Mon, Jun 13, 2005 at 10:55:26PM +0200, Kay Sievers wrote: > > On Mon, Jun 13, 2005 at 04:45:27PM -0400, Peter Jones wrote: > > > On Mon, 2005-06-13 at 21:00 +0200, Kay Sievers wrote: > > > > if ((buf = svGetValue (file, "BOOTPROTO")

Re: Initial version of a SuSE backend

2005-06-13 Thread Kay Sievers
On Mon, Jun 13, 2005 at 10:55:26PM +0200, Kay Sievers wrote: > On Mon, Jun 13, 2005 at 04:45:27PM -0400, Peter Jones wrote: > > On Mon, 2005-06-13 at 21:00 +0200, Kay Sievers wrote: > > > if ((buf = svGetValue (file, "BOOTPROTO"))) > > > { > > > if (strcasecmp (buf,

Re: Initial version of a SuSE backend

2005-06-13 Thread Dan Williams
On Mon, 2005-06-13 at 22:55 +0200, Kay Sievers wrote: > On Mon, Jun 13, 2005 at 04:45:27PM -0400, Peter Jones wrote: > > On Mon, 2005-06-13 at 21:00 +0200, Kay Sievers wrote: > > > if ((buf = svGetValue (file, "BOOTPROTO"))) > > > { > > > if (strcasecmp (buf, "dhcp")

Re: Initial version of a SuSE backend

2005-06-13 Thread Kay Sievers
On Mon, Jun 13, 2005 at 04:45:27PM -0400, Peter Jones wrote: > On Mon, 2005-06-13 at 21:00 +0200, Kay Sievers wrote: > > if ((buf = svGetValue (file, "BOOTPROTO"))) > > { > > if (strcasecmp (buf, "dhcp")) > > + nm_debug ("method=%s, dhcp disable

Re: Initial version of a SuSE backend

2005-06-13 Thread Peter Jones
On Mon, 2005-06-13 at 21:00 +0200, Kay Sievers wrote: > if ((buf = svGetValue (file, "BOOTPROTO"))) > { > if (strcasecmp (buf, "dhcp")) > + nm_debug ("method=%s, dhcp disabled", buf); > sys_data->use_dhcp = FALSE; >

Re: Initial version of a SuSE backend

2005-06-13 Thread Kay Sievers
On Mon, Jun 13, 2005 at 08:58:04PM +0200, Kay Sievers wrote: > On Wed, Jun 08, 2005 at 10:29:12PM -0400, Dan Williams wrote: > > > > > > On Thu, 9 Jun 2005, Kay Sievers wrote: > > > > > Hi, > > > here is a first rough cut on a SuSE backend for NetworkManager. I got it > > > running and it can su

Re: Initial version of a SuSE backend

2005-06-13 Thread Kay Sievers
On Wed, Jun 08, 2005 at 10:29:12PM -0400, Dan Williams wrote: > > > On Thu, 9 Jun 2005, Kay Sievers wrote: > > > Hi, > > here is a first rough cut on a SuSE backend for NetworkManager. I got it > > running and it can successfully change over from wired to wireless. :) > > It's only a one night h

Re: Next steps (Was Re: Initial version of a SuSE backend)

2005-06-09 Thread Dan Williams
On Thu, 2005-06-09 at 17:43 +0200, Tom Parker wrote: > David Zeuthen wrote: > > Ideally, I'd like to see a plug-in based solution (both back-ends and > > front-ends), much like the VPN stuff we're doing now, leaving > > NetworkManager proper as a core that controls these plug-ins and deals > > with

Re: Next steps (Was Re: Initial version of a SuSE backend)

2005-06-09 Thread Tom Parker
David Zeuthen wrote: Ideally, I'd like to see a plug-in based solution (both back-ends and front-ends), much like the VPN stuff we're doing now, leaving NetworkManager proper as a core that controls these plug-ins and deals with core stuff such as dhcp, named etc. Yes, this means wired and wirele

Next steps (Was Re: Initial version of a SuSE backend)

2005-06-09 Thread David Zeuthen
On Wed, 2005-06-08 at 22:29 -0400, Dan Williams wrote: > since NM doesn't have a configuration applet > (which arguably it should not). I'm actually starting to feel that we need some kind of (sysadmin) GUI for things this because a) it's nicer using a tool to configure this that is integra

Re: Initial version of a SuSE backend

2005-06-09 Thread Bastien Nocera
On Thu, 2005-06-09 at 11:09 +0200, Kay Sievers wrote: > On Wed, Jun 08, 2005 at 10:29:12PM -0400, Dan Williams wrote: > > On Thu, 9 Jun 2005, Kay Sievers wrote: > > > Btw: NM seems to read the config files for static setups, but static > > > configurations are not supported until now, or do I miss

Re: Initial version of a SuSE backend

2005-06-09 Thread Kay Sievers
On Wed, Jun 08, 2005 at 10:29:12PM -0400, Dan Williams wrote: > On Thu, 9 Jun 2005, Kay Sievers wrote: > > Btw: NM seems to read the config files for static setups, but static > > configurations are not supported until now, or do I miss something? > > Correct, static configs have been supported fo

Re: Initial version of a SuSE backend

2005-06-08 Thread Dan Williams
On Thu, 9 Jun 2005, Kay Sievers wrote: > Hi, > here is a first rough cut on a SuSE backend for NetworkManager. I got it > running and it can successfully change over from wired to wireless. :) > It's only a one night hack, so don't expect too much. Great! Will apply shortly. > (The currently

Initial version of a SuSE backend

2005-06-08 Thread Kay Sievers
Hi, here is a first rough cut on a SuSE backend for NetworkManager. I got it running and it can successfully change over from wired to wireless. :) It's only a one night hack, so don't expect too much. (The currently SuSE shipped D-BUS, can't authorize the on_console user. So if anyone wants to tr