From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yoshinori Arai Subject: Re: guix package -i error on another account after system reconfigure Date: Wed, 23 Jan 2019 10:16:47 +0900 Message-ID: <20190123011646.qwongyepgfsy7pfy@WaraToNora> References: <20190121071341.mlcux7on7mdulrwd@WaraToNora> <87fttme860.fsf@elephly.net> <20190122021735.hv67pfgujfgmazfn@WaraToNora> <87y37dchkz.fsf@elephly.net> <20190122072028.2k4snc46qk4utfub@WaraToNora> <87tvi1ceus.fsf@elephly.net> <20190122112014.cgmuyoyemulvwwdp@WaraToNora> <87pnsodgko.fsf@elephly.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([209.51.188.92]:55827) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gm7Ld-0004em-9j for help-guix@gnu.org; Tue, 22 Jan 2019 20:28:58 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gm7A4-0008W4-1u for help-guix@gnu.org; Tue, 22 Jan 2019 20:17:00 -0500 Received: from mail-pg1-x534.google.com ([2607:f8b0:4864:20::534]:40402) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gm7A2-0008Ty-Nl for help-guix@gnu.org; Tue, 22 Jan 2019 20:16:59 -0500 Received: by mail-pg1-x534.google.com with SMTP id z10so251816pgp.7 for ; Tue, 22 Jan 2019 17:16:57 -0800 (PST) Content-Disposition: inline In-Reply-To: <87pnsodgko.fsf@elephly.net> 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: Ricardo Wurmus Cc: help-guix On Tue, Jan 22, 2019 at 01:25:59PM +0100, Ricardo Wurmus wrote: > You don’t need to delete those user accounts. > > The new users are using the system-wide Guix at > /run/current-system/profile/bin/guix, which appears to be broken. So > you could let user2 and user3 use user1’s Guix, which you said is > working fine. > > as user2 just run > > /var/guix/profiles/per-user/user1/current-guix/bin/guix pull > > and you should then get a new Guix that works fine. > > Same with reconfigure. Run that with the working Guix to get a new Guix > for the whole system which doesn’t suffer from this problem. > I have recovered. Thank you very much.