From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Subject: bug#35274: guix unable to pull or reconfigure as root Date: Wed, 17 Apr 2019 18:03:00 +0200 Message-ID: <87a7goaabv.fsf@gnu.org> References: <8Dv.1kuyY.58}}E5jWPLJ.1SipxS@seznam.cz> <878swbl8um.fsf@gnu.org> <87wojtevpp.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([209.51.188.92]:43243) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hGn2Z-0005dc-Lh for bug-guix@gnu.org; Wed, 17 Apr 2019 12:04:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hGn2Y-0004mX-Sn for bug-guix@gnu.org; Wed, 17 Apr 2019 12:04:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:55326) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hGn2Y-0004lx-MD for bug-guix@gnu.org; Wed, 17 Apr 2019 12:04:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hGn2Y-0002yN-DD for bug-guix@gnu.org; Wed, 17 Apr 2019 12:04:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: (timothyhobbs@seznam.cz's message of "Wed, 17 Apr 2019 11:23:23 +0200 (CEST)") 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: timothyhobbs@seznam.cz Cc: 35274@debbugs.gnu.org Hello, skribis: > Running the user's command as root worked. However it did not fix roots=20 > command. system reconfigure using the user command did, however, fix root= s=20 > command and I seem to be back to having a working system. Thanks :) If you run =E2=80=98guix pull=E2=80=99 as root, it updates ~root/.config/g= uix/current. Then, in root=E2=80=99s shell session, you need to do: export PATH=3D$HOME/.config/guix/current/bin:$PATH hash guix at which point the =E2=80=98guix=E2=80=99 command is the latest one, which = =E2=80=98guix describe=E2=80=99 should confirm. Can you check that this is the case? Thanks, Ludo=E2=80=99.