Hi Chan
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.
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.
Cheers,
crooveck
2014-04-01 7:57 GMT+02:00 Chan Kim <ckim@xxxxxxxxxx>:
Hi,
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.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?
Thanks!Chan
_______________________________________________
Kernelnewbies mailing list
Kernelnewbies@xxxxxxxxxxxxxxxxx
http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
_______________________________________________ Kernelnewbies mailing list Kernelnewbies@xxxxxxxxxxxxxxxxx http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies