Re: is there a keepalive/retry/restart feature?

2005-03-31 Thread Geraint Edwards
"Mordechai T. Abzug" <[EMAIL PROTECTED]> said (on Thu, Mar 31, 2005 at 09:26:44PM -0500): > Say I have the following in my .screenrc: > > screen -t mutt mutt > > If I accidentally exit my mutt process, I need to go through several > steps to recreate the window, rename it, and cre

Re: is there a keepalive/retry/restart feature?

2005-03-31 Thread abez
I don't think that feature is needed in screen. Here's an alternative solution: #!/usr/bin/perl #exponrun.pl my $wait = 1; for(;;) { system(@ARGV); $wait = ($?)?($wait*2):1; sleep $wait; } screen -t mutt exponrun.pl mutt On Thu, 31 Mar 2005, Mordechai T. Abzug wrote:

is there a keepalive/retry/restart feature?

2005-03-31 Thread Mordechai T. Abzug
Say I have the following in my .screenrc: screen -t mutt mutt If I accidentally exit my mutt process, I need to go through several steps to recreate the window, rename it, and create a new mutt process. One fix is to do something like this: screen -t mutt sh -c "while true; do mutt; sleep 1; d

Re: GNU screen can't find terminfo entry on HP-UX

2005-03-31 Thread Nikolai Weibull
* Ismael Valladolid Torres (Mar 31, 2005 12:00): > Cannot find terminfo entry for 'vt100'. Check that the $TERMINFO environment variable isn't set or that it's set to something that makes sense. Otherwise, perhaps the terminfo database is corrupt?, nikolai -- ::: name: Nikolai Weibull

GNU screen can't find terminfo entry on HP-UX

2005-03-31 Thread Ismael Valladolid Torres
Sorry in advance for crossposting! I've just installed GNU screen on a HP-UX server, using screen-4.0.2-sd-11.00.depot downloaded from the Software Porting And Archive Centre for HP-UX. Once installed, when trying to run it I get: Cannot find terminfo entry for 'vt100'. But, the terminfo databa