Re: serial console problems under 2.4.4/5

2001-05-29 Thread Miquel van Smoorenburg
In article <[EMAIL PROTECTED]>, Narayan Desai <[EMAIL PROTECTED]> wrote: >> "Mike" == Miquel van Smoorenburg <[EMAIL PROTECTED]> writes: > >Mike> In article <[EMAIL PROTECTED]>, >Mike> Narayan Desai <[EMAIL PROTECTED]> wrote: >>> Hi. I have started having serial console problems in the last

Re: serial console problems under 2.4.4/5

2001-05-29 Thread Narayan Desai
> "Mike" == Miquel van Smoorenburg <[EMAIL PROTECTED]> writes: Mike> In article <[EMAIL PROTECTED]>, Mike> Narayan Desai <[EMAIL PROTECTED]> wrote: >> Hi. I have started having serial console problems in the last bunch >> of kernel releases. I have tried various 2.4.4 and 2.4.5 ac kernels >>

Re: serial console problems under 2.4.4/5

2001-05-29 Thread Miquel van Smoorenburg
In article <[EMAIL PROTECTED]>, Narayan Desai <[EMAIL PROTECTED]> wrote: >Hi. I have started having serial console problems in the last bunch of >kernel releases. I have tried various 2.4.4 and 2.4.5 ac kernels (up >to and including 2.4.5-ac4) and the problem has persisted. The problem >is

Re: serial console problems under 2.4.4/5

2001-05-29 Thread Miquel van Smoorenburg
In article [EMAIL PROTECTED], Narayan Desai [EMAIL PROTECTED] wrote: Hi. I have started having serial console problems in the last bunch of kernel releases. I have tried various 2.4.4 and 2.4.5 ac kernels (up to and including 2.4.5-ac4) and the problem has persisted. The problem is basically that

Re: serial console problems under 2.4.4/5

2001-05-29 Thread Narayan Desai
Mike == Miquel van Smoorenburg [EMAIL PROTECTED] writes: Mike In article [EMAIL PROTECTED], Mike Narayan Desai [EMAIL PROTECTED] wrote: Hi. I have started having serial console problems in the last bunch of kernel releases. I have tried various 2.4.4 and 2.4.5 ac kernels (up to and including

Re: serial console problems under 2.4.4/5

2001-05-29 Thread Miquel van Smoorenburg
In article [EMAIL PROTECTED], Narayan Desai [EMAIL PROTECTED] wrote: Mike == Miquel van Smoorenburg [EMAIL PROTECTED] writes: Mike In article [EMAIL PROTECTED], Mike Narayan Desai [EMAIL PROTECTED] wrote: Hi. I have started having serial console problems in the last bunch of kernel releases.

Re: serial console problems with 2.4.4

2001-05-03 Thread Fabrice Gautier
On 03 May 2001 02:15:03 -0600 [EMAIL PROTECTED] (Eric W. Biederman) wrote: > > I get the impression that something in 2.4.3 fixed CREAD handling, and we > started noticing the buggy user space. That's my impression too... > > > I wish I knew where the breakage actually occured. > > > > Just

Re: serial console problems with 2.4.4

2001-05-03 Thread Eric W. Biederman
Fabrice Gautier <[EMAIL PROTECTED]> writes: > On 02 May 2001 10:37:21 -0600 > [EMAIL PROTECTED] (Eric W. Biederman) wrote: > > > Fabrice Gautier <[EMAIL PROTECTED]> writes: > > > So this this probably a sulogin/mingetty problem. They should set the > > > CREAD flag in your tty c_cflag. > > > >

Re: serial console problems with 2.4.4

2001-05-03 Thread Eric W. Biederman
Fabrice Gautier [EMAIL PROTECTED] writes: On 02 May 2001 10:37:21 -0600 [EMAIL PROTECTED] (Eric W. Biederman) wrote: Fabrice Gautier [EMAIL PROTECTED] writes: So this this probably a sulogin/mingetty problem. They should set the CREAD flag in your tty c_cflag. the patch for

Re: serial console problems with 2.4.4

2001-05-03 Thread Fabrice Gautier
On 03 May 2001 02:15:03 -0600 [EMAIL PROTECTED] (Eric W. Biederman) wrote: I get the impression that something in 2.4.3 fixed CREAD handling, and we started noticing the buggy user space. That's my impression too... I wish I knew where the breakage actually occured. Just look at

Re: serial console problems with 2.4.4

2001-05-02 Thread Fabrice Gautier
On 02 May 2001 10:37:21 -0600 [EMAIL PROTECTED] (Eric W. Biederman) wrote: > Fabrice Gautier <[EMAIL PROTECTED]> writes: > > So this this probably a sulogin/mingetty problem. They should set the > > CREAD flag in your tty c_cflag. > > > > the patch for busybox repalced the line > >

Re: serial console problems with 2.4.4

2001-05-02 Thread Eric W. Biederman
Fabrice Gautier <[EMAIL PROTECTED]> writes: > On Wed, 02 May 2001 11:54:11 +0200 > Reto Baettig <[EMAIL PROTECTED]> wrote: > > > Hi > > > > I just installed 2.4.4 on our alpha SMP boxes (ES40) and now I have > > problems with the serial console: > > I get same kind of problem when upgrading

Re: serial console problems with 2.4.4

2001-05-02 Thread Fabrice Gautier
On Wed, 02 May 2001 11:54:11 +0200 Reto Baettig <[EMAIL PROTECTED]> wrote: > Hi > > I just installed 2.4.4 on our alpha SMP boxes (ES40) and now I have > problems with the serial console: I get same kind of problem when upgrading from 2.4.2 to 2.4.3 and using busybox as init/getty The

serial console problems with 2.4.4

2001-05-02 Thread Reto Baettig
Hi I just installed 2.4.4 on our alpha SMP boxes (ES40) and now I have problems with the serial console: sulogin does not accept input from the serial line mingetty does not accept input from the serial line agetty works fine Everything works fine for the 2.4.2 kernel. I took the .config file

Re: serial console problems with 2.4.4

2001-05-02 Thread Fabrice Gautier
On 02 May 2001 10:37:21 -0600 [EMAIL PROTECTED] (Eric W. Biederman) wrote: Fabrice Gautier [EMAIL PROTECTED] writes: So this this probably a sulogin/mingetty problem. They should set the CREAD flag in your tty c_cflag. the patch for busybox repalced the line tty.c_cflag |=

serial console problems with 2.4.4

2001-05-02 Thread Reto Baettig
Hi I just installed 2.4.4 on our alpha SMP boxes (ES40) and now I have problems with the serial console: sulogin does not accept input from the serial line mingetty does not accept input from the serial line agetty works fine Everything works fine for the 2.4.2 kernel. I took the .config file

Re: serial console problems with 2.4.4

2001-05-02 Thread Eric W. Biederman
Fabrice Gautier [EMAIL PROTECTED] writes: On Wed, 02 May 2001 11:54:11 +0200 Reto Baettig [EMAIL PROTECTED] wrote: Hi I just installed 2.4.4 on our alpha SMP boxes (ES40) and now I have problems with the serial console: I get same kind of problem when upgrading from 2.4.2 to

Re: serial console problems with 2.4.4

2001-05-02 Thread Fabrice Gautier
On Wed, 02 May 2001 11:54:11 +0200 Reto Baettig [EMAIL PROTECTED] wrote: Hi I just installed 2.4.4 on our alpha SMP boxes (ES40) and now I have problems with the serial console: I get same kind of problem when upgrading from 2.4.2 to 2.4.3 and using busybox as init/getty The problem was