Re: Reinitialize screen numbers

2009-06-09 Thread Christian Ebert
* Solaris Treize on Tuesday, June 09, 2009 at 17:52:11 +0200 > Hello, > Is there a way to reinitialize the screens numbers ? > I have this screen session : > 0. HOME > 1. myhost > 2. thishost > 3. otherhost > > If I close the session nr 2 I got : > 0. HOME > 1. myhost > 3. otherhost > > Is there

FYI: was out of contact 4/15 - early June

2009-06-09 Thread Micah Cowan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 So, the email address with under I was subscribed to the screen lists expired without my noticing. It was an email address I'd received for being a member of a group, and that membership had expired. I had not realized that this would mean I would no l

screenenv: make screen use the right display and ssh agent

2009-06-09 Thread Micah Cowan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 http://log.or.cz/?p=39 I would have opted for proxying instead of library call hijacking, but anything's better than nothing. Worth looking at. - -- Micah J. Cowan Programmer, musician, typesetting enthusiast, gamer. Maintainer of GNU Wget and GNU Te

Reinitialize screen numbers

2009-06-09 Thread Solaris Treize
Hello, Is there a way to reinitialize the screens numbers ? I have this screen session : 0. HOME 1. myhost 2. thishost 3. otherhost If I close the session nr 2 I got : 0. HOME 1. myhost 3. otherhost Is there a magic command to have this instead : 0. HOME 1. myhost 2. otherhost Thanks ___

Start a new winodw without changing to it?

2009-06-09 Thread Wu, Yue
Sometimes I want to create a new window to run some command but without changing to it, a workaround is: screen -X eval "screen" "stuff 'cmd'\015" "other" but it will break the sequence of screen windows, so C-a C-a no longer switches to the window that I want, instead, it switches to th

Re: send "quit" from the command line?

2009-06-09 Thread Alexander Steinert
Leen Smit, Tue 2009-06-09 13:23 CEST: > Im using a screen to run a "deamon", and im trying to figure out how to > send a quit/kill to that screen session. > Can anyone tell me how to do that? What about 'screen -X quit'? HTH Stony ___ screen-users m

send "quit" from the command line?

2009-06-09 Thread Leen Smit
Hi there, Im using a screen to run a "deamon", and im trying to figure out how to send a quit/kill to that screen session. Can anyone tell me how to do that? What Im doing at the moment is get the pid from /var/run/screen/S-user/999.screen, send that pid a kill after which I run screen -wipe

Re: Dynamic Title

2009-06-09 Thread Leen Smit
Brian Kroth wrote: Asif Iqbal 2009-06-02 17:47: On Tue, Jun 2, 2009 at 5:36 PM, Dan Mahoney, System Admin wrote: On Tue, 2 Jun 2009, Asif Iqbal wrote: On Tue, Jun 2, 2009 at 5:07 PM, Dan Mahoney, System Admin wrote: