From mboxrd@z Thu Jan 1 00:00:00 1970 From: "pelzflorian (Florian Pelz)" Subject: bug#37369: Getting network-manager-openconnect to work Date: Sat, 28 Sep 2019 17:34:43 +0200 Message-ID: <20190928153443.r4kbd3tninivufq6__25866.7558476859$1569684921$gmane$org@pelzflorian.localdomain> References: <87sgp4pj7s.fsf@santanas.co.za> <20190910112120.ezqnrrfffhhjvc2d@pelzflorian.localdomain> <874l1ipnlr.fsf@gnu.org> <20190912053411.bscrrsv6flzy7lgu@pelzflorian.localdomain> <87y2yo5j40.fsf@gnu.org> <20190916160635.dzx2ikvzi3kagtrc@pelzflorian.localdomain> <20190927163735.c4cjjuh4r6i6de3c@pelzflorian.localdomain> <87ftkgtsjb.fsf@santanas.co.za> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:53182) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iEEkR-0004N0-Bj for bug-guix@gnu.org; Sat, 28 Sep 2019 11:35:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iEEkQ-0001fK-EO for bug-guix@gnu.org; Sat, 28 Sep 2019 11:35:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:42241) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iEEkQ-0001fB-B1 for bug-guix@gnu.org; Sat, 28 Sep 2019 11:35:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iEEkQ-00022g-6X for bug-guix@gnu.org; Sat, 28 Sep 2019 11:35:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Content-Disposition: inline In-Reply-To: <87ftkgtsjb.fsf@santanas.co.za> 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: Divan Santana Cc: 37369@debbugs.gnu.org, help-guix@gnu.org For me, before editing the connection, NetworkManager crashed with a segfault and restarted after attempting to connect with a faulty VPN connection. The same may be what happens to you. However, I can add a new connection with gnome-control-center or nm-connection-editor (without using any “connection file”; GNOME asks me for the sudo password though) and then I fill in the gateway field. I can then use for example nmtui to activate the connection. I noticed I have openconnect in my config.scm’s system packages, but I believe it is not relevant. I use: (network-manager-service-type config => (network-manager-configuration (inherit config) (dns "dnsmasq") (vpn-plugins (list network-manager-openconnect)))) dnsmasq is probably not required, but I do not know. Regards, Florian