Re: Add OpenVPN support

2010-11-22 Thread Daniel Wagner
Hi Jeff, On Mon, Nov 22, 2010 at 03:55:52PM +0800, Zheng, Jeff wrote: On Thu, Nov 18, 2010 at 04:28:22PM +0100, Daniel Wagner wrote: Hi Jeff, On Thu, Nov 18, 2010 at 11:07:13PM +0800, Zheng, Jeff wrote: Do you mean openvpn plugin? If this way, I will check next week (I'll

RE: Add OpenVPN support

2010-11-22 Thread Zheng, Jeff
Can you please ran this log output throught the test/backtrace script? backtrace [0]: vpn_newlink() [vpn.c:147] [1]: connman_rtnl_add_newlink_watch() [rtnl.c:244] [2]: vpn_notify() [vpn.c:171] [3]: task_filter() [task.c:402] [4]: message_dispatch() [mainloop.c:80] [5]:

Re: Add OpenVPN support

2010-11-22 Thread Daniel Wagner
On Mon, Nov 22, 2010 at 04:15:19PM +0800, Zheng, Jeff wrote: Can you please ran this log output throught the test/backtrace script? backtrace [0]: vpn_newlink() [vpn.c:147] [1]: connman_rtnl_add_newlink_watch() [rtnl.c:244] [2]: vpn_notify() [vpn.c:171] [3]:

[PATCH] connmand crash on removing WiFi driver

2010-11-22 Thread leena.gunda
Below is a patch for: http://bugs.meego.com/show_bug.cgi?id=10302 This crash is seen for the ConnMan WiFi plugin. When WiFi device driver is removed, wifi_remove is called which will free the wifi_data structure. But this wifi_data structure is still associated to the GSupplicantInterface.

[PATCH IPv6] Separate IPv4 and IPv6 data

2010-11-22 Thread Jukka.Rissanen
Hi Marcel Samuel, this patch separates IPv4 and IPv6 addresses from connman_ipconfig structure. This is necessary so that connman can be used in an environment where might not be IPv4 addresses available (like in many LTE networks). Everything should be working as is after the patch i.e., the

[PATCH IPv6] Separate IPv4 and IPv6 in struct connman_ipconfig so that connman can work with IPv6 only networks.

2010-11-22 Thread Jukka Rissanen
--- include/ipconfig.h |3 +- include/network.h |4 +- plugins/ofono.c|4 +- src/connman.h | 13 ++- src/ipconfig.c | 381 +--- src/ipv4.c |2 +- src/network.c | 150 +

Re: [PATCH] WiFi plugin issues after connmand kill/restart

2010-11-22 Thread Samuel Ortiz
Hi Leena, On Fri, Nov 19, 2010 at 11:26:48AM +0530, leena.gu...@wipro.com wrote: Below is a patch for: http://bugs.meego.com/show_bug.cgi?id=10205 When connected to a WiFi service if connmand is killed/restarted, test-connman services will display a empty list and also test-connman state

Re: WiFi Plug-in and Dynamic Linker Failures

2010-11-22 Thread Samuel Ortiz
Hi Grant, On Sun, Nov 21, 2010 at 03:42:43PM -0800, Grant Erickson wrote: I recently downloaded and installed connman-0.63 on my ARM-based development board and while all of the other plug-ins load without incident or error, the next-generation (i.e. non-legacy) WiFi plug-in fails with an

Re: WiFi Plug-in and Dynamic Linker Failures

2010-11-22 Thread Grant Erickson
On 11/22/10 8:44 AM, Samuel Ortiz wrote: On Sun, Nov 21, 2010 at 03:42:43PM -0800, Grant Erickson wrote: I recently downloaded and installed connman-0.63 on my ARM-based development board and while all of the other plug-ins load without incident or error, the next-generation (i.e. non-legacy)

Re: [PATCH] 3G network always be shown when 3G device disabled

2010-11-22 Thread Samuel Ortiz
Hi Mohamed, On Mon, Nov 22, 2010 at 12:37:53PM -0800, Mohamed Abbas wrote: This a fix for BMC#9985. This bug caused by calling __connman_profile_add_network twice for ofono network which cause to have refcount set to two for this network. Calling connman_network_set_group from probe cause

[PATCH] WiFi is not enabled on removing and adding driver

2010-11-22 Thread leena.gunda
Below is patch for: http://bugs.meego.com/show_bug.cgi?id=10330 When the WiFi driver is removed, __connman_technology_remove_rfkill is invoked. This will decrement the technology-blocked. technology-blocked which is zero, now becomes -1. Now when WiFi driver is added back, connman_device is