<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Control C not working in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/control-c-not-working/m-p/3825650#M270971</link>
    <description>Some sort of weird shell? echo $SHELL&lt;BR /&gt;&lt;BR /&gt;Can you connect to one of the machines where ^C works, then ssh from there to the one that isn't and see if ^C works? That would eliminate putty configuration as a factor.&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 27 Jul 2006 11:25:46 GMT</pubDate>
    <dc:creator>Jonathan Fife</dc:creator>
    <dc:date>2006-07-27T11:25:46Z</dc:date>
    <item>
      <title>Control C not working</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/control-c-not-working/m-p/3825642#M270963</link>
      <description>On one of my system Cntrl C is not working.&lt;BR /&gt;&lt;BR /&gt;output of  stty -a&lt;BR /&gt;&lt;BR /&gt;speed 9600 baud; line = 0;&lt;BR /&gt;rows = 42; columns = 125&lt;BR /&gt;min = 1; time = 1;&lt;BR /&gt;intr = ^C; quit = ^\; erase = ^H; kill = ^U&lt;BR /&gt;eof = ^D; eol = ^@; eol2 &lt;UNDEF&gt;; swtch &lt;UNDEF&gt;&lt;BR /&gt;stop = ^S; start = ^Q; susp = ^Z; dsusp &lt;UNDEF&gt;&lt;BR /&gt;werase &lt;UNDEF&gt;; lnext &lt;UNDEF&gt;&lt;BR /&gt;parenb -parodd cs7 -cstopb hupcl -cread -clocal -loblk -crts&lt;BR /&gt;-ignbrk brkint ignpar -parmrk -inpck istrip -inlcr -igncr icrnl -iuclc&lt;BR /&gt;ixon -ixany ixoff -imaxbel -rtsxoff -ctsxon -ienqak&lt;BR /&gt;isig icanon -iexten -xcase echo echoe echok -echonl -noflsh&lt;BR /&gt;-echoctl -echoprt -echoke -flusho -pendin&lt;BR /&gt;opost -olcuc onlcr -ocrnl -onocr -onlret -ofill -ofdel -tostop&lt;BR /&gt;&lt;BR /&gt;echo $TERM&lt;BR /&gt;xterm&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/UNDEF&gt;&lt;/UNDEF&gt;&lt;/UNDEF&gt;&lt;/UNDEF&gt;&lt;/UNDEF&gt;</description>
      <pubDate>Tue, 18 Jul 2006 11:32:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/control-c-not-working/m-p/3825642#M270963</guid>
      <dc:creator>Cenoce_2</dc:creator>
      <dc:date>2006-07-18T11:32:40Z</dc:date>
    </item>
    <item>
      <title>Re: Control C not working</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/control-c-not-working/m-p/3825643#M270964</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;Does it work on a remote login with vt100 TERM?&lt;BR /&gt;&lt;BR /&gt;If not, I suspect its been overrriden with your system configuration.&lt;BR /&gt;&lt;BR /&gt;Perhaps the termcap file does not support it or if it does work from other logins, perhaps a physical issue with the keyboard.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 18 Jul 2006 11:41:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/control-c-not-working/m-p/3825643#M270964</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-07-18T11:41:46Z</dc:date>
    </item>
    <item>
      <title>Re: Control C not working</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/control-c-not-working/m-p/3825644#M270965</link>
      <description>This is one of those times when it may be working exactly as intended. Although when you ran stty from the shell, intr is indeed Control-C. All that means is that when Ctrl-C is detected a SIGINT is sent to the attached process(es) -- just as though you send a kill -2 PID to a process. However, that does not mean that the process will do anything if it receives a SIGINT; that is determined by the signal handler currently in place for SIGINT for that process. The response could be almost anything imaginable --- including completely ignoring the signal. The process could also be waiting on a higher priority event such as i/o so that it cannot respond to the SIGINT until the higher priority event is finished.&lt;BR /&gt;&lt;BR /&gt;You can al least find out what you shell is set to do by simply doing a "trap" but this tells you very little about what any processes lauched from this shell will do.&lt;BR /&gt;</description>
      <pubDate>Tue, 18 Jul 2006 11:43:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/control-c-not-working/m-p/3825644#M270965</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2006-07-18T11:43:50Z</dc:date>
    </item>
    <item>
      <title>Re: Control C not working</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/control-c-not-working/m-p/3825645#M270966</link>
      <description>Thanks for reply.&lt;BR /&gt;&lt;BR /&gt;I am using a remote session only.&lt;BR /&gt;&lt;BR /&gt;On other machine if i type command on the prompt and before pressing enter if i press ctrl-c it terminates and prompt use to come.&lt;BR /&gt;&lt;BR /&gt;But on this machine if I press ctrl-c nothing happens.it stays in same line.</description>
      <pubDate>Tue, 18 Jul 2006 13:23:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/control-c-not-working/m-p/3825645#M270966</guid>
      <dc:creator>Cenoce_2</dc:creator>
      <dc:date>2006-07-18T13:23:59Z</dc:date>
    </item>
    <item>
      <title>Re: Control C not working</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/control-c-not-working/m-p/3825646#M270967</link>
      <description>I assume that you are using telnet, rlogin, ssh, or something simliar. It would help to know exactly what you are using but in any event you need to issue these two commands on both your local machine (if it's a UNIX box) and when logged in as a remote session:&lt;BR /&gt;&lt;BR /&gt;stty -a&lt;BR /&gt;trap&lt;BR /&gt;&lt;BR /&gt;That should be sufficient to identify what is going on. I am making the assumption that you are simply as the shell prompt when you speak of using the Ctrl-C key.&lt;BR /&gt;</description>
      <pubDate>Tue, 18 Jul 2006 14:06:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/control-c-not-working/m-p/3825646#M270967</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2006-07-18T14:06:13Z</dc:date>
    </item>
    <item>
      <title>Re: Control C not working</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/control-c-not-working/m-p/3825647#M270968</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;the output trap shows as given below.&lt;BR /&gt;# trap&lt;BR /&gt;trap -- 'echo '\''logout root'\' EXIT&lt;BR /&gt;&lt;BR /&gt;I am using putty to connect all boxes. only in this box the ctrl c is not working i have checked ssty -a uotput on both machine there is no difference.&lt;BR /&gt;&lt;BR /&gt;So not sure why its not working on this box.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 27 Jul 2006 09:57:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/control-c-not-working/m-p/3825647#M270968</guid>
      <dc:creator>Cenoce_2</dc:creator>
      <dc:date>2006-07-27T09:57:48Z</dc:date>
    </item>
    <item>
      <title>Re: Control C not working</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/control-c-not-working/m-p/3825648#M270969</link>
      <description>well you could simply try to reset it. &lt;BR /&gt;&lt;BR /&gt;assuming you are set -o vi. &lt;BR /&gt;&lt;BR /&gt;stty intr ^v^C&lt;BR /&gt;&lt;BR /&gt;yes press ctl v&lt;BR /&gt;&lt;BR /&gt;see if that fixes it for you. &lt;BR /&gt;</description>
      <pubDate>Thu, 27 Jul 2006 10:46:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/control-c-not-working/m-p/3825648#M270969</guid>
      <dc:creator>Marvin Strong</dc:creator>
      <dc:date>2006-07-27T10:46:07Z</dc:date>
    </item>
    <item>
      <title>Re: Control C not working</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/control-c-not-working/m-p/3825649#M270970</link>
      <description>Tried that also it doesnt works.&lt;BR /&gt;&lt;BR /&gt;If i am typing crtl V nothing is happeing on screen it is same as when it was ctrl C</description>
      <pubDate>Thu, 27 Jul 2006 11:15:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/control-c-not-working/m-p/3825649#M270970</guid>
      <dc:creator>Cenoce_2</dc:creator>
      <dc:date>2006-07-27T11:15:30Z</dc:date>
    </item>
    <item>
      <title>Re: Control C not working</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/control-c-not-working/m-p/3825650#M270971</link>
      <description>Some sort of weird shell? echo $SHELL&lt;BR /&gt;&lt;BR /&gt;Can you connect to one of the machines where ^C works, then ssh from there to the one that isn't and see if ^C works? That would eliminate putty configuration as a factor.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 27 Jul 2006 11:25:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/control-c-not-working/m-p/3825650#M270971</guid>
      <dc:creator>Jonathan Fife</dc:creator>
      <dc:date>2006-07-27T11:25:46Z</dc:date>
    </item>
  </channel>
</rss>

