From owner-freebsd-current@FreeBSD.ORG Thu Feb 22 14:42:39 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 4C2F316A400 for ; Thu, 22 Feb 2007 14:42:39 +0000 (UTC) (envelope-from ohartman@zedat.fu-berlin.de) Received: from outpost1.zedat.fu-berlin.de (outpost1.zedat.fu-berlin.de [130.133.4.66]) by mx1.freebsd.org (Postfix) with ESMTP id 0A83E13C46B for ; Thu, 22 Feb 2007 14:42:38 +0000 (UTC) (envelope-from ohartman@zedat.fu-berlin.de) Received: from inpost2.zedat.fu-berlin.de ([130.133.4.69]) by outpost1.zedat.fu-berlin.de (Exim 4.66) with esmtp (envelope-from ) id <1HKF9Z-0005eU-EX>; Thu, 22 Feb 2007 15:42:37 +0100 Received: from telesto.geoinf.fu-berlin.de ([130.133.86.198]) by inpost2.zedat.fu-berlin.de (Exim 4.66) with esmtpsa (envelope-from ) id <1HKF9Z-0003w4-DL>; Thu, 22 Feb 2007 15:42:37 +0100 Message-ID: <45DDABDD.2040004@zedat.fu-berlin.de> Date: Thu, 22 Feb 2007 15:42:37 +0100 From: "O. Hartmann" Organization: Freie =?ISO-8859-1?Q?Universit=E4t_Berlin?= User-Agent: Thunderbird 1.5.0.9 (X11/20070119) MIME-Version: 1.0 To: Marinos Ilias References: <20070222122523.GA15300@ceid.upatras.gr> In-Reply-To: <20070222122523.GA15300@ceid.upatras.gr> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: 130.133.86.198 Cc: freebsd-current@freebsd.org Subject: Re: 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 14:42:39 -0000 Marinos Ilias wrote: > 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. > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" I've also upgraded a box from 6.2 -> 7.0. But I had to recompile every(!) port to make them working properly. Have you recompiled sudo port? Or just taken it as it was (compiled from 6.2-sources)? If not recompiled the port, please recompile/reinstall. Except Xorg (server is broken due to lack in a compiler option 7.0 expects to see) everything seems to work well, even sudo in 7.0-CURRENT. Regards, Oliver