Re: 5-CURRENT source upgrade path is broken in PAM

2002-04-08 Thread Ruslan Ermilov
On Thu, Mar 07, 2002 at 05:16:52PM +, Mark Murray wrote: > > Mark Murray <[EMAIL PROTECTED]> writes: > > > > Umm, IIRC 'make world' starts by doing a 'make includes' into > > > > /usr/obj, which should take care of this. > > > That is 'make world'. It was broken for "make obj && make depend &&

Re: 5-CURRENT source upgrade path is broken in PAM

2002-03-13 Thread Maxime Henrion
Maxim Sobolev wrote: > > Bah, just completed `make world' after doing `make includes' and found > that I can't login as *any* user, not only root!!! Login just > hangs after entering password and nothing goes on. DES! PLEASE FIX > THAT FSKING PAM - within a very short timeframe it's the second

Re: 5-CURRENT source upgrade path is broken in PAM

2002-03-07 Thread Garance A Drosihn
At 5:43 PM +0200 3/7/02, Maxim Sobolev wrote: >"Michael D. Harnois" wrote: > > Could this have anything to do with the fact that, since I built > > world yesterday, I can't log in as root? > >Bah, just completed `make world' after doing `make includes' and >found that I can't login as *any* user

Re: 5-CURRENT source upgrade path is broken in PAM

2002-03-07 Thread Mark Murray
> Mark Murray <[EMAIL PROTECTED]> writes: > > > Umm, IIRC 'make world' starts by doing a 'make includes' into > > > /usr/obj, which should take care of this. > > That is 'make world'. It was broken for "make obj && make depend && make", > > [...] > > IMO, the repo-copy is the cleanest, because it

Re: 5-CURRENT source upgrade path is broken in PAM

2002-03-07 Thread Mark Murray
> > That is _my_ fault, not DES'. It was a crypt() problem which I have fixed. > > Ok, I see now. Could we please make a rule to send a heads-up in such > cases (i.e. in the cases when some serious misbehaviour was introduced > and then fixed shortly). This would save me (and probably others) > r

Re: 5-CURRENT source upgrade path is broken in PAM

2002-03-07 Thread Dag-Erling Smorgrav
Mark Murray <[EMAIL PROTECTED]> writes: > > Umm, IIRC 'make world' starts by doing a 'make includes' into > > /usr/obj, which should take care of this. > That is 'make world'. It was broken for "make obj && make depend && make", > [...] > IMO, the repo-copy is the cleanest, because it solves te ab

Re: 5-CURRENT source upgrade path is broken in PAM

2002-03-07 Thread Maxim Sobolev
Dag-Erling Smorgrav wrote: > > Maxim Sobolev <[EMAIL PROTECTED]> writes: > > Bah, just completed `make world' after doing `make includes' and found > > that I can't login as *any* user, not only root!!! Login just > > hangs after entering password and nothing goes on. DES! PLEASE FIX > > THAT

Re: 5-CURRENT source upgrade path is broken in PAM

2002-03-07 Thread Mark Murray
> Mark Murray <[EMAIL PROTECTED]> writes: > > The problem is in the headers; you changed #include "pam_mod_misc.h" > > to #include without ensuring that a (correct) > > pam_mod_misc.h was in an appropriate secure/ dir. > > Umm, IIRC 'make world' starts by doing a 'make includes' into > /usr/obj,

Re: 5-CURRENT source upgrade path is broken in PAM

2002-03-07 Thread Maxim Sobolev
Mark Murray wrote: > > > Bah, just completed `make world' after doing `make includes' and found > > that I can't login as *any* user, not only root!!! Login just > > hangs after entering password and nothing goes on. DES! PLEASE FIX > > THAT FSKING PAM - within a very short timeframe it's the

Re: 5-CURRENT source upgrade path is broken in PAM

2002-03-07 Thread Dag-Erling Smorgrav
Maxim Sobolev <[EMAIL PROTECTED]> writes: > Shit Happens[tm]. BTW, why you are ignoring system CFLAGS settings > (optimisations and such) for pam_unix? Please consider attached patch. *I* am not. Learn how to use 'cvs annotate' DES -- Dag-Erling Smorgrav - [EMAIL PROTECTED] To Unsubscribe: se

Re: 5-CURRENT source upgrade path is broken in PAM

2002-03-07 Thread Maxim Sobolev
Dag-Erling Smorgrav wrote: > > Maxim Sobolev <[EMAIL PROTECTED]> writes: > > Dag-Erling Smorgrav wrote: > > > Maxim Sobolev <[EMAIL PROTECTED]> writes: > > > > Looks like source upgrade path is broken due to PAM. My system is -CURRENT > > > > compiled on 19 February. Please fix. > > > Please use

Re: 5-CURRENT source upgrade path is broken in PAM

2002-03-07 Thread Dag-Erling Smorgrav
Maxim Sobolev <[EMAIL PROTECTED]> writes: > Bah, just completed `make world' after doing `make includes' and found > that I can't login as *any* user, not only root!!! Login just > hangs after entering password and nothing goes on. DES! PLEASE FIX > THAT FSKING PAM - within a very short timefr

Re: 5-CURRENT source upgrade path is broken in PAM

2002-03-07 Thread Dag-Erling Smorgrav
Mark Murray <[EMAIL PROTECTED]> writes: > The problem is in the headers; you changed #include "pam_mod_misc.h" > to #include without ensuring that a (correct) > pam_mod_misc.h was in an appropriate secure/ dir. Umm, IIRC 'make world' starts by doing a 'make includes' into /usr/obj, which should

Re: 5-CURRENT source upgrade path is broken in PAM

2002-03-07 Thread Mark Murray
> OK; markm said it was a crypt() problem (that he caused & fixed); I'm > not going to belabor that. (I will, however, express appreciation for > Mark "taking the heat": thanks, Mark!) *blush* > But on the point of folks being unable to login, I'm not seeing the > failure here. You'll only se

Re: 5-CURRENT source upgrade path is broken in PAM

2002-03-07 Thread Dag-Erling Smorgrav
Maxim Sobolev <[EMAIL PROTECTED]> writes: > Dag-Erling Smorgrav wrote: > > Maxim Sobolev <[EMAIL PROTECTED]> writes: > > > Looks like source upgrade path is broken due to PAM. My system is -CURRENT > > > compiled on 19 February. Please fix. > > Please use 'make world' to upgrade your system. > I'm

Re: 5-CURRENT source upgrade path is broken in PAM

2002-03-07 Thread David Wolfskill
>Date: Thu, 07 Mar 2002 17:43:26 +0200 >From: Maxim Sobolev <[EMAIL PROTECTED]> >"Michael D. Harnois" wrote: >> On Thu, 7 Mar 2002 13:30:44 +0200 (EET), Maxim Sobolev <[EMAIL PROTECTED]> said: >> Maxim> Hi, Looks like source upgrade path is broken due to PAM. My >> Maxim> system is -CUR

Re: 5-CURRENT source upgrade path is broken in PAM

2002-03-07 Thread Mark Murray
> I can't login as root either, I can only gain root access if I boot into > single-user. > > The login process just eats up all cpu-ressources and the login times out > after 300 seconds. A su doesn't work either, of course. Not a PAM problem, a crypt(3) problem. My fault, and fixed. M -- o

Re: 5-CURRENT source upgrade path is broken in PAM

2002-03-07 Thread Mark Murray
> Bah, just completed `make world' after doing `make includes' and found > that I can't login as *any* user, not only root!!! Login just > hangs after entering password and nothing goes on. DES! PLEASE FIX > THAT FSKING PAM - within a very short timeframe it's the second time > I'm having prob

Re: 5-CURRENT source upgrade path is broken in PAM

2002-03-07 Thread Mark Murray
> Maxim Sobolev <[EMAIL PROTECTED]> writes: > > Looks like source upgrade path is broken due to PAM. My system is -CURRENT > > compiled on 19 February. Please fix. > > Please use 'make world' to upgrade your system. Its more broken than that. I have a fix. The problem is in the headers; you cha

Re: 5-CURRENT source upgrade path is broken in PAM

2002-03-07 Thread Rasmus Skaarup
On 7 Mar 2002, Michael D. Harnois wrote: > On Thu, 7 Mar 2002 13:30:44 +0200 (EET), Maxim Sobolev <[EMAIL PROTECTED]> said: > > Maxim> Hi, Looks like source upgrade path is broken due to PAM. My > Maxim> system is -CURRENT compiled on 19 February. Please fix. > > Could this have anything

Re: 5-CURRENT source upgrade path is broken in PAM

2002-03-07 Thread Maxim Sobolev
"Michael D. Harnois" wrote: > > On Thu, 7 Mar 2002 13:30:44 +0200 (EET), Maxim Sobolev <[EMAIL PROTECTED]> said: > > Maxim> Hi, Looks like source upgrade path is broken due to PAM. My > Maxim> system is -CURRENT compiled on 19 February. Please fix. > > Could this have anything to do wit

Re: 5-CURRENT source upgrade path is broken in PAM

2002-03-07 Thread Michael D. Harnois
On Thu, 7 Mar 2002 13:30:44 +0200 (EET), Maxim Sobolev <[EMAIL PROTECTED]> said: Maxim> Hi, Looks like source upgrade path is broken due to PAM. My Maxim> system is -CURRENT compiled on 19 February. Please fix. Could this have anything to do with the fact that, since I built world yester

Re: 5-CURRENT source upgrade path is broken in PAM

2002-03-07 Thread Maxim Sobolev
Maxim Sobolev wrote: > > Dag-Erling Smorgrav wrote: > > > > Maxim Sobolev <[EMAIL PROTECTED]> writes: > > > Looks like source upgrade path is broken due to PAM. My system is -CURRENT > > > compiled on 19 February. Please fix. > > > > Please use 'make world' to upgrade your system. > > I'm using

Re: 5-CURRENT source upgrade path is broken in PAM

2002-03-07 Thread Maxim Sobolev
Dag-Erling Smorgrav wrote: > > Maxim Sobolev <[EMAIL PROTECTED]> writes: > > Looks like source upgrade path is broken due to PAM. My system is -CURRENT > > compiled on 19 February. Please fix. > > Please use 'make world' to upgrade your system. I'm using `make world' (well buildworld, but it sh

Re: 5-CURRENT source upgrade path is broken in PAM

2002-03-07 Thread Dag-Erling Smorgrav
Maxim Sobolev <[EMAIL PROTECTED]> writes: > Looks like source upgrade path is broken due to PAM. My system is -CURRENT > compiled on 19 February. Please fix. Please use 'make world' to upgrade your system. DES -- Dag-Erling Smorgrav - [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTE

5-CURRENT source upgrade path is broken in PAM

2002-03-07 Thread Maxim Sobolev
Hi, Looks like source upgrade path is broken due to PAM. My system is -CURRENT compiled on 19 February. Please fix. -Maxim ===> libpam/modules/pam_ftp cc -pipe -O -mpreferred-stack-boundary=2 -march=pentium -I/usr/src/lib/libpam/mo dules/pam_ftp/../../../../contrib/openpam/libpam/include -I/usr