From mboxrd@z Thu Jan 1 00:00:00 1970 From: "pelzflorian (Florian Pelz)" Subject: Re: bug#37369: Getting network-manager-openconnect to work Date: Sat, 28 Sep 2019 17:34:43 +0200 Message-ID: <20190928153443.r4kbd3tninivufq6@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: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:53128) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iEEkC-0004Bu-3E for help-guix@gnu.org; Sat, 28 Sep 2019 11:34:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iEEkB-0001MI-3A for help-guix@gnu.org; Sat, 28 Sep 2019 11:34:47 -0400 Content-Disposition: inline In-Reply-To: <87ftkgtsjb.fsf@santanas.co.za> 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: 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 =E2=80=9Cconnection file=E2=80=9D= ; 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=E2=80=99s system packages, = but I believe it is not relevant. I use: (network-manager-service-type config =3D> (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