Re: Screen terminating on GNU
Amadeusz Sławiński <[email protected]>
| Newsgroups | gmane.comp.gnu.screen.user |
|---|---|
| Message-ID | <[email protected]> |
On Mon, 13 Nov 2017 15:22:46 +0530 Mounika Maddula <[email protected]> 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