Bug#773764: network-manager-strongswan: bug in config file means strongswan unrecognised

2015-02-03 Thread Harald Dunkel
Using Strongswan on Wheezy I created an common IPsec gateway
for all kinds of road warrior setups in our company: Linux,
Windows, MacOS, iphones and Android phones. It is surely not
perfect (yet), but it works well.

And now the Debian Laptops cannot be migrated to Jessie due
to missing IPsec support in Jessie's network manager.

This is embarrassing.


Harri


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#773764: network-manager-strongswan: bug in config file means strongswan unrecognised

2014-12-23 Thread David McBride
In my experiments, updating the nm-strongswan-service.name configuration 
file as mentioned certainly improves the situation on my Sid terminal, 
in that fix causes Strongswan to be presented as a VPN option in 
nm-connection-editor.


However, even with that fix Strongswan is not listed as an option in the 
GNOME control center application.

--
David McBride david+deb...@dwm.me.uk


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#773764: network-manager-strongswan: bug in config file means strongswan unrecognised

2014-12-22 Thread Julian Gilbey
Package: network-manager-strongswan
Version: 1.3.0-1.1
Severity: grave
Tags: patch

The properties line in the config file shown in this diff does not
specify the full path to the .so.  On my machine, this means that
network-manager fails to recognise the strongswan plugin, rendering
this package useless.  I assume (though am unable to verify) that this
would affect most or all users of this package.  Making this change
and restarting network-manager makes the strongswan VPN configuration
option visible; removing the patch and restarting n-m makes it
disapppear again, so this certainly seems to be the cause of the bug.

--- /etc/NetworkManager/VPN/nm-strongswan-service.name~ 2014-07-16 
16:46:32.0 +0100
+++ /etc/NetworkManager/VPN/nm-strongswan-service.name  2014-12-23 
00:04:46.292478154 +
@@ -5,4 +5,4 @@
 
 [GNOME]
 auth-dialog=/usr/lib/NetworkManager/nm-strongswan-auth-dialog
-properties=libnm-strongswan-properties
+properties=/usr/lib/NetworkManager/libnm-strongswan-properties


-- System Information:
Debian Release: 8.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.16.0-4-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_GB.UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: sysvinit (via /sbin/init)

Versions of packages network-manager-strongswan depends on:
ii  gconf-service3.2.6-3
ii  libart-2.0-2 2.3.21-2
ii  libatk1.0-0  2.14.0-1
ii  libbonobo2-0 2.32.1-3
ii  libbonoboui2-0   2.24.5-2
ii  libc62.19-13
ii  libcairo21.14.0-2.1
ii  libdbus-1-3  1.8.12-1
ii  libdbus-glib-1-2 0.102-1
ii  libfontconfig1   2.11.0-6.3
ii  libfreetype6 2.5.2-2
ii  libgconf-2-4 3.2.6-3
ii  libgdk-pixbuf2.0-0   2.31.1-2+b1
ii  libglib2.0-0 2.42.1-1
ii  libgnome-2-0 2.32.1-5
ii  libgnome-keyring03.12.0-1+b1
ii  libgnomecanvas2-02.30.3-2
ii  libgnomeui-0 2.24.5-3
ii  libgnomevfs2-0   1:2.24.4-6+b1
ii  libgtk2.0-0  2.24.25-1
ii  libice6  2:1.0.9-1+b1
ii  libnm-glib-vpn1  0.9.10.0-4
ii  libnm-glib4  0.9.10.0-4
ii  libnm-util2  0.9.10.0-4
ii  liborbit-2-0 1:2.14.19-0.3
ii  libpango-1.0-0   1.36.8-3
ii  libpangocairo-1.0-0  1.36.8-3
ii  libpangoft2-1.0-01.36.8-3
ii  libpopt0 1.16-10
ii  libsm6   2:1.2.2-1+b1
ii  network-manager  0.9.10.0-4
ii  strongswan-nm5.2.1-4

network-manager-strongswan recommends no packages.

network-manager-strongswan suggests no packages.

-- Configuration Files:
/etc/NetworkManager/VPN/nm-strongswan-service.name changed:
[VPN Connection]
name=strongswan
service=org.freedesktop.NetworkManager.strongswan
program=/usr/lib/ipsec/charon-nm
[GNOME]
auth-dialog=/usr/lib/NetworkManager/nm-strongswan-auth-dialog
properties=/usr/lib/NetworkManager/libnm-strongswan-properties


-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org