Re: 2.4.4 fork() problems (maybe)

2001-05-06 Thread Magnus Naeslund\(f\)
From: "Marko Kreen" <[EMAIL PROTECTED]> > On Sun, May 06, 2001 at 02:20:50AM +0200, Magnus Naeslund(f) wrote: > > From: "Marko Kreen" <[EMAIL PROTECTED]> > > > On Sat, May 05, 2001 at 09:07:53PM +0200, Magnus Naeslund(f) wrote: > > > > When i do a "su - " it just hangs. > > > > When i run strace

Re: 2.4.4 fork() problems (maybe)

2001-05-06 Thread Magnus Naeslund\(f\)
From: Marko Kreen [EMAIL PROTECTED] On Sun, May 06, 2001 at 02:20:50AM +0200, Magnus Naeslund(f) wrote: From: Marko Kreen [EMAIL PROTECTED] On Sat, May 05, 2001 at 09:07:53PM +0200, Magnus Naeslund(f) wrote: When i do a su - user it just hangs. When i run strace on it i see that it

Re: 2.4.4 fork() problems (maybe)

2001-05-05 Thread Marko Kreen
On Sun, May 06, 2001 at 02:20:50AM +0200, Magnus Naeslund(f) wrote: > From: "Marko Kreen" <[EMAIL PROTECTED]> > > On Sat, May 05, 2001 at 09:07:53PM +0200, Magnus Naeslund(f) wrote: > > > When i do a "su - " it just hangs. > > > When i run strace on it i see that it forks and wait()s on the

Re: 2.4.4 fork() problems (maybe)

2001-05-05 Thread Magnus Naeslund\(f\)
From: "Marko Kreen" <[EMAIL PROTECTED]> > On Sat, May 05, 2001 at 09:07:53PM +0200, Magnus Naeslund(f) wrote: > > Hello, I saw that there was something changed on how fork() works, and > > wonder if this could be the cause my problem. > > When i do a "su - " it just hangs. > > When i run strace

Re: 2.4.4 fork() problems (maybe)

2001-05-05 Thread David Lang
display for a multi-use win NT box) locks up a few seconds after the mouse it moved. David Lang On Sat, 5 May 2001, Marc Schiffbauer wrote: > Date: Sat, 5 May 2001 21:37:44 +0200 > From: Marc Schiffbauer <[EMAIL PROTECTED]> > To: linux-kernel <[EMAIL PROTECTED]> > Subject: R

Re: 2.4.4 fork() problems (maybe)

2001-05-05 Thread Marko Kreen
On Sat, May 05, 2001 at 09:07:53PM +0200, Magnus Naeslund(f) wrote: > Hello, I saw that there was something changed on how fork() works, and > wonder if this could be the cause my problem. > When i do a "su - " it just hangs. > When i run strace on it i see that it forks and wait()s on the child.

Re: 2.4.4 fork() problems (maybe)

2001-05-05 Thread J Sloan
Marc Schiffbauer wrote: > use 2.4.5-pre1 instead, Linus has undone the fork()-change for some > reason ;-) > 2.4.5-pre1 has it's own problems - Probably better to use 2.4.4-ac5 instead. cu jjs - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message

Re: 2.4.4 fork() problems (maybe)

2001-05-05 Thread Marc Schiffbauer
* Magnus Naeslund(f) schrieb am 05.05.01 um 21:07 Uhr: > Hello, I saw that there was something changed on how fork() works, and > wonder if this could be the cause my problem. > When i do a "su - " it just hangs. > When i run strace on it i see that it forks and wait()s on the child. > >

2.4.4 fork() problems (maybe)

2001-05-05 Thread Magnus Naeslund\(f\)
Hello, I saw that there was something changed on how fork() works, and wonder if this could be the cause my problem. When i do a "su - " it just hangs. When i run strace on it i see that it forks and wait()s on the child. Sometimes when i strace the su command it succeeds to give me a shell,

2.4.4 fork() problems (maybe)

2001-05-05 Thread Magnus Naeslund\(f\)
Hello, I saw that there was something changed on how fork() works, and wonder if this could be the cause my problem. When i do a su - user it just hangs. When i run strace on it i see that it forks and wait()s on the child. Sometimes when i strace the su command it succeeds to give me a shell,

Re: 2.4.4 fork() problems (maybe)

2001-05-05 Thread Marc Schiffbauer
* Magnus Naeslund(f) schrieb am 05.05.01 um 21:07 Uhr: Hello, I saw that there was something changed on how fork() works, and wonder if this could be the cause my problem. When i do a su - user it just hangs. When i run strace on it i see that it forks and wait()s on the child. Sometimes

Re: 2.4.4 fork() problems (maybe)

2001-05-05 Thread J Sloan
Marc Schiffbauer wrote: use 2.4.5-pre1 instead, Linus has undone the fork()-change for some reason ;-) 2.4.5-pre1 has it's own problems - Probably better to use 2.4.4-ac5 instead. cu jjs - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to

Re: 2.4.4 fork() problems (maybe)

2001-05-05 Thread Marko Kreen
On Sat, May 05, 2001 at 09:07:53PM +0200, Magnus Naeslund(f) wrote: Hello, I saw that there was something changed on how fork() works, and wonder if this could be the cause my problem. When i do a su - user it just hangs. When i run strace on it i see that it forks and wait()s on the child.

Re: 2.4.4 fork() problems (maybe)

2001-05-05 Thread David Lang
display for a multi-use win NT box) locks up a few seconds after the mouse it moved. David Lang On Sat, 5 May 2001, Marc Schiffbauer wrote: Date: Sat, 5 May 2001 21:37:44 +0200 From: Marc Schiffbauer [EMAIL PROTECTED] To: linux-kernel [EMAIL PROTECTED] Subject: Re: 2.4.4 fork() problems (maybe

Re: 2.4.4 fork() problems (maybe)

2001-05-05 Thread Magnus Naeslund\(f\)
From: Marko Kreen [EMAIL PROTECTED] On Sat, May 05, 2001 at 09:07:53PM +0200, Magnus Naeslund(f) wrote: Hello, I saw that there was something changed on how fork() works, and wonder if this could be the cause my problem. When i do a su - user it just hangs. When i run strace on it i see

Re: 2.4.4 fork() problems (maybe)

2001-05-05 Thread Marko Kreen
On Sun, May 06, 2001 at 02:20:50AM +0200, Magnus Naeslund(f) wrote: From: Marko Kreen [EMAIL PROTECTED] On Sat, May 05, 2001 at 09:07:53PM +0200, Magnus Naeslund(f) wrote: When i do a su - user it just hangs. When i run strace on it i see that it forks and wait()s on the child. No i