From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Subject: bug#37662: substitution failure of nss-certs Date: Wed, 16 Oct 2019 22:34:40 +0200 Message-ID: <87pniwig4f.fsf@gnu.org> References: <87a7abwcav.fsf@inv.alid.pw> <877e5cy8np.fsf@gnu.org> <877e55an15.fsf@inv.alid.pw> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:41756) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iKq0d-0006Z9-N8 for bug-guix@gnu.org; Wed, 16 Oct 2019 16:35:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iKq0c-00054G-Mc for bug-guix@gnu.org; Wed, 16 Oct 2019 16:35:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:37841) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iKq0c-00054A-JJ for bug-guix@gnu.org; Wed, 16 Oct 2019 16:35:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iKq0c-0002Qp-DX for bug-guix@gnu.org; Wed, 16 Oct 2019 16:35:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <877e55an15.fsf@inv.alid.pw> (Josh Holland's message of "Tue, 15 Oct 2019 19:20:22 +0100") 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: Josh Holland Cc: 37662@debbugs.gnu.org Hi Josh, Josh Holland skribis: > Ludovic Court=C3=A8s writes: >> I suppose the error here is because you=E2=80=99re daemon is missing its= UTF-8 >> locales. >> >> This could be because you upgraded the daemon but did not upgrade the >> =E2=80=98glibc-utf8-locales=E2=80=99 or =E2=80=98glibc-locales=E2=80=99 = you installed as root, no? > > It's possible - I rarely do anything with the root profile, and wasn't > even aware that I had to keep it up to date. In practice you rarely need to update it, but sometimes it=E2=80=99s nice t= o do. > Should I have to `guix pull` and `guix upgrade` it regularly, as well > as my user profile? =E2=80=98guix pull=E2=80=99 alone updates the daemon and provides it with =E2=80=98glibc-utf8-locales=E2=80=99, which may or may not be enough for yo= ur purposes. Could you run: cat /proc/PID/environ | xargs -0 echo where PID is the PID of =E2=80=98guix-daemon=E2=80=99 as shown by =E2=80=98= systemctl status=E2=80=99? TIA, Ludo=E2=80=99.