Interaction between systemd-networkd and NetworkManager

2015-01-22 Thread Paul Menzel
Dear NetworkManager folks, using Debian Sid/unstable with systemd 215-10 and NetworkManager 0.9.10.0-5, I set up systemd-networkd for the only physical interface `eth0`. I left NetworkManager installed in case someone plugs in some USB device. The interface `eth0` is configured over DHCP. Runni

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. L

Re: [PATCH] dist: include manual page sources

2015-01-22 Thread Dan Winship
On 01/22/2015 12:24 PM, Lubomir Rintel wrote: > On Thu, 2015-01-22 at 09:50 -0500, Dan Winship wrote: >> On 01/22/2015 04:54 AM, Lubomir Rintel wrote: >>> - $(docbook_generated_man_pages:.%=.xml) \ >> >>> + $(addsuffix .xml,$(basename $(docbook_generated_man_pages)))\ >> >> That seems like

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 bee

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

Re: [PATCH] dist: include manual page sources

2015-01-22 Thread Lubomir Rintel
On Thu, 2015-01-22 at 09:50 -0500, Dan Winship wrote: > On 01/22/2015 04:54 AM, Lubomir Rintel wrote: > > - $(docbook_generated_man_pages:.%=.xml) \ > > > + $(addsuffix .xml,$(basename $(docbook_generated_man_pages)))\ > > That seems like it should be the same thing... what does the firs

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

automake warnings about "option 'subdir-objects' is disabled"

2015-01-22 Thread Michael Biebl
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. For now, the corresponding > output > automake: object file

outdated version requirements in libnm-gtk.pc.in

2015-01-22 Thread Michael Biebl
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 That nmversion looks outdated, so does the gtk version. Would

Re: [PATCH] dist: include manual page sources

2015-01-22 Thread Dan Winship
On 01/22/2015 04:54 AM, Lubomir Rintel wrote: > - $(docbook_generated_man_pages:.%=.xml) \ > + $(addsuffix .xml,$(basename $(docbook_generated_man_pages)))\ That seems like it should be the same thing... what does the first one do? ___ net

Re: [PATCH] libnm: drop libdbus-glib from pkg-config file

2015-01-22 Thread Dan Winship
Yes, this is correct On 01/22/2015 05:00 AM, Lubomir Rintel wrote: > libnm uses GIO DBus library instead. > > https://mail.gnome.org/archives/networkmanager-list/2015-January/msg00065.html > --- > libnm/libnm.pc.in | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > On Thu, 2015-01-22 a

[PATCH] libnm: drop libdbus-glib from pkg-config file

2015-01-22 Thread Lubomir Rintel
libnm uses GIO DBus library instead. https://mail.gnome.org/archives/networkmanager-list/2015-January/msg00065.html --- libnm/libnm.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) On Thu, 2015-01-22 at 03:40 +0100, Michael Biebl wrote: Hi, > > the libnm.pc file for the new libnm lib

[PATCH] dist: include manual page sources

2015-01-22 Thread Lubomir Rintel
Omitted by mistake with an errorneous substitution. https://mail.gnome.org/archives/networkmanager-list/2015-January/msg00066.html --- man/Makefile.am | 16 1 file changed, 8 insertions(+), 8 deletions(-) On Thu, 2015-01-22 at 04:14 +0100, Michael Biebl wrote: hi, > > I just no