<div dir="ltr">Hi Chan<div style>The situation is probably because a programmer implemented catching ctrl-c signal in a different way or maybe your process is waiting for some data.</div><div style>If it doesn't respone you can find the process id using 'top' or 'ps aux' command and send to it 'kill -9' signal. This is very brutal way of closing process, but sometimes it's the only option.</div>
<div style><br></div><div style>Cheers,</div><div style>crooveck</div><div style><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">2014-04-01 7:57 GMT+02:00 Chan Kim <span dir="ltr"><<a href="mailto:ckim@etri.re.kr" target="_blank">ckim@etri.re.kr</a>></span>:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div>
<div style="FONT-FAMILY:Arial;FONT-SIZE:10pt">
<div style="FONT-FAMILY:Arial">
<div>
<div style="LINE-HEIGHT:15pt"><br>
Hi,<br>
</div>
<div style="LINE-HEIGHT:15pt"></div>
<div style="LINE-HEIGHT:15pt">When I'm on a sheel on LCD using USB keyboard, all works fine (except another important problem..) but Ctrl-C key doesn't work.</div>
<div style="LINE-HEIGHT:15pt">When I press ctrl-C, '^C' is displayed on the screen (prompt line), but doesn't have the effect of killing the job. For example, I start ping and it displays the response every second, but even if I press Ctrl-C, it contiues
pinging. What should I do?<br>
Thanks!</div><span class="HOEnZb"><font color="#888888">
<div style="LINE-HEIGHT:15pt">Chan</div>
<div style="LINE-HEIGHT:15pt"> </div>
</font></span></div>
</div>
</div>
</div>
<br>_______________________________________________<br>
Kernelnewbies mailing list<br>
<a href="mailto:Kernelnewbies@kernelnewbies.org">Kernelnewbies@kernelnewbies.org</a><br>
<a href="http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies" target="_blank">http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies</a><br>
<br></blockquote></div><br></div>