From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: bug#34573: Backtrace of guix pull failed Date: Tue, 19 Feb 2019 17:08:55 +0100 Message-ID: <87ftsjvk1i.fsf@elephly.net> References: <703275152.7669150.1550570158536.JavaMail.zimbra@inria.fr> 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]:43375) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gw7yC-0004ls-9Z for bug-guix@gnu.org; Tue, 19 Feb 2019 11:10:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gw7yA-0001AA-8s for bug-guix@gnu.org; Tue, 19 Feb 2019 11:10:08 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:56165) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gw7y6-00018p-Me for bug-guix@gnu.org; Tue, 19 Feb 2019 11:10:04 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gw7y6-0003Of-Ff for bug-guix@gnu.org; Tue, 19 Feb 2019 11:10:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-reply-to: <703275152.7669150.1550570158536.JavaMail.zimbra@inria.fr> 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: Vincent Rouvreau Cc: 34573@debbugs.gnu.org Hi Vincent, > I wanted to install python, numpy and conda on plafrim as explained here = : https://www.plafrim.fr/en/guix/ > And guix pull failed : [=E2=80=A6] > In ./guix/profiles.scm: > 1773:23 2 (_) > In ./guix/utils.scm: > 661:47 1 (xdg-directory _ "/.config" #:ensure? _) > In unknown file: > 0 (getpw 10837) > > ERROR: In procedure getpw: > In procedure getpw: entry not found This looks like nscd is not running. The manual says this: 2.6.2 Name Service Switch ------------------------- When using Guix on a foreign distro, we _strongly recommend_ that the system run the GNU C library=E2=80=99s =E2=80=9Cname service cache daem= on=E2=80=9D, =E2=80=98nscd=E2=80=99, which should be listening on the =E2=80=98/var/run/nscd/socket=E2=80=99= socket. Failing to do that, applications installed with Guix may fail to look up host names or user accounts, or may even crash. Could you check that NSCD is in fact available and running? --=20 Ricardo