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: making Scan method asynchronous (Daniel Wagner)
   2. Re: ConnMan sometimes shutting down, sometimes not restarting
      (Daniel Wagner)
   3. Get all interfaces (Vasiu Alexandru)


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

Message: 1
Date: Thu, 22 Feb 2018 09:30:24 +0100
From: Daniel Wagner <[email protected]>
To: Vasyl Vavrychuk <[email protected]>
Cc: [email protected]
Subject: Re: making Scan method asynchronous
Message-ID: <[email protected]>
Content-Type: text/plain; charset=utf-8

Hi Vasyl,

On 21.02.2018 11:08, Vasyl Vavrychuk wrote:
> How do you feel about adding ScanAsync method or Scan2 or P2PFind
> method that will behave asynchronously in the sense that it will
> return when scan or find successfully started?

I would go with ScanAsync and make the property signal working for all
technologies. That seems to be the best way forward in my opinion. If we
do a 2.x of ConnMan we can merge Scan and ScanAsync together and use a
parameter for the behavior.

Thanks,
Daniel


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

Message: 2
Date: Thu, 22 Feb 2018 09:41:29 +0100
From: Daniel Wagner <[email protected]>
To: Craig McQueen <[email protected]>
Cc: "[email protected]" <[email protected]>
Subject: Re: ConnMan sometimes shutting down, sometimes not restarting
Message-ID: <[email protected]>
Content-Type: text/plain; charset=utf-8

Hi Craig,

> 
>     Jan 29 17:25:34 wt000043 daemon.err connmand[19746]: Inconsistent IP pool 
> management (start not found)
> 
> Shortly after that message, ConnMan shuts down. Usually it restarts,
> and everything is fine. But occasionally, ConnMan never restarts, and
> the system has no network connectivity.

If ConnMan crashes, something like systemd will probably restart.
ConnMan can't restart itself.

The error message indicates, that we have a problem finding a
empty IP range in the private address space (192.168.0.0/16, ...).

So we either have a bug in the code trying to find an empty block
or the current network configuration is covering all the private address
ranges and the logic can't find any block.

> What might be a cause for this error? I see in the source code, function 
> __connman_ippool_deladdr() contains:
> 
>       info = lookup_info(index, start);
>       if (!info) {
>               /* In theory this should never happen */
>               connman_error("Inconsistent IP pool management (start not 
> found)");
>               return;

Hard to tell without the log. Can you post the log output of ConnMan (or
a post a link the log)? Also the output of 'ip addr' and 'ip route'
would be handy.

Thanks,
Daniel


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

Message: 3
Date: Thu, 22 Feb 2018 15:59:09 +0000
From: Vasiu Alexandru <[email protected]>
To: [email protected]
Subject: Get all interfaces
Message-ID:
        <cafw0ytueqakt5oonkwztr8ecvumduwm2xduoqfrphmh8k78...@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

Hi,

Is it possible to get all network interfaces using connman? I tried to get
them through services, but for example, if I have eth1 not connected with a
cable (without inet addr in ifconfig) doesn't appear when I call services.

Thank you,
Alexandru Vasiu
NI
-------------- next part --------------
An HTML attachment was scrubbed...
URL: 
<http://lists.01.org/pipermail/connman/attachments/20180222/68e287d6/attachment-0001.html>

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

Subject: Digest Footer

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


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

End of connman Digest, Vol 28, Issue 15
***************************************

Reply via email to