From owner-freebsd-current@FreeBSD.ORG Thu Jul 31 00:51:37 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D820437B401 for ; Thu, 31 Jul 2003 00:51:37 -0700 (PDT) Received: from bsd.ee (bsd.ee [194.126.101.115]) by mx1.FreeBSD.org (Postfix) with SMTP id ACB1043F75 for ; Thu, 31 Jul 2003 00:51:36 -0700 (PDT) (envelope-from nezdali@bsd.ee) Received: (qmail 66010 invoked by uid 1007); 31 Jul 2003 07:56:29 -0000 Date: Thu, 31 Jul 2003 10:56:29 +0300 From: DvG To: freebsd-current@freebsd.org Message-ID: <20030731075629.GA65920@daemon.bsd.ee> References: <916488900DA96F4D881F59CCDF522BD2029608A2@tallinn.microlink.lan> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <916488900DA96F4D881F59CCDF522BD2029608A2@tallinn.microlink.lan> User-Agent: Mutt/1.3.25i Subject: Re:'su' error after cvsup to current 5.1 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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, 31 Jul 2003 07:51:38 -0000 but the /usr/src/UPDATING says: There's a bug in the world build process. The cross-tools are build with the NEW headers, but the OLD libc.a. This leads to all kinds of problems with the new libc. A temporary workaround is to add CFLAGS="-O -pipe -D_OLD_STDIO" before building world when upgrading from 4.x to current. This can be removed afterwards. what shall i do then ? > -----Original Message----- > From: Sebastian Yepes [ESN] [mailto:esn@x123.info] > Sent: Thursday, July 31, 2003 10:29 AM > To: freebsd-current@freebsd.org > Subject: Re: 'su' error after cvsup to current 5.1 > > On Thu, Jul 31, 2003 at 10:11:34AM +0300, DvG wrote: > > Hi all ! > > I am having a strange problem after cvsup to current from stable (make > world/install world) with > > 'su' with all accounts in wheel group except root, more exactly to > say : > > 8:58{2662}netsaint@korn ~>$su > > Password: > > pam_unix: pam_sm_authenticate: UNIX authentication refused > > Sorry > > > > i tried to rebuild openpam and libpam, but pam_unix.so seems to be > broken. Where could be the problem ? > > > > Thank you in advance. > > > > > > _______________________________________________ > > 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" > > This is because you have tryd to buildworld with the CFLAGS = > optimizations > to fix this do: > > # Comminnt out the CFLAGS= from the /etc/make.conf > # rm -r /usr/obj/usr > # cd /usr/src && make buildworld Note:: don't use -jx > > and now you sode have a good src to do a installworld > > > > -- > > > /* > FingerPrint: > 5BF1 58B1 DE75 CBE3 6044 > 7098 1246 1EF6 9E78 041C > > @@@@@@@ @@@@@@ @@@@@@@ > @@! @@@ !@@ @@! @@@ > @!@!@!@ !@@!! @!@ !@! > !!: !!! !:! !!: !!! > :: : :: ::.: : :: : : > The Power To Kill LinuX > */ > _______________________________________________ > 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"