From owner-freebsd-questions@FreeBSD.ORG Wed Feb 3 03:32:46 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 822B91065676 for ; Wed, 3 Feb 2010 03:32:46 +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 245B08FC0C for ; Wed, 3 Feb 2010 03:32:46 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.cs.ait.ac.th (Postfix) with ESMTP id F3A103A385D; Wed, 3 Feb 2010 10:32:43 +0700 (ICT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=cs.ait.ac.th; h= references:subject:subject:in-reply-to:from:from:message-id:date :date:received:received:received; s=selector1; t=1265167963; x= 1266982363; bh=L88+9ahueH+Hy55RWdYpjzHGx3IctNphvOJmXiq/s14=; b=O nqjsrKPiD9XQu6xj03eJFEZjWyCFepUd6nahAvPftSWj5DGvGy272QxldN45pvhf NuNUFFKBfNuCy05w6dcb9lKmyZ7hA7C3GD7Uw/7WJVqtHqXEXQZ39CEOGIHNuUhH 3FoC72EZwZZhH/Vuse0YKRYzcFVS+Dfk+wU1x8OLnc= 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 BLrkUQnirBtt; Wed, 3 Feb 2010 10:32:43 +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 E78813A381D; Wed, 3 Feb 2010 10:32:42 +0700 (ICT) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.14.3/8.14.3/Submit) id o133WgLc056077; Wed, 3 Feb 2010 10:32:42 +0700 (ICT) (envelope-from on) Date: Wed, 3 Feb 2010 10:32:42 +0700 (ICT) Message-Id: <201002030332.o133WgLc056077@banyan.cs.ait.ac.th> From: Olivier Nicole To: on@cs.ait.ac.th In-reply-to: <201002011034.o11AYori032894@banyan.cs.ait.ac.th> (message from Olivier Nicole on Mon, 1 Feb 2010 17:34:50 +0700 (ICT)) References: <201001291055.o0TAtiwd091062@banyan.cs.ait.ac.th> <201002011034.o11AYori032894@banyan.cs.ait.ac.th> Cc: freebsd-questions@freebsd.org Subject: Re: 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: Wed, 03 Feb 2010 03:32:46 -0000 Hi again, > 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 > [... see my previous mails?] This seems to be a problem linked to openssl from the ports interfeering with openldap. Once I removed openssl and reinstalled everything, all was fine. Best regards, Olivier