Re: [PATCH 2/3] client: Fix index for IPv6 configuration option

2013-05-23 Thread Kok, Auke-jan H
On Wed, May 22, 2013 at 2:21 AM, Patrik Flykt wrote: > --- > client/commands.c |2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/client/commands.c b/client/commands.c > index 263453a..8c67ebc 100644 > --- a/client/commands.c > +++ b/client/commands.c > @@ -737,7 +737,7 @

Re: [PATCH 2/3] systemd: Use environment file for connmand debug options

2013-03-15 Thread Kok, Auke-jan H
On Thu, Mar 14, 2013 at 12:22 PM, Jukka Rissanen wrote: > Hi Marcel, > > On 14 March 2013 19:18, Marcel Holtmann wrote: In general we want to be able to enable/disable debug messages at runtime. That is where I want this to go. Same as the kernel allows to enable/disable dynamic

Re: [PATCH 2/3] systemd: Use environment file for connmand debug options

2013-03-13 Thread Kok, Auke-jan H
On Wed, Mar 13, 2013 at 9:36 AM, Marcel Holtmann wrote: >> src/connman.service.in | 3 ++- >> 1 file changed, 2 insertions(+), 1 deletion(-) >> >> diff --git a/src/connman.service.in b/src/connman.service.in >> index 2e9e4d5..fa57d4e 100644 >> --- a/src/connman.service.in >> +++ b/src/connman.servi

Re: Pre-configuring an ethernet interface

2013-01-09 Thread Kok, Auke-jan H
On Wed, Jan 9, 2013 at 4:32 PM, Felipe Ferreri Tonello wrote: > On 01/09/2013 11:17 AM, Justin Maggard wrote: >> >> I have a system with multiple ethernet interfaces, and I'm a bit confused >> as to how connman is expected to work with this. How can I get connman to >> give me a list of all inter

Re: cli or gui client

2012-12-13 Thread Kok, Auke-jan H
On Thu, Dec 13, 2012 at 12:14 AM, Patrik Flykt wrote: > On Wed, 2012-12-12 at 10:43 -0800, Kok, Auke-jan H wrote: >> connman creates a folder for each network under /var/lib/connman. >> >> You should be able to pre-define a network in there and use connmanctl >> to con

Re: cli or gui client

2012-12-12 Thread Kok, Auke-jan H
On Tue, Dec 11, 2012 at 9:41 AM, Carsten Mattner wrote: > On Tue, Dec 11, 2012 at 2:21 AM, Zheng, Jeff wrote: >>> > How would I connect to wireless ap with SSID ap1 and PSK psk1? >>> > connmanctl connect wifi >>> >>> connmanctl does not yet support Agent functionality, so you can't use it to

Re: cli or gui client

2012-12-10 Thread Kok, Auke-jan H
On Mon, Dec 10, 2012 at 6:46 AM, Carsten Mattner wrote: > On Mon, Dec 10, 2012 at 3:32 PM, Patrik Flykt > wrote: >> On Mon, 2012-12-10 at 11:25 +0100, Carsten Mattner wrote: >>> 2) what (cli) clients can I use? >> >> There is a client/connmanctl in the source code, I don't know if it >> enabled o

Re: [PATCH] client: Fix AutoConnect configuration

2012-09-20 Thread Kok, Auke-jan H
On Thu, Sep 20, 2012 at 4:12 PM, Justin Maggard wrote: > Changing the AutoConnect setting via connmanctl does not work, due to the > mistaken use of || instead of &&. > This patch fixes the issue, and tries to make things a little more readable. > --- > client/commands.c | 20 --

Re: [PATCH 00/12] New CLI v3

2012-08-29 Thread Kok, Auke-jan H
On Wednesday, August 29, 2012, Marcel Holtmann wrote: > Hi Tudor, > >> This patch set introduces a new CLI for Connman to use with the current tree. >> The new files in the client directory compile under a single executable >> called "cmn", which provides a larger range of functions. It consists o

Re: [PATCH 0/7] Introduction to new CLI

2012-08-01 Thread Kok, Auke-jan H
On Wed, Aug 1, 2012 at 3:50 PM, Gustavo Sverzut Barbieri wrote: > On Wed, Aug 1, 2012 at 7:20 PM, Marcel Holtmann wrote: >> Hi Gustavo, >> >>> nice, but I wonder why it's cmn... since it's a new maybe we could >>> call it connmanctl or something like that? At least it's in line with >>> systemd a