Allow Single connection only via networkmanager-openvpn (reuse tun0?)

2016-04-14 Thread Dave Conroy
I've just subscribed to a VPN service that has multiple locations, and imported all the necessary .ovpn files into Network Manager. It seems that I do not have the option to disconnect from the VPNs when connected, and upon choosing another location it creates another tun device. I've made the

Re: [PATCH] nm-pppd-plugin: fix crash

2016-04-14 Thread Thomas Haller
On Thu, 2016-04-14 at 16:48 +0200, Lubomir Rintel wrote: > On Wed, 2016-04-13 at 22:53 +0200, Thomas Haller wrote: > >  > > Thank you. A few lines before there is also: > > > >      bus_name = getenv ("NM_DBUS_SERVICE_PPTP"); > >  if (!bus_name) > >   bus_name = NM_DBUS_SERVICE_PPTP;

Re: [PATCH] nm-pppd-plugin: fix crash

2016-04-14 Thread Lubomir Rintel
On Wed, 2016-04-13 at 22:53 +0200, Thomas Haller wrote: > On Wed, 2016-04-13 at 21:43 +0300, Mikhail Efremov wrote: > > > > A bus name is not an object path. > > Fix crash introduced by commit > > 17ae85788987ef1f7c92a251c535312163144c33. > > --- > >  src/nm-pptp-pppd-plugin.c | 2 +- > >  1 file

Re: [PATCH] dns: use DBus to make dnsmasq nameserver changes

2016-04-14 Thread Thomas Haller
On Tue, 2016-03-22 at 10:03 -0400, Mathieu Trudel-Lapierre wrote: > Use DBus to make nameserver updates rather than restarting the > dnsmasq binary > again and again. > > Signed-off-by: Mathieu Trudel-Lapierre ical.com> Hi, I opened a bug for this patch.