Re: NMClient.IP4Config get_addresses() not always populated when signal 'notify::ip4-config' is fired

2015-03-25 Thread Dan Williams
it seems I get some old signals. Regards, Sylvain On Mon, Mar 23, 2015 at 5:58 PM, Dan Williams d...@redhat.com wrote: On Fri, 2015-03-20 at 01:31 +0100, Sylvain Garaud wrote: Hello Dan, Thank you for the answer. I am using NM lib version 0.9.10.0 I use the dbus

Re: Build Error on Raspberry Pi

2015-03-24 Thread Dan Williams
On Tue, 2015-03-24 at 13:53 -0400, Jordan Messina wrote: I'm trying to build Network Manager 1.0 from source on a Raspberry Pi running RASPBIAN Debian Wheezy. I'm using gcc4.8. Getting the following error: Interesting; linux/if.h should get pulled in from the #include nm-platform.h in

Re: Connection failed to be established: privat-key-password-failure

2015-03-23 Thread Dan Williams
On Mon, 2015-03-23 at 00:44 +0100, Thomas Schneider wrote: The OpenVPN connection fails with the following error: SIGUSR1[soft,private-key-password-failure] received, process restarting I have verified that the private-key-password is stored in Standard keyring as: VPN cert-pass secret for

Re: NMClient.IP4Config get_addresses() not always populated when signal 'notify::ip4-config' is fired

2015-03-23 Thread Dan Williams
though. This still sounds like a bug in NM or libnm-glib, and if you still have the logs from dbus-monitor I'd like to take a look. Thanks! Dan Thank you so much, Sylvain On Wed, Mar 18, 2015 at 3:44 PM, Dan Williams d...@redhat.com wrote: On Sun, 2015-03-15 at 12:46 +0100, Sylvain Garaud

Re: Should network-manger manage virbr0 ?

2015-03-19 Thread Dan Williams
On Thu, 2015-03-19 at 09:18 +0100, Franck Routier (perso) wrote: Hi list, I'm using Ubuntu and just upgraded to (still in development) Vivid. Now I see that network-manager handles my virbr0 bridge (libvirt), which it didn't before. NM will recognize and manage all network interfaces, but

Re: NMClient.IP4Config get_addresses() not always populated when signal 'notify::ip4-config' is fired

2015-03-18 Thread Dan Williams
On Sun, 2015-03-15 at 12:46 +0100, Sylvain Garaud wrote: Hello, I am writing a small javascript for gnome to grab the ip addresses of my network interfaces using imports.gi.NMClient; Basically I get the devices and connect each device to the notify::ip4-config signal to be able to update

Re: [PATCH 1/1] examples: bash: print errors int stderr

2015-03-18 Thread Dan Williams
On Wed, 2015-03-18 at 20:37 +0100, Petr Vorel wrote: + whitespace Signed-off-by: Petr Vorel petr.vo...@gmail.com Thanks! Pushed to git master and nm-1-0. Dan --- examples/shell/active-wifi.sh | 2 +- examples/shell/disconnect-device.sh | 4 ++-- 2 files changed, 3 insertions(+),

Re: [review] th/keyfile

2015-03-13 Thread Dan Williams
Hi Thomas, About th/keyfile... libnm: add _nm_utils_hash_values_to_ptrarray() function What about g_hash_table_get_values() instead? It returns the values as a GList* instead of a GPtrArray, were you just worried about memory allocation here? The rest looks OK to me. Do we need to update

Re: No more IPv4 address after boot up since NM 0.9.10

2015-03-12 Thread Dan Williams
On Thu, 2015-03-12 at 13:30 +0100, Thomas Haller wrote: On Thu, 2015-03-12 at 07:32 -0400, Pavel Simerda wrote: - Original Message - From: Thomas Haller thal...@redhat.com To: Harald Dunkel harald.dun...@aixigo.de Cc: networkmanager. networkmanager-list@gnome.org, Pavel Simerda

Re: Maintaining connection

2015-03-12 Thread Dan Williams
what you want already unless there's a bug. Dan Alex Ferm PetroPower, LLC. 3003 E. 37th Street N. Suite 100 Wichita, KS 67219 Phone: (316) 361-0222 Toll Free: (877) 265-6581 Fax: (316) 361-0967 On 03/11/2015 07:49 PM, Stuart D. Gathman wrote: On Wed, 11 Mar 2015, Dan Williams wrote

Re: Maintaining connection

2015-03-12 Thread Dan Williams
On Wed, 2015-03-11 at 20:49 -0400, Stuart D. Gathman wrote: On Wed, 11 Mar 2015, Dan Williams wrote: On Wed, 2015-03-11 at 15:57 -0500, Alex Ferm wrote: Hello, I'm trying to write a python script that resets NetworkManager when the state is not NM_STATE_CONNECTED_GLOBAL. Does

Re: Power management in NM

2015-03-12 Thread Dan Williams
On Thu, 2015-03-12 at 14:27 +0200, Andrey Batyiev wrote: Hello I'm trying to figure out power management policies in NM. My app sometimes need to connect to Wi-Fi network even if user powered down Wi-Fi card (to save battery charge). Main problem here is an airplane/aircraft/flight mode,

Re: Maintaining connection

2015-03-12 Thread Dan Williams
On Thu, 2015-03-12 at 11:54 -0400, Stuart Gathman wrote: On 03/11/2015 06:23 PM, Dan Williams wrote: On Wed, 2015-03-11 at 15:57 -0500, Alex Ferm wrote: Hello, I'm trying to write a python script that resets NetworkManager when the state is not NM_STATE_CONNECTED_GLOBAL. Does NetworkManager

Re: Maintaining connection

2015-03-12 Thread Dan Williams
On Thu, 2015-03-12 at 10:39 -0400, Stuart Gathman wrote: On 03/12/2015 10:31 AM, Dan Williams wrote: On Wed, 2015-03-11 at 20:49 -0400, Stuart D. Gathman wrote: On Wed, 11 Mar 2015, Dan Williams wrote: What's the reason to reset NM when it reports something isn't connected? Just

Re: Maintaining connection

2015-03-12 Thread Dan Williams
On Thu, 2015-03-12 at 14:09 -0400, Stuart Gathman wrote: On 03/12/2015 12:40 PM, Dan Williams wrote: This has some stacktraces. The problem persists on several different laptops, with different Wifi chipsets. https://bugzilla.redhat.com/show_bug.cgi?id=1119524 Ok, we'll need debug logs

Re: [review] backport th/memleaks-nm-1-0

2015-03-12 Thread Dan Williams
On Thu, 2015-03-12 at 16:38 +0100, Thomas Haller wrote: On Wed, 2015-03-11 at 17:14 +0100, Thomas Haller wrote: On Thu, 2015-03-05 at 12:36 +0100, Thomas Haller wrote: Hi all, more backports ready, please see: th/memleaks-nm-1-0 Looks good to me, I pushed some cherry-picks from git

Re: Maintaining connection

2015-03-11 Thread Dan Williams
On Wed, 2015-03-11 at 15:57 -0500, Alex Ferm wrote: Hello, I'm trying to write a python script that resets NetworkManager when the state is not NM_STATE_CONNECTED_GLOBAL. Does NetworkManager time out and retry automatically during the NM_STATE_CONNECTING state? Also, how is the

Re: No (more) OpenVPN on Debian8 (Jessie)

2015-03-09 Thread Dan Williams
On Thu, 2015-03-05 at 19:00 +0100, system_error wrote: Hello developers, I have a Problem whit Jessie and my OpenVPN. I am looking for help at the Debian Forum first, but i get no Answers :( (0) Maybe only developers can help by this issue? I use following packages: network-manager

Re: NetworkManagerFailed to read classid file: Object not found

2015-03-06 Thread Dan Williams
On Fri, 2015-03-06 at 11:02 +0100, Thomas Haller wrote: On Thu, 2015-03-05 at 12:10 -0800, Ali Nematollahi wrote: Hi guys I am trying to use apt-get to install NM on my TI distribution of Linux. It installs everything fine, and I have the systemd and dbus all installed. When I

ANN: NetworkManager 0.9.10.2 released

2015-03-04 Thread Dan Williams
Hi, I'm pleased to announce the release of NetworkManager 0.9.10.2, the latest stable release in the 0.9.10.x series. We do however recommend that users upgrade to the NetworkManager 1.0 stable series, which is D-Bus and C API backwards compatible, and includes stability and cooperation

Re: No more IPv4 address after boot up since NM 0.9.10

2015-03-02 Thread Dan Williams
On Mon, 2015-03-02 at 22:03 +0100, Frederik Himpe wrote: On ma, 2015-03-02 at 14:22 -0600, Dan Williams wrote: I also have netconsole activated via this line in a file in /etc/modprobe.d: options netconsole netconsole=@192.168.5.205/eth0,@192.168.5.128/24:77:03:f0:16:64

Re: No more IPv4 address after boot up since NM 0.9.10

2015-03-02 Thread Dan Williams
On Mon, 2015-03-02 at 20:54 +0100, Frederik Himpe wrote: On ma, 2015-03-02 at 20:43 +0100, Thomas Haller wrote: The question is, who configures that interface? Don't do that if you don't want it. Maybe some script that ups the interface and enables SLAAC? I have no idea. Does not the

Re: DHCPv6 DDNS registration with FQDN

2015-02-26 Thread Dan Williams
On Thu, 2015-02-26 at 11:12 +0100, Alexander Groß wrote: ​The patch was applied successfully and I was able to build on Fedora 21 with these commands (if you have opinions about these, I'm happy to learn more about your build system - I'm still a Linux noob): $ ./autogen.sh \

Re: DHCPv6 DDNS registration with FQDN

2015-02-24 Thread Dan Williams
On Fri, 2015-02-06 at 10:39 +0100, Alexander Groß wrote: On Thu, Feb 5, 2015 at 1:02 AM, Dan Williams d...@redhat.com wrote: The question is why it was done that way originally, which I haven't looked into yet but will do. ​​The ​commit that added the code is 90b995. It hasn't been

Re: [PATCH] wwan: don't assume DNS info is always available

2015-02-17 Thread Dan Williams
On Tue, 2015-02-17 at 17:20 +0100, Aleksander Morgado wrote: Fixes segfault with e.g. Ericsson modems that reply just with IP+gateway, without DNS info. Thanks, made a small change (reduced the patch to for (i = 0; dns dns[i]...) and pushed to 0.9.10, 1.0, and git master. Dan

Re: is anyone actually still using WiMAX

2015-02-13 Thread Dan Williams
On Tue, 2015-02-10 at 09:53 -0500, Dan Winship wrote: While taking cheap potshots at WiMAX during devconf.cz, we started wonder whether anyone would care (or even notice) if we dropped support for it in NM 1.2, given that: - WiMAX seems to be a dying technology - the Intel WiMAX

Re: [review] dcbw/0910-memleaks

2015-02-13 Thread Dan Williams
On Tue, 2015-02-10 at 15:44 +0100, Lubomir Rintel wrote: On Tue, 2015-02-10 at 15:10 +0100, Dan Williams wrote: Hi, Review request for this; most are cherry-picks (with fixup) for thaller's git master memleak fixes. Anything that has my commit authorship is new though and should get

Re: Gobi 3000 (1199:901F)

2015-02-10 Thread Dan Williams
On Thu, 2015-01-29 at 10:24 -0500, Jeremy Moles wrote: On 01/28/2015 01:23 PM, Dan Williams wrote: On Wed, 2015-01-28 at 11:43 -0500, Jeremy Moles wrote: On 01/12/2015 12:50 PM, Dan Williams wrote: On Mon, 2015-01-12 at 12:44 -0500, Jeremy Moles wrote: On 01/12/2015 12:42 PM, Dan Williams

[review] dcbw/0910-memleaks

2015-02-10 Thread Dan Williams
Hi, Review request for this; most are cherry-picks (with fixup) for thaller's git master memleak fixes. Anything that has my commit authorship is new though and should get a look. It allows valgrind-enabled 'make check' to pass on 0.9.10. Dan ___

NetworkManager 1.2 planning process

2015-02-05 Thread Dan Williams
Hi, DanW, thaller, jklimes, lrintel and I have gone through a big list of things we need to work on, things we'd like to work on, thinks we'd love to have but may not have time to work on, etc, and put it all up here. It's not set in stone but a starting point for the 1.2 cycle:

Re: Doesn't reconnect to wifi after resuming from suspend

2015-02-05 Thread Dan Williams
On Tue, 2015-02-03 at 23:15 +0100, Ferry Toth wrote: On my home wifi network I have 1 2.4GHz and 1 5GHz AP (is actually 1 fritz box). With one machine (chromebook running kubuntu 14.10 and AR9462 abgn wifi) When automatically reconnecting to 5GHz after resume half of the time the

Re: DHCPv6 DDNS registration with FQDN

2015-02-04 Thread Dan Williams
On Tue, 2015-02-03 at 12:05 +0100, Alexander Groß wrote: I have some more findings after several debugging sessions. According to RFC 4704, section 4.2 https://tools.ietf.org/html/rfc4704#section-4.2: The Domain Name part of the option carries all or part of the FQDN of a DHCPv6 client. ...

Re: Mediacast to TV - MiracleCast - Open-Source Miracast - Wifi-Display on linux

2015-02-04 Thread Dan Williams
On Wed, 2015-02-04 at 00:47 +0100, poma wrote: On 03.02.2015 18:43, David Herrmann wrote: Hi On Tue, Feb 3, 2015 at 6:36 PM, poma pomidorabelis...@gmail.com wrote: On 02.02.2015 19:58, David Herrmann wrote: As I'm not really interested in hacking on network-managers, I've decided to

Re: applet: clear notification actions before adding new ones

2015-02-02 Thread Dan Williams
On Mon, 2015-01-26 at 17:51 -0500, Mathieu Trudel-Lapierre wrote: Make sure we only ever have one of the Don't show this again button that will trigger disabling notifications. Otherwise we end up with multiple instances of the same button in notifications because one gets added every time a

Re: Gobi 3000 (1199:901F)

2015-01-29 Thread Dan Williams
On Thu, 2015-01-29 at 10:24 -0500, Jeremy Moles wrote: On 01/28/2015 01:23 PM, Dan Williams wrote: On Wed, 2015-01-28 at 11:43 -0500, Jeremy Moles wrote: On 01/12/2015 12:50 PM, Dan Williams wrote: On Mon, 2015-01-12 at 12:44 -0500, Jeremy Moles wrote: On 01/12/2015 12:42 PM, Dan Williams

Re: Gobi 3000 (1199:901F)

2015-01-28 Thread Dan Williams
On Wed, 2015-01-28 at 11:43 -0500, Jeremy Moles wrote: On 01/12/2015 12:50 PM, Dan Williams wrote: On Mon, 2015-01-12 at 12:44 -0500, Jeremy Moles wrote: On 01/12/2015 12:42 PM, Dan Williams wrote: On Mon, 2015-01-12 at 12:39 -0500, Jeremy Moles wrote: On 01/12/2015 12:34 PM, Dan Williams

Re: Add WPS information parsing in foreach_property_cb

2015-01-27 Thread Dan Williams
On Sun, 2015-01-25 at 21:36 +0800, Awk Jiang wrote: Hi all, I start working on adding WPS function into NM. At the beginning, I add the WPS information during foreach_property_cb as the patch. Because I am foreign to contribute code in community, please feel free to give me any

ANN: NetworkManager 0.9.10.1 (0.9.10.2-rc1) testing release

2015-01-22 Thread Dan Williams
Hi, It's past time for a bug-fix release for NetworkManager 0.9.10, so here's a testing release candidate. Please help test if you're using 0.9.10 already, so that we can get the release out next week. There are a ton of fixes, many already cherry-picked by distros, but many new ones as well.

Re: outdated version requirements in libnm-gtk.pc.in

2015-01-22 Thread Dan Williams
On Thu, 2015-01-22 at 15:55 +0100, Michael Biebl wrote: Hi, had a look at nm-applet 1.0.0, specifically src/libnm-gtk/libnm-gtk.pc.in. It contains nmversion=0.8.998 Requires: NetworkManager = ${nmversion} libnm-util = ${nmversion} libnm-glib = ${nmversion} gtk+-3.0 = 2.91.4

Re: automake warnings about option 'subdir-objects' is disabled

2015-01-22 Thread Dan Williams
On Thu, 2015-01-22 at 16:03 +0100, Michael Biebl wrote: Hi, during build, I get the following warning: automake: warning: possible forward-incompatibility. automake: At least a source file is in a subdirectory, but the 'subdir-objects' automake: automake option hasn't been enabled.

Re: Not sure on confirmation

2015-01-20 Thread Dan Williams
On Mon, 2015-01-19 at 18:01 -0800, Garrison Ricketson wrote: Hello , I just joined the mailinglist and am not sure if it confirmed all right. My reason for joining the list is I have some problem with network manager,not working. I will explain the details, if and when I am actually on the

Re: Unavailable, managed device.

2015-01-20 Thread Dan Williams
On 01/19/2015 08:30 PM, Dan Williams wrote: Some quick things that I can think of: 1) rfkill - what does 'rfkill list' say? 2) wpa_supplicant - is the supplicant running, and was it spawned with the -u option? Dan ___ networkmanager-list

Re: Unavailable, managed device.

2015-01-19 Thread Dan Williams
On Mon, 2015-01-19 at 16:40 +0100, Léo Peltier wrote: Hi, I currently trying to get NM to handle a virtual wlan device and can't get it to work. Its the second connection of an Intel 7260, the first one being used as an access point managed outside of NM. The OS is an Ubuntu Server 12.04

Re: Gobi 3000 (1199:901F)

2015-01-12 Thread Dan Williams
On Mon, 2015-01-12 at 10:12 -0500, Jeremy Moles wrote: On 01/09/2015 02:24 PM, Dan Williams wrote: On Fri, 2015-01-09 at 12:14 -0500, Jeremy Moles wrote: On 01/09/2015 12:01 PM, Jeremy Moles wrote: Hey everyone! I'm not entirely sure where else to ask this, and I'm somewhat desperate

Re: Aw: Re: Re: Only root can utilize nm-applet and nmcli as part of NetworkManager - how can other users use it w/o root?

2015-01-12 Thread Dan Williams
? THX Gesendet: Freitag, 09. Januar 2015 um 23:13 Uhr Von: Dan Williams d...@redhat.com An: Thomas Schneider c.mo...@web.de Cc: poma pomidorabelis...@gmail.com, networkmanager-list@gnome.org Betreff: Re: Aw: Re: Only root can utilize nm-applet and nmcli as part of NetworkManager - how

Re: Gobi 3000 (1199:901F)

2015-01-12 Thread Dan Williams
On Mon, 2015-01-12 at 12:44 -0500, Jeremy Moles wrote: On 01/12/2015 12:42 PM, Dan Williams wrote: On Mon, 2015-01-12 at 12:39 -0500, Jeremy Moles wrote: On 01/12/2015 12:34 PM, Dan Williams wrote: On Mon, 2015-01-12 at 11:04 -0500, Jeremy Moles wrote: On 01/12/2015 10:46 AM, Dan Williams

Re: Gobi 3000 (1199:901F)

2015-01-12 Thread Dan Williams
On Mon, 2015-01-12 at 11:04 -0500, Jeremy Moles wrote: On 01/12/2015 10:46 AM, Dan Williams wrote: On Mon, 2015-01-12 at 10:12 -0500, Jeremy Moles wrote: On 01/09/2015 02:24 PM, Dan Williams wrote: On Fri, 2015-01-09 at 12:14 -0500, Jeremy Moles wrote: On 01/09/2015 12:01 PM, Jeremy Moles

Re: Gobi 3000 (1199:901F)

2015-01-12 Thread Dan Williams
On Mon, 2015-01-12 at 12:39 -0500, Jeremy Moles wrote: On 01/12/2015 12:34 PM, Dan Williams wrote: On Mon, 2015-01-12 at 11:04 -0500, Jeremy Moles wrote: On 01/12/2015 10:46 AM, Dan Williams wrote: On Mon, 2015-01-12 at 10:12 -0500, Jeremy Moles wrote: On 01/09/2015 02:24 PM, Dan Williams

Re: Connman WiFi p2p API evaluation

2015-01-09 Thread Dan Williams
On Fri, 2015-01-09 at 19:01 +0100, Bastien Nocera wrote: On Thu, 2015-01-08 at 16:04 -0600, Dan Williams wrote: Hi, Thomas asked me to look at the Connman P2P/Direct APIs to see if we can share some of the interfaces. I think that's a worthwhile goal, so here's a short writeup

Re: Gobi 3000 (1199:901F)

2015-01-09 Thread Dan Williams
On Fri, 2015-01-09 at 12:14 -0500, Jeremy Moles wrote: On 01/09/2015 12:01 PM, Jeremy Moles wrote: Hey everyone! I'm not entirely sure where else to ask this, and I'm somewhat desperate at this point having tried everything I'm capable of. We have a machine here with the card listed in

Re: How Embedded is NetworkManager

2015-01-09 Thread Dan Williams
On Fri, 2015-01-09 at 17:45 +, Richard Willis wrote: I'm posting this question first just to ascertain if using NetworkManager is possible in the embedded project I am working on. This project uses multiple networking interfaces (Eth, WiFi, GSM-Radio, Bluetooth) but runs as a headless

Re: Aw: Re: Only root can utilize nm-applet and nmcli as part of NetworkManager - how can other users use it w/o root?

2015-01-09 Thread Dan Williams
with sudo. This is also true for using any device connected via USB, e.g. scanner or USB memory stick. THX Gesendet: Donnerstag, 08. Januar 2015 um 17:39 Uhr Von: Dan Williams d...@redhat.com An: poma pomidorabelis...@gmail.com Cc: Thomas Schneider c.mo...@web.de, networkmanager-list

Re: Connman WiFi p2p API evaluation

2015-01-09 Thread Dan Williams
the WEXT driver :) So in the end, yeah, it'll be nl80211/cfg80211 only. Dan On 9 Jan 2015, at 20:25, Dan Williams d...@redhat.com wrote: On Fri, 2015-01-09 at 19:01 +0100, Bastien Nocera wrote: On Thu, 2015-01-08 at 16:04 -0600, Dan Williams wrote: Hi, Thomas asked me to look

Connman WiFi p2p API evaluation

2015-01-08 Thread Dan Williams
Hi, Thomas asked me to look at the Connman P2P/Direct APIs to see if we can share some of the interfaces. I think that's a worthwhile goal, so here's a short writeup of where the APIs stand WRT to NetworkManager's current D-Bus API. doc/wifi-p2p-overview.txt doc/technology-api.txt

Re: DNS not working on openvpn connection.....don't know why?

2015-01-08 Thread Dan Williams
On Wed, 2015-01-07 at 11:37 -0600, Dan Williams wrote: On Thu, 2014-12-25 at 19:57 +, Another Sillyname wrote: Happy Crimbles everyone..now time for your Christmas quiz!! I am connecting to a free vpn service freevpn.me using the NetworkManager openvpn functionality in Fed21

Re: RFE: networkmanager-openvpn tls-version-min setting (for TLSv1.2)

2015-01-08 Thread Dan Williams
On Mon, 2014-12-29 at 11:52 +0800, Anthony Alba wrote: Playing around with Fedora 21/nm-openvpn it turns out that the version of openvpn 2.3.6 in F21 supports TLSv1.2 cipher suites, however for backward compatibility reasons openvpn = 2.3.4 forces TLSv1 for the Control Channel. If I have a

Re: Only root can utilize nm-applet and nmcli as part of NetworkManager - how can other users use it w/o root?

2015-01-08 Thread Dan Williams
On Wed, 2015-01-07 at 23:42 +0100, poma wrote: On 07.01.2015 18:29, Dan Williams wrote: On Mon, 2015-01-05 at 19:14 +0100, Thomas Schneider wrote: Hello! I have installed latest version of NetworkManager and nmcli respectively + OpenVPN plugin or NetworkManager. user@pc1-asus

Re: Launch failed on freshly compiled nm into libnm

2015-01-07 Thread Dan Williams
On Sat, 2015-01-03 at 15:11 +0100, Thomas Haller wrote: On Wed, 2014-12-24 at 11:13 +0100, Fabrice Dossin wrote: Hello, I just compiled NetworkManager on an rpi and have issues starting it : NetworkManager[4591]: info NetworkManager (version 1.0.0) is starting...

Re: Only root can utilize nm-applet and nmcli as part of NetworkManager - how can other users use it w/o root?

2015-01-07 Thread Dan Williams
On Mon, 2015-01-05 at 19:14 +0100, Thomas Schneider wrote: Hello! I have installed latest version of NetworkManager and nmcli respectively + OpenVPN plugin or NetworkManager. user@pc1-asus:~$ apt-cache policy network-manager network-manager: Installiert: 0.9.10.0-5

Re: Preventing nm from disconneting network while going to suspend.

2015-01-07 Thread Dan Williams
On Tue, 2015-01-06 at 17:45 +0100, Thomas Haller wrote: On Mon, 2015-01-05 at 22:16 +0200, Ahmet Gereklioğlu wrote: Is there a way to prevent nm from disconneting network while the computer goes to suspend? As far as I searched I found solutions like putting this command line to a script

Re: DNS not working on openvpn connection.....don't know why?

2015-01-07 Thread Dan Williams
On Thu, 2014-12-25 at 19:57 +, Another Sillyname wrote: Happy Crimbles everyone..now time for your Christmas quiz!! I am connecting to a free vpn service freevpn.me using the NetworkManager openvpn functionality in Fed21 x86_64. However once I connect to he vpn I cannot resolve

Re: ANN: NetworkManager 1.0.0 released!

2014-12-22 Thread Dan Williams
On Mon, 2014-12-22 at 21:46 +0100, Aleksander Morgado wrote: Are you suggesting that by default NM should try with IPv4 or IPv6 PDP context types if both are enabled and IPV4V6 fails? Yes, I think that would be the best solution. In QMI modems it is ModemManager the one connecting

ANN: NetworkManager 1.0.0 released!

2014-12-19 Thread Dan Williams
Hi, I'm very happy to announce that after more than 10 years of development and 10 years of making the world a better place, NetworkManager 1.0 has been released! This release brings a more modern GObject-based client library, many bug fixes and updated translations, more flexible routing,

Re: NetworkManager permissions

2014-12-18 Thread Dan Williams
it doesn't get lost. Does that sound OK? Thanks! Dan On Wed, Dec 17, 2014 at 4:53 PM, Dan Williams d...@redhat.com wrote: On Thu, 2014-11-27 at 11:59 +0100, Peter Magnusson wrote: Im having some problems with permissions on NetworkManager. We are in the process of migrating our clients from

Re: The short road to 1.0 (ANN: 0.995 released)

2014-12-18 Thread Dan Williams
On Thu, 2014-12-18 at 11:15 -0600, Robby Workman wrote: On Wed, 17 Dec 2014 09:56:59 -0600 Dan Williams d...@redhat.com wrote: On Fri, 2014-12-12 at 16:05 -0600, Dan Williams wrote: Hi everyone! The 1.0 release is imminent. We've been cleaning out the 1.0 tracker bug [1

Re: NetworkManager permissions

2014-12-17 Thread Dan Williams
On Thu, 2014-11-27 at 11:59 +0100, Peter Magnusson wrote: Im having some problems with permissions on NetworkManager. We are in the process of migrating our clients from RHEL 6.6 to RHEL 7. The clients connect to our wireless network using eap-tls, we provide the configuration,certificate and

Re: Notification disjoint - VPN now failed, notifications showing still connected.

2014-12-17 Thread Dan Williams
On Wed, 2014-12-17 at 14:45 +, Another Sillyname wrote: I have setup a VPN on a Laptop using Fedora 21 x86_64. The VPN works fine however the gnome notifications are not reflecting the true state of the VPN. In Network Settings you can connect to XXXVPN using the ON/OFF switch. If

Re: The short road to 1.0 (ANN: 0.995 released)

2014-12-17 Thread Dan Williams
On Fri, 2014-12-12 at 16:05 -0600, Dan Williams wrote: Hi everyone! The 1.0 release is imminent. We've been cleaning out the 1.0 tracker bug [1] for more than a month. With your help we'll get there next week! A holiday present for everyone! We're getting very close to 1.0, so

[review] merge: fix all defects found by coverity (bgo #741122)

2014-12-16 Thread Dan Williams
Jirka, Reviewed the merged branch on git master, it looks fine to me to include in the nm-1-0. Dan ___ networkmanager-list mailing list networkmanager-list@gnome.org https://mail.gnome.org/mailman/listinfo/networkmanager-list

Re: [systemd-devel] Cycle between logind and NetworkManager in case of remote user database

2014-12-15 Thread Dan Williams
On Mon, 2014-12-15 at 16:11 +0100, Lennart Poettering wrote: On Sat, 13.12.14 10:09, Andrei Borzenkov (arvidj...@gmail.com) wrote: NetworkManager sets logind inhibitor lock to monitor for suspend events. So it implicitly requires logind to be present when NM starts. NM doesn't actually

Re: [systemd-devel] Cycle between logind and NetworkManager in case of remote user database

2014-12-15 Thread Dan Williams
On Mon, 2014-12-15 at 20:40 +0300, Andrei Borzenkov wrote: В Mon, 15 Dec 2014 11:34:17 -0600 Dan Williams d...@redhat.com пишет: On Mon, 2014-12-15 at 16:11 +0100, Lennart Poettering wrote: On Sat, 13.12.14 10:09, Andrei Borzenkov (arvidj...@gmail.com) wrote: NetworkManager

The short road to 1.0 (ANN: 0.995 released)

2014-12-12 Thread Dan Williams
Hi everyone! The 1.0 release is imminent. We've been cleaning out the 1.0 tracker bug [1] for more than a month. With your help we'll get there next week! A holiday present for everyone! The 1.0 release will be huge step forward in functionality, cooperation, client APIs, configurable

Re: Unusual behavior

2014-12-11 Thread Dan Williams
On Thu, 2014-12-11 at 20:17 -0200, T. Kin gway wrote: Hi! I'd sent this email because I need a specific answer. Two days ago I upgraded my linux distro to a newer version that comes with gnome 3.14, when I started the system by the first time checked the active services thru netstat and

Re: network-manager-applet-1.0 Access Point mode

2014-12-10 Thread Dan Williams
On Fri, 2014-12-05 at 06:47 +0100, poma wrote: Will this go sotobrazzo, otherwise what is the current state of the AP support? Unfortunately the same issues as before are still an issue, WRT the connection editor and AP mode. So at this point I don't think it will hit 1.0.

Re: Priorize one AP or other

2014-11-21 Thread Dan Williams
On Fri, 2014-11-21 at 10:39 -0200, José Queiroz wrote: Hi, I'm almost sure that someone, in the past, asked this. Imagine that you're working on a ESS, where one of the APs is pretty stable, and the other is older, slower, and falty. But, for some reason, NM seems to prefer to connect to

Re: activation stage already scheduled

2014-11-19 Thread Dan Williams
On Wed, 2014-11-19 at 18:24 +0100, D.S. Ljungmark wrote: So, I have some small arm boxes out in the world, and at least one of them is... misbehaving. It's rotated all journals, so it's hard to see what started this, however: root@modio:~# journalctl -u NetworkManager |grep 'error' |wc -l

Re: activation stage already scheduled

2014-11-19 Thread Dan Williams
. If you can live without those, then perhaps turning them off would work. But that would mean statically configured IPv6 DNS. Dan Otherwise, is there more negative impact of this other than eating all my log space? On 19 Nov 2014 20:28, Dan Williams d...@redhat.com wrote: On Wed, 2014-11-19

Re: Support for HP lt4112 Gobi 4G Modem

2014-11-14 Thread Dan Williams
On Fri, 2014-11-14 at 20:23 +0100, Martin Hauke wrote: Hi, after i've got a shiny new laptop (HP Zbook 14) discovered that the integrated 4G-Modem was not supported :/ It's a HP lt4112 Gobi 4G Modem (which is a HP-branded Huawei ME906E)

Re: Support for HP lt4112 Gobi 4G Modem

2014-11-14 Thread Dan Williams
On Fri, 2014-11-14 at 22:43 +0100, Martin Hauke wrote: Hi, On 14.11.2014 21:12, Dan Williams wrote: I see that QMI works on the device, and that would be the preferred method to manage it. If you keep the qmi_wwan changes, the ModemManager should be able to handle the device as a QMI

Re: Bug in Network-Manager with virtual interfaces / new plugin

2014-10-27 Thread Dan Williams
On Fri, 2014-10-24 at 19:05 +0200, Nicolas Boulicault wrote: Hi there, Michael asked to forward this to the list, so here it is... The patch 0005-Mark-virtual-ethernet-interfaces-as-unmanaged.patch (debian Jessie) messes up with my virtual interfaces (vmware vmnet1/vmnet8). Could you run

Re: hitspot automatic connect

2014-10-27 Thread Dan Williams
On Fri, 2014-10-24 at 11:18 +0200, Andreas Müller wrote: On Fri, Oct 24, 2014 at 10:43 AM, Thomas Haller thal...@redhat.com wrote: On Fri, 2014-10-24 at 10:19 +0200, Andreas Müller wrote: Hi, Now my question: What does it need to start hotspot automatically after boot? If there is

Re: veth won't be configured in libvirt managed LXC container

2014-10-22 Thread Dan Williams
On Sun, 2014-10-19 at 16:03 +0200, Lubomir Rintel wrote: On Fri, 2014-10-17 at 09:28 -0400, Dan Winship wrote: There's a bunch of discussion about this in https://bugzilla.gnome.org/show_bug.cgi?id=731014. The short answer is it's complicated, because veths get used for a bunch of different

Re: VPN + dnsmasq = split dns?

2014-10-22 Thread Dan Williams
On Tue, 2014-10-21 at 07:09 +0200, Olav Morken wrote: On Mon, Oct 20, 2014 at 16:20:03 -0500, Dan Williams wrote: On Fri, 2014-10-10 at 21:17 +0200, Olav Morken wrote: Hi, I am trying to set up Network Manager to connect to an OpenVPN server, and have trouble understanding how

Re: NetworkManager master builds for Fedora in COPR

2014-10-20 Thread Dan Williams
On Thu, 2014-10-16 at 13:21 +0200, Lubomir Rintel wrote: Hi, I'm doing regular builds of NetworkManager packages for Fedora for my own testing/development purposes. I made COPR projects recently so that the packages get published and it's easy for me to update my machines; and I thought

Re: VPN + dnsmasq = split dns?

2014-10-20 Thread Dan Williams
On Fri, 2014-10-10 at 21:17 +0200, Olav Morken wrote: Hi, I am trying to set up Network Manager to connect to an OpenVPN server, and have trouble understanding how it applies the DNS settings it receives from the server. Sorry for the late reply... Which version of NM do you have, and

Re: Notifications not showing, when applet is disabled

2014-10-20 Thread Dan Williams
On Sat, 2014-10-18 at 17:43 +0200, Hendrik Rosendahl wrote: Hi everyone, I noticed, that no notification is displayed, if the applet is disabled by the gsettings. How to reproduce: 1. Start nm-applet, if it isn't already 2. Make sure, that you get a notification, when interacting

Re: Unhandled vpnc request

2014-10-14 Thread Dan Williams
On Tue, 2014-10-14 at 20:54 +0200, Christian Hesse wrote: Hello everybody, with latest networkmanager-vpn (git master, commit 3161854) connection break ever now and then. The log contains these lines: ** (nm-vpnc-service:23836): WARNING **: Unhandled vpnc request 'vpnc: ' vpnc: recvfrom:

Re: RTL8188SU(rtl8192su) rtl8192sufw-ap.bin

2014-10-14 Thread Dan Williams
On Tue, 2014-10-14 at 02:59 +0200, poma wrote: Realtek RTL8188SU/RTL8191SU/RTL8192SU driver https://github.com/chunkeey/rtl8192su RTL8188SU It looks like everything worked correctly here for AP mode, at least from the NM logs. Is that correct? Dan - lsusb Bus 002 Device 003: ID

Re: Ad-Hoc network creation took too long, failing activation

2014-10-10 Thread Dan Williams
On Thu, 2014-10-09 at 00:24 +0200, poma wrote: On 08.10.2014 20:31, Dan Williams wrote: On Wed, 2014-10-08 at 00:10 +0200, poma wrote: Starting Network Manager... info NetworkManager (version 0.9.10.0-5.git20140704.fc21) is starting... info WEXT support is enabled info WiFi hardware

Re: Ensuring predictable MAC address for bond interface

2014-10-08 Thread Dan Williams
Thomas On Tue, Oct 7, 2014 at 7:34 AM, Dan Williams d...@redhat.com wrote: On Mon, 2014-10-06 at 12:51 -0700, Ed Swierk wrote: I'm using NetworkManager on a server with two wired Ethernet interfaces (eth0 and eth1) configured as slaves of a bond

Re: [MM PATCH] port-serial: fix forced closing after b28230411

2014-10-08 Thread Dan Williams
On Wed, 2014-10-08 at 00:29 +0200, Aleksander Morgado wrote: On Tue, Oct 7, 2014 at 11:06 PM, Dan Williams d...@redhat.com wrote: b28230411 moved up the self-priv-forced_close = TRUE, which caused mm_port_serial_close() to just return without actually closing the port and cleaning up

Re: Ad-Hoc network creation took too long, failing activation

2014-10-08 Thread Dan Williams
On Wed, 2014-10-08 at 00:10 +0200, poma wrote: Starting Network Manager... info NetworkManager (version 0.9.10.0-5.git20140704.fc21) is starting... info WEXT support is enabled info WiFi hardware radio set enabled info Loaded device plugin:

Re: Ensuring predictable MAC address for bond interface

2014-10-07 Thread Dan Williams
On Mon, 2014-10-06 at 12:51 -0700, Ed Swierk wrote: I'm using NetworkManager on a server with two wired Ethernet interfaces (eth0 and eth1) configured as slaves of a bond in active-backup mode. I'd like the bond interface to always be assigned eth0's MAC address. This is easy with old-school

[MM PATCH] port-serial: fix forced closing after b28230411

2014-10-07 Thread Dan Williams
b28230411 moved up the self-priv-forced_close = TRUE, which caused mm_port_serial_close() to just return without actually closing the port and cleaning up. Also, cancel the reopen separately from closing the port since the two operations are actually independent of each other. ---

Re: [PATCH 1/1] openvpn: add support to change interface name

2014-10-01 Thread Dan Williams
On Tue, 2014-09-30 at 21:07 +0200, Christian Hesse wrote: Christian Hesse m...@eworm.de on Mon, 2014/09/29 14:46: By default interface name is 'tun' or 'tap' with an incrementing number (tun0, tun1, ... or tap0, tap1, ...). By specifying 'Interface name' in vpnc config you can change the

Re: [PATCH 1/1] vpnc: add support to change interface name

2014-09-30 Thread Dan Williams
On Mon, 2014-09-29 at 10:27 +0200, Christian Hesse wrote: By default interface name is 'tun' with an incrementing number (tun0, tun1, ...). By specifying 'Interface name' in vpnc config you can change the name to something more descriptice. Pushed this, thanks! After some consideration

Re: Question about cgdcont -- ip, ipv4v6, ipv6 -- MM-- NM?

2014-09-30 Thread Dan Williams
On Tue, 2014-09-30 at 21:52 +0200, Thomas Schäfer wrote: Hi, I am testing a little bit ipv6 (v6 only and v4/v6-dualstack) mobile connections via UMTS and LTE. While modemmamanger mmcli -m 0 --simple-connect=apn=internet,ip-type=ipv4v6 mmcli -m 0

Re: RTL8188SU(rtl8192su) - unavailable

2014-09-29 Thread Dan Williams
On Mon, 2014-09-29 at 11:29 +0200, poma wrote: [platform/nm-platform.c:806] nm_platform_link_set_up(): link: setting up 'wlp0s4f1u1' (4) [platform/nm-linux-platform.c:2356] link_change_flags(): link: change 4: flags set 'up' (1) [platform/nm-linux-platform.c:2250] link_change(): Netlink

Re: [PATCH 1/4] libnm-glib: make Last Seen property available to libnm-glib and from DBus.

2014-09-26 Thread Dan Williams
On Fri, 2014-09-26 at 10:32 +0100, Mathieu Trudel-Lapierre wrote: On Mon, Sep 22, 2014 at 5:21 PM, Thomas Haller thal...@redhat.com wrote: [...] the value priv-last_seen (together with nm_access_point_get_last_seen() and nm_ap_set_last_seen()) are time stamps as returned by

Re: [PATCH 1/4] libnm-glib: make Last Seen property available to libnm-glib and from DBus.

2014-09-26 Thread Dan Williams
On Thu, 2014-09-04 at 22:04 -0400, Mathieu Trudel-Lapierre wrote: Signed-off-by: Mathieu Trudel-Lapierre mathieu.trudel-lapie...@canonical.com --- introspection/nm-access-point.xml | 3 +++ libnm-glib/libnm-glib.ver | 1 + libnm-glib/nm-access-point.c | 35

<    1   2   3   4   5   6   7   8   9   10   >