From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#30396: nscd segfaults on attempt to ssh to .local host Date: Fri, 09 Feb 2018 22:56:32 +0100 Message-ID: <87efltyghb.fsf@gnu.org> References: <86inb71h38.fsf@gmail.com> <87shabru5x.fsf@gnu.org> <87mv0jrsu9.fsf@gnu.org> <87vaf6z1nx.fsf@gnu.org> <86efluq6rr.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55840) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ekGfL-0006Gn-Br for bug-guix@gnu.org; Fri, 09 Feb 2018 16:57:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ekGfG-0005Cp-H9 for bug-guix@gnu.org; Fri, 09 Feb 2018 16:57:07 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:56141) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ekGfG-0005Cd-Cx for bug-guix@gnu.org; Fri, 09 Feb 2018 16:57:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ekGfF-0008Eb-V2 for bug-guix@gnu.org; Fri, 09 Feb 2018 16:57:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <86efluq6rr.fsf@gmail.com> (George myglc's message of "Fri, 09 Feb 2018 14:53:28 -0500") 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: George myglc2 Clemmer Cc: 30396@debbugs.gnu.org George myglc2 Clemmer skribis: > On 02/09/2018 at 14:18 Ludovic Court=C3=A8s writes: > >> For now I=E2=80=99ve pushed a workaround in >> a68fdfea96370c8a4b95af1fcd6e2fd7eb72da29, which basically downgrades to >> 0.10 until upstream comes up with a fix. > > FWIW, nss-mdns-0.10 segfaults also ... Are you sure you reconfigured to after this commit and rebooted or otherwise had the nscd service upgraded? You can double- or triple-check, it=E2=80=99s never too much. :-) If after that you=E2=80=99re sure it=E2=80=99s still crashing, can you try = (as root): herd stop nscd mv /var/cache/nscd/hosts{,.bak} herd start nscd Does it make a difference? Thanks, Ludo=E2=80=99.