From owner-freebsd-questions@FreeBSD.ORG Fri Jan 29 10:55:49 2010 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 AE44C1065679 for ; Fri, 29 Jan 2010 10:55:49 +0000 (UTC) (envelope-from Olivier.Nicole@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 55C338FC13 for ; Fri, 29 Jan 2010 10:55:49 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.cs.ait.ac.th (Postfix) with ESMTP id AE8753A383C for ; Fri, 29 Jan 2010 17:55:47 +0700 (ICT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=cs.ait.ac.th; h= subject:subject:from:from:message-id:date:date:received:received :received; s=selector1; t=1264762547; x=1266576947; bh=JXuqlpEsd KMzWS/W6iVPcKhxJU/1KOcOi8GBcW5vwJ4=; b=ESnPiM48jTkT26ENnf/pxY28/ t3hAs8ue9IVqUoZP90aM5onb2bscufhxeTJT9fsCUllCLxIy6yJbaku/Sn5O1ORP 9lkn1U5z6gslqMKCcKL5x74HZmSHc6UbtP+FAYCz1YV/UK07OJwY9LBQu4U8s9O3 SPWjsxhE4gJagDeZCk= X-Virus-Scanned: amavisd-new at cs.ait.ac.th Received: from mail.cs.ait.ac.th ([127.0.0.1]) by localhost (mail.cs.ait.ac.th [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id UoLRlgJTH7Pc for ; Fri, 29 Jan 2010 17:55:47 +0700 (ICT) Received: from banyan.cs.ait.ac.th (banyan.cs.ait.ac.th [192.41.170.5]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.cs.ait.ac.th (Postfix) with ESMTPS id 118173A3836 for ; Fri, 29 Jan 2010 17:55:46 +0700 (ICT) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.14.3/8.14.3/Submit) id o0TAtiwd091062; Fri, 29 Jan 2010 17:55:44 +0700 (ICT) (envelope-from on) Date: Fri, 29 Jan 2010 17:55:44 +0700 (ICT) Message-Id: <201001291055.o0TAtiwd091062@banyan.cs.ait.ac.th> From: Olivier Nicole To: freebsd-questions@freebsd.org Subject: ssh/sshd cores dump 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: Fri, 29 Jan 2010 10:55:49 -0000 Hi, I have this weird error since yesterday, one a system that used to be working nicely, suddenly: ssh cores dump when run as non priviledged user, works fine for root sshd aborts on signal 11 I tried to reinstall world, but it is the same. There is openssl installed from the ports on that machine (what port needed it?) as well as ldap/nss_ldap/open_ldap. It seems that the problem started when I tried to upgrade openldap libbrary (openldap-client port). I did a little bit more diging: ssh cores dump on a strcmp, from /lib/libc.so.6; I checked with a working machine, the library are the same; I checked ssh, they are the same. This is very puzzeling. Any clue? The machine is running 6.4-RELEASE-p9 TIA. Olivier