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: Thu, 08 Feb 2018 23:30:34 +0100 Message-ID: <87shabru5x.fsf@gnu.org> References: <86inb71h38.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]:49634) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ejuif-00054e-83 for bug-guix@gnu.org; Thu, 08 Feb 2018 17:31:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ejuic-0006Oi-4o for bug-guix@gnu.org; Thu, 08 Feb 2018 17:31:05 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:54779) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ejuic-0006OL-11 for bug-guix@gnu.org; Thu, 08 Feb 2018 17:31:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ejuib-0008KI-Rn for bug-guix@gnu.org; Thu, 08 Feb 2018 17:31:01 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <86inb71h38.fsf@gmail.com> (George myglc's message of "Thu, 08 Feb 2018 13:17:31 -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 Hi, George myglc2 Clemmer skribis: > g1@g1 /root/con/30$ ssh e3a.local ; date > ssh: Could not resolve hostname e3a.local: Name or service not known > Thu Feb 8 13:06:23 EST 2018 > > g1@g1 /root/con/30$ cat /var/log/messages | tail > Feb 8 13:06:00 localhost dhclient: DHCPDISCOVER on enp4s0 to 255.255.255= .255 port 67 interval 5 > Feb 8 13:06:05 localhost dhclient: No DHCPOFFERS received. > Feb 8 13:06:05 localhost dhclient: No working leases in persistent datab= ase - sleeping. > Feb 8 13:06:23 localhost vmunix: [52360.780268] nscd[23423]: segfault at= 0 ip 00007fb14a3c1606 sp 00007fb1446d82d8 error 4 in libc-2.25.so[7fb14a34= 1000+196000] =E2=80=98nss-mdns=E2=80=99 was upgraded two weeks ago from 0.10 to 0.11. I= can reproduce the crash with 0.11 on x86_64. What does this print: guix gc -R $(readlink -f /run/current-system) | grep nss-mdns ? Thanks, Ludo=E2=80=99.