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: connmanctl scan wifi: Error /net/connman/technology/wifi:
      Not implemented (Daniel Wagner)
   2. Re: crash of connmand (Daniel Wagner)
   3. Re: Failed to create storage directory: No such file or
      directory (Daniel Wagner)
   4. Re: WISPr authentication (Daniel Wagner)
   5. Re: Failed to create storage directory: No such file or
      directory (Daniel Wagner)
   6. Re: crash of connmand ([email protected])
   7. Re: connmanctl scan wifi: Error /net/connman/technology/wifi:
      Not implemented ([email protected])
   8. documentation seems off: configure missing ([email protected])
   9. Re: documentation seems off: configure missing ([email protected])


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

Message: 1
Date: Wed, 27 Mar 2019 20:05:32 +0100
From: Daniel Wagner <[email protected]>
To: [email protected]
Cc: [email protected]
Subject: Re: connmanctl scan wifi: Error /net/connman/technology/wifi:
        Not implemented
Message-ID: <[email protected]>
Content-Type: text/plain; charset=utf-8; format=flowed

Hi,

On 3/27/19 6:41 PM, [email protected] wrote:
> Is there an alternative (agent) that I could be using?

Not sure what you mean with agent in this. We have two WiFi 'drivers', 
one is wpa_supplicant and the other is iwd.

> I am wondering how do others do? (how do you do?): Why is no one else
> complaining?

Don't know. But are you sure you are use latest ConnMan?

> Is it because they all use wpa_supplicant?

Again don't know. But likely.

> Or is there another possible agent? (systemd's netctl maybe ??)

This is something different. An agent in ConnMan terminology is the a 
D-Bus client which will be called by ConnMan. It's a kind of RPC.

> And how does Jolla do?

They have their own UI and are using wpa_supplicant from what I know. 
But you can check this. All open source :)

Thanks,
Daniel


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

Message: 2
Date: Wed, 27 Mar 2019 20:08:34 +0100
From: Daniel Wagner <[email protected]>
To: [email protected], [email protected]
Subject: Re: crash of connmand
Message-ID: <[email protected]>
Content-Type: text/plain; charset=utf-8; format=flowed

Hi,

On 3/27/19 6:47 PM, [email protected] wrote:
> Please find the output of connmand -n -d here:
>       http://sprunge.us/zyKJkl

If this is ConnMan version 1.36, then I am not surprised iwd doesn't 
work. You need at least one patch which fixes the crash. Try current 
HEAD and see if it still crashes.

Thanks,
Daniel


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

Message: 3
Date: Wed, 27 Mar 2019 20:14:03 +0100
From: Daniel Wagner <[email protected]>
To: JH <[email protected]>, Jussi Laakkonen
        <[email protected]>
Cc: connman <[email protected]>
Subject: Re: Failed to create storage directory: No such file or
        directory
Message-ID: <[email protected]>
Content-Type: text/plain; charset=utf-8; format=flowed

Hi,

On 3/27/19 12:11 PM, JH wrote:
> Hi Jussi,
> 
> I am sorry, I am still learning ConnMan. I original installed ConnMan
> Ubuntu package v 1.35, it failed to run scan WiFi (posted to another
> email), so I thought to try the latest git source, to compile it in
> Ubuntu 18.04, but I did not run make install to set up configure files
> in /etc, all /etc configure files could be linked to the Ubuntu
> ConnMan 1.35. I would say it is my fault to have mixed versions, my
> apology.

You can run ConnMan in the source directory without installing 
everything. Just run the bootstrap-configure script and call make after 
that. Then install D-Bus configuration files by copying i to 
/etc/dbus-1/system.d/connman-dbus.conf

After that you can do 'sudo ./src/connmand -n -d'

> I am going to build ConnMan on Yocto and to run it on imx6 board, that
> will have a clean environment. Will see if there is any issue or not.

Yocto is probably using an older version of ConnMan. You might want to 
update the corresponding recipe.

Thanks,
Daniel


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

Message: 4
Date: Wed, 27 Mar 2019 20:15:39 +0100
From: Daniel Wagner <[email protected]>
To: Thomas Green <[email protected]>
Cc: connman <[email protected]>
Subject: Re: WISPr authentication
Message-ID: <[email protected]>
Content-Type: text/plain; charset=utf-8; format=flowed

Hi,

On 3/27/19 3:17 PM, Thomas Green wrote:
> Here is my /etc/connman/main.conf
> 
> [General]
> SignleConnectedTechnology=true
> EnableOnlineCheck=true
> 
> Perhaps something is ignoring that setting.  I'll have to look....

Right, so best thing to do is to enable the full log and see what is 
happening, e.g. the states of the services.

Thanks,
Daniel


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

Message: 5
Date: Wed, 27 Mar 2019 20:24:51 +0100
From: Daniel Wagner <[email protected]>
To: Jussi Laakkonen <[email protected]>, JH
        <[email protected]>
Cc: connman <[email protected]>
Subject: Re: Failed to create storage directory: No such file or
        directory
Message-ID: <[email protected]>
Content-Type: text/plain; charset=utf-8; format=flowed

Hi Jussi,

On 3/27/19 9:31 AM, Jussi Laakkonen wrote:
> Yes, finding out these things with iptables takes time :) We have now 
> iptables 1.8.2 in use and as of now it seems that patch I mentioned in 
> [2] is no longer necessary. It applied only for iptables 1.6.1 (and most 
> likely, for 1.6.x).

Thanks for letting us know!

Maybe we should update the dependency to iptables 1.8.2 in this case. 
Currently, we ask for 1.4.11 which pretty old release from 26.05.2011.

1.4.21 released on 22.11.2013
1.6.1  released on 02.02.2018
1.8.0  released on 07.07.2018
1.8.1  released on 23.10.2018
1.8.2  releases on 13.11.2018

Aehm, not sure what to do though... 5 years nothing end then a lot of 
updates. I don't think many distros have picked up the latest version 
yet. My Fedora 29 ships 1.8.0.

Thanks,
Daniel


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

Message: 6
Date: Wed, 27 Mar 2019 20:58:00 +0100
From: <[email protected]>
To: Daniel Wagner <[email protected]>
Cc: [email protected]
Subject: Re: crash of connmand
Message-ID: <20190327205800.60c7b5da@huit>
Content-Type: text/plain; charset=US-ASCII

Hi :)

On Wed, 27 Mar 2019 20:08:34 +0100
Daniel Wagner <[email protected]> wrote:

> On 3/27/19 6:47 PM, [email protected] wrote:
> > Please find the output of connmand -n -d here:
> >     http://sprunge.us/zyKJkl  
> 
> If this is ConnMan version 1.36, then I am not surprised iwd doesn't 
> work. You need at least one patch which fixes the crash. Try current 
> HEAD and see if it still crashes.

Hun. Oops, I fear it is:

community/connman 1.36-2 [installed]
    Intel's modular network connection manager

(archlinux... but there is no newer release yet)

I'll try the git version and let you know.

Tormen

> 
> Thanks,
> Daniel



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

Message: 7
Date: Wed, 27 Mar 2019 21:00:20 +0100
From: <[email protected]>
To: Daniel Wagner <[email protected]>
Cc: [email protected]
Subject: Re: connmanctl scan wifi: Error /net/connman/technology/wifi:
        Not implemented
Message-ID: <20190327210020.3d2bb4e1@huit>
Content-Type: text/plain; charset=US-ASCII

Hi,

Thanks again!

On Wed, 27 Mar 2019 20:05:32 +0100
Daniel Wagner <[email protected]> wrote:

> On 3/27/19 6:41 PM, [email protected] wrote:
> > Is there an alternative (agent) that I could be using?  
> 
> Not sure what you mean with agent in this. We have two WiFi
> 'drivers', one is wpa_supplicant and the other is iwd.
> 
> > I am wondering how do others do? (how do you do?): Why is no one
> > else complaining?  
> 
> Don't know. But are you sure you are use latest ConnMan?

community/connman 1.36-2 [installed]
    Intel's modular network connection manager
(archlinux, 
https://git.kernel.org/pub/scm/network/connman/connman.git/
shows 1.36 as latest release)

> > Is it because they all use wpa_supplicant?  
> 
> Again don't know. But likely.

But than that means that wpa_supplicant should/could work better?

Maybe I should retry this one then...

Tormen

> 
> > Or is there another possible agent? (systemd's netctl maybe ??)  
> 
> This is something different. An agent in ConnMan terminology is the a 
> D-Bus client which will be called by ConnMan. It's a kind of RPC.
> 
> > And how does Jolla do?  
> 
> They have their own UI and are using wpa_supplicant from what I know. 
> But you can check this. All open source :)
> 
> Thanks,
> Daniel



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

Message: 8
Date: Wed, 27 Mar 2019 21:16:36 +0100
From: <[email protected]>
To: connman <[email protected]>
Subject: documentation seems off: configure missing
Message-ID: <20190327211636.5b7d3cfc@huit>
Content-Type: text/plain; charset=US-ASCII

Hi,

here it says:

https://git.kernel.org/pub/scm/network/connman/connman.git/about/

to run "./configure", which 
   https://aur.archlinux.org/packages/connman-git/
does, but fails, because there is no "configure" anymore, only a
"configure.ac".

Am I right to assume that one has to run autoconf (unfortunately I am
not sure about any potential parameters) and that this should be
mentioned in the "about" documentation page?

If so, could you provide me with the autoconf line to run?

Thanks!
Tormen


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

Message: 9
Date: Wed, 27 Mar 2019 21:38:30 +0100
From: <[email protected]>
To: connman <[email protected]>
Subject: Re: documentation seems off: configure missing
Message-ID: <20190327213830.29e69e2b@huit>
Content-Type: text/plain; charset=US-ASCII

Ok, I got it to work by preceeding the ./configure call with:

        autoreconf --install
        autoconf

see also here:

http://sprunge.us/JgiryH

Is that right?

Tormen

--

On Wed, 27 Mar 2019 21:16:36 +0100
<[email protected]> wrote:

> Hi,
> 
> here it says:
> 
> https://git.kernel.org/pub/scm/network/connman/connman.git/about/
> 
> to run "./configure", which 
>    https://aur.archlinux.org/packages/connman-git/
> does, but fails, because there is no "configure" anymore, only a
> "configure.ac".
> 
> Am I right to assume that one has to run autoconf (unfortunately I am
> not sure about any potential parameters) and that this should be
> mentioned in the "about" documentation page?
> 
> If so, could you provide me with the autoconf line to run?
> 
> Thanks!
> Tormen



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

Subject: Digest Footer

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


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

End of connman Digest, Vol 41, Issue 29
***************************************

Reply via email to