From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#30370: guix system init can't find guix-register Date: Thu, 08 Feb 2018 14:50:40 +0100 Message-ID: <87shabvbdb.fsf@gnu.org> References: <87po5icam9.fsf@GlaDOS.home> 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]:54711) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ejmbR-0001eF-6H for bug-guix@gnu.org; Thu, 08 Feb 2018 08:51:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ejmbO-000424-2w for bug-guix@gnu.org; Thu, 08 Feb 2018 08:51:05 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:54167) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ejmbO-00041y-0X for bug-guix@gnu.org; Thu, 08 Feb 2018 08:51:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ejmbN-0000qL-QZ for bug-guix@gnu.org; Thu, 08 Feb 2018 08:51:01 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87po5icam9.fsf@GlaDOS.home> (Diego Nicola Barbato's message of "Tue, 06 Feb 2018 18:05:02 +0100") 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: Diego Nicola Barbato Cc: 30370@debbugs.gnu.org Hi Diego, Diego Nicola Barbato skribis: > I tried to install GuixSD on a loop device (/dev/loop1) whith its main > partition mounted under /mnt like this: > > $ guix system init /mnt/etc/config.scm /mnt > > This failed with the following error message: > > Betriebssystem unter =C2=BB/mnt=C2=AB wird initialisiert =E2=80=A6 > In execvp of /gnu/store/d4wwx93gqizx132zjk7h1ir7rzph0pig-guix-0.12.0-10.b= a2260d/sbin/guix-register: Datei oder Verzeichnis nicht gefunden > copying to '/mnt'... > guix system: error: fport_write: Daten=C3=BCbergabe unterbrochen (broken = pipe) I suppose you=E2=80=99re running this in a chroot, right? How did you popu= late that chroot? Could it be that it misses some store items? Thanks, Ludo=E2=80=99.