Re: Screen terminating on GNU

2017-11-13 Thread Mounika Maddula
Thanks. Will try this and check On 14-Nov-2017 12:58 AM, "Amadeusz Sławiński" wrote: > On Mon, 13 Nov 2017 15:22:46 +0530 > Mounika Maddula wrote: > > > Hi, > > > >I am working on a virtual machine on google cloud platform. I > generally > > run my neural network model training on a screen

Re: Screen terminating on GNU

2017-11-13 Thread Amadeusz Sławiński
On Mon, 13 Nov 2017 15:22:46 +0530 Mounika Maddula wrote: > Hi, > >I am working on a virtual machine on google cloud platform. I generally > run my neural network model training on a screen session so that > disconnecting from SSH won't interrupt the training process. But I notice > that eve

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: Screen terminating on GNU

2017-11-13 Thread Mounika Maddula
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 terminated. On Mon, Nov 13, 2017 at 11:53 PM, Ed wrote: > On Mon, Nov

Re: Screen terminating on GNU

2017-11-13 Thread Ed
On Mon, Nov 13, 2017 at 03:22:46pm +0530, Mounika Maddula wrote: > Hi, > >I am working on a virtual machine on google cloud platform. I generally > run my neural network model training on a screen session so that > disconnecting from SSH won't interrupt the training process. But I notice > tha

Re: screen-4.6.2 build fails

2017-11-13 Thread Arkadiusz Drabczyk
On 2017-11-13, Henry wrote: > Thank you very much for your reply. > > Yes, the machine is running BSD. uname -srp ==>> NetBSD 7.0.2 i386 It's not possible to build screen on BSD without patches, that's normal. If you have root on your BSD system you can download all patches from official BSD re

Screen terminating on GNU

2017-11-13 Thread Mounika Maddula
Hi, I am working on a virtual machine on google cloud platform. I generally run my neural network model training on a screen session so that disconnecting from SSH won't interrupt the training process. But I notice that even screen sessions are getting terminated automatically. When I try attac

Re: screen-4.6.2 build fails

2017-11-13 Thread Henry
Thank you very much for your reply. Yes, the machine is running BSD. uname -srp ==>> NetBSD 7.0.2 i386 The commands for building are: % gzip -dc screen-4.6.2.tar.gz | tar xf - % cd screen-4.6.2 % ./configure --prefix=/usr/local --with-socket-dir=/usr/local/screens \ --enable-colors256 --enabl