From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: guix fail to reconfigure the system Date: Mon, 30 Apr 2018 18:31:11 +0200 Message-ID: <87h8nswt9s.fsf@gnu.org> References: <877eov2pqj.fsf@gmx.com> <87tvrzow3s.fsf@gnu.org> <87tvrzq946.fsf@gmx.com> <87h8nyc2g0.fsf@lassieur.org> <87bme6ejy2.fsf@gmail.com> <87604d2sxi.fsf@gmail.com> 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]:51832) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fDBiN-0002Sk-Vg for help-guix@gnu.org; Mon, 30 Apr 2018 12:31:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fDBiK-0005a5-LD for help-guix@gnu.org; Mon, 30 Apr 2018 12:31:48 -0400 Received: from hera.aquilenet.fr ([185.233.100.1]:34052) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fDBiK-0005Yu-Eu for help-guix@gnu.org; Mon, 30 Apr 2018 12:31:44 -0400 In-Reply-To: (swedebugia@riseup.net's message of "Mon, 30 Apr 2018 12:44:38 +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: swedebugia Cc: help-guix@gnu.org Hello, swedebugia skribis: > Which in the case of Matija reports: > > guix system: error: stat: No such file or directory: "system" For the record, this error was really a bug. Ironically, the bug was introduced as we added more sanity checks to =E2=80=98guix system=E2=80=99 = that would prevent users from doing =E2=80=98init=E2=80=99 or =E2=80=98reconfigure=E2= =80=99 for a system that would fail to boot. :-) Anyway, this commit fixes it: https://git.savannah.gnu.org/cgit/guix.git/commit/?id=3D6ddb59607be810caa= 1aa40b402b38564d8d9a6bc Thanks, Ludo=E2=80=99.