Re: dhclient: avoiding hostname disclosure via DHCP request

2014-10-17 Thread Dan Williams
On Wed, 2014-10-15 at 12:36 +, Robert Horovitz wrote: > Dan wrote (2014-01-06): > >> This turns out to be a bug in the 'ifcfg-rh' config file parsing plugin. > >> I've fixed it in git upstream, but a temporary workaround would be: > >> > >> DHCP_HOSTNAME=wont-be-used > >> DHCP_SEND_HOSTNAME=no

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:

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: recv

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... > >> NetworkManager (version 0.9.10.0-5.git20140704.fc21) is starting... > >> WEXT su

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... > NetworkManager (version 0.9.10.0-5.git20140704.fc21) is starting... > WEXT support is enabled > WiFi hardware radio set enabled > Loaded device plugin: > /usr/lib/NetworkManager/libnm-device-plugin-wifi.so > WiFi e

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 wrote: > > b28230411 moved up the self->priv->forced_close = TRUE, which > > caused mm_port_serial_close() to just return without actually > > closi

Re: Ensuring predictable MAC address for bond interface

2014-10-08 Thread Dan Williams
interfaces > and take it's MAC address. That gets complicated though, since if the slave that you specify doesn't exist, you cannot set up the bond. I'd rather handle that in editors, like we do for the MAC Address boxes of other interface types with a dropdown suggesting interfaces yo

[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. --- src/mm-port-s

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-sc

Re: Link MTU option ignored in IPv6 router advertisements

2014-10-03 Thread Dan Williams
On Fri, 2014-10-03 at 11:36 -0400, Chuck Anderson wrote: > I'm not sure if this is a kernel thing or a NetworkManager thing. Did > something change in how IPv6 router advertisements are handled by > NetworkManager in Fedora 20? I think it's a NetworkManager thing. We'll fix it. Dan > On my Fed

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 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 name to s

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 --simple-connect="apn=interne

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 thou

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/1] vpnc: add support to change interface name

2014-09-26 Thread Dan Williams
On Tue, 2014-09-23 at 16:51 +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. Mostly looks good. Perhaps one more round, see bel

Re: [PATCH 3/4] supplicant: only signal ScanDone if the scan really is done (or failed)

2014-09-26 Thread Dan Williams
On Thu, 2014-09-04 at 22:04 -0400, Mathieu Trudel-Lapierre wrote: > It's counter-intuitive to signal a ScanDone when the request to Scan succeeds > with the supplicant, because we'll get one ScanDone very early one when > the scan begins, which will trigger the usual mechanisms, and again once > th

Re: [PATCH 2/4] wifi: expose a ScanDone signal on DBus when the supplicant is done scanning.

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 > --- > introspection/nm-device-wifi.xml | 6 ++ > src/devices/wifi/nm-device-wifi.c | 12 > src/devices/wifi/nm-device-wifi.h | 1 + > 3 files changed, 19 insertions(+)

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 > --- > introspection/nm-access-point.xml | 3 +++ > libnm-glib/libnm-glib.ver | 1 + > libnm-glib/nm-access-point.c | 35 +++ > libnm-glib/nm-

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 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 > > nm_utils_get_monotoni

Re: Device Priority - Modem and Wi-Fi

2014-09-23 Thread Dan Williams
On Mon, 2014-09-22 at 17:33 +0200, Thomas Haller wrote: > On Fri, 2014-09-19 at 21:21 -0500, Kevin Baker wrote: > > Hello all, > > > > I was wondering if there was some justification for the priority > > listing in src/nm-device.c: nm_device_get_priority(). Specifically, > > that a MODEM connectio

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

2014-09-22 Thread Dan Williams
On Mon, 2014-09-22 at 10:02 +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. So this is great, and ties in with some other stuff

Re: Losing connection settings after reboot

2014-09-15 Thread Dan Williams
On Sat, 2014-09-13 at 09:50 +, Jeroen Verhoeckx wrote: > Hello Network-manager developers, > > > When I add the settings 'system-ca-certs' or 'password' to section [802-1x] > of a connection in '/etc/NetworkManager/system-connections' and reboot the > computer these new settings are gone.

Re: [PATCH 1/1] only set hop_limit for values greater than zero

2014-09-15 Thread Dan Williams
On Mon, 2014-09-15 at 11:35 +0200, Christian Hesse wrote: > --- > src/devices/nm-device.c | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) Pushed, thanks! Dan > diff --git a/src/devices/nm-device.c b/src/devices/nm-device.c > index 1afb5d1..8eb86d9 100644 > --- a/src/devices/nm-device

Re: Problems Backporting to Wheezy

2014-09-15 Thread Dan Williams
On Fri, 2014-09-12 at 13:58 -0500, Alex Ferm wrote: > Hello, I am having problems back-porting network-manager 0.9.10.0 from > Debian Jessie to Debian Wheezy on armhf. There is an error when > attempting to apply one of the patches. My build log is below, and my > back-ported source can be found

Re: Problem with nm-applet icon in system tray

2014-09-12 Thread Dan Williams
unmanaged -- > STATE CONNECTIVITY WIFI-HW WIFI WWAN-HW WWAN > connecting none enabled enabled enabled enabled > > I am sending this mail from the "connecting" network. > Here is also the tray. > > > I can't figure out what'

Re: NM+WPA_Supplicant+Systemd trouble: can't connect to WLAN

2014-09-11 Thread Dan Williams
On Tue, 2014-09-09 at 05:42 -0400, Pavel Simerda wrote: > - Original Message - > > From: "Mark Elkins" > > To: networkmanager-list@gnome.org > > Sent: Saturday, September 6, 2014 10:55:18 AM > > Subject: Re: NM+WPA_Supplicant+Systemd trouble: can't connect to WLAN > > > > I run Gentoo and

Re: Problem with nm-applet icon in system tray

2014-09-11 Thread Dan Williams
On Thu, 2014-09-11 at 19:10 +0300, Lampropoulos Anastasios wrote: > Hello there, > > I am using an Arch linux box without an environment but with Openbox as > window manager and tint2 panel. > > NetworkManager is my choice for controlling my network connections. > The network is operational and

Re: em1 down in nm, yet it has an IPv6 address

2014-09-11 Thread Dan Williams
On Wed, 2014-09-10 at 16:42 +1000, Dan Irwin wrote: > Hi all, > > Fedora 20 here. nm is 0.9.9.0-41.git20131003. (Old, I know) > > Network Manager shows em1 "Wired" as being down. I have em1 configured as > down. Yet, I notice the following: I think this is a problem just with F20, we did a bunch

Re: vpn connection locked on off

2014-09-11 Thread Dan Williams
On Sun, 2014-08-31 at 16:37 +0800, merkeda...@vmail.me wrote: > hi, > I installed a network-manager plugin on Debian 7 to access at my vpn and > succeeded it ; like i did yet before on ubuntu 14.04 ; following the > advices of my vpn provider. > With ubuntu it works like a charm but not on debian

Re: NM attempts connecting to nonexistent AP

2014-09-11 Thread Dan Williams
On Wed, 2014-09-10 at 22:53 -0500, Robby Workman wrote: > Summary: when resuming from sleep, NM attempts to connect to an AP that no > longer exists. Hmm, odd. You could turn on debugging and enable the "wifi_scan" log domain to see what's going on at resume time. NM should be throwing away the

Re: Please take my name off you list. Anthony C. Lordi

2014-08-29 Thread Dan Williams
On Fri, 2014-08-29 at 10:22 -0500, Anthony Lordi wrote: > ___ > networkmanager-list mailing list > networkmanager-list@gnome.org > https://mail.gnome.org/mailman/listinfo/networkmanager-list You can do this yourself using the link in every message to thi

Re: Accessing NetworkManager from a daemon

2014-08-28 Thread Dan Williams
On Thu, 2014-08-28 at 11:15 +1000, Stuart Longland wrote: > Hi Thomas, Dan, > On 28/08/14 06:24, Dan Williams wrote: > > At the moment, session tracking means you can't easily talk to NM if you > > are (a) not root and (b) don't have a session via ConsoleKit or Polkit.

Re: Accessing NetworkManager from a daemon

2014-08-27 Thread Dan Williams
On Wed, 2014-08-27 at 09:04 +0200, Thomas Haller wrote: > On Wed, 2014-08-27 at 16:40 +1000, Stuart Longland wrote: > > Hi all, > > On 25/08/14 13:36, Stuart Longland wrote: > > > Today I thought I'd roll this into my company's administration panel > > > software which is built on Django and runs w

Re: [PATCH] supplicant, ifnet: Fix spelling of "private_key2_passwd" option

2014-08-27 Thread Dan Williams
On Fri, 2014-08-22 at 17:31 -0700, Geoffrey Thomas wrote: > This wpa_supplicant option is not named "private_key_passwd2". Looks > like this regressed in e5ed391f288d7e2a653aa19d58ae0dedbc9a67f7. Looks good, you win a prize for a 5 year old bug :) Pushed to master, 0.9.10, and 0.9.8. Thanks, Dan

Re: Is it true that Network Mangera applet 0.9.10 is to be used with Gnome 3.12?

2014-08-20 Thread Dan Williams
On Wed, 2014-08-20 at 20:45 +0200, Mattias Eriksson wrote: > When I'm looking at the current translation status for the Swedish > translation of Gnome 3.14 at > https://l10n.gnome.org/languages/sv/gnome-3-14/ui/ > I see that network-manager-applet is listed to use the branch > nma-0-9-10 for Gno

Re: [PATCH 1/1] core: print warning message when skipping invalid device plugin file

2014-08-20 Thread Dan Williams
On Wed, 2014-08-20 at 18:59 +0200, Thomas Haller wrote: > Signed-off-by: Thomas Haller Looks fine to me. > --- > src/nm-manager.c | 27 --- > 1 file changed, 16 insertions(+), 11 deletions(-) > > diff --git a/src/nm-manager.c b/src/nm-manager.c > index 2224149..80291be

Re: [PATCH] supplicant: fix expected return type of AddBlob D-Bus call

2014-08-20 Thread Dan Williams
On Tue, 2014-08-19 at 20:43 -0700, Geoffrey Thomas wrote: > Commit fb6cde50 changed from setBlobs in the old wpa_supplicant D-Bus > interface, which returned an integer status code, to AddBlob in the new > one, which doesn't, but didn't account for that change. That caused > error messages of the f

Re: Can't set two connections up on the same interface

2014-08-12 Thread Dan Williams
On Tue, 2014-08-12 at 11:09 +0200, Anthony Bourguignon wrote: > Le lundi 11 août 2014 à 10:55 -0500, Dan Williams a écrit : > > On Thu, 2014-08-07 at 23:01 +0200, Anthony Bourguignon wrote: > > > Hi, > > > > > > I'm trying to configure my debian testi

Re: Can't set two connections up on the same interface

2014-08-11 Thread Dan Williams
On Thu, 2014-08-07 at 23:01 +0200, Anthony Bourguignon wrote: > Hi, > > I'm trying to configure my debian testing router using Network Manager > (in replacement of the /etc/network/interfaces file). But I've found an > issue. I can't set two connections at the same time on the same network > inter

Re: [PATCH] network-manager-applet Add rules for BlueZ 5 support

2014-08-06 Thread Dan Williams
On Wed, 2014-08-06 at 16:04 +0800, Cho, Yu-Chen wrote: > From BlueZ 5.0 , dbus API org.bluez.Serial has been removed and others have > changed. > So add option "--disable-bluez5" for applet to get bluetooth DUN (Dial-Up > Networking) > support on BlueZ 4.X and remove it when using BlueZ 5.x.(Defa

Re: Automatic connect.

2014-08-04 Thread Dan Williams
On Fri, 2014-08-01 at 23:01 +0200, Hylke Postma wrote: > Dear NetworkManager developers, > > How do you make NetworkManager connect to any network within range which > is unprotected or to which the password is known, regardless of whether > the network itself is known or whether it has been con

[PATCH] core: fix DNS/default route race between IPv4/IPv6 activation

2014-08-01 Thread Dan Williams
The race is caused by 0.9.4-era changes in how later-completing IP versions commit their IP config asynchronously by scheduling their ip_config_result() handler after the device is activated. Because nm_device_is_activating() looked at priv->act_source_id, which is set by nm_device_activate_schedu

Re: Bluetooth tethering with NM?

2014-07-28 Thread Dan Williams
uetooth-applet? > > > > I assume this creates a file somewhere like > > /etc/NetworkManager/system-connections; could you post the file that > > you get? > > > > Thanks a lot > > > > On Fri, Jul 25, 2014 at 5:38 PM, Dan Williams wrote: > >> On

Re: Bluetooth tethering with NM?

2014-07-25 Thread Dan Williams
On Thu, 2014-07-24 at 17:11 +0200, cheater00 . wrote: > Hi, > I am on Ubuntu 13.10 and am trying to enable bluetooth tethering (so > that I can use my phone's internet connection). This is preferrable to > wifi tethering which eats up the battery. > > I can easily pair my laptop to my phone using

Re: recent update makes me crazy...

2014-07-17 Thread Dan Williams
On Wed, 2014-07-16 at 10:59 +0200, Pal, Laszlo wrote: > Hi, > > One of the recent upgrade continuously trying to destroy my brain by > changing my virtual bridge configs... > > I don't have a very complicated config, one physical ethernet, one > wireless and five virtual networks for my KVM machi

Re: Request for discussion: patch - remove "also request dhcpv6.server-id"

2014-07-17 Thread Dan Williams
On Wed, 2014-07-16 at 22:38 +0200, Thomas Schäfer wrote: > Hi, > > As already observed in the thread "dhcpv6-problem" some devices are confused > by option request dhcpv6.server-id. > > I looked a little bit in to RFC 3736 and 3315. But I still don't know what is > correct. > Do you need the

Re: Headless VPN connections

2014-07-17 Thread Dan Williams
On Wed, 2014-07-16 at 10:24 +0200, D.S. Ljungmark wrote: > Thanks, good to know. The one thing I did struggle with for a while was > permissions on the keyfiles. Now as said, we have a connection defined. It > connects as intended, if ordered manually. But it doesn't auto connect or > reconnect.

Re: How to set ipv4 default route

2014-07-17 Thread Dan Williams
On Wed, 2014-07-16 at 17:12 -0600, Pete Zaitcev wrote: > On Wed, 16 Jul 2014 16:48:24 -0600 > Pete Zaitcev wrote: > > > [root@localhost ~]# nmcli c mod eth0 ipv4.routes 'default 192.168.129.17' > > Error: failed to modify ipv4.routes: invalid IPv4 route 'default'. > > > Still, NetworkManager.con

Re: nameserver order

2014-07-17 Thread Dan Williams
On Thu, 2014-07-17 at 10:17 -0400, Mauricio Tavares wrote: > I have two interfaces, each of them picking dhcp info from two > distinct servers (different networks). How can I tell network manager > to use the nameserver from interface B first and then that from > interface A? If we were to us

Re: Request for discussion: patch - remove "also request dhcpv6.server-id"

2014-07-17 Thread Dan Williams
On Wed, 2014-07-16 at 23:07 +0200, Thomas Schäfer wrote: > Hi, > > > http://www.ietf.org/rfc/rfc3315.txt > > 15.12. Information-request Message > >Clients MUST discard any received Information-request messages. > >Servers MUST discard any received Information-request message that >

Re: NM refuses to manage a VLAN

2014-07-15 Thread Dan Williams
On Tue, 2014-07-15 at 09:08 -0600, Pete Zaitcev wrote: > On Fri, 11 Jul 2014 14:45:43 -0500 > Dan Williams wrote: > > > > > > [root@elanor network-scripts]# nmcli c up id vlan-ethgray > > > > > Error: Connection activation failed: Device not managed by

ANN: NetworkManager 0.9.10 VPN plugins released

2014-07-11 Thread Dan Williams
Hi, As a follow-up to the 0.9.10 release, the VPN plugins are also now released. The major changes are the migration to libsecret, since gnome-keyring has moved to libsecret, and the addition of interactive password requests for the OpenVPN plugin. Some plugins also received more options and oth

Re: NM refuses to manage a VLAN

2014-07-11 Thread Dan Williams
On Fri, 2014-07-11 at 08:23 -0600, Pete Zaitcev wrote: > On Thu, 10 Jul 2014 12:58:20 -0500 > Dan Williams wrote: > > > > [root@elanor network-scripts]# nmcli c up id vlan-ethgray > > > Error: Connection activation failed: Device not managed by NetworkManager > >

Re: No IPv6 default route with dhcpcd.6.4.0-1?

2014-07-10 Thread Dan Williams
On Thu, 2014-07-10 at 22:11 +0200, Florian Klink wrote: > Am 10.07.2014 21:09, schrieb Dan Williams: > > On Thu, 2014-07-10 at 20:40 +0200, Florian Klink wrote: > >> Hi, > >> Am 10.07.2014 18:26, schrieb Dan Williams: > >>> On Wed, 2014-07-09 at 17:2

Re: dhcpv6-problem

2014-07-10 Thread Dan Williams
On Thu, 2014-07-10 at 21:31 +0200, Thomas Schäfer wrote: > Am Donnerstag, 10. Juli 2014, 11:42:01 schrieben Sie: > > On Sun, 2014-07-06 at 20:22 +0200, Bjørn Mork wrote: > > > BTW, I just noticed: Linux uses the relately new UUID DUID type. Try to > > > change to the more common LLT DUID type, lik

Re: No IPv6 default route with dhcpcd.6.4.0-1?

2014-07-10 Thread Dan Williams
On Thu, 2014-07-10 at 20:40 +0200, Florian Klink wrote: > Hi, > Am 10.07.2014 18:26, schrieb Dan Williams: > > On Wed, 2014-07-09 at 17:27 +0200, Florian Klink wrote: > >> Hi, > >> > >> Am 28.06.2014 00:04, schrieb Florian Klink: > >>> Hi Dan, &g

Re: NM refuses to manage a VLAN

2014-07-10 Thread Dan Williams
On Fri, 2014-07-04 at 08:24 -0600, Pete Zaitcev wrote: > Dear All: > > I am trying to migrate an existing setup. To that end, I defined > a connection with "nmcli c add type vlan". Result is like this: > > [root@elanor network-scripts]# nmcli conn show configured > NAME UUID

Re: dhcpv6-problem

2014-07-10 Thread Dan Williams
On Sun, 2014-07-06 at 20:22 +0200, Bjørn Mork wrote: > BTW, I just noticed: Linux uses the relately new UUID DUID type. Try to > change to the more common LLT DUID type, like Windows uses, and see if > that helps. Lots of DHCPv6 implementations look into the DUID to get mac > addresses and may ver

Re: No IPv6 default route with dhcpcd.6.4.0-1?

2014-07-10 Thread Dan Williams
On Wed, 2014-07-09 at 17:27 +0200, Florian Klink wrote: > Hi, > > Am 28.06.2014 00:04, schrieb Florian Klink: > > Hi Dan, > > > > Am 27.06.2014 20:40, schrieb Dan Williams: > >> On Fri, 2014-06-27 at 11:15 -0500, Dan Williams wrote: > >>> On Fri

Re: Creating NetworkManager connections via DBus API

2014-07-08 Thread Dan Williams
On Tue, 2014-07-08 at 08:57 +1000, Stuart Longland wrote: > On 08/07/14 07:56, Dan Williams wrote: > >> and so the 'connection' bit would be mandatory, and you might have *one* > >> > each of the other setting types? > > The "type" sett

Re: [PATCH 1/1] service: only attempt to load the 'tun' modules if necessary

2014-07-07 Thread Dan Williams
On Fri, 2014-07-04 at 16:27 +0200, Thomas Haller wrote: > 'tun' support might be compiled into the kernel, thus modprobe will > always fail. > > https://mail.gnome.org/archives/networkmanager-list/2014-July/msg00014.html > > Signed-off-by: Thomas Haller Looks good to me. Dan > --- > src/nm-o

Re: ANN: NetworkManager 0.9.10 released

2014-07-07 Thread Dan Williams
asq itself, you could disable dnsmasq as a system service to work around that, or remove that config option. Let me know if that works! Dan > Thanks, and again, congrats on 0.9.10. > > -derek > > Dan Williams writes: > > > Hi! > > > > Well, we finally did

Re: Creating NetworkManager connections via DBus API

2014-07-07 Thread Dan Williams
On Tue, 2014-07-08 at 05:55 +1000, Stuart Longland wrote: > Hi Dan, > On 08/07/14 02:55, Dan Williams wrote: > > As thomas already mentioned, these should be covered in the API > > documentation that he linked. Note that IPv4 addresses are arrays of > > uint32 (address

Re: Creating NetworkManager connections via DBus API

2014-07-07 Thread Dan Williams
On Fri, 2014-07-04 at 11:51 +1000, Stuart Longland wrote: > Hi Dan, > On 04/07/14 10:51, Dan Williams wrote: > > On Fri, 2014-07-04 at 09:18 +1000, Stuart Longland wrote: > >> But how do I encode my address settings in a Settings.Connection object? > >> Where do I f

ANN: NetworkManager 0.9.10 released

2014-07-03 Thread Dan Williams
Hi! Well, we finally did it. We released NetworkManager 0.9.10 with all the awesome goodness described here: http://blogs.gnome.org/dcbw/2014/06/20/well-build-a-dream-house-of-net/ Grab the tarballs for NetworkManager and the applet/editor here: https://download.gnome.org/sources/NetworkManage

Re: Creating NetworkManager connections via DBus API

2014-07-03 Thread Dan Williams
On Fri, 2014-07-04 at 09:18 +1000, Stuart Longland wrote: > Hi all, > > I'm in the process of writing a web frontend for a small Linux-based > appliance, thus am in need of a tool for configuring the network interfaces. > > NetworkManager seems to be a good fit in that it supports a wide variety

Re: Network Manager crashes after a configuration is added and a connection is attempted.

2014-07-02 Thread Dan Williams
On Wed, 2014-07-02 at 11:26 +0200, Thomas Haller wrote: > On Tue, 2014-07-01 at 16:52 -0600, Chris Hessing wrote: > > Hi all, > > > I thought it might be an issue with the variant type I was sending in to > > some configuration setting that was later being parsed when I requested > > the connect

Re: NetworkManager-openvpn-0.9.8.4 and gnome-keyring

2014-06-30 Thread Dan Williams
On Sat, 2014-06-28 at 10:37 +, John Frankish wrote: > > > > > > > The configure script for NetworkManager-openvpn-0.9.8.4 looks > > > > > > > for gnome-keyring-1.pc, which is not present in > > > > > > > gnome-keyring-3.10.1 > > > > > > > > > > > > > > Is this mean to be compiled with ''--witho

Re: No IPv6 default route with dhcpcd.6.4.0-1?

2014-06-27 Thread Dan Williams
On Fri, 2014-06-27 at 11:15 -0500, Dan Williams wrote: > On Fri, 2014-06-27 at 10:43 +0200, Florian Klink wrote: > > Hi, > > > > caused by some package upgrades, (I'm quite sure it is caused by dhcpcd > > upgrade from 6.3.2-1 to 6.4.0-1), I don't receive

Re: No IPv6 default route with dhcpcd.6.4.0-1?

2014-06-27 Thread Dan Williams
On Fri, 2014-06-27 at 10:43 +0200, Florian Klink wrote: > Hi, > > caused by some package upgrades, (I'm quite sure it is caused by dhcpcd > upgrade from 6.3.2-1 to 6.4.0-1), I don't receive any more ipv6 default > routes from DHCPv6-enabled networks. > > It suddenly stopped working in two differe

Re: NetworkManager-openvpn-0.9.8.4 and gnome-keyring

2014-06-27 Thread Dan Williams
On Fri, 2014-06-27 at 11:06 -0500, Dan Williams wrote: > On Fri, 2014-06-27 at 10:59 -0500, Dan Williams wrote: > > On Fri, 2014-06-27 at 10:27 +, John Frankish wrote: > > > > > The configure script for NetworkManager-openvpn-0.9.8.4 looks for > > > > > g

Re: NetworkManager-openvpn-0.9.8.4 and gnome-keyring

2014-06-27 Thread Dan Williams
On Fri, 2014-06-27 at 10:59 -0500, Dan Williams wrote: > On Fri, 2014-06-27 at 10:27 +, John Frankish wrote: > > > > The configure script for NetworkManager-openvpn-0.9.8.4 looks for > > > > gnome-keyring-1.pc, which is not present in gnome-keyring-3.10.1 > &g

Re: NetworkManager-openvpn-0.9.8.4 and gnome-keyring

2014-06-27 Thread Dan Williams
On Fri, 2014-06-27 at 10:27 +, John Frankish wrote: > > > The configure script for NetworkManager-openvpn-0.9.8.4 looks for > > > gnome-keyring-1.pc, which is not present in gnome-keyring-3.10.1 > > > > > > Is this mean to be compiled with ''--without-gnome" for gnome-3? > > > > Which Linux di

Re: ANN: NetworkManager 0.9.9.98 (0.9.10-rc1) released

2014-06-26 Thread Dan Williams
On Thu, 2014-06-26 at 14:58 -0500, Dan Williams wrote: > On Thu, 2014-06-26 at 12:44 -0500, Robby Workman wrote: > > On Thu, 26 Jun 2014 12:27:14 -0500 > > Robby Workman wrote: > > > > > On Thu, 26 Jun 2014 10:16:41 -0500 > > > Dan Williams wrote: >

Re: ANN: NetworkManager 0.9.9.98 (0.9.10-rc1) released

2014-06-26 Thread Dan Williams
On Thu, 2014-06-26 at 12:44 -0500, Robby Workman wrote: > On Thu, 26 Jun 2014 12:27:14 -0500 > Robby Workman wrote: > > > On Thu, 26 Jun 2014 10:16:41 -0500 > > Dan Williams wrote: > > > > > On Thu, 2014-06-26 at 01:19 -0500, Robby Workman wrote: > &

Re: ANN: NetworkManager 0.9.9.98 (0.9.10-rc1) released

2014-06-26 Thread Dan Williams
On Thu, 2014-06-26 at 18:40 +0200, Vincent Bernat wrote: > ❦ 26 juin 2014 11:26 -0500, Dan Williams : > > >> GNU linker will try to resolve dependencies recursively but more modern > >> linkers like the Gold linker doesn't. GNU linker may be told not to do >

Re: ANN: NetworkManager 0.9.9.98 (0.9.10-rc1) released

2014-06-26 Thread Dan Williams
On Thu, 2014-06-26 at 17:53 +0200, Vincent Bernat wrote: > ❦ 26 juin 2014 10:16 -0500, Dan Williams : > > > What does 'ldd' on your libreadline.so return? Mine has: > > > > linux-vdso.so.1 => (0x7fff191fe000) > > libtinfo.so.5

Re: OpenVPN plugin without option keepalive

2014-06-26 Thread Dan Williams
On Mon, 2014-06-23 at 10:02 +0100, Michał Olber wrote: > Hi guys > Couple of times I was trying to configure properly my OpenVPN connection > on Xubuntu 13.10/14.04 in NetworkManager. But after importing ready > configuration file, save it and making connection, after 30 seconds, it > was lost. The

Re: NetworkManager-openvpn-0.9.8.4 and gnome-keyring

2014-06-26 Thread Dan Williams
On Tue, 2014-06-24 at 11:55 +, John Frankish wrote: > The configure script for NetworkManager-openvpn-0.9.8.4 looks for > gnome-keyring-1.pc, which is not present in gnome-keyring-3.10.1 > > Is this mean to be compiled with ''--without-gnome" for gnome-3? Which Linux distro do you have? The

Re: ANN: NetworkManager 0.9.9.98 (0.9.10-rc1) released

2014-06-26 Thread Dan Williams
On Thu, 2014-06-26 at 01:19 -0500, Robby Workman wrote: > On Thu, 26 Jun 2014 07:55:58 +0200 > Vincent Bernat wrote: > > > ❦ 25 juin 2014 21:36 -0500, Robby Workman : > > > > > Okay, looks like that's ncurses, so let's link ncurses too: > > > > > > [rworkman@liberty NetworkManager-0.9.9.98]$

Re: [RFE/ENH] A network bandwidth monitor plugin for NetworkManager

2014-06-24 Thread Dan Williams
On Tue, 2014-06-24 at 08:57 +0200, poma wrote: > We’ll Build A Dream House Of Net - by Dan Williams > http://blogs.gnome.org/dcbw/2014/06/20/well-build-a-dream-house-of-net/ > > Geez, are we done yet? > > Not even close! Seriously, there’s more b

Re: nmtui links [Re: ANN: NetworkManager 0.9.9.98 (0.9.10-rc1) released]

2014-06-23 Thread Dan Williams
On Mon, 2014-06-23 at 11:00 +0200, Michael Biebl wrote: > Am 23.06.2014 00:23, schrieb Michael Biebl: > > Am 21.06.2014 04:55, schrieb Dan Williams: > >> Hi! > >> > >> Continuing the release bullet-train, here's the next one on the way to > >> 0

ANN: NetworkManager 0.9.9.98 (0.9.10-rc1) released

2014-06-20 Thread Dan Williams
Hi! Continuing the release bullet-train, here's the next one on the way to 0.9.10. Only bug-fixes and small, lower-risk enhancements. There's a grab-bag of nmcli fixes, some IPv6 address lifetime fixes, we stomped hard on some crashers, fixed Wake-on-Wireless-LAN, streamlined the new dispatcher

Re: virtual interfaces [Re: ANN: NetworkManager 0.9.9.95 (0.9.10-beta1) released]

2014-06-19 Thread Dan Williams
On Thu, 2014-06-19 at 12:58 +0200, Michael Biebl wrote: > Am 17.06.2014 17:21, schrieb Michael Biebl: > > Am 07.06.2014 02:20, schrieb Dan Williams: > >> Hi, > >> > >> I'm pleased to announce the release of NetworkManager 0.9.9.95 > > > >

Re: ANN: NetworkManager 0.9.9.95 (0.9.10-beta1) released

2014-06-18 Thread Dan Williams
On Wed, 2014-06-18 at 10:54 +0200, Thomas Haller wrote: > On Tue, 2014-06-17 at 17:36 -0500, Dan Williams wrote: > > On Wed, 2014-06-18 at 00:01 +0200, Michael Biebl wrote: > > > Am 17.06.2014 19:54, schrieb Dan Winship: > > > > On 06/17/2014 10:50 AM, Michael Biebl w

Re: ANN: NetworkManager 0.9.9.95 (0.9.10-beta1) released

2014-06-17 Thread Dan Williams
On Tue, 2014-06-17 at 20:51 +0200, Thomas Haller wrote: > On Tue, 2014-06-17 at 20:31 +0200, Michael Biebl wrote: > > Am 17.06.2014 18:31, schrieb Dan Williams: > > > Separate directories were used for pre-up/pre-down because these events > > > block state changes inter

Re: ANN: NetworkManager 0.9.9.95 (0.9.10-beta1) released

2014-06-17 Thread Dan Williams
On Wed, 2014-06-18 at 00:01 +0200, Michael Biebl wrote: > Am 17.06.2014 19:54, schrieb Dan Winship: > > On 06/17/2014 10:50 AM, Michael Biebl wrote: > >> Looking through the changes in configure.ac, I notice that libteam is a > >> new (optional) dependency. > >> Which of the new functionality depen

Re: bashisms in configure.ac and usage of realpath

2014-06-17 Thread Dan Williams
On Tue, 2014-06-17 at 16:10 +0200, Michael Biebl wrote: > Hi, > > running ./autogen.sh I get > > sh: 1: [[: not found > > during autoreconf. Culprit is > > m4_define([nm_git_sha], [m4_esyscmd([ ( [[ -d ./.git/ && "$(realpath > ./.git/)" = "$(realpath "$(git rev-parse --git-dir 2>/dev/null)" >

Re: virtual interfaces [Re: ANN: NetworkManager 0.9.9.95 (0.9.10-beta1) released]

2014-06-17 Thread Dan Williams
On Tue, 2014-06-17 at 17:21 +0200, Michael Biebl wrote: > Am 07.06.2014 02:20, schrieb Dan Williams: > > Hi, > > > > I'm pleased to announce the release of NetworkManager 0.9.9.95 > > * Changes made to IP addresses, IP routes, and master/slave > relationship

Re: ANN: NetworkManager 0.9.9.95 (0.9.10-beta1) released

2014-06-17 Thread Dan Williams
On Tue, 2014-06-17 at 17:11 +0200, Michael Biebl wrote: > Am 17.06.2014 16:50, schrieb Michael Biebl: > > > I also noticed that you implemented pre-up and pre-down in the > > dispatcher and that there are now dedicated directories in > > /etc/NetworkManager/dispatcher.d/pre-down.d > > /etc/Network

Re: NetworkManager-0.9.95 update in rawhide

2014-06-17 Thread Dan Williams
On Wed, 2014-06-11 at 12:00 +0400, Igor Gnatenko wrote: > On Tue, Jun 10, 2014 at 11:19 PM, Dan Williams wrote: > > On Tue, 2014-06-10 at 21:37 +0400, Igor Gnatenko wrote: > >> On Tue, Jun 10, 2014 at 9:34 PM, Thomas Haller wrote: > >> > On Tue, 2014-06-10 at 21

Re: new VPN service

2014-06-16 Thread Dan Williams
On Sat, 2014-06-14 at 12:22 +0200, RoboMod wrote: > Hello, > > last week I found a nice peer to peer VPN Project [1]. I managed first > tests and started to compile it to rpm package. Now I want to integrate > the connection process into the system. And which tool comes to my mind > first: Netw

Re: RFC: standardized network provisioning

2014-06-13 Thread Dan Williams
On Fri, 2014-06-13 at 12:17 +0200, Tom Gundersen wrote: > On Fri, Jun 13, 2014 at 12:43 AM, Dan Williams wrote: > > On Thu, 2014-06-12 at 23:22 +0200, Mark Elkins wrote: > >> I hear that the latest Apple IOS uses a random MAC address when scanning > >> local wifi hot

Re: RFC: standardized network provisioning

2014-06-12 Thread Dan Williams
AC is randomized when scanning, tracker devices could use timing and IE heuristics to detect your MAC address with some > 50% probability, if you stay in the same place long enough.) Dan > On Thu, 2014-06-12 at 15:24 -0500, Dan Williams wrote: > > On Wed, 2014-06-11 at 12:12 -0400,

Re: RFC: standardized network provisioning

2014-06-12 Thread Dan Williams
On Wed, 2014-06-11 at 12:12 -0400, Chuck Anderson wrote: > Has any thought been given to implementing standardized network > provisioning similar to how Apple's .mobileconfig works? > > We are using CloudPath XpressConnect to provision Windows, Mac, Linux, > Android, iOS, etc. with our WPA-Enterpr

Re: NetworkManager signals global connectivity even when DNS is not yet ready

2014-06-12 Thread Dan Williams
čen 04 18:30:14 p8z77 NetworkManager[321]: Policy set 'Wired > connection 1' (eno1) as default for IPv4 routing and DNS. > čen 04 18:30:14 p8z77 NetworkManager[321]: Writing DNS > information to /usr/bin/resolvconf > > Regards, > Marcel > > On 2014-06-04 15

Re: RFC: standardized network provisioning

2014-06-12 Thread Dan Williams
On Wed, 2014-06-11 at 14:45 -0400, Dan Winship wrote: > On 06/11/2014 12:12 PM, Chuck Anderson wrote: > > Has any thought been given to implementing standardized network > > provisioning similar to how Apple's .mobileconfig works? > > There's been some discussion about provisioning in the past, bu

Re: Setting the IP address and other IP infos through the DBus API of Network Manager version 0.9.4+

2014-06-10 Thread Dan Williams
On Sat, 2014-06-07 at 12:51 -0400, Simon Pleau wrote: > Hi, > > > > I'm looking to change the IP address, prefix, gateway, etc.. of a connection > through the NM and its DBus API but the only examples I have found are for > version 0.8.x in which the Update method on > org.freedesktop.Networ

Re: NetworkManager-0.9.95 update in rawhide

2014-06-10 Thread Dan Williams
On Tue, 2014-06-10 at 21:37 +0400, Igor Gnatenko wrote: > On Tue, Jun 10, 2014 at 9:34 PM, Thomas Haller wrote: > > On Tue, 2014-06-10 at 21:25 +0400, Igor Gnatenko wrote: > >> Hi, > >> > >> After latest update i can't use my wifi in NM. Probably this bug not > >> in NM, but I don't know how to de

ANN: NetworkManager 0.9.9.95 (0.9.10-beta1) released

2014-06-06 Thread Dan Williams
Hi, I'm pleased to announce the release of NetworkManager 0.9.9.95 (0.9.10-beta1) and the same version of nm-applet and nm-connection-editor. This release contains many, many enhancements and bug fixes, most notably much better cooperation with external changes and tools, better configurability,

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