From mboxrd@z Thu Jan 1 00:00:00 1970 From: oury.dustin@posteo.net Subject: PrivateInternetAccess VPN and Guix Date: Tue, 28 May 2019 18:36:43 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([209.51.188.92]:55900) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hVf7I-0001X7-02 for help-guix@gnu.org; Tue, 28 May 2019 12:38:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hVf7E-0006uX-TM for help-guix@gnu.org; Tue, 28 May 2019 12:38:22 -0400 Received: from mout01.posteo.de ([185.67.36.65]:42033) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hVf7B-0005gX-Pf for help-guix@gnu.org; Tue, 28 May 2019 12:38:19 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id 2160316005E for ; Tue, 28 May 2019 18:36:45 +0200 (CEST) Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 45Czy41X0jz6tmB for ; Tue, 28 May 2019 18:36:43 +0200 (CEST) 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 So I'm trying to get a VPN up and running on Guix System, but unfortunately I'm not able to run it. It gives an error here: Verifying archive integrity... 100% MD5 checksums are OK. All good. Uncompressing Private Internet Access 100% Downloads/pia-linux-1.1.1-02545.run: ./install.sh: /bin/bash: bad interpreter: No such file or directory Downloads/pia-linux-1.1.1-02545.run: line 616: /bin/rm: No such file or directory Which I suppose relates to the way Guix packages software. I know it works easily on Trisquel at least, but I enjoy Guix System very much already!