From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Using tramp with guixsd install image Date: Sat, 01 Jul 2017 16:01:49 +0200 Message-ID: <87tw2wdzn6.fsf@gnu.org> References: <87zicpp70b.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:4830:134:3::10]:54627) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dRIyD-0007q1-IE for help-guix@gnu.org; Sat, 01 Jul 2017 10:01:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dRIyA-0000ar-FX for help-guix@gnu.org; Sat, 01 Jul 2017 10:01:57 -0400 In-Reply-To: <87zicpp70b.fsf@santanas.co.za> (Divan Santana's message of "Fri, 30 Jun 2017 22:15:00 +0200") 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: help-guix Hi, Divan Santana skribis: > env /bin/sh no such file > > If in the VM, I do a hack like > > ln -s /run/current-system/profile/bin/sh /bin/sh > > Then tramp works without issue. > > How can one configure tramp to work without the above hack? The VM image should contain a valid /bin/sh already, doesn=E2=80=99t it? Ludo=E2=80=99.