Closed kriptozhid closed 10 years ago
This seems to be specific to cat(1) (or the fact that it is listening on stdin instead of lshell).
I'm able to reproduce the bug. It should be fixed indeed. :)
Hello it is this, unfortunately I don't have a fix for you highest priority is pushing out a working versions right now:
shellcmd.py line 144:
self.retcode = os.system(self.g_line)
@kriptozhid sorry it took me time to look into this. I have just reverted the commit, as you suggested.
Thanks for your help!
Hello since upgrade to 0.9.16 my users reported after using 'tail -f' they get logged out.
Actually they would terminate tail with Ctrl-c and afterwords any command would result in connection termination. I simplified it down to:
user:~$ help cat clear exit history lpath lsudo
user:~$ cat Ctrl-c
user:~$ help Connection to host closed.
I didn't go through commits yet to narrow it down but my first guess is the new job control.