bug-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Core-updates: Downloads do not work


From: Andreas Enge
Subject: Re: Core-updates: Downloads do not work
Date: Thu, 3 Jan 2013 16:28:02 +0100
User-agent: KMail/1.13.7 (Linux/3.2.0-4-amd64; KDE/4.8.4; x86_64; ; )

Am Donnerstag, 3. Januar 2013 schrieb Ludovic Courtès:

> Most likely this is because nscd is not running, or not listening to the

> right socket:

>

> --8<---------------cut here---------------start------------->8---

> $ strace -o ,,s

> /nix/store/k8qmk5n2zsrndvzqs4bq7x9jyyxf5ndr-guile-bootstrap-2.0/bin/gui

> le -c '(pk (getaddrinfo "ftp.gnu.org" "80" AI_NUMERICSERV))'

>

> ;;; ((#(1024 2 1 6 #(2 3497454356 80) #f) #(1024 2 2 17 #(2 3497454356

> 80) #f) #(1024 2 3 0 #(2 3497454356 80) #f) #(1024 10 1 6 #(10

> 42541952298791455573290623124440612875 80 0 0) #f) #(1024 10 2 17 #(10

> 42541952298791455573290623124440612875 80 0 0) #f) #(1024 10 3 0 #(10

> 42541952298791455573290623124440612875 80 0 0) #f)))

>

> $ grep nscd ,,s

> connect(5, {sa_family=AF_FILE, path="/var/run/nscd/socket"}, 110) = 0

> connect(5, {sa_family=AF_FILE, path="/var/run/nscd/socket"}, 110) = 0

> --8<---------------cut here---------------end--------------->8---

>

> Can you check that?

 

Here is what I get:

connect(5, {sa_family=AF_FILE, path="/var/run/nscd/socket"}, 110) = -1 ENOENT (No such file or directory)

connect(5, {sa_family=AF_FILE, path="/var/run/nscd/socket"}, 110) = -1 ENOENT (No such file or directory)

 

Under debian, there is a separate package "nscd" with the following description:

Package: nscd

Source: eglibc

Description-en: Embedded GNU C Library: Name Service Cache Daemon

A daemon which handles passwd, group and host lookups

for running programs and caches the results for the next

query. You should install this package only if you use

slow services like LDAP, NIS or NIS+.

 

I am running neither LDAP nor NIS*, so it is not installed.

 

Andreas

 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]