From mboxrd@z Thu Jan 1 00:00:00 1970 From: Divan Santana Subject: Getting network-manager-openconnect to work Date: Tue, 10 Sep 2019 11:57:11 +0200 Message-ID: <87sgp4pj7s.fsf@santanas.co.za> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:51015) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i7ctq-0000zo-Cm for help-guix@gnu.org; Tue, 10 Sep 2019 05:57:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1i7ctn-0002z2-W6 for help-guix@gnu.org; Tue, 10 Sep 2019 05:57:25 -0400 Received: from [156.0.193.126] (port=44097 helo=mail.santanas.co.za) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1i7ctn-0002uN-6m for help-guix@gnu.org; Tue, 10 Sep 2019 05:57:23 -0400 Received: from authenticated-user (mail.santanas.co.za [156.0.193.126]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by mail.santanas.co.za (Postfix) with ESMTPSA id 57E125F9A9 for ; Tue, 10 Sep 2019 11:57:17 +0200 (SAST) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: Help guix Hi Guix, I'm glad openconnect and network-manager-openconnect are now in Guix! It would be nice to get it to work via network-manager, though I suppose it's not essential. Using openconnect directly works for me. $ sudo openconnect vpn.somewhere.com Trying to get it work via network-manager gives an error like so: $ sudo nmcli con up vpn-fnb --ask Error: openconnect failed: Could not find "openconnect" binary A password is required to connect to 'vpn-fnb'. Gateway (vpn.secrets.gateway): Even though my services configuration has this vpn-plugins set. (modify-services %desktop-services (network-manager-service-type config => (network-manager-configuration (inherit config) (dns "dnsmasq") (vpn-plugins (list network-manager-openconnect)) )) Anyone else seen this?