Re: can screen protect me against dropped ssh connections?

2006-06-21 Thread Aaron Bingham
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Eric Wood wrote: > Thanks to dropped ssh connections I have hung user sessions on my > server. So I thought screen could help. > > 1. If a telnet/ssh connection drops, will screen auto-detach so that a > subsequent login will reatach automatically an

can screen protect me against dropped ssh connections?

2006-06-21 Thread Eric Wood
Thanks to dropped ssh connections I have hung user sessions on my server. So I thought screen could help. 1. If a telnet/ssh connection drops, will screen auto-detach so that a subsequent login will reatach automatically and pick up just were the user left off? 2. I use Netterm, Anzio, etc

Re: script to run screen with multiple telnet windows?

2006-06-21 Thread Michael Schroeder
On Wed, Jun 21, 2006 at 06:53:23AM -0300, Germn Gutirrez wrote: > If I remove the NEED_DISPLAY and then execute: > > screen -dmS test -t one > screen -S test -X at one stuff "ls `echo -ne '\015'`" > > Ends with a "Dead ???" screen session Oh right, that one liner patch is not enough. Sorry, I co

Re: script to run screen with multiple telnet windows?

2006-06-21 Thread Germán Gutiérrez
If I remove the NEED_DISPLAY and then execute:screen -dmS test -t onescreen -S test -X at one stuff "ls `echo -ne '\015'`"Ends with a "Dead ???" screen session On 6/20/06, Michael Schroeder <[EMAIL PROTECTED]> wrote: On Tue, Jun 20, 2006 at 10:02:34AM -0300, Germn Gutirrez wrote:> On 6/20/06, Germá

Re: Showing /dev/tty12 (or similar) syslog output in screen window

2006-06-21 Thread Michael Schroeder
On Tue, Jun 20, 2006 at 10:10:23PM +0200, Nikolai Weibull wrote: > Ah, that would have worked if /dev/console wasn't 0600 and owned by > root:tty. I guess sudoing a tail is the best (read: only viable) way > to do this then... Right, I just checked the linux kernel source. It's even a bit worse,