From owner-freebsd-questions@FreeBSD.ORG Tue Jul 14 03:52:23 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A75171065678 for ; Tue, 14 Jul 2009 03:52:23 +0000 (UTC) (envelope-from on@cs.ait.ac.th) Received: from mail.cs.ait.ac.th (mail.cs.ait.ac.th [192.41.170.16]) by mx1.freebsd.org (Postfix) with ESMTP id 270B58FC0C for ; Tue, 14 Jul 2009 03:52:22 +0000 (UTC) (envelope-from on@cs.ait.ac.th) Received: from banyan.cs.ait.ac.th (banyan.cs.ait.ac.th [192.41.170.5]) by mail.cs.ait.ac.th (8.13.1/8.13.1) with ESMTP id n6E3qDXb011988 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 14 Jul 2009 10:52:13 +0700 (ICT) (envelope-from on@cs.ait.ac.th) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.14.3/8.14.3/Submit) id n6E3qLTV000813; Tue, 14 Jul 2009 10:52:21 +0700 (ICT) (envelope-from on) Date: Tue, 14 Jul 2009 10:52:21 +0700 (ICT) Message-Id: <200907140352.n6E3qLTV000813@banyan.cs.ait.ac.th> From: Olivier Nicole To: freebsd@victorstar.com In-reply-to: (message from Victor Starenky on Mon, 13 Jul 2009 23:18:10 -0400) References: X-Virus-Scanned: on CSIM by amavisd-milter (http://www.amavis.org/) Cc: freebsd-questions@freebsd.org Subject: Re: Server screwed up (/lib/libc.so.7: Undefined symbol "_nsdispatch") X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Jul 2009 03:52:24 -0000 Hi Victor, > /libexec/ld-elf.so.1: /lib/libc.so.7: Undefined symbol "_nsdispatch" > Specifically this is thrown when trying to login (after entering login name) > on the console, ssh, ftp. > This is also thrown for "fetch"or for "ls -l" (plain ls works). >From the error message and from the diagnostic of ls working without the -l, I would think it has something to do with nss/nsswitch, the part that manage username, uid, gid and passwords. Hence problem with connection (ssh, ftp) mail (it needs to know the username) and even portupgrade that often need to check if a specific user exists for a specific port. Good luck, Olivier