Re: Configure errors under yocto

2017-03-27 Thread Colin Helliwell
> On 27 March 2017 at 17:04 Dan Williams wrote: > ... > > The build process takes Introspection data from the NM objects > (NMDevice, NMConnection, etc) and generates files that nmcli uses to > provide help text, properties, etc, rather than hardcoding things > twice. So unfortunately, if you w

Re: [PATCH] Remove assertion for empty DHCP options

2017-03-27 Thread Lubomir Rintel
On Mon, 2017-03-27 at 17:18 +0200, Alfonso Sánchez-Beato wrote: > It turns out that some routers return responses to DHCP6 > Information-request messages that do not contain any of the options > that we insert in the "options" table. When that happened and the > info-only flag for DHCP6 was set, th

Re: NetworkManager OpenVPN DNS returns REFUSED

2017-03-27 Thread Paul Smith
On Thu, 2017-03-23 at 09:54 +0100, Beniamino Galvani wrote: > Which dnsmasq version are you using? There was a bug in the way > dnsmasq cached sockets for queries that caused problems when the VPN > interface is recreated by kernel with a different ifindex; see [1] [2] > for more details. This coul

[PATCH] service: Add support for the dynamic challenge response protocol

2017-03-27 Thread Timo Juhani Lindfors
https://bugzilla.gnome.org/show_bug.cgi?id=751842 --- src/nm-openvpn-service.c | 66 ++-- 1 file changed, 64 insertions(+), 2 deletions(-) diff --git a/src/nm-openvpn-service.c b/src/nm-openvpn-service.c index ff9aa70..2d633bc 100644 --- a/src/nm-openvp

Re: NetworkManager lost my wired interface

2017-03-27 Thread Paul Smith
On Mon, 2017-03-27 at 09:30 +0200, Francesco Giudici wrote: > but I think Matteo just highlighted the issue, so probably no more debug > is needed. > > It seems to be a known Ubuntu bug: > https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1638842 I tried to email the list last night

[Fwd: Re: NetworkManager lost my wired interface]

2017-03-27 Thread Paul Smith
I sent this last night but about 3 hours after I sent it, it bounced due to greylisting, whatever that means. Trying again...--- Begin Message --- On Mon, 2017-03-27 at 01:46 +0200, Matteo Croce wrote: > I've found this file in latest Ubuntu which seems to avoid NM managing > any interface but WiF

Re: Differences between GSM modems

2017-03-27 Thread Dan Williams
On Mon, 2017-03-27 at 17:14 +0100, Colin Helliwell wrote: > > On 27 March 2017 at 17:02 Dan Williams wrote: > > > > On Sat, 2017-03-25 at 13:29 +, Colin Helliwell wrote: > > > > > > On 25 March 2017 at 06:31 Dan Williams wrote: > > > > > > > > On Fri, 2017-03-24 at 13:53 +, Colin Helli

Re: Differences between GSM modems

2017-03-27 Thread Colin Helliwell
> On 27 March 2017 at 17:02 Dan Williams wrote: > > On Sat, 2017-03-25 at 13:29 +, Colin Helliwell wrote: > > > > On 25 March 2017 at 06:31 Dan Williams wrote: > > > > > > On Fri, 2017-03-24 at 13:53 +, Colin Helliwell wrote: > > > > > > > > On 23 March 2017 at 19:43 Dan Williams wr

Re: NetworkManager general permission issue

2017-03-27 Thread Dan Williams
On Mon, 2017-03-27 at 13:54 +, Stéphane Boucher wrote: > I can’t grant modify.system privilege. > > However, I don’t see any pkla file other than mine doing something > with NetworkManager. > > Is there some place other than the pkla files I should look at for > NetworkManager Maybe look in

Re: Configure errors under yocto

2017-03-27 Thread Dan Williams
On Mon, 2017-03-27 at 16:12 +0100, Colin Helliwell wrote: > > On 27 March 2017 at 14:25 Colin Helliwell > ms.com> wrote: > > > > I think it was missing [under yocto/bitbake] the autogen.sh step. > > I've corrected that (as a 'pre-configure' step), but still have > > subsequent errors which seem t

Re: Differences between GSM modems

2017-03-27 Thread Dan Williams
On Sat, 2017-03-25 at 13:29 +, Colin Helliwell wrote: > > On 25 March 2017 at 06:31 Dan Williams wrote: > > > > On Fri, 2017-03-24 at 13:53 +, Colin Helliwell wrote: > > > > > > On 23 March 2017 at 19:43 Dan Williams wrote: > > > > > > > > On Thu, 2017-03-23 at 18:26 +, colin.helli

Re: Python Wifi scan

2017-03-27 Thread Dan Williams
On Mon, 2017-03-27 at 12:27 +0200, Francesco Andrisani wrote: > Hi, > please can someone help me to find an example to wifi net scanning in > python? > I find only an example with C. There's already one that uses GObject Introspection: https://cgit.freedesktop.org/NetworkManager/NetworkManager/tr

[PATCH] Remove assertion for empty DHCP options

2017-03-27 Thread Alfonso Sánchez-Beato
It turns out that some routers return responses to DHCP6 Information-request messages that do not contain any of the options that we insert in the "options" table. When that happened and the info-only flag for DHCP6 was set, the assertion was triggered and NetworkManager crashed. We remove the asse

Re: Configure errors under yocto

2017-03-27 Thread Colin Helliwell
> On 27 March 2017 at 14:25 Colin Helliwell > wrote: > > I think it was missing [under yocto/bitbake] the autogen.sh step. > I've corrected that (as a 'pre-configure' step), but still have subsequent > errors which seem to have been due to output directories not having been > created e.g. lib

NetworkManager general permission issue

2017-03-27 Thread Stéphane Boucher
I can’t grant modify.system privilege. However, I don’t see any pkla file other than mine doing something with NetworkManager. Is there some place other than the pkla files I should look at for NetworkManager I’m on Ubuntu Mate 16.04. Thanks. $ nmcli g p PERMISSION

Re: Configure errors under yocto

2017-03-27 Thread Colin Helliwell
I think it was missing [under yocto/bitbake] the autogen.sh step. I've corrected that (as a 'pre-configure' step), but still have subsequent errors which seem to have been due to output directories not having been created e.g. libnm-core, introspection. I can get it to limp a little further by cr

Python Wifi scan

2017-03-27 Thread Francesco Andrisani
Hi, please can someone help me to find an example to wifi net scanning in python? I find only an example with C. Thanks -- *Francesco Andrisani* mailto:francesco.andris...@acotel.com *Acotel Spa* http://www.acotel.com Via della Valle dei Fonta

Re: Ethernet Network ()

2017-03-27 Thread poma
On 25.03.2017 12:11, poma wrote: > > $ rpm -q NetworkManager network-manager-applet > NetworkManager-1.8.0-0.1.fc26.x86_64 > network-manager-applet-1.8.0-0.1.fc26.x86_64 > > LMB menu shows: > Ethernet Network () > > previously: > Ethernet Network () > Be it bug or feature, change occurred with

Re: NetworkManager lost my wired interface

2017-03-27 Thread Francesco Giudici
$ nmcli device was the right first-step debug, you did it right. >From there you can see that eth0 is detected and set as unmanaged. Debug logs can tell you why it has been put in unmanaged state... but I think Matteo just highlighted the issue, so probably no more debug is needed. It seems to be