Re: Screen terminating on GNU

2017-11-13 Thread Ed Neville
On Tue, Nov 14, 2017 at 12:02:30am +0530, Mounika Maddula wrote: > I start a screen session, run my model on it. After 10-15 hrs when I try > connecting to screen session to check my model output, I get a message > saying no screen sessions found . CPU usage also shows zero so screen > session has

Re: waiting for keypress after screen -RR

2016-10-12 Thread Ed Neville
On Wed, Oct 12, 2016 at 05:22:11PM +0200, Tamas Papp wrote: > ... > I use screen -RR on a remote server -- most of the time there is no > existing session, so it displays "New screen..." and waits for a key to > be pressed. > ... screen -RR -q >From the man page :) -q Suppress printing

Re: Session dies after logout

2016-06-02 Thread Ed Neville
On Thu, Jun 02, 2016 at 05:18:41PM +0200, LluĂ­s Vilanova wrote: > Hi there. After my latest update on some debian machines we use at work > (mostly > running testing), all screen sessions die after users log out. Blame systemd. You will need to enable the linger option. -- Best regards, Ed htt