On one of our servers, whenever I kill a process with Ctrl-C (e.g. to terminate a tail -f process), my input to bash is not printed anymore. I can blindly type reset, which solved the situation, but it is very inconvenient.
I would like that killing a process with Ctrl-C would not cause this problem. Do you have any hints?
EDIT: some more information, as requested
The server is running Suse enterprise, with the kernel 2.6.32. The bash version we have installed is
GNU bash, version 3.2.51(1)-release (x86_64-suse-linux-gnu) Concerning tail, it is
tail (GNU coreutils) 6.12 My current terminal emulator is konsole, but the same happened with a number of other emulators, including GNOME terminal and terminator.
tail -f? I, at least, have never had an issue with that.tail.