Re: screen refusing to reattach

2005-04-15 Thread Juergen Weigert
On Apr 15, 05 12:53:02 +0200, Joakim Ahlén wrote: > I'll try that. You can probably reproduce the error yourself by reseting > your (not the servers) network connection in a way which doesn't send an > ICMP reset to the server. Just yanking out your cable probably might work > depending on your loc

RE: screen refusing to reattach

2005-04-15 Thread Joakim Ahlén
> On Apr 15, 05 11:46:00 +0200, Joakim Ahlén wrote: > > > > * Run screen -d -r, which hangs. Leave it hanging. > > > > * Start up another SSH session, and su to root > > > > * Find the PID of the SCREEN-process (with capitals), and > > > run "strace > > > > -p [pid of SCREEN] 2>/dev/null" > > > >

Re: screen refusing to reattach

2005-04-15 Thread Juergen Weigert
On Apr 15, 05 11:46:00 +0200, Joakim Ahlén wrote: > > > * Run screen -d -r, which hangs. Leave it hanging. > > > * Start up another SSH session, and su to root > > > * Find the PID of the SCREEN-process (with capitals), and > > run "strace > > > -p [pid of SCREEN] 2>/dev/null" > > > > what would

Re: screen refusing to reattach

2005-04-15 Thread Juergen Weigert
On Apr 15, 05 10:11:13 +0200, Joakim Ahlén wrote: > However, i do have a foolproof way of getting back control of the screen. It > may sound really obscure - but it works EVERY time. > > * Run screen -d -r, which hangs. Leave it hanging. > * Start up another SSH session, and su to root > * Find th

RE: screen refusing to reattach

2005-04-15 Thread Joakim Ahlén
Hi, > On Apr 15, 05 10:11:13 +0200, Joakim Ahlén wrote: > > However, i do have a foolproof way of getting back control of the > > screen. It may sound really obscure - but it works EVERY time. > > > > * Run screen -d -r, which hangs. Leave it hanging. > > * Start up another SSH session, and su t

Re: screen refusing to reattach

2005-04-15 Thread Joakim Ahlén
Hi everyone, I have been experiencing this bug for i guess a year or two and im dead tired of it. Apparently others have the same problem. From reading this thread and combining it with my own experience about it, my conclusion of the problem is: * You use SSH to connect to a machine in which you

Re: screen refusing to reattach

2005-04-02 Thread Buddy Burden
Jeremy/all, Yes, kill off the shell associated with the pty/tty running "screen". I found that killing off screen by itself doesn't cut it... Okay, this just happened to me again, and Jeremy's suggestion didn't do the trick. I thought I'd take a moment while this was fresh in my mind to describ

Re: screen refusing to reattach

2005-03-25 Thread Jeremy Chadwick
Yes, kill off the shell associated with the pty/tty running "screen". I found that killing off screen by itself doesn't cut it... -- | Jeremy Chadwick jdc at parodius.com | | Parodius Networkinghttp://www.parodius.com/ | | UNIX Systems Admi

Re: screen refusing to reattach

2005-03-25 Thread Juergen Weigert
On Mar 25, 05 07:11:37 -0800, Jeremy Chadwick wrote: > I can confirm this behaviour. I've experienced it in BSD, Solaris, and > Linux. I believe it has something to do with the tty already being > allocated somehow. > > The solution is to kill off the shell process which had previously > run (an

Re: screen refusing to reattach

2005-03-25 Thread abez
Here's the recipe I used: 1. SSH into the machine 2. Start screen 3. Spew Random garbage to the terminal 4. Close the terminal (with the shell and ssh client running inside of it) 5. Reconnect via SSH and try to reconnect to Screen The screen commands I used to start and reconnect were:

Re: screen refusing to reattach

2005-03-25 Thread Buddy Burden
Guys, This happens to me sometimes as well and I find it just as annoying as everyone else. It used to be pretty rare, but seems to be happening more often lately, for whatever reason. Neither screen -d nor screen -D nor screen -DD seems to do anything (other than hang). Can't speak to whethe

Re: screen refusing to reattach

2005-03-25 Thread abez
Can you do me a favor and apply the patches found at: http://savannah.gnu.org/bugs/?func=detailitem&item_id=11610 And see if the problem persists? abram On Fri, 25 Mar 2005, Eric Smith wrote: > Ok, this has caused me enough inconvenience so I will > finally ask about it. Every now and then

Re: screen refusing to reattach

2005-03-25 Thread Jeremy Chadwick
I can confirm this behaviour. I've experienced it in BSD, Solaris, and Linux. I believe it has something to do with the tty already being allocated somehow. The solution is to kill off the shell process which had previously run (and in some cases, still is running) screen -x or screen -r. I wro

Re: screen refusing to reattach

2005-03-25 Thread Phil!Gregory
* Eric Smith <[EMAIL PROTECTED]> [2005-03-25 15:23 +0100]: > Ok, this has caused me enough inconvenience so I will finally ask about > it. Every now and then screen freezes and if I try to reattach the > seassion elsewhere, the command `screen -x' just hangs. > > Sometimes killing off the child p

screen refusing to reattach

2005-03-25 Thread Eric Smith
Ok, this has caused me enough inconvenience so I will finally ask about it. Every now and then screen freezes and if I try to reattach the seassion elsewhere, the command `screen -x' just hangs. Sometimes killing off the child processes seems to work, other times not. Usually after many hours t