Re: [PATCH 1/1] pacrunner: Protect shared data between pacrunner threads.

2010-10-15 Thread Marcel Holtmann
Hi Mohamed, This more to start discussion on protect shared data. I am not really familiar with js data so what this patch tried to protect is the js object, if thread is running hold the main thread to wait until the js thread finish. mean thread only block once want to destroy and create

Re: Suspend/Resume indications

2010-10-15 Thread Marcel Holtmann
Hi, As you might be aware modem, supports suspend/resume indications in case of cellular networks. Whether connman supports these? that is something that needs to be done inside oFono first. Regards Marcel ___ connman mailing list

Re: Broadcom's proprietary wl driver detected as ethernet

2010-10-15 Thread Kalle Valo
Raghavendra. S raghavendra.akkas...@gmail.com writes: [Raghu]: I too met with this some time back. Assuming you enbled wifi during compilation, following was the issue in my case. When I killed connman. for some reason plugins directory (/usr/lib/connman/ plugins/*) was getting deleted. So

Re: Broadcom's proprietary wl driver detected as ethernet

2010-10-15 Thread Marcel Holtmann
Hi Samuel, I noticed that with the latest connman git version Broadcom's proprietary wl driver is detected as an ethernet device, not a wifi device. This was working few weeks back and my main suspect is the udev removal. Could you please pull the latest ConnMan bits and check if it's

Re: Broadcom's proprietary wl driver detected as ethernet

2010-10-15 Thread Samuel Ortiz
Hi Marcel, On Fri, Oct 15, 2010 at 10:17:24AM +0300, Marcel Holtmann wrote: Hi Samuel, I noticed that with the latest connman git version Broadcom's proprietary wl driver is detected as an ethernet device, not a wifi device. This was working few weeks back and my main suspect is the

[PATCH 1/1] Updated pacrunner plugin to take care of all proxy methods.

2010-10-15 Thread Tomasz Bursztyka
Hi, Here is a patch for pacrunner plugin. I tested it (against patched pacrunner which handles manual config - the previous patch I sent for pacrunner daemon) and it works fine. So now it handles direct/manual/auto as specified. However, pacrunner advertises proxy configuration only when

Re: Broadcom's proprietary wl driver detected as ethernet

2010-10-15 Thread Marcel Holtmann
Hi Samuel, I noticed that with the latest connman git version Broadcom's proprietary wl driver is detected as an ethernet device, not a wifi device. This was working few weeks back and my main suspect is the udev removal. Could you please pull the latest ConnMan bits and check

Re: Service provisioning interface. Was: [PATCH] Add support for EAP configuration via service-api

2010-10-15 Thread Lucio Maciel
Hi Marcel On Fri, Oct 15, 2010 at 03:10, Marcel Holtmann mar...@holtmann.org wrote: 2. (What do you think???) Convert the provisioning file to XML?? Don't think this is a good idea since the INI style keyfiles are so simple that it is pretty nice. What benefit would XML give over key files.

[PATCH 1/1] fix a crash when using vpn.

2010-10-15 Thread Mohamed Abbas
VPN services dont have network, so we need to make sure not to use service-network while in vpn services. --- src/service.c | 16 +--- 1 files changed, 13 insertions(+), 3 deletions(-) diff --git a/src/service.c b/src/service.c index 1cb292f..4ad46ec 100644 --- a/src/service.c +++