On Mon, 13 Nov 2017 15:22:46 +0530
Mounika Maddula <mounika2...@gmail.com> 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 even screen sessions are getting terminated automatically. When I try
> attaching to last screen session using 'screen -r', I get message saying
> 'no screen sessions found'. Can you please let me know what could possibly
> be the issue?
> 
> Regards
> 

Hey,

does that system use systemd to manage processes?
Try to run screen this way:

systemd-run --remain-after-exit screen

Regards,
Amadeusz

_______________________________________________
screen-users mailing list
screen-users@gnu.org
https://lists.gnu.org/mailman/listinfo/screen-users

Reply via email to