CTRL-C does not work
807559Sep 24 2004 — edited Sep 30 2004Hi everyone,
I have puzzling problem with a Solaris 8 and a Solaris 9 installation. On both servers ^C won't interrupt e.g. a process I just started and want to kill it. Generally, CTRL work with 'D' for logout or 'M' for <cr>, just the CTRL-C won't do anything. I found some hints leading to the tty settings, so I checkd 'stty -a' and got the follwoing output:
speed 38400 baud;
rows = 50; columns = 132; ypixels = 654; xpixels = 812;
csdata ?
eucw 1:0:0:0, scrw 1:0:0:0
intr = ^c; quit = ^\; erase = ^?; kill = ^u;
eof = ^d; eol = <undef>; eol2 = <undef>; swtch = <undef>;
start = ^q; stop = ^s; susp = ^z; dsusp = ^y;
rprnt = ^r; flush = ^o; werase = ^w; lnext = ^v;
-parenb -parodd cs8 -cstopb -hupcl cread -clocal -loblk -crtscts -crtsxoff -parext
-ignbrk brkint -ignpar -parmrk -inpck -istrip -inlcr -igncr icrnl -iuclc
ixon -ixany -ixoff -imaxbel
isig icanon -xcase echo echoe echok -echonl -noflsh
-tostop echoctl -echoprt echoke -defecho -flusho -pendin iexten
opost -olcuc onlcr -ocrnl -onocr -onlret -ofill -ofdel tab3
which I must admit I don't understand in the whole, but at least I found the line 'intr = ^c', which seems to look ok to me.
Any ideas will be greatly appreciated!!
Cheers,
Frank