hi!
ich logge mich häufig mit xterm von bash aus per ssh auf einem rechner in eine andere bash ein. wenn ich nun ein programm mit viel output (und ohne eigene traps) starte, reagiert dieses häufig nicht auf CTRL-C, CTRL-Z, CTRL-S etc. stty auf dem remote-rechner sagt folgendes:
ZitatAlles anzeigen
speed 38400 baud; rows 18; columns 185; line = 0;
intr = ^C; quit = ^\; erase = ^?; kill = ^U; eof = ^D; eol = <undef>; eol2 = <undef>; swtch = <undef>; start = ^Q; stop = ^S; susp = ^Z; rprnt = ^R; werase = ^W; lnext = ^V; flush = ^O;
min = 1; time = 0;
-parenb -parodd cs8 -hupcl -cstopb cread -clocal -crtscts
-ignbrk -brkint -ignpar -parmrk -inpck -istrip -inlcr -igncr icrnl ixon -ixoff -iuclc -ixany -imaxbel -iutf8
opost -olcuc -ocrnl onlcr -onocr -onlret -ofill -ofdel nl0 cr0 tab0 bs0 vt0 ff0
isig icanon iexten echo echoe echok -echonl -noflsh -xcase -tostop -echoprt echoctl echoke
ob ich ssh mit -t oder -t -t aufrufe, macht keinen unterschied. und im normalfall (zb ein sleep) funktionieren die tastenkombinationen wie gewohnt. auf dem remote-rechner ist job control an und es ist eine login-shell.
hat jemand eine idee?
lg,
m