Re: Clever! The kernel make that won't die...

2001-06-15 Thread Szilveszter Adam

Hello,

First of all I would like to apologise for my mail yesterday; we had a
party here at the dorm and went a bit crzy... corollary is, next time I
won't party and email at the same evening, they just don't mix...:-)

In my opinion, you are looking for this fix:

markm   2001/06/07 01:45:23 PDT

  Modified files:
contrib/libpam/libpam_misc misc_conv.c
  Log:
  Fix bug introduced by myself that often resulted in a session having
  SIGINTR (^C) and SIGSTP (^Z) masked.

  Reported by:  bde, sobomax
  Submitted by: sobomax

  Revision  ChangesPath
  1.5   +9 -10 src/contrib/libpam/libpam_misc/misc_conv.c

So, an upgrade should probably fix this. (Note that I have used bash for
quite some time as my shell before switching over to tcsh and I never had
problems with it with port builds or whatever.)

Next time I will try to be more helpful the first time around.
 
-- 
Regards:

Szilveszter ADAM
Szeged University
Szeged Hungary

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Re: Clever! The kernel make that won't die...

2001-06-15 Thread Matthew Jacob


Ah- I didn't think your mail needed apologies... but I do thank you for the
followup!


On Fri, 15 Jun 2001, Szilveszter Adam wrote:

 Hello,
 
 First of all I would like to apologise for my mail yesterday; we had a
 party here at the dorm and went a bit crzy... corollary is, next time I
 won't party and email at the same evening, they just don't mix...:-)
 
 In my opinion, you are looking for this fix:
 
 markm   2001/06/07 01:45:23 PDT
 
   Modified files:
 contrib/libpam/libpam_misc misc_conv.c
   Log:
   Fix bug introduced by myself that often resulted in a session having
   SIGINTR (^C) and SIGSTP (^Z) masked.
 
   Reported by:  bde, sobomax
   Submitted by: sobomax
 
   Revision  ChangesPath
   1.5   +9 -10 src/contrib/libpam/libpam_misc/misc_conv.c
 
 So, an upgrade should probably fix this. (Note that I have used bash for
 quite some time as my shell before switching over to tcsh and I never had
 problems with it with port builds or whatever.)
 
 Next time I will try to be more helpful the first time around.
  
 -- 
 Regards:
 
 Szilveszter ADAM
 Szeged University
 Szeged Hungary
 


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Re: Clever! The kernel make that won't die...

2001-06-14 Thread Wilko Bulte

On Thu, Jun 14, 2001 at 12:38:43PM -0700, Matthew Jacob wrote:
 
 Heh- is this a bug or a feature?
 
 Making a kernel, no -j args, -current, tot
 
 oot/kernel make all
 === 3dfx
 ^C^C'd it
 
 nellie.feral.com  === accf_data
 root mak=== accf_http
 e
...

 === digi/digi_CX
 === digi/digi_CX_PCI
 === digi/digi_EPCX
 === digi/digi_EPCX_PCI
 Terminated killall make from another xterm
 === digi/digi_Xe
 === digi/digi_Xem
 === digi/digi_Xr
 
 That make- takes a licking, but keeps on ticking.

Is it make, or is it the compiler? I once, years back, saw some really
pathological C code that made de C-compiler's optimizing step go
bonkers. It just never stopped trying to figure out the code ;)
Entertaining..

-- 
|   / o / /  _   Arnhem, The Netherlandsemail: [EMAIL PROTECTED]
|/|/ / / /( (_) Bulte   http://www.FreeBSD.org  

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Re: Clever! The kernel make that won't die...

2001-06-14 Thread Matthew Jacob


Oh, this is make


On Thu, 14 Jun 2001, Wilko Bulte wrote:

 On Thu, Jun 14, 2001 at 12:38:43PM -0700, Matthew Jacob wrote:
 
  Heh- is this a bug or a feature?
 
  Making a kernel, no -j args, -current, tot
 
  oot/kernel make all
  === 3dfx
  ^C  ^C'd it
 
  nellie.feral.com  === accf_data
  root mak=== accf_http
  e
 ...

  === digi/digi_CX
  === digi/digi_CX_PCI
  === digi/digi_EPCX
  === digi/digi_EPCX_PCI
  Terminated   killall make from another xterm
  === digi/digi_Xe
  === digi/digi_Xem
  === digi/digi_Xr
 
  That make- takes a licking, but keeps on ticking.

 Is it make, or is it the compiler? I once, years back, saw some really
 pathological C code that made de C-compiler's optimizing step go
 bonkers. It just never stopped trying to figure out the code ;)
 Entertaining..

 --
 |   / o / /  _ Arnhem, The Netherlandsemail: [EMAIL PROTECTED]
 |/|/ / / /( (_) Bulte http://www.FreeBSD.org



To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Re: Clever! The kernel make that won't die...

2001-06-14 Thread Szilveszter Adam

On Thu, Jun 14, 2001 at 12:38:43PM -0700, Matthew Jacob wrote:
 
 Heh- is this a bug or a feature?
 
 Making a kernel, no -j args, -current, tot

tot... what?:-) Hello? Are you still there?:-)

 oot/kernel make all
 === 3dfx
 ^C^C'd it
 
 nellie.feral.com  === accf_data
 root mak=== accf_http
 e
 nellie.feral.com  === agp
 === aha
 fg=== amr
 
 bash: fg: current: no such job
 nellie.feral.com  === an

Well... this seems rather strange... is this several ttys output or just
one?

 That make- takes a licking, but keeps on ticking.

Yes, FreeBSD's real mascot is the Energizer Bunny don't you know? It just
keeps going and going and going and ...

Seriously: no, I have never seen anything like it. And I never use -j for
kernel builds either... what is possible is however this: there was some
talk about ^C, ^Z and friends being incorrectly masked by the login routine
thus making these useless in some cases even after login. (With the
original point being that you shouldn't be able to use these while logging
in) This is supposed
to be fixed now, but maybe you have the buggy version running? Also, the
talk was that while bash (and sh?) were affected, tcsh wasn't, and since
that's what I use, maybe that's why I never noticed this...

What is the date of your current world?

-- 
Regards:

Szilveszter ADAM
Szeged University
Szeged Hungary

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Re: Clever! The kernel make that won't die...

2001-06-14 Thread Matthew Jacob



On Thu, 14 Jun 2001, Szilveszter Adam wrote:

 On Thu, Jun 14, 2001 at 12:38:43PM -0700, Matthew Jacob wrote:
 
  Heh- is this a bug or a feature?
 
  Making a kernel, no -j args, -current, tot

 tot... what?:-) Hello? Are you still there?:-)

Top of Tree


  oot/kernel make all
  === 3dfx
  ^C  ^C'd it
 
  nellie.feral.com  === accf_data
  root mak=== accf_http
  e
  nellie.feral.com  === agp
  === aha
  fg=== amr
 
  bash: fg: current: no such job
  nellie.feral.com  === an

 Well... this seems rather strange... is this several ttys output or just
 one?

  That make- takes a licking, but keeps on ticking.

 Yes, FreeBSD's real mascot is the Energizer Bunny don't you know? It just
 keeps going and going and going and ...

 Seriously: no, I have never seen anything like it. And I never use -j for
 kernel builds either... what is possible is however this: there was some

This was not a -j

 talk about ^C, ^Z and friends being incorrectly masked by the login routine
 thus making these useless in some cases even after login. (With the
 original point being that you shouldn't be able to use these while logging
 in) This is supposed
 to be fixed now, but maybe you have the buggy version running? Also, the
 talk was that while bash (and sh?) were affected, tcsh wasn't, and since
 that's what I use, maybe that's why I never noticed this...

Ah.

I use bash. Maybe that's it. Even in -stable bash will break massively a
number of ports builds.


 What is the date of your current world?

June 5th...

-matt



To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



RE: Clever! The kernel make that won't die...

2001-06-14 Thread Long, Scott

I've also seen this while making ports.  If I ^C while fetch is trying to
connect to the distfile site, it doesn't die.  It might be that the mk.*
stuff is spinning off shells and allowing them to become disconnected from
terminal input somehow.

 -Original Message-
 From: Szilveszter Adam [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, June 14, 2001 2:12 PM
 To: [EMAIL PROTECTED]
 Subject: Re: Clever! The kernel make that won't die...
 
 
 On Thu, Jun 14, 2001 at 12:38:43PM -0700, Matthew Jacob wrote:
  
  Heh- is this a bug or a feature?
  
  Making a kernel, no -j args, -current, tot
 
 tot... what?:-) Hello? Are you still there?:-)
 
  oot/kernel make all
  === 3dfx
  ^C  ^C'd it
  
  nellie.feral.com  === accf_data
  root mak=== accf_http
  e
  nellie.feral.com  === agp
  === aha
  fg=== amr
  
  bash: fg: current: no such job
  nellie.feral.com  === an
 
 Well... this seems rather strange... is this several ttys 
 output or just
 one?
 
  That make- takes a licking, but keeps on ticking.
 
 Yes, FreeBSD's real mascot is the Energizer Bunny don't you 
 know? It just
 keeps going and going and going and ...
 
 Seriously: no, I have never seen anything like it. And I 
 never use -j for
 kernel builds either... what is possible is however this: 
 there was some
 talk about ^C, ^Z and friends being incorrectly masked by the 
 login routine
 thus making these useless in some cases even after login. (With the
 original point being that you shouldn't be able to use these 
 while logging
 in) This is supposed
 to be fixed now, but maybe you have the buggy version 
 running? Also, the
 talk was that while bash (and sh?) were affected, tcsh 
 wasn't, and since
 that's what I use, maybe that's why I never noticed this...
 
 What is the date of your current world?
 
 -- 
 Regards:
 
 Szilveszter ADAM
 Szeged University
 Szeged Hungary
 
 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-current in the body of the message
 

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message