From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#29059: network-manager-service extension package not fully functional Date: Sun, 12 Nov 2017 22:37:27 +0100 Message-ID: <87wp2vb2lk.fsf@gnu.org> References: <20171029202736.3jamokvczdq7i3xh@abyayala> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54724) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eDzx8-0007ko-HE for bug-guix@gnu.org; Sun, 12 Nov 2017 16:38:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eDzx3-0006BZ-Tg for bug-guix@gnu.org; Sun, 12 Nov 2017 16:38:06 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:56847) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eDzx3-0006BS-Q0 for bug-guix@gnu.org; Sun, 12 Nov 2017 16:38:01 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eDzx3-0000rg-Ir for bug-guix@gnu.org; Sun, 12 Nov 2017 16:38:01 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <20171029202736.3jamokvczdq7i3xh@abyayala> (ng0@infotropique.org's message of "Sun, 29 Oct 2017 20:27:36 +0000") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: ng0 Cc: 29059@debbugs.gnu.org ng0 skribis: > I have come to the conclusion (logs will be reproduced next week and adde= d) > that network-manager-openvpn might not be functional when > used with the network-manager service, as > network-manager-vpnc is structured in a similar way > and it's similar structured in code and how it's being > activated. > > I can only test the case for vpnc as I'm debugging > the package right now. It kind-of-works, but the rule > is not being found when you try to activate the > vpnc connection. Could you clarify a bit what you think is broken? VPN extensions are definitely found (as can be seen for instance in =E2=80=98nm-connection-editor=E2=80=99) in my experience with a config like= this: (network-manager-service-type config =3D> (network-manager-configuration (inherit config) (vpn-plugins (list (specification->package+output "network-manager-openvpn"))))) Thanks, Ludo=E2=80=99.