Re: IPv6 with DHCP -- how is default route set?

2015-10-21 Thread Thomas Haller
On Tue, 2015-10-20 at 19:29 -0400, Chuck Anderson wrote: > On Tue, Oct 20, 2015 at 06:25:09PM -0400, Eloy Paris wrote: > > On Tue, Oct 20, 2015 at 04:43:55PM -0400, Stuart Gathman wrote: > > > > > On 10/20/2015 02:28 PM, Eloy Paris wrote: > > > > > > > Are these delays normal; do they depend on

Re: NM 1.0.6, Bridge takes 30 seconds to initialize

2015-10-20 Thread Thomas Haller
On Mon, 2015-10-19 at 12:02 -0600, Nathanael D. Noblet wrote: > Hello, > > > I've been using NM to have a bridge setup. It works, however it > takes > a *long* time (to me anyway) to come up. Around 30 seconds it seems. > The problem with this is that for example I have libvirt VMs that I >

Re: IPv6 with DHCP -- how is default route set?

2015-10-20 Thread Thomas Haller
On Tue, 2015-10-20 at 11:29 -0400, Eloy Paris wrote: > Hello, > > The company I work for has an IPv6-enabled network that requires > configuration via DHCP. I get assigned a global IPv6 address just > fine > after configuring the NetworkManager entry for my NIC with > "Automatic, > DHCP only".

Re: NM 1.0.6, Bridge takes 30 seconds to initialize

2015-10-20 Thread Thomas Haller
On Tue, 2015-10-20 at 07:02 -0600, Nathanael D. Noblet wrote: > On Tue, 2015-10-20 at 09:36 +0200, Thomas Haller wrote: > > > > The bridge device has no carrier for the long time. > > What about your STP configuration? > > > > What gives: > > > >

Re: [PATCH] Fix compilation if we don't have INET6_ADDR_GEN_MODE_* constants

2015-10-15 Thread Thomas Haller
On Thu, 2015-10-15 at 16:01 +0200, Guido Günther wrote: > as in src/platform/nm-linux-platform.c > --- > src/platform/nm-platform.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > applied as

Re: [PATCH] ifcfg-rh: deal with weird ifcfg properly

2015-10-08 Thread Thomas Haller
an ipv4 address to > be set. > Instead deal with this case by checking if we have any ipv4 addrs > set, and if > not just disable ipv4. This fixes our inability to kickstart in our > ipv6 only > clusters. Thanks, LGTM Acked-By: Thomas Haller <thal...@redhat.com> signatu

Re: [PATCH] ifcfg-rh: deal with weird ifcfg properly

2015-10-08 Thread Thomas Haller
On Wed, 2015-10-07 at 18:18 -0700, Josef Bacik wrote: > Dracut when faced with an ipv6 only setup during kickstart will > generate a ifcfg > file that sets the ipv4 address things to null but sets > BOOTPROTO=static. This > makes network manager screw up because it expects an ipv4 address to > be

Re: Understanding How Networking Manager Manages Wi-Fi

2015-09-24 Thread Thomas Haller
On Thu, 2015-09-24 at 15:02 +0530, Ramprasad Vempati wrote: > Thanks Dan. yes I'm using ubuntu which has old version, which is > 0.9.4.0. > > Is there any way I can configure unmanaged-devices via command-line, > instead of openings NetworkManager.conf? I'm basically trying to > create a script

Re: vpn and stuff

2015-09-14 Thread Thomas Haller
You bring up so many different points, that it's hard to keep track of them. It would be better to discuss them individually or open Bugs for it. > I managed to also integrate it with the plasma applet thing for KDE > 4, > which is really nice in user interface terms for the largest part >

Re: vpn and stuff

2015-09-14 Thread Thomas Haller
On Sat, 2015-09-12 at 19:56 +0200, Xen wrote: > == > > Requesting OpenVPN listens at port 1194 for the management console > might > not be the most rad choice as a user may want to use that port for > tunneling to a remote OpenVPN server. So you get a conflict

Re: ethernet.wake-on-lan

2015-09-13 Thread Thomas Haller
On Sun, 2015-09-13 at 15:48 +0200, poma wrote: > Hi Fi > > If wake-on-lan is local setting - per connection, > is ethernet.wake-on-lan global setting? > > man 5 nm-settings/NetworkManager.conf does not explain. > > BTW how to disable NetworkManager's WOL management completely? > Yes Is

Re: How to configure a AX25 interface ?

2015-09-09 Thread Thomas Haller
On Wed, 2015-09-09 at 07:28 +0200, Jean-Christian de Rivaz wrote: > Hello, > > I have successfully setup a AX25 interface and NM see it this way: > nmcli d > DEVICE TYPE STATECONNECTION > ax0 unknown connectedax0 > eth2 ethernet unavailable -- > ttyACM0 gsm

Re: How to configure a AX25 interface ?

2015-09-09 Thread Thomas Haller
On Wed, 2015-09-09 at 13:06 +0200, Jean-Christian de Rivaz wrote: > Le 09. 09. 15 10:19, Thomas Haller a écrit : > > On Wed, 2015-09-09 at 07:28 +0200, Jean-Christian de Rivaz wrote: > > > Hello, > > > > > > I have successfully setup a AX25 interface and NM

Re: Greetings

2015-09-08 Thread Thomas Haller
On Tue, 2015-09-08 at 02:54 -0700, anurag katey wrote: > Hello everyone, > I am Anurag and I am a newbie to the open source world. > Presently I am pursuing masters in Computer Science from University > of Southern California (USC). > I have experience in Kernel programming as well as network

Re: Implementation of configuration in NetworkManager

2015-09-04 Thread Thomas Haller
On Tue, 2015-09-01 at 10:57 -0700, xguest2587 wrote: > Hi > My VPN provider has sent me a configuration file which contains some > settings. I want to implement these settings in my VPN Connection in > NetworkManager. Kindly help me to identify these settings in > NetworkManager: > > dev tun >

Re: [PATCH] Split out the bits which determine ID_NET_DRIVER or DRIVERS, into separate udev rules file

2015-08-31 Thread Thomas Haller
On Fri, 2015-08-28 at 16:52 +0200, Michael Biebl wrote: > Am 28.08.2015 um 16:33 schrieb Michael Biebl: > > +ENV{ID_NET_DRIVER}=="?*", GOTO="nm_drivers_end" > > +DRIVERS=="?*", GOTO="nm_unmanaged_drivers_end" >^ > Sorry, this was a typo. Noticed the second I hit send

Re: [PATCH] config: bugfix: parse commandline options into correct object

2015-08-28 Thread Thomas Haller
On Thu, 2015-08-27 at 22:18 +0200, Ulrich Ölmann wrote: Config related commandline options should be parsed into a function argument but were instead parsed into an object with local scope. As a result none of them had any impact. good catch. Applied as

Re: NM-Manager sucks my VPN

2015-08-01 Thread Thomas Haller
On Sat, 2015-08-01 at 13:13 +0200, michael wrote: Hello, I set up a fresh Debian8.1 (whit Mate Desktop) I will import my VPN (Settings) and NM.Manager Editor crashes. (Btw:That has never worked wh. Editor) You mean, nm-connection-editor crashes when you try to import your VPN? Is it

Re: [PATCH] device: prefer wifi over wwan by default

2015-07-22 Thread Thomas Haller
On Tue, 2015-07-21 at 11:37 +0200, Tore Anderson wrote: This makes wifi preferred to wwan (the modem and bluetooth device types to be specific) by default, so that users that care about being connected at all times can keep both enabled with auto-connect. As wifi is usually unmetered and

Re: [PATCH] device: restart the DHCP transaction when the carrier goes up during the defer period

2015-07-22 Thread Thomas Haller
On Mon, 2015-07-20 at 14:24 +0200, Lubomir Rintel wrote: This makes NetworkManager recover on brief carrier toggle following a DHCP outage. src/devices/nm-device.c | 4 1 file changed, 4 insertions(+) diff --git a/src/devices/nm-device.c b/src/devices/nm-device.c index

Re: [PATCH] platform: move link_get_user_ipv6ll_enabled() to nm-platform-linux

2015-07-22 Thread Thomas Haller
On Mon, 2015-07-20 at 11:01 +0200, Lubomir Rintel wrote: It uses Linux specific functionality. Furthermore, the IN6_ADDR_GEN_MODE_NONE macro might not be available in nm-platform which breaks the build. Reported-by: Petr Vorel petr.vo...@gmail.com --- LGTM signature.asc Description:

Re: WiFi roaming Modem handover

2015-06-29 Thread Thomas Haller
On Mon, 2015-06-29 at 12:56 +0200, Pieter Cardoen wrote: I would like to have some information on how NetworkManager takes care of handover between Access Points and between Networks: How does NetworkManager handle WiFi handover between different APs of one network? Do you mean roaming?

Re: 1.0.4 release next week?

2015-06-29 Thread Thomas Haller
On Fri, 2015-06-26 at 13:03 +0200, Lubomir Rintel wrote: Hello, it's some time since the 1.0.2 release already and the nm-1-0 branch now has plenty bug fixes and enhancements. Moreover, significant effort has been done at Red Hat to test and stabilize the branch for the next update of

Re: Auto Ethernet

2015-06-24 Thread Thomas Haller
On Mon, 2015-06-22 at 18:36 +0200, poma wrote: NetworkManager-1.0.4-0.1.git20150618.8cffaf3bf5 This does not work: By default, NetworkManager creates a temporary wired connection for any Ethernet device that is managed and doesn't have a connection configured. There is a configuration

Re: Auto Ethernet

2015-06-24 Thread Thomas Haller
On Wed, 2015-06-24 at 20:08 +0200, poma wrote: NetworkManager-1.0.4-0.1.git20160624.f245b49a PASSED Good to know. Thank you for testing... But locking at the history (git diff 8cffaf3bf5 f245b49a), it's not clear to me why it was broken, or which commit fixed it. Thomas signature.asc

Re: [PATCH 1/1] device: delay handling of link-changed platform event

2015-06-19 Thread Thomas Haller
On Wed, 2015-06-17 at 19:17 +0200, Thomas Haller wrote: When inside a state-change, we set for example the device up. This triggers a link-changed event, which then causes further state-changes of the devices. The handling of the link-changed event must be delayed and invoked idly

Re: [PATCH] systemd-dhcp: fix build with Linux = 3.2.0 headers

2015-06-19 Thread Thomas Haller
On Thu, 2015-06-18 at 01:51 +0200, Petr Vorel wrote: Hi there, Fixes build on Ubuntu 12.04. src/dhcp-manager/systemd-dhcp/src/libsystemd-network/dhcp -network.c: In function '_bind_raw_socket': src/dhcp-manager/systemd-dhcp/src/libsystemd-network/dhcp -network.c:79:17: error:

[PATCH 1/1] device: delay handling of link-changed platform event

2015-06-17 Thread Thomas Haller
When inside a state-change, we set for example the device up. This triggers a link-changed event, which then causes further state-changes of the devices. The handling of the link-changed event must be delayed and invoked idly. This avoid a serious assertions that can hit since

Re: Cherry-pick 'fix build with Linux 3.2.0 headers' also to branch nm-1-0

2015-06-16 Thread Thomas Haller
On Tue, 2015-06-16 at 14:10 +0200, Petr Vorel wrote: Hi there, could you please cherry-pick commit 22b99e3b 'fix build with Linux 3.2.0 headers' also to branch nm-1-0? It'd be nice to have it in 1.0.4 (not sure if it 1.0.4 is going to be made from master or from nm-1-0). done:

Re: Why is NM preferring wwan over wifi?

2015-06-14 Thread Thomas Haller
On So, 2015-06-14 at 10:10 +0200, Tore Anderson wrote: I've noticed that a default route on a wifi network is assigned a default metric of 600, while a default route on a wwan connection gets a default metric of 450. The effect of this is that the host will prefer to use wwan over wifi

Re: Out of memory warnings from network manager

2015-06-08 Thread Thomas Haller
On Mi, 2015-06-03 at 12:36 -0700, Alok Shankar wrote: Hi, I am running Network manager version 0.9.4.0 on Ubuntu, and I see that my syslog is flooded with the messages shown below: 2015-05-31T13:54:02.922826-07:00 ctrl-112 NetworkManager[893]: WARNING warn error monitoring device for

Re: DHCP renewal changes routing table

2015-06-05 Thread Thomas Haller
On Fr, 2015-06-05 at 11:39 -0500, Dan Williams wrote: On Thu, 2015-06-04 at 13:45 +0200, Thomas Haller wrote: On Do, 2015-06-04 at 04:55 -0600, Nicolas Bock wrote: Hi, When I run the Juniper Network Connect client (ncsvc) it terminates every time the DHCP license is renewed

Re: DHCP renewal changes routing table

2015-06-04 Thread Thomas Haller
On Do, 2015-06-04 at 04:55 -0600, Nicolas Bock wrote: Hi, When I run the Juniper Network Connect client (ncsvc) it terminates every time the DHCP license is renewed. The log files of ncsvc are unfortunately rather cryptic, but it appears as if the DHCP renewal leads to a change in the

Re: DHCP renewal changes routing table

2015-06-04 Thread Thomas Haller
=... or that suppresses routes from DHCP ipv4.method=auto ipv4.routes=... ipv4.ignore-auto-routes=yes that might work well enough, but that's not a real solution. Thomas Thanks again for the help! nick On Thu, Jun 4, 2015 at 5:45 AM, Thomas Haller thal...@redhat.com wrote: On Do

Re: DHCP renewal changes routing table

2015-06-04 Thread Thomas Haller
On Do, 2015-06-04 at 06:13 -0600, Nicolas Bock wrote: On Thu, Jun 4, 2015 at 6:07 AM, Thomas Haller thal...@redhat.com wrote: On Do, 2015-06-04 at 05:56 -0600, Nicolas Bock wrote: Thanks Thomas for the helpful comments. It sounds like that there is no solution at the moment through

Re: NetworkManager: network selection

2015-06-02 Thread Thomas Haller
On Di, 2015-06-02 at 20:56 +0200, Pieter Cardoen wrote: I have some questions about how networkmanager selects a network. How does the NetworkManager deamon decide which network to use if multiple network connections are available? Hi when a device is currently not connected, at various

Re: OpenVPN support

2015-06-02 Thread Thomas Haller
On Di, 2015-06-02 at 21:30 +0200, Pieter Cardoen wrote: Dear I've tried to use openVPN with NetworkManager via the GUI. However, I only can use a very limited amount of options and would like to use the full openVPN functionality. Is it possible to import ovpn-files to NetworkManager?

Re: Configure a connection for a gsm with dynamic ttyACMx

2015-05-26 Thread Thomas Haller
On Tue, 2015-05-26 at 00:37 +0200, Jean-Christian de Rivaz wrote: Hello, I have a system where the modem have multiple /dev/ttyACMx ports where x is not constant because of the dynamic nature of others serial devices. ModemManager always detect the rights ttyACMx of the modem but

Re: Configure a connection for a gsm with dynamic ttyACMx

2015-05-26 Thread Thomas Haller
On Tue, 2015-05-26 at 15:51 +0200, Jean-Christian de Rivaz wrote: Le 26. 05. 15 08:34, Thomas Haller a écrit : On Tue, 2015-05-26 at 00:37 +0200, Jean-Christian de Rivaz wrote: but NetworkManager only allow to configure a connection for a fixed device. this is not correct. Just leave

Re: nmcli, pppoe (ADSL login and password)

2015-05-26 Thread Thomas Haller
On Tue, 2015-05-26 at 10:10 +0300, Mihamina Rakotomandimby wrote: Hi all, My target is: CentOS 7 on a X less gateway My internet provider provides a pppoe connection with a login and a password On CentOS6, I used to setip it up with rp-pppoe wizzard and it works: it sets up the needed

Re: libnl-3.2.25 doesn't report version info to Network Manager.

2015-05-20 Thread Thomas Haller
On Tue, 2015-05-19 at 23:29 +0100, John Whitmore wrote: So with much help got NM-1.0.2 built on the RPi2, but one of the steps along the way is installing libnl-3.2.25 Unfortunately NM ain't happy with that install and is throwing up errors when I try to run it:

Re: libnl-3.2.25 doesn't report version info to Network Manager.

2015-05-20 Thread Thomas Haller
On Wed, 2015-05-20 at 20:47 +0100, John Whitmore wrote: So I got my libnl conflicts sorted out but I'm afraid I'm no farther down the road. I can barely remember why I started all this. USB 4G Modems :-( Even looking at some of the regular desktop distro can't handle them at all so why did I

Re: Building NM-1.0.2 on RaspberryPi

2015-05-19 Thread Thomas Haller
On Tue, 2015-05-19 at 11:35 +0100, John Whitmore wrote: The short back story is that I'm trying to get a USB 4G Modem working on a RaspberryPi 2B device. Via much help and direction from the linux networking mailing list and the modem manager mailing list I find myself here. The latest

Re: Building NM-1.0.2 on RaspberryPi

2015-05-19 Thread Thomas Haller
On Tue, 2015-05-19 at 12:47 +0200, Thomas Haller wrote: On Tue, 2015-05-19 at 11:35 +0100, John Whitmore wrote: The short back story is that I'm trying to get a USB 4G Modem working on a RaspberryPi 2B device. Via much help and direction from the linux networking mailing list and the modem

Re: nm-applet not running

2015-05-14 Thread Thomas Haller
On Thu, 2015-05-14 at 10:20 +0200, jean-christophe manciot wrote: Hello guys, I have compiled and installed NetworkManager from the git sources on Ubuntu Server 15.04. I can see NetworkManager is running but not nm-applet. What should be done? Regards. nm-applet is not part of

Re: network-manager/nm-applet doesn't recognize my wired connection

2015-05-14 Thread Thomas Haller
On Thu, 2015-05-14 at 12:06 -0400, Caesar Samsi wrote: Hi Thomas, here they are: nmcli con list: caesar@ubuntubase:~$ nmcli con list NAME UUID TYPE TIMESTAMP-REAL nmcli con status: caesar@ubuntubase:~$ nmcli

Re: network-manager/nm-applet doesn't recognize my wired connection

2015-05-14 Thread Thomas Haller
On Wed, 2015-05-13 at 19:08 -0400, Caesar Samsi wrote: Hi, I installed Ubuntu 14.04 LTS server, then installed Cinnamon which includes the nm-applet but apparently did not install network-manager. I then installed network-manager. The applet appears in the panel right side. However,

Re: [PATCH 3/3] device: when IP config is unchanged, only install updated lifetimes

2015-05-07 Thread Thomas Haller
On Wed, 2015-05-06 at 15:59 +, Ward, David - 0665 - MITLL wrote: On 05/06/2015 03:30 AM, Thomas Haller wrote: On Tue, 2015-05-05 at 23:53 -0400, David Ward wrote: After DHCP RENEW/REBIND events occur (in particular), do not update the installed routes if there were no relevant IP config

Re: [PATCH 3/3] device: when IP config is unchanged, only install updated lifetimes

2015-05-06 Thread Thomas Haller
On Tue, 2015-05-05 at 23:53 -0400, David Ward wrote: After DHCP RENEW/REBIND events occur (in particular), do not update the installed routes if there were no relevant IP config changes. Aside from being an optimization, this behavior is needed to avoid unnecessarily interfering with

Re: NetworkManager sends hostname even if disabled in /etc/dhcp/dhclient.conf

2015-05-04 Thread Thomas Haller
On Sat, 2015-05-02 at 19:54 +0200, Jan Heidbrink wrote: Hi, I found that my Ubuntu machine always sends its hostname when doing a DHCP request. I also found that for DHCP requests NetworkManager uses a config-file /var/lib/NetworkManager/dhclient-eth0.conf which is based on

[PATCH 1/2] device: add priv pointer to private instance data

2015-04-30 Thread Thomas Haller
https://mail.gnome.org/archives/networkmanager-list/2015-April/msg00072.html --- This is what I would like to do... src/devices/nm-device.c | 8 +--- src/devices/nm-device.h | 3 +++ 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/src/devices/nm-device.c

Re: Metered connections

2015-04-30 Thread Thomas Haller
On Thu, 2015-04-30 at 16:37 +0200, Beniamino Galvani wrote: Hi, we have an open BZ item requesting a way to report information about metered connections: https://bugzilla.gnome.org/show_bug.cgi?id=741725 I was thinking to a possible way to implement this starting from Thomas'

Re: [PATCH 1/2] core: add nm_utils_monotonic_timestamp_as_boottime() function

2015-04-29 Thread Thomas Haller
On Tue, 2015-04-28 at 17:37 -0500, Dan Williams wrote: On Tue, 2015-04-28 at 00:41 +0200, Thomas Haller wrote: On Mon, 2015-04-27 at 16:31 -0500, Dan Williams wrote: On Wed, 2015-04-22 at 12:50 +0200, Thomas Haller wrote: On Tue, 2015-04-21 at 12:47 -0500, Dan Williams wrote: On Tue

Re: NM coding style regarding private gobject data

2015-04-29 Thread Thomas Haller
with the verboseness of: NM_TYPE_NAME_GET_PRIVATE (self)-my_field nm_type_name_get_instance_private (self)-my_field vs. self-priv-my_field Bonus point: it's easier in gdb/debugger. Thomas -- Álex Puchades El 29/04/2015 12:00, Thomas Haller thal...@redhat.com escribió: Hi

Re: [PATCH] nm-iface-helper: set last_config properly

2015-04-25 Thread Thomas Haller
On Fri, 2015-04-24 at 22:38 -0400, David Ward wrote: Update last_config outside of the conditional; otherwise it will always remain set to NULL. Signed-off-by: David Ward david.w...@ll.mit.edu --- Acked-By: Thomas Haller thal...@redhat.com signature.asc Description: This is a digitally

Re: [PATCH 1/2] core: add nm_utils_monotonic_timestamp_as_boottime() function

2015-04-22 Thread Thomas Haller
On Tue, 2015-04-21 at 12:47 -0500, Dan Williams wrote: On Tue, 2015-04-21 at 19:19 +0200, Thomas Haller wrote: On Tue, 2015-04-21 at 19:04 +0200, Thomas Haller wrote: On Tue, 2015-04-21 at 11:48 -0400, Mathieu Trudel-Lapierre wrote: From: Thomas Haller thal...@redhat.com I

Re: PPP Documentation

2015-04-22 Thread Thomas Haller
On Tue, 2015-04-21 at 16:27 -0700, Ali Nematollahi wrote: Hi guys Where can I find documentation on PPP and NM? I want to have my PPP management done by NM and hook NM with Modem Manager and I have not been able to find much info on it online. Any help is appreciated, Hi, There is

Re: [PATCH 1/2] core: add nm_utils_monotonic_timestamp_as_boottime() function

2015-04-21 Thread Thomas Haller
On Tue, 2015-04-21 at 19:04 +0200, Thomas Haller wrote: On Tue, 2015-04-21 at 11:48 -0400, Mathieu Trudel-Lapierre wrote: From: Thomas Haller thal...@redhat.com I pushed both patches to upstream branch mtl/wifi-ap-last-seen for easier review. And I added two fixup commits with changes

Re: [PATCH 1/2] core: add nm_utils_monotonic_timestamp_as_boottime() function

2015-04-21 Thread Thomas Haller
On Tue, 2015-04-21 at 11:48 -0400, Mathieu Trudel-Lapierre wrote: From: Thomas Haller thal...@redhat.com I pushed both patches to upstream branch mtl/wifi-ap-last-seen for easier review. And I added two fixup commits with changes I that I suggest. Thomas signature.asc Description

Re: NetworkManager kernel and udev/eudev dependency, gcc build dependency

2015-04-17 Thread Thomas Haller
On Fri, 2015-04-17 at 14:24 +0200, Petr Vorel wrote: Hi there, Which is a minimal required Linux kernel version and udev/eudev version required to run NetworkManager 1.0? The only info about dependency I found is in LFS doc [1], but it does not say anything about the kernel. As udev

[PATCH 1/1] systemd: make NetworkManager reloadable via SIGHUP

2015-04-17 Thread Thomas Haller
Since f9e4af2, parts of the configuration can be reloaded by sending SIGHUP to NetworkManager. Add ExecReload option to service file to support reloading by sending a signal. Note that 'man 5 systemd.service' advices to use a blocking command instead of a sending a signal. Later we should add a

Re: [PATCH 1/1] systemd: make NetworkManager reloadable via SIGHUP

2015-04-17 Thread Thomas Haller
On Fri, 2015-04-17 at 11:25 -0500, Dan Williams wrote: On Fri, 2015-04-17 at 15:06 +0200, Thomas Haller wrote: Since f9e4af2, parts of the configuration can be reloaded by sending SIGHUP to NetworkManager. Add ExecReload option to service file to support reloading by sending a signal

[PATCH 1/1] contrib/rpm: add comment to NetworkManager.conf file

2015-04-16 Thread Thomas Haller
--- contrib/fedora/rpm/NetworkManager.conf | 10 ++ 1 file changed, 10 insertions(+) diff --git a/contrib/fedora/rpm/NetworkManager.conf b/contrib/fedora/rpm/NetworkManager.conf index 88b7cec..d0d0d3f 100644 --- a/contrib/fedora/rpm/NetworkManager.conf +++

Re: [PATCH 1/1] contrib/rpm: add comment to NetworkManager.conf file

2015-04-16 Thread Thomas Haller
On Thu, 2015-04-16 at 09:49 -0500, Dan Williams wrote: On Thu, 2015-04-16 at 14:51 +0200, Thomas Haller wrote: --- contrib/fedora/rpm/NetworkManager.conf | 10 ++ 1 file changed, 10 insertions(+) diff --git a/contrib/fedora/rpm/NetworkManager.conf b/contrib/fedora/rpm

Re: jhbuild run for NetworkManager

2015-04-13 Thread Thomas Haller
On Sat, 2015-04-11 at 18:25 -0500, Eric Schultz wrote: All, I'm new to Gnome development and I'm looking to hack on NetworkManager. I've followed the instructions for setting up jhbuild and I've run the NetworkManager build but I can't use jhbuild run since NetworkManager requires root.

[PATCH 1/1] test: add separate valgrind suppressions files per distribution

2015-04-09 Thread Thomas Haller
Rename the file valgrind.suppressions to valgrind.suppressions.fc20, because the file only really works on Fedora 20. Add a new file valgrind.suppressions.fc21 which at the moment is just a copy of the previous valgrind.suppressions file. The tests on Fedora 21 still fail, fix them in a second

Re: Timeout for VPN connections

2015-04-07 Thread Thomas Haller
On Tue, 2015-04-07 at 12:14 +0200, Franck Routier (perso) wrote: Hi list, See also this ticket on Ubuntu, with a patch and PPA : https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/420411 Would it make sense to change the default timeout, or even better make it configurable ?

Re: [PATCH 1/1] core: add fatal-warnings option to NM_DEBUG

2015-04-01 Thread Thomas Haller
On Tue, 2015-03-31 at 10:46 +0200, Lubomir Rintel wrote: Looks good. On Tue, 2015-03-31 at 07:41 +0200, Thomas Haller wrote: NM already understands the command line argument --g-fatal-warnings which causes setting of g_log_set_always_fatal(). Thanks. merged as http

[PATCH 1/1] core: add fatal-warnings option to NM_DEBUG

2015-03-30 Thread Thomas Haller
NM already understands the command line argument --g-fatal-warnings which causes setting of g_log_set_always_fatal(). Also interpret the fatal-warnings token in NM_DEBUG environment variable and in main.debug configuration setting. Usage hint: either set $ export

Re: NM-Manager 0.9.10 | Debian Jessie | Connection Editor fuckup

2015-03-22 Thread Thomas Haller
On Sat, 2015-03-21 at 12:18 +0100, system_error wrote: Hello, OK, i set up my default (Open)VPN Provider settings by hand. VPN works, but my /var/log/sylog run's amok Mar 21 11:40:10 gnulinux NetworkManager[2383]: error [1426934410.140304] [devices/nm-device.c:1729]

Re: [review] th/keyfile

2015-03-20 Thread Thomas Haller
On Sun, 2015-03-15 at 18:49 +0100, Thomas Haller wrote: On Fri, 2015-03-13 at 13:20 -0500, Dan Williams wrote: 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

Re: [review] th/keyfile

2015-03-15 Thread Thomas Haller
On Fri, 2015-03-13 at 13:20 -0500, Dan Williams wrote: 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

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

2015-03-13 Thread Thomas Haller
On Thu, 2015-03-12 at 13:47 -0500, Dan Williams wrote: 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

Re: [review] backport th/uuid-duplicate-rh1171751 to nm-1-0

2015-03-12 Thread Thomas Haller
On Thu, 2015-03-05 at 12:36 +0100, Thomas Haller wrote: Hi all, master has commit commit 29eb46b126f111a68ae811aa69603f47b3a90c7a Author: Thomas Haller thal...@redhat.com Date: Tue Jan 13 16:58:24 2015 settings: merge branch 'th/uuid-duplicate-rh1171751

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

2015-03-12 Thread Thomas Haller
On Thu, 2015-03-12 at 10:32 +0100, Harald Dunkel wrote: On Wed, 04 Mar 2015 18:15:43 +0100 Frederik Himpe frede...@frehi.be wrote: I still think that NM's behaviour not to touch the interface when it's up already is counter-intuitive. If I start up NM with a configuration for eth0,

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

2015-03-12 Thread Thomas Haller
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 psime...@redhat.com Sent: Thursday, March 12, 2015 11

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

2015-03-12 Thread Thomas Haller
On Thu, 2015-03-12 at 09:28 -0500, Dan Williams wrote: 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 - What about my original suggestion of onboot as a separate option from auto[1] plus

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

2015-03-12 Thread Thomas Haller
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 Thomas signature.asc Description: This is a digitally signed message part

Re: [PATCH 1/1] examples: python: print into stderr

2015-03-10 Thread Thomas Haller
On Tue, 2015-03-10 at 06:18 +0100, Petr Vorel wrote: Signed-off-by: Petr Vorel petr.vo...@gmail.com --- examples/python/dbus/vpn.py | 2 +- examples/python/gi/add_connection.py| 2 +- examples/python/gi/deactivate-all.py| 2 +- examples/python/gi/firewall-zone.py | 2

Re: NetworkManagerFailed to read classid file: Object not found

2015-03-06 Thread Thomas Haller
On Fri, 2015-03-06 at 08:49 -0600, Dan Williams wrote: 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

Re: NetworkManagerFailed to read classid file: Object not found

2015-03-06 Thread Thomas Haller
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 try to start the NM after the installation is over, it comes back

[review] backport th/uuid-duplicate-rh1171751 to nm-1-0

2015-03-05 Thread Thomas Haller
Hi all, master has commit commit 29eb46b126f111a68ae811aa69603f47b3a90c7a Author: Thomas Haller thal...@redhat.com Date: Tue Jan 13 16:58:24 2015 settings: merge branch 'th/uuid-duplicate-rh1171751' https://bugzilla.redhat.com/show_bug.cgi?id=1171751 I didn't

Re: [review] dcbw/nm-0-9-10-slaves

2015-03-04 Thread Thomas Haller
On Tue, 2015-03-03 at 16:16 -0600, Dan Williams wrote: Hi, http://cgit.freedesktop.org/NetworkManager/NetworkManager/log/?h=dcbw/nm-0-9-10-slaves Posting here since I'm too lazy to make a review bug. This branch backports some fixes to do the following things: 1) fully enable IP-less

Re: D-bus create device, tutorials, resources

2015-03-03 Thread Thomas Haller
On Tue, 2015-03-03 at 06:28 -0500, Petr Horacek wrote: - Original Message - From: Thomas Haller thal...@redhat.com To: Yegor Yefremov yegorsli...@googlemail.com Cc: Petr Horacek phora...@redhat.com, networkmanager. networkmanager-list@gnome.org Sent: Tuesday, March 3, 2015 12

Re: D-bus create device, tutorials, resources

2015-03-03 Thread Thomas Haller
On Tue, 2015-03-03 at 10:28 +0100, Yegor Yefremov wrote: On Tue, Mar 3, 2015 at 10:03 AM, Petr Horacek phora...@redhat.com wrote: Hello folks, I'm new to NetworkManager, getting familiar with D-bus interface etc. I'd like to create a high level Python interface for nm, but I have trouble

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

2015-03-02 Thread Thomas Haller
On Mon, 2015-03-02 at 20:22 +0100, Frederik Himpe wrote: Since Network Manager 0.9.10, up to current version 1.0, I have the problem that I don't get an IPv4 address on my Debian Jessie system. I only have an IPv6 address which I receive through SLAAC. Network Manager appears to create a

Re: Add WPS information parsing in foreach_property_cb

2015-02-17 Thread Thomas Haller
to the selected AP from NM. I guess, you would have to add a DBus method like NMDeviceWifi:WpsConnect()? all the DBus invocation (server-side) are implemented named impl_. Try: $ git grep '^impl_' On Fri, Feb 6, 2015 at 5:56 AM, Thomas Haller thal...@redhat.com wrote: On Thu, 2015-02-05

Re: networkd bus activation and exit on idle

2015-02-17 Thread Thomas Haller
On Tue, 2015-02-17 at 11:15 +0100, Lubomir Rintel wrote: From systemd 219 release notes: [1] * networkd now exits when idle. It will be automatically restarted as soon as interfaces show up, are removed or change state. networkd will stay around as long as

Re: Setting static IP and gateway

2015-02-16 Thread Thomas Haller
On Mon, 2015-02-16 at 11:34 +0100, Colin Henry wrote: Hi, Having loads of problems when trying to set a new system that was set up to use DHCP to now use a static ip and gateway. I’ve done lots of searches and the vast majority of it appears to be around setting up a new connection or

Re: Add WPS information parsing in foreach_property_cb

2015-02-05 Thread Thomas Haller
On Thu, 2015-02-05 at 22:36 +0800, Sheng-Jhih Jiang wrote: hi, BTW, I think I must modify network-manager-applet for testing WPS, but I also met some problems while building network-manager-applet. WPS should be added to NetworkManager (core daemon) first. It's not really necessary to add

Re: Interaction between systemd-networkd and NetworkManager

2015-01-24 Thread Thomas Haller
On Sat, 2015-01-24 at 00:42 +0100, Paul Menzel wrote: Dear Thomas, thank you for your reply! Am Freitag, den 23.01.2015, 11:42 +0100 schrieb Thomas Haller: On Fri, 2015-01-23 at 08:37 +0100, Paul Menzel wrote: Running `systemd-analyze blame`, it shows that the service

Re: Excluding a group of interfaces

2015-01-23 Thread Thomas Haller
On Tue, 2015-01-20 at 22:42 -0800, Eugene Yakubovich wrote: On Tue, Jan 20, 2015 at 1:24 PM, Thomas Haller thal...@redhat.com wrote: On Mon, 2015-01-19 at 16:53 -0800, Eugene Yakubovich wrote: For example ignore all interfaces whose name starts with abc. I tried adding iface abc* to /etc

Re: Interaction between systemd-networkd and NetworkManager

2015-01-23 Thread Thomas Haller
On Fri, 2015-01-23 at 08:37 +0100, Paul Menzel wrote: Hi, Running `systemd-analyze blame`, it shows that the service NetworkManager still needs 580 ms to finish. Note that this is smaller than the actual needed time. I think that systemd declares NetworkManager as started after NM acquires

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

2015-01-22 Thread Thomas Haller
On Thu, 2015-01-22 at 15:55 +0100, Michael Biebl wrote: Btw, is there a libnm port of nm-applet planned? yes it is: https://bugzilla.gnome.org/show_bug.cgi?id=736911 It will be done, but there is not a major urgency to it, because libnl-util is supposed to work fine. Thomas signature.asc

Re: Excluding a group of interfaces

2015-01-20 Thread Thomas Haller
On Mon, 2015-01-19 at 16:53 -0800, Eugene Yakubovich wrote: Hello NM List, I need to exclude a group of interfaces from being managed by NM. I'm running Ubuntu and wanted to use /etc/network/interfaces in conjunction with manged=false in [ifupdown] section. However I need NM to ignore a

Re: Problems with routing

2015-01-19 Thread Thomas Haller
On Sat, 2015-01-17 at 17:44 +0300, Mustafa Muhammad wrote: Hi, I am trying to use NetworkManager with per interface routing and split routing tables, when I use network I can put the route in a file route-ifname with: default via 192.168.222.1 table rt2 and it works, when I switched to

New upstream tracker bug 'nm-patch' to manage bugs that are being worked on

2015-01-14 Thread Thomas Haller
Hi, I opened tracker bug nm-patch (742780) which comes together with the bug 'nm-review' (728406). https://bugzilla.gnome.org/showdependencytree.cgi?id=742870hide_resolved=1 The idea is, bugs that are currently being worked on should either block 'nm-patch' or 'nm-review'. A bug should only

Re: How Embedded is NetworkManager

2015-01-09 Thread Thomas Haller
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

Re: Network-Manager on Raspbian (QUESTION)

2015-01-08 Thread Thomas Haller
On Thu, 2015-01-08 at 14:25 -0600, Alejandro Covarrubias wrote: Dear Network-manager Squad Recently, im trying to connect to a wifi wireless from python and network manager on Raspbian 7 Raspberry isnt work, didnt work, but i have the network manager v 9.4.0 and 9.8.8 on my ubuntu, well i

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

2015-01-06 Thread Thomas Haller
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 under pm-utils such as /etc/pm/sleep.d/55NetworkManager The

<    4   5   6   7   8   9   10   >