From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthew Kraai Subject: bug#40899: Locales not set up correctly Date: Tue, 28 Apr 2020 03:59:51 -0700 Message-ID: <20200428105951.GA21407@inspiron-3147> References: <20200427122943.GA25049@inspiron-3147> <20200428075632.GA4166@inspiron-3147> <20200428083420.GB4166@inspiron-3147> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:47230) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jTNzB-0000Bs-V1 for bug-guix@gnu.org; Tue, 28 Apr 2020 07:01:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.90_1) (envelope-from ) id 1jTNy7-0006oM-Jn for bug-guix@gnu.org; Tue, 28 Apr 2020 07:01:09 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:55809) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jTNy7-0006nv-0B for bug-guix@gnu.org; Tue, 28 Apr 2020 07:00:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jTNy6-0003Nr-VB for bug-guix@gnu.org; Tue, 28 Apr 2020 07:00:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Content-Disposition: inline In-Reply-To: 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-mx.org@gnu.org Sender: "bug-Guix" To: zimoun Cc: 40899@debbugs.gnu.org On Tue, Apr 28, 2020 at 11:15:58AM +0200, zimoun wrote: > Is 'admin' the regular user or another name for the 'root' account? > > On the Debian foreign distro, for GUIX_LOCPATH, I have: > > - root account: /root/.guix-profile/lib/local > - regular user: /home/kikoo/.guix-profile/lib/locale 'admin' is the regular user. I think the problem is that LANG is set to 'C.UTF-8' by default. If I change the contents of /etc/default/locale from LANG=C.UTF-8 to LANG=en_US.UTF-8 I no longer see the error installing nss-certs. -- Matthew Kraai