Re: Frozen or locked screen?

2008-07-17 Thread Pandurangan R S
Unfortunately, I had killed the screen process accidentally. So I cannot provide the strace now :( I will post the related straces if get into the same trouble again. Thanks for your help. -- Pandu On Fri, Jul 18, 2008 at 3:22 AM, Juergen Weigert <[EMAIL PROTECTED]> wrote: > On Jul 16, 08 18:59:

Re: Frozen or locked screen?

2008-07-17 Thread Pandurangan R S
No. I never use the locking feature. How can i disable the corresponding keybinding? Thanks Pandu On Fri, Jul 18, 2008 at 1:04 AM, Samir Unni <[EMAIL PROTECTED]> wrote: > Hi, > > It seems that you are having a different problem then. Do you ever actually > use the locking feature? If not, then ma

Re: Frozen or locked screen?

2008-07-17 Thread Juergen Weigert
On Jul 16, 08 18:59:04 +0530, Pandurangan R S wrote: > Hi, > > My screen looks to be frozen. screen -x (or screen -d) also gets stuck. > > I recently saw a thread which talks about accidentally locking the > screen and thinking it is frozen. > Is the case with my screen now? If so, how can i unlo

Re: Frozen or locked screen?

2008-07-17 Thread Samir Unni
Hi, It seems that you are having a different problem then. Do you ever actually use the locking feature? If not, then maybe you could just change the keybinding for that to something hard to type so you never accidentally activate it? Thanks, Samir On Thu, Jul 17, 2008 at 8:43 AM, Pandurangan

Re: Spawning commands inside interactive shells in new windows in a scriptable fashion

2008-07-17 Thread Mark Eichin
looks like you might want to use "stuff" to push the commands at a normal screen that has a shell open (so that it runs them, and stays interactive.) ___ screen-users mailing list screen-users@gnu.org http://lists.gnu.org/mailman/listinfo/screen-users

Re: Frozen or locked screen?

2008-07-17 Thread Thomas Adam
2008/7/16 Pandurangan R S <[EMAIL PROTECTED]>: > Hi, > > My screen looks to be frozen. screen -x (or screen -d) also gets stuck. > > I recently saw a thread which talks about accidentally locking the > screen and thinking it is frozen. > Is the case with my screen now? If so, how can i unlock it?

Re: Frozen or locked screen?

2008-07-17 Thread Pandurangan R S
> Whenever this happens to me, I just run 'screen -x ' and wait > for 10-15 minutes for it to successfully connect. I waited for around 30 mins hoping that i will get attached to the screen, but that didn't happen :( > The best thing to do would > be to avoid sending too much data over a low band

Re: Frozen or locked screen?

2008-07-17 Thread Pandurangan R S
Thanks. I am not having any backtick commands in hardstatus. My screenrc has hardstatus string '%{= kc}[ %{C}%H %{c}]%{G}%= %{= kw}%?%-Lw%?%{g}%{G}%n*%f%t%?%u%?%{g}%{w}%?%+Lw%?%?%= %{G}%{c}[%{C} %d/%m %{C}%c %{c}]' Backticks are present only in the following line in my entire screenrc (and this w

Re: Frozen or locked screen?

2008-07-17 Thread Samir Unni
Hi, Whenever this happens to me, I just run 'screen -x ' and wait for 10-15 minutes for it to successfully connect. The best thing to do would be to avoid sending too much data over a low bandwidth connection. I try to prevent this as often as possible, but sometimes I forget to filter the output

Frozen or locked screen?

2008-07-17 Thread Pandurangan R S
Hi, My screen looks to be frozen. screen -x (or screen -d) also gets stuck. I recently saw a thread which talks about accidentally locking the screen and thinking it is frozen. Is the case with my screen now? If so, how can i unlock it? If I strace the screen process, I observe the following. A

Spawning commands inside interactive shells in new windows in a scriptable fashion

2008-07-17 Thread László Monda
Hi List, I've already sent this mail to the list some days ago, but seeing the archives it seems to me that it hasn't arrived, so I resend it this time. I want to open new windows that run specific commands within interactive shells in a scriptable fashion. Let's say I want to run `du --max-dept

Re: Setting window title in ssh'ed host

2008-07-17 Thread Gokdeniz Karadag
Christian Ebert demis ki:: * Gokdeniz Karadag on Saturday, July 12, 2008 at 03:10:00 +0300 Setting the following in all machines achieves what I want, it sets screen title to hostname, PROMPT_COMMAND='echo -n -e "\033k${HOSTNAME}\033\\"' but when I connect to the machine out of screen, It print

Re: Setting window title in ssh'ed host

2008-07-17 Thread Gokdeniz Karadag
Hi, First of all thanks for your answer. I have solved the question -- or the question suddenly disappeared :) My replies are between quotations below. Trent W. Buck demis ki:: ... Note that the "type" builtin isn't portable, if you use .bash_profile you can instead just use case "$

Spawning commands inside interactive shells in new windows in a scriptable fashion

2008-07-17 Thread László Monda
Hi List, I want to open new windows that run specific commands within interactive shells in a scriptable fashion. Let's say I want to run `du --max-depth=1 /` in a new screen window within an interactive shell and I want to do it from a script. Let's consider the following: $ screen screen bash