<?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: break process in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/break-process/m-p/2935814#M112593</link>
    <description>There is nothing wrong with your system. When listing a large number of files, it takes longer to display them to the 'tty' (your terminal) than to run the command. Your best bet is to run them with wildcards, or output the result to a file.&lt;BR /&gt;&lt;BR /&gt;# ls a*&lt;BR /&gt;# ls &amp;gt;/tmp/file.out&lt;BR /&gt;&lt;BR /&gt;You should also look at assigning points to peoples responses. They assist you using their own time and resources. Your record of 0 assignments from 106 responses is not good.&lt;BR /&gt;See here:&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/UserProfile/1,,CA908664!1,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/UserProfile/1,,CA908664!1,00.html&lt;/A&gt;</description>
    <pubDate>Wed, 26 Mar 2003 05:41:58 GMT</pubDate>
    <dc:creator>Michael Tully</dc:creator>
    <dc:date>2003-03-26T05:41:58Z</dc:date>
    <item>
      <title>break process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/break-process/m-p/2935813#M112592</link>
      <description>when I use the command "ls" to list out a large number of files , I can't use the "Ctrl + C or Ctrl + break" to break the process when it is listing the files , can suggest when is the problem in my system ? thx</description>
      <pubDate>Wed, 26 Mar 2003 05:34:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/break-process/m-p/2935813#M112592</guid>
      <dc:creator>juno2</dc:creator>
      <dc:date>2003-03-26T05:34:08Z</dc:date>
    </item>
    <item>
      <title>Re: break process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/break-process/m-p/2935814#M112593</link>
      <description>There is nothing wrong with your system. When listing a large number of files, it takes longer to display them to the 'tty' (your terminal) than to run the command. Your best bet is to run them with wildcards, or output the result to a file.&lt;BR /&gt;&lt;BR /&gt;# ls a*&lt;BR /&gt;# ls &amp;gt;/tmp/file.out&lt;BR /&gt;&lt;BR /&gt;You should also look at assigning points to peoples responses. They assist you using their own time and resources. Your record of 0 assignments from 106 responses is not good.&lt;BR /&gt;See here:&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/UserProfile/1,,CA908664!1,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/UserProfile/1,,CA908664!1,00.html&lt;/A&gt;</description>
      <pubDate>Wed, 26 Mar 2003 05:41:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/break-process/m-p/2935814#M112593</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2003-03-26T05:41:58Z</dc:date>
    </item>
    <item>
      <title>Re: break process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/break-process/m-p/2935815#M112594</link>
      <description>check for &lt;BR /&gt;&lt;BR /&gt;#stty -a&lt;BR /&gt;&lt;BR /&gt;you should have &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;intr=^C(interrupt)&lt;BR /&gt;&lt;BR /&gt;#stty intr ^C(crtl v +crtl c)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;</description>
      <pubDate>Wed, 26 Mar 2003 05:44:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/break-process/m-p/2935815#M112594</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2003-03-26T05:44:13Z</dc:date>
    </item>
    <item>
      <title>Re: break process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/break-process/m-p/2935816#M112595</link>
      <description>Do check this &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x316efd3f91d3d5118ff40090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x316efd3f91d3d5118ff40090279cd0f9,00.html&lt;/A&gt;</description>
      <pubDate>Wed, 26 Mar 2003 05:46:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/break-process/m-p/2935816#M112595</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2003-03-26T05:46:28Z</dc:date>
    </item>
    <item>
      <title>Re: break process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/break-process/m-p/2935817#M112596</link>
      <description>This is the output of &lt;BR /&gt;#stty -a&lt;BR /&gt;stty -a&lt;BR /&gt;speed 9600 baud; rows 24; columns 80; line = 0;&lt;BR /&gt;intr = ^C; quit = ^\; erase = ^H; kill = ^U; eof = ^D; eol = &lt;UNDEF&gt;;&lt;BR /&gt;eol2 = &lt;UNDEF&gt;; start = ^Q; stop = ^S; susp = ^Z; rprnt = ^R; werase = ^W;&lt;BR /&gt;lnext = ^V; flush = ^O; min = 1; time = 0;&lt;BR /&gt;-parenb -parodd cs8 hupcl -cstopb cread -clocal -crtscts&lt;BR /&gt;-ignbrk -brkint -ignpar -parmrk -inpck -istrip -inlcr -igncr icrnl ixon ixoff&lt;BR /&gt;-iuclc -ixany -imaxbel&lt;BR /&gt;opost -olcuc -ocrnl onlcr -onocr -onlret -ofill -ofdel nl0 cr0 tab0 bs0 vt0 ff0&lt;BR /&gt;isig icanon iexten echo echoe echok -echonl -noflsh -xcase -tostop -echoprt&lt;BR /&gt;echoctl echoke,&lt;BR /&gt;&lt;BR /&gt;but still can't use the " ctrl + C " , what is problem in our system ? thx.&lt;/UNDEF&gt;&lt;/UNDEF&gt;</description>
      <pubDate>Wed, 26 Mar 2003 06:01:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/break-process/m-p/2935817#M112596</guid>
      <dc:creator>juno2</dc:creator>
      <dc:date>2003-03-26T06:01:35Z</dc:date>
    </item>
    <item>
      <title>Re: break process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/break-process/m-p/2935818#M112597</link>
      <description>I think this should work&lt;BR /&gt;&lt;BR /&gt;For example &lt;BR /&gt;you do a &lt;BR /&gt;ls -Rl from the / dir.&lt;BR /&gt;&lt;BR /&gt;Then do a crtl-c.&lt;BR /&gt;&lt;BR /&gt;The system should take some time to receive the interrupt and stop processing.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 26 Mar 2003 06:25:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/break-process/m-p/2935818#M112597</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2003-03-26T06:25:10Z</dc:date>
    </item>
    <item>
      <title>Re: break process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/break-process/m-p/2935819#M112598</link>
      <description>Hi TG,&lt;BR /&gt;&lt;BR /&gt;I tried your method , but still not work.</description>
      <pubDate>Wed, 26 Mar 2003 06:38:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/break-process/m-p/2935819#M112598</guid>
      <dc:creator>juno2</dc:creator>
      <dc:date>2003-03-26T06:38:04Z</dc:date>
    </item>
    <item>
      <title>Re: break process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/break-process/m-p/2935820#M112599</link>
      <description>First try something *else* to see whether or not Ctrl+C works, i.e.&lt;BR /&gt;&lt;BR /&gt;$ sleep 100&lt;BR /&gt;[You should get no prompt because the sleep waits for 100 seconds.]&lt;BR /&gt;[Now type:]&lt;BR /&gt;Ctrl+C&lt;BR /&gt;[I.e. Press and hold the Ctrl key, press the C key and release both. You now should get the prompt.]&lt;BR /&gt;&lt;BR /&gt;Looking at your reported "stty -a" settings, Ctrl+break will probably not work.&lt;BR /&gt;&lt;BR /&gt;However Ctrl+\ ("quit" signal) should work, and should say "Quit(coredump)" and should generate a core file (file "core" in the current directory).</description>
      <pubDate>Wed, 26 Mar 2003 12:22:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/break-process/m-p/2935820#M112599</guid>
      <dc:creator>Frank Slootweg</dc:creator>
      <dc:date>2003-03-26T12:22:53Z</dc:date>
    </item>
    <item>
      <title>Re: break process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/break-process/m-p/2935821#M112600</link>
      <description>Hi, &lt;BR /&gt;type "stty -a" in your shell prompt:&lt;BR /&gt;&lt;BR /&gt;speed 9600 baud; line = 0; &lt;BR /&gt;rows = 51; columns = 88&lt;BR /&gt;min = 4; time = 12; &lt;BR /&gt;intr = ^C; quit = ^X; erase = ^H; kill = ^U&lt;BR /&gt;eof = ^D; eol = ^L; eol2 = ^@; swtch = ^@&lt;BR /&gt;stop = ^S; start = ^Q; susp = ^Z; dsusp = ^Y&lt;BR /&gt;werase = ^@; lnext = ^@&lt;BR /&gt;parenb -parodd cs8 -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;if it doesn't work, execute this script:&lt;BR /&gt;&lt;BR /&gt;export TERM=xterm&lt;BR /&gt;export PATH=$HOME/local/bin:$PATH&lt;BR /&gt;stty kill '^U' intr '^C' quit '^X' eol '^L' erase '^H'&lt;BR /&gt;tset&lt;BR /&gt;export DISPLAY="nomepc":0.0&lt;BR /&gt;&lt;BR /&gt;Regards.&lt;BR /&gt;Ernesto.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 26 Mar 2003 12:29:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/break-process/m-p/2935821#M112600</guid>
      <dc:creator>Ernesto Cappello</dc:creator>
      <dc:date>2003-03-26T12:29:47Z</dc:date>
    </item>
  </channel>
</rss>

