Re: 'su' error after cvsup to current 5.1
From: Sebastian Yepes [ESN] (esn_at_x123.info)
Date: 07/31/03
- Previous message: DvG: "'su' error after cvsup to current 5.1"
- In reply to: DvG: "'su' error after cvsup to current 5.1"
- Next in thread: DvG: "Re:'su' error after cvsup to current 5.1"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 31 Jul 2003 09:29:06 +0200 To: freebsd-current@freebsd.org
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"
- Previous message: DvG: "'su' error after cvsup to current 5.1"
- In reply to: DvG: "'su' error after cvsup to current 5.1"
- Next in thread: DvG: "Re:'su' error after cvsup to current 5.1"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]