Re: "ctrl+c" disabled!

From: Bill J.Xu (xujz_at_neusoft.com)
Date: 08/22/03

  • Next message: Rob Landley: "Re: [PATCH] Re: [PATCH] scsi.h uses "u8" which isn't defined."
    Date:	Fri, 22 Aug 2003 09:50:43 +0800
    To: root@chaos.analogic.com
    
    

    I use the serial line to connect my computer with linux box, and I use the SecureCRT.
    The following is the corresponding configuration of linux box' inittab file.

    # Serial lines
    s1:12345:respawn:/sbin/agetty -L 9600 ttyS0 vt100
    s2:12345:respawn:/sbin/agetty 9600 ttyS1 vt100

    Thank you, dear *** Johnson

    Bill

    ----- Original Message -----
    From: "Richard B. Johnson" <root@chaos.analogic.com>
    To: "Bill J.Xu" <xujz@neusoft.com>
    Cc: <linux-kernel@vger.kernel.org>
    Sent: Thursday, August 21, 2003 8:46 PM
    Subject: Re: "ctrl+c" disabled!

    > On Thu, 21 Aug 2003, Bill J.Xu wrote:
    >
    > > hello everyone,
    > >
    > > when I connect linux through serial port,and run a program such as "ping xxx.xxx.xxx.xxx",then I can not stop it by using "ctrl+c".and the only way is to telnet it,and kill that progress
    > >
    > > why?
    > >
    > > thanks
    > >
    > > Bill J.Xu
    > > -
    > How do you 'connect' through the serial port? You need to use a
    > serial `getty` that properly sets up the terminal. The 'mini-getty'
    > used on recent distributions doesn't bother.
    > Also, if you are not using a real terminal, you need to use a terminal
    > program that actually sends a ^C.
    >
    > Cheers,
    > *** Johnson
    > Penguin : Linux version 2.4.20 on an i686 machine (797.90 BogoMips).
    > Note 96.31% of all statistics are fiction.
    >
    >
    >
    -
    To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
    the body of a message to majordomo@vger.kernel.org
    More majordomo info at http://vger.kernel.org/majordomo-info.html
    Please read the FAQ at http://www.tux.org/lkml/


  • Next message: Rob Landley: "Re: [PATCH] Re: [PATCH] scsi.h uses "u8" which isn't defined."