From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: bug#39936: How To Resolve "LC_ALL: cannot change locale (en_US.utf8)" Date: Thu, 12 Mar 2020 13:37:34 -0400 Message-ID: <20200312173734.GA1942@jasmine.lan> References: <20200311190539.GC26593@jasmine.lan> <20200311224855.GA22532@jasmine.lan> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:45314) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jCRmU-0001Qc-Ve for bug-guix@gnu.org; Thu, 12 Mar 2020 13:38:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jCRmU-0007vq-1a for bug-guix@gnu.org; Thu, 12 Mar 2020 13:38:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:51795) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jCRmT-0007vd-TP for bug-guix@gnu.org; Thu, 12 Mar 2020 13:38:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jCRmT-0003OV-QE for bug-guix@gnu.org; Thu, 12 Mar 2020 13:38:01 -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: David Philipe Gil Cc: "39936@debbugs.gnu.org" <39936@debbugs.gnu.org> On Thu, Mar 12, 2020 at 12:24:46PM +0000, David Philipe Gil wrote: > my "/etc/systemd/system/guix-daemon.service" says: [...] > Environment='GUIX_LOCPATH=/var/guix/profiles/per-user/root/guix-profile/lib/locale' LC_ALL=en_US.utf8 And do you have the locales installed in root's profile? Check if that directory is exists and contains locales. Finally I would try removing the LC_ALL variable at the end. I don't have that (custom service file) and things are working fine for me.