Re: "ctrl+c" disabled!

From: Edgar Toernig (froese_at_gmx.de)
Date: 08/22/03

  • Next message: Bill J.Xu: "Re: "ctrl+c" disabled!"
    Date:	Fri, 22 Aug 2003 04:04:09 +0200
    To: "Bill J.Xu" <xujz@neusoft.com>
    
    

    "Bill J.Xu" wrote:
    >
    > 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?

    Try:

      stty -a

    and check the intr setting. Maybe it's set to DEL (^?).
    You can correct it with:

      stty intr "^c"

    Ciao, ET.
    -
    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: Bill J.Xu: "Re: "ctrl+c" disabled!"

    Relevant Pages

    • Re: some missing spin_unlocks
      ... > lookup while the object is in progress of being destroyed sounds really ... This happens all the time with TCP sockets, ... When we're trying to kill off a socket which is in time ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • Re: "ctrl+c" disabled!
      ... and I use "killall xxx_appname" to kill the progress after telnet the linux box. ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • Re: Linux 2.4.27 SECURITY BUG - TCP Local and REMOTE(verified) Denial of Service Attack
      ... > can also kill it. ... (using telnet as the other side of the attack) ... > Connection closed by foreign host. ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • Re: kernel allows loadkeys to be used by any user, allowing for local root compromise
      ... Yes, good idea, but we already are using it for soft reboot. ... using the idea of remapping backspace so others can't kill their screen saver ... We usually don't want to kill some professor's pine ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • Re: forkbombing Linux distributions
      ... > small forkbomb, I saw that either the forkbomb process, or the parent ... > would be chosen to kill? ... > processes are killed (like kernel threads or other daemons), ... 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/ ...
      (Linux-Kernel)