search for: tstp

Displaying 8 results from an estimated 8 matches for "tstp".

Did you mean: tsp
2016 Feb 16
2
[PATCH] fish: reset the console on ^Z RHBZ#1213844
Patch registers SIGTSTP hook where it sends reset terminal color control sequence. Maros Zatko (1): fish: reset the console on ^Z RHBZ#1213844 fish/fish.c | 72 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 72 insertions(+) -- 2.5.0
2016 Feb 16
0
[PATCH] fish: reset the console on ^Z RHBZ#1213844
Patch registers SIGTSTP hook where it sends reset terminal color control sequence. --- fish/fish.c | 72 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 72 insertions(+) diff --git a/fish/fish.c b/fish/fish.c index d26f8b3..b579898 100644 --- a/fish/fish.c +++ b/fish/fish.c @@ -73,6 +73,11...
2016 Mar 08
1
[PATCH] fish: reset the console on ^Z RHBZ#1213844
Patch registers SIGTSTP hook where it sends reset terminal color control sequence using write and fsync. Handler is installed only if signal is not being ignored. Patch uses rl_free_line_state and rl_cleanup_after_signal to unhook readline from terminal, then it calls original TSTP handler using approach in URL below and...
2000 Dec 05
1
Bugreport: openssh-2.3.0p1 scp to SSH2 (2.0.13) server
...ULL, 8) = 0 rt_sigaction(SIGINT, {SIG_DFL}, NULL, 8) = 0 write(4, "\n", 1) = 1 close(4) = 0 open("/dev/tty", O_RDWR) = 4 write(4, "test at bar\'s password: ", 19) = 19 rt_sigprocmask(SIG_BLOCK, [TSTP], [], 8) = 0 rt_sigaction(SIGINT, {0x805a7d0, [], 0x4000000}, {SIG_DFL}, 8) = 0 ioctl(4, TCGETS, {B38400 opost isig icanon echo ...}) = 0 ioctl(4, SNDCTL_TMR_START, {B38400 opost isig icanon -echo ...}) = 0 ioctl(4, TCGETS, {B38400 opost isig icanon -echo ...}) = 0 read(4, "x", 1)...
2010 Jun 17
0
signals and RFC4254
...tatus. This list of signals you can *receive* on exit is only a subset of the signals you might want to *send* with a "signal" channel request. In particular, if you want to support sending all of the signals that can be generated by keyboard input, the suspend character is missing (SIGTSTP). I guess we can live without most of the others, but possibly SIGCONT and SIGSTOP might be useful too. I think TSTP should be part of the base spec, (and not an xx at foo.bar extension) otherwise this channel request can't fulfill the most basic need (propagating signals from a terminal to...
2012 Jun 28
4
[xen-unstable test] 13383: regressions - FAIL
flight 13383 xen-unstable real [real] http://www.chiark.greenend.org.uk/~xensrcts/logs/13383/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: test-amd64-i386-pair 16 guest-start fail REGR. vs. 13379 Regressions which are regarded as allowable (not blocking): test-amd64-amd64-xl-qemuu-win7-amd64 12
2020 Oct 05
2
isc-dhcp dynamic update problem
...tly it seems to work but there seems to be a problem with what dhcpd writes into the leases file in the "on release" stanza. When dhcpd writes the On Release stanza I get something like the following: lease 172.30.1.40 { starts 0 2020/10/04 22:08:55; ends 0 2020/10/04 22:38:55; tstp 0 2020/10/04 22:38:55; cltt 0 2020/10/04 22:08:55; binding state active; next binding state free; rewind binding state free; hardware ethernet c8:1f:66:08:dd:49; uid "\001\310\037f\010\335I"; set vendor-class-identifier = "MSFT 5.0"; set noname = "dh...
2001 May 31
0
Bug in scp
...], NULL, NULL, NULL) = 1 (in [4]) 567 read(4, "\0\0\0\5\237\244\277\4\r4\221\373", 8192) = 12 567 open("/home/nfs/acolomb/.ssh/identity", O_RDONLY) = -1 ENOENT (No such file or directory) 567 open("/dev/tty", O_RDWR) = 5 567 rt_sigprocmask(SIG_BLOCK, [TSTP], [], 8) = 0 567 rt_sigaction(SIGINT, {0x80576a0, [], 0x4000000}, {SIG_DFL}, 8) = 0 567 ioctl(5, TCGETS, {B38400 opost isig icanon echo ...}) = 0 567 ioctl(5, SNDCTL_TMR_START, {B38400 opost isig icanon -echo ...}) = 0 567 ioctl(5, TCGETS, {B38400 opost isig icanon -echo ...}) = 0 567 wri...