Re: connmand-0.61 crashed with double free or corruption

2010-10-07 Thread Raghavendra. S
Ok. I reported one more signal 11 too :) On Thu, Oct 7, 2010 at 8:59 PM, Daniel Wagner wrote: > > I can't reproduce the crash you have reported. > > ha, now I see it too. Let's see what the problem is :) > > daniel > -- Regards & Thanks Raghavendra. S 9880329621 _

Re: [Patch] Display IPv4/IPv6 gateway in PropertyChanged signal

2010-10-07 Thread Samuel Ortiz
Hi Leena, On Wed, Oct 06, 2010 at 07:01:12PM +0530, leena.gu...@wipro.com wrote: > Below is the patch for connman bug filed on bugs.meego.com > http://bugs.meego.com/show_bug.cgi?id=7895 Thanks a lot for the fix. I applied it with a trimmed down change log. Cheers, Samuel. -- Intel Open Source

[PATCH 1/2] Using netlink to set and clear ipv4 addresses.

2010-10-07 Thread cristiano . fernandes
From: Cristiano Fernandes Currently connman uses ioctl to set address, netmask and broadcast separately. This imples that when a ip address with a non default netmask is set to an interface (192.168.1.10/20 for instance), a netlink event will be trigged announcing that the address has been config

[PATCH 2/2] Using netlink to set and clear ipv6 addresses.

2010-10-07 Thread cristiano . fernandes
From: Cristiano Fernandes --- src/inet.c | 75 ++- 1 files changed, 28 insertions(+), 47 deletions(-) diff --git a/src/inet.c b/src/inet.c index ac4a0c2..2f4ed4e 100644 --- a/src/inet.c +++ b/src/inet.c @@ -76,6 +76,7 @@ int __connman_in

Re: [PATCH Proxy support 1/5] Updating service API documentation about proxy support.

2010-10-07 Thread Marcel Holtmann
Hi Tomasz, > > So I applied your patch and fixed this up for not having "auto-config" > > method value. > > > I am a bit lost then :) (though I am fine with "auto-config" removal) > "auto-config" made sense to me in a way that was displaying the system > choice and not user choice, in case of

Re: too many open files in stats

2010-10-07 Thread Samuel Ortiz
Hi Julien, On Thu, Oct 07, 2010 at 12:14:08PM +, Julien Massot wrote: > 2010/10/7 Daniel Wagner > > > Hi, > > > > On Thu, Oct 07, 2010 at 08:36:05AM +, Julien Massot wrote: > > > Hello, > > > i think there are a critical bug in the stats feature, and some strange > > > files are created.

Re: [PATCH Proxy support 1/5] Updating service API documentation about proxy support.

2010-10-07 Thread Tomasz Bursztyka
Hi, On 07/10/10 14:25, ext Marcel Holtmann wrote: So I applied your patch and fixed this up for not having "auto-config" method value. I am a bit lost then :) (though I am fine with "auto-config" removal) "auto-config" made sense to me in a way that was displaying the system choice and not

Re: connmand-0.61 crashed with double free or corruption

2010-10-07 Thread Daniel Wagner
> I can't reproduce the crash you have reported. ha, now I see it too. Let's see what the problem is :) daniel ___ connman mailing list connman@connman.net http://lists.connman.net/listinfo/connman

Re: [PATCH Proxy support 5/5] Pretty printers for proxy settings in various test tool.

2010-10-07 Thread Marcel Holtmann
Hi Tomasz, > test/get-services |9 ++--- > test/list-providers |8 ++-- > test/list-services|5 - > test/monitor-services |5 - > test/test-manager |8 ++-- > 5 files changed, 26 insertions(+), 9 deletions(-) patch has been applied. Thanks.

Re: [PATCH Proxy support 4/5] Added a test tool for proxy configurations (set-proxy).

2010-10-07 Thread Marcel Holtmann
Hi Tomasz, > test/set-proxy | 42 ++ > 1 files changed, 42 insertions(+), 0 deletions(-) > create mode 100755 test/set-proxy you forgot to add it to Makefile.am. Also we can remove the test/set-proxy-method script if this one takes care of it. > diff

Re: [PATCH Proxy support 3/5] Added support for auto proxy settings in service.

2010-10-07 Thread Marcel Holtmann
Hi Tomasz, > src/service.c | 47 +-- > 1 files changed, 45 insertions(+), 2 deletions(-) > > diff --git a/src/service.c b/src/service.c > index bde767f..b812dfc 100644 > --- a/src/service.c > +++ b/src/service.c > @@ -103,6 +103,7 @@ struct connman_s

Re: [PATCH Proxy support 2/5] Added support for manual proxy settings in service.

2010-10-07 Thread Marcel Holtmann
Hi Tomasz, > include/service.h |8 ++ > src/connman.h |6 - > src/ipconfig.c| 108 - > src/service.c | 342 > +++-- > 4 files changed, 342 insertions(+), 122 deletions(-) > > diff --git a/include/service.h b/i

Re: [PATCH Proxy support 1/5] Updating service API documentation about proxy support.

2010-10-07 Thread Marcel Holtmann
Hi Tomasz, > doc/service-api.txt | 36 ++-- > 1 files changed, 26 insertions(+), 10 deletions(-) > > diff --git a/doc/service-api.txt b/doc/service-api.txt > index c4e1495..2e85b93 100644 > --- a/doc/service-api.txt > +++ b/doc/service-api.txt > @@ -402,20 +402,

Re: too many open files in stats

2010-10-07 Thread Daniel Wagner
Hi, On Thu, Oct 07, 2010 at 08:36:05AM +, Julien Massot wrote: > Hello, > i think there are a critical bug in the stats feature, and some strange > files are created. The only strange thing I see is the size of the files. The rest looks okay to me. > i can send a tar.gz with these files. No

too many open files in stats

2010-10-07 Thread Julien Massot
Hello, i think there are a critical bug in the stats feature, and some strange files are created. i can send a tar.gz with these files. ( tested with connman 0.62 ) Thanks, r...@nao [0] [~]# ifconfig eth0 up [61381.543312] eth0: link up, 100Mbps, full-duplex, lpa 0x45E1 r...@nao [0] [~]# Oct 7 08

[PATCH Proxy support 5/5] Pretty printers for proxy settings in various test tool.

2010-10-07 Thread Tomasz Bursztyka
--- test/get-services |9 ++--- test/list-providers |8 ++-- test/list-services|5 - test/monitor-services |5 - test/test-manager |8 ++-- 5 files changed, 26 insertions(+), 9 deletions(-) diff --git a/test/get-services b/test/get-services in

[PATCH Proxy support 2/5] Added support for manual proxy settings in service.

2010-10-07 Thread Tomasz Bursztyka
--- include/service.h |8 ++ src/connman.h |6 - src/ipconfig.c| 108 - src/service.c | 342 +++-- 4 files changed, 342 insertions(+), 122 deletions(-) diff --git a/include/service.h b/include/service.h index 9d

[PATCH Proxy support 3/5] Added support for auto proxy settings in service.

2010-10-07 Thread Tomasz Bursztyka
--- src/service.c | 47 +-- 1 files changed, 45 insertions(+), 2 deletions(-) diff --git a/src/service.c b/src/service.c index bde767f..b812dfc 100644 --- a/src/service.c +++ b/src/service.c @@ -103,6 +103,7 @@ struct connman_service { enum co

[PATCH Proxy support 1/5] Updating service API documentation about proxy support.

2010-10-07 Thread Tomasz Bursztyka
--- doc/service-api.txt | 36 ++-- 1 files changed, 26 insertions(+), 10 deletions(-) diff --git a/doc/service-api.txt b/doc/service-api.txt index c4e1495..2e85b93 100644 --- a/doc/service-api.txt +++ b/doc/service-api.txt @@ -402,20 +402,34 @@ Properties

[PATCH Proxy support 4/5] Added a test tool for proxy configurations (set-proxy).

2010-10-07 Thread Tomasz Bursztyka
--- test/set-proxy | 42 ++ 1 files changed, 42 insertions(+), 0 deletions(-) create mode 100755 test/set-proxy diff --git a/test/set-proxy b/test/set-proxy new file mode 100755 index 000..28b2271 --- /dev/null +++ b/test/set-proxy @@ -0,0 +1,42 @@ +

[PATCH Proxy support]

2010-10-07 Thread Tomasz Bursztyka
Hello, So according to our last discussions about proxy support in ConnMan, here is the patches that implements what has been specified. I did not inserted WPAD start/stop service in Auto, I guess you Marcel can add that easily at relevant places. This is ready to be supported: documentation