Send connman mailing list submissions to
        [email protected]

To subscribe or unsubscribe via the World Wide Web, visit
        https://lists.01.org/mailman/listinfo/connman
or, via email, send a message with subject or body 'help' to
        [email protected]

You can reach the person managing the list at
        [email protected]

When replying, please edit your Subject line so it is more specific
than "Re: Contents of connman digest..."


Today's Topics:

   1. Re: X-ConnMan-Status of online check server (Masashi Honma)
   2. Re: X-ConnMan-Status of online check server (Daniel Wagner)
   3. Re: [PATCH 0/3] Add options to configure Online check
      (Christophe Ronco)
   4. Re: BUG: file descriptor leak in DHCPv6 (Richard Genoud)
   5. Re: X-ConnMan-Status of online check server (Masashi Honma)
   6. Re: string expected, got nil (Mike Schmitz)


----------------------------------------------------------------------

Message: 1
Date: Mon, 13 Nov 2017 05:49:10 +0900
From: Masashi Honma <[email protected]>
To: Daniel Wagner <[email protected]>, [email protected]
Subject: Re: X-ConnMan-Status of online check server
Message-ID: <[email protected]>
Content-Type: text/plain; charset=utf-8

On 2017/11/12 17:57, Daniel Wagner wrote:
> From reading the code, it looks like the X-ConnMan-Status is not strictly
> necessary. Though one could argue, that having the X-ConnMan-Status in there,
> tells the client, that the connected server speaks a certain protocol.
> 
> There are a bunch of additional X-ConnMan-* fields parsed lke
> X-ConnMan-Client-IP, X-ConnMan-Client-Country, X-ConnMan-Client-Region and 
> X-ConnMan-Client-Timezone (see portal_manage_status()).

Thanks Daniel.

I understand.
The X-ConnMan-* headers are used for not only checking the Internet connection
but also giving various informations.

Masashi Honma.


------------------------------

Message: 2
Date: Mon, 13 Nov 2017 09:18:23 +0100
From: Daniel Wagner <[email protected]>
To: Masashi Honma <[email protected]>, [email protected]
Subject: Re: X-ConnMan-Status of online check server
Message-ID: <[email protected]>
Content-Type: text/plain; charset=utf-8

Hi Masashi,

On 11/12/2017 09:49 PM, Masashi Honma wrote:
> On 2017/11/12 17:57, Daniel Wagner wrote:
>> From reading the code, it looks like the X-ConnMan-Status is not strictly
>> necessary. Though one could argue, that having the X-ConnMan-Status in there,
>> tells the client, that the connected server speaks a certain protocol.
>>
>> There are a bunch of additional X-ConnMan-* fields parsed lke
>> X-ConnMan-Client-IP, X-ConnMan-Client-Country, X-ConnMan-Client-Region and 
>> X-ConnMan-Client-Timezone (see portal_manage_status()).
> 
> Thanks Daniel.
> 
> I understand.
> The X-ConnMan-* headers are used for not only checking the Internet connection
> but also giving various informations.

FWIW, the country information is used to update the wifi settings
(regulation settings).

Thanks,
Daniel


------------------------------

Message: 3
Date: Mon, 13 Nov 2017 09:24:14 +0100
From: Christophe Ronco <[email protected]>
To: Daniel Wagner <[email protected]>
Cc: [email protected], 'Marcel Holtmann' <[email protected]>
Subject: Re: [PATCH 0/3] Add options to configure Online check
Message-ID: <[email protected]>
Content-Type: text/plain; charset=utf-8; format=flowed


Hi,


On 11/12/2017 10:20 AM, Daniel Wagner wrote:
> Hi Christophe,
>
> First, thanks for taking the time and providing the patches.
>
> On 10/30/2017 05:36 PM, Christophe Ronco wrote:
>> I have added some options to configure URLs used to do the online check.
>> I have added to options to set the URLs for IPv4 and IPv6 and another 
>> option
>> to disable the check of X-ConnMan-Status HTTP header.
>
> This is a topic which pops up in regular basis. Marcel has a strong 
> opinion on why the URL should not be easily changed via a config file. 
> See the discussion here [1]. I don't think his opinion has changed 
> since then.
>
> See https://www.mail-archive.com/[email protected]/msg18104.html
OK, sorry to have not found that before posting.

I won't bother you explaining my specific case and add my patches.

Best Regards,
Christophe


------------------------------

Message: 4
Date: Mon, 13 Nov 2017 09:43:00 +0100
From: Richard Genoud <[email protected]>
To: Daniel Wagner <[email protected]>, [email protected]
Subject: Re: BUG: file descriptor leak in DHCPv6
Message-ID: <[email protected]>
Content-Type: text/plain; charset=utf-8

On 12/11/2017 20:02, Daniel Wagner wrote:
> Hi Richard,
Hi Daniel,

> 
> On 11/08/2017 04:41 PM, Richard Genoud wrote:
>> Hi all,
>>
>> I found a bug in connman, leading to a "too many open files" error.
> 
> Thanks for the detail report. I was able to to reproduce one FD leak. I
> am not sure if that is the only one. I couldn't really figure out when
> the FDs are release in the dhcp code path. The g_io_channel_*() is not
> really helpful tracing such things.
Yes, I got also lost at some point...

> 
> Anyway, I'll send a patch which fixes at a leak in the stats file. Can
> you check if you still see the leak?

Unfortunately, I still see an FD leak with this patch applied.

> 
> Thanks,
> Daniel

Thanks !
Richard


------------------------------

Message: 5
Date: Mon, 13 Nov 2017 10:22:55 +0000
From: Masashi Honma <[email protected]>
To: Daniel Wagner <[email protected]>
Cc: [email protected]
Subject: Re: X-ConnMan-Status of online check server
Message-ID:
        <CAFk-A4mBnBtEuAqDdiToU9Q9YNfmc_QMarHiGn11PjU58V=k...@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

2017/11/13 17:18 Daniel Wagner <[email protected]>:

Hi Masashi,
>
> On 11/12/2017 09:49 PM, Masashi Honma wrote:
> > On 2017/11/12 17:57, Daniel Wagner wrote:
> >> From reading the code, it looks like the X-ConnMan-Status is not
> strictly
> >> necessary. Though one could argue, that having the X-ConnMan-Status in
> there,
> >> tells the client, that the connected server speaks a certain protocol.
> >>
> >> There are a bunch of additional X-ConnMan-* fields parsed lke
> >> X-ConnMan-Client-IP, X-ConnMan-Client-Country, X-ConnMan-Client-Region
> and
> >> X-ConnMan-Client-Timezone (see portal_manage_status()).
> >
> > Thanks Daniel.
> >
> > I understand.
> > The X-ConnMan-* headers are used for not only checking the Internet
> connection
> > but also giving various informations.
>
> FWIW, the country information is used to update the wifi settings
> (regulation settings).


Ok, thanks.

Masashi Honma.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: 
<http://lists.01.org/pipermail/connman/attachments/20171113/e18b7a5f/attachment-0001.html>

------------------------------

Message: 6
Date: Mon, 13 Nov 2017 10:36:58 -0800
From: Mike Schmitz <[email protected]>
To: Daniel Wagner <[email protected]>
Cc: [email protected]
Subject: Re: string expected, got nil
Message-ID: <[email protected]>
Content-Type: text/plain; charset="us-ascii"

On Sun, Nov 12, 2017 at 08:08:43PM +0100, Daniel Wagner wrote:
> Hi Mike,
> 
> On 11/08/2017 10:44 PM, Mike Schmitz wrote:
> >Devuan   Ascii
> >Lua      5.1.5-8.1+b2
> >Awesome  4.0-1
> >
> >I installed connman via luarocks.
> 
> I think this is the ConnMan widget for awesome, right? In this case you

Shaka, when the walls fell. I didn't even thave connman installed; just
the widget. Now it loads fine in awesome, but I need to figure out how
to setup connman itself. The Devuan package doesn't do it all for you
like the wicd package does.

> should contact the project:
> 
> https://github.com/stefano-m/awesome-connman_widget
> 
> (I hope that is the right one)

It is. Thanks for the gentle correction.

Mike

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 488 bytes
Desc: Digital signature
URL: 
<http://lists.01.org/pipermail/connman/attachments/20171113/6e367c54/attachment-0001.asc>

------------------------------

Subject: Digest Footer

_______________________________________________
connman mailing list
[email protected]
https://lists.01.org/mailman/listinfo/connman


------------------------------

End of connman Digest, Vol 25, Issue 7
**************************************

Reply via email to