From owner-freebsd-questions@FreeBSD.ORG Mon May 28 19:13:23 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B50AD106566B for ; Mon, 28 May 2012 19:13:23 +0000 (UTC) (envelope-from patfbsd@davenulle.org) Received: from smtp.lamaiziere.net (net.lamaiziere.net [94.23.254.147]) by mx1.freebsd.org (Postfix) with ESMTP id 779888FC0A for ; Mon, 28 May 2012 19:13:23 +0000 (UTC) Received: from baby-jane.lamaiziere.net (unknown [192.168.1.10]) by smtp.lamaiziere.net (Postfix) with ESMTP id 691A9FAA2D08; Mon, 28 May 2012 21:13:22 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by baby-jane.lamaiziere.net (Postfix) with ESMTP id A29C92CEC2C; Mon, 28 May 2012 21:13:21 +0200 (CEST) Date: Mon, 28 May 2012 21:13:21 +0200 From: Patrick Lamaiziere To: Tim Dunphy Message-ID: <20120528211321.129c543d@davenulle.org> In-Reply-To: References: X-Mailer: Claws Mail 3.8.0 (GTK+ 2.24.6; i386-portbld-freebsd9.0) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Cc: freebsd-questions Subject: Re: pam_start(): system error 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: Mon, 28 May 2012 19:13:23 -0000 Le Fri, 25 May 2012 22:36:01 -0400, Tim Dunphy a écrit : Hello, > My freebsd 8.2 box has a new, interesting error. When I go to change > any user password I see the message passwd: pam_start(): system error > as in : > > [root@LBSD2:/etc/pam.d] #passwd > Changing local password for root > passwd: pam_start(): system error > > passwd is able to see it's libraries: you can try to reinstall the world and merge the pam configuration (/etc/pam.d). You can check the pam modules (.so) also (in /usr/lib/pam_*.so) Good luck, regards.