From owner-freebsd-current@FreeBSD.ORG Thu Feb 22 12:42:28 2007 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C53DC16A400 for ; Thu, 22 Feb 2007 12:42:28 +0000 (UTC) (envelope-from marinosi@diogenis.ceid.upatras.gr) Received: from poseidon.ceid.upatras.gr (poseidon.ceid.upatras.gr [150.140.141.169]) by mx1.freebsd.org (Postfix) with ESMTP id 78DE913C4B5 for ; Thu, 22 Feb 2007 12:42:28 +0000 (UTC) (envelope-from marinosi@diogenis.ceid.upatras.gr) Received: from rhea.ceid.upatras.gr (rhea.ceid.upatras.gr [150.140.141.171]) by poseidon.ceid.upatras.gr (Postfix) with ESMTP id 9E1335C233A for ; Thu, 22 Feb 2007 14:25:29 +0200 (EET) Received: from localhost (localhost [127.0.0.1]) by rhea.ceid.upatras.gr (Postfix) with ESMTP id A1D3A80001 for ; Thu, 22 Feb 2007 14:25:23 +0200 (EET) Received: from rhea.ceid.upatras.gr ([127.0.0.1]) by localhost (rhea [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 20778-07 for ; Thu, 22 Feb 2007 14:25:21 +0200 (EET) Received: from diogenis.ceid.upatras.gr (diogenis.ceid.upatras.gr [150.140.141.181]) by rhea.ceid.upatras.gr (Postfix) with ESMTP id CAE2C81781 for ; Thu, 22 Feb 2007 14:25:21 +0200 (EET) Received: by diogenis.ceid.upatras.gr (Postfix, from userid 3149) id 24FD2B010E; Thu, 22 Feb 2007 14:25:23 +0200 (EET) Date: Thu, 22 Feb 2007 14:25:23 +0200 From: Marinos Ilias To: freebsd-current@freebsd.org Message-ID: <20070222122523.GA15300@ceid.upatras.gr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.6i X-Virus-Scanned: by amavisd-new at ceid.upatras.gr Subject: PAM problem X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Feb 2007 12:42:28 -0000 Hello people, I 've just upgraded a system from 6.2 to 7.0 , and sudo doesn't work anymore , giving the following error: sudo: unable to initialize PAM: No such file or directory Of course the sudoers entries are ok and the user has the rights to invoke sudo.Sudo was working before upgrade. I do not know if that problem has to do with some others that occurred to the system .All ports broke(give SEGV) after the upgrade and I had to deinstall & reinstall them.Sudo was installed from ports too.Should I try to reinstall it?If yes, what can cause that error? Thank you.