Re: [gentoo-user] update remote system in background

2020-04-24 Thread Michele Alzetta
Yes, but when it first came out it defaulted to killing processes. This was on a university server, so I imagine ac stable distro. As I told you, I know someone who was bitten hard by this. Il ven 24 apr 2020, 14:07 Rich Freeman ha scritto: > On Fri, Apr 24, 2020 at 6:31 AM Neil Bothwick

Re: [gentoo-user] update remote system in background

2020-04-24 Thread John Covici
On Fri, 24 Apr 2020 08:06:53 -0400, Rich Freeman wrote: > > On Fri, Apr 24, 2020 at 6:31 AM Neil Bothwick wrote: > > > > On Fri, 24 Apr 2020 10:41:24 +0200, Michele Alzetta wrote: > > > > > ... I just hope the remote system isn't running systemd, if so, you > > > have to do some additional

Re: [gentoo-user] update remote system in background

2020-04-24 Thread Neil Bothwick
On Fri, 24 Apr 2020 08:06:53 -0400, Rich Freeman wrote: > > > ... I just hope the remote system isn't running systemd, if so, you > > > have to do some additional tweaking before screen or tmux work. I > > > know someone who was bitten hard by this. Apparently systemd by > > > default closes all

Re: [gentoo-user] update remote system in background

2020-04-24 Thread Rich Freeman
On Fri, Apr 24, 2020 at 6:31 AM Neil Bothwick wrote: > > On Fri, 24 Apr 2020 10:41:24 +0200, Michele Alzetta wrote: > > > ... I just hope the remote system isn't running systemd, if so, you > > have to do some additional tweaking before screen or tmux work. I know > > someone who was bitten hard

Re: [gentoo-user] update remote system in background

2020-04-24 Thread Neil Bothwick
On Fri, 24 Apr 2020 10:41:24 +0200, Michele Alzetta wrote: > ... I just hope the remote system isn't running systemd, if so, you > have to do some additional tweaking before screen or tmux work. I know > someone who was bitten hard by this. Apparently systemd by default > closes all running

Re: [gentoo-user] update remote system in background

2020-04-24 Thread Robert Bridge
> On 24 Apr 2020, at 09:22, Raffaele BELARDI wrote: > >  > Wonderful, thanks! I’m going with screen, just because the first link is a > shorter read. > raffaele If you ever need to work with other platforms (specifically Macs) they use tmux, which is a minor plus for that. Otherwise for

Re: [gentoo-user] update remote system in background

2020-04-24 Thread Michele Alzetta
... I just hope the remote system isn't running systemd, if so, you have to do some additional tweaking before screen or tmux work. I know someone who was bitten hard by this. Apparently systemd by default closes all running processes of a user on logout. Il giorno ven 24 apr 2020 alle ore 09:47

RE: [gentoo-user] update remote system in background

2020-04-24 Thread Raffaele BELARDI
Wonderful, thanks! I’m going with screen, just because the first link is a shorter read. raffaele From: Michele Alzetta Sent: Friday, April 24, 2020 09:52 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] update remote system in background ... or tmux ... https://github.com/tmux

Re: [gentoo-user] update remote system in background

2020-04-24 Thread Michele Alzetta
... or tmux ... https://github.com/tmux/tmux/wiki Il giorno ven 24 apr 2020 alle ore 09:50 Vladimir Romanov < bluebo...@gmail.com> ha scritto: > Yes, you can use "screen" program (Docs: > >

Re: [gentoo-user] update remote system in background

2020-04-24 Thread Vladimir Romanov
Yes, you can use "screen" program (Docs: https://net2.com/how-to-use-the-screen-command-on-linux-to-keep-your-remote-task-running-when-the-connection-drops/) пт, 24 апр. 2020 г. в 12:47, Raffaele BELARDI : > > Hello, > > > > I am able to ssh into a remote system that I would like to update. I’d

[gentoo-user] update remote system in background

2020-04-24 Thread Raffaele BELARDI
Hello, I am able to ssh into a remote system that I would like to update. I'd like to run emerge without keeping the local system connected for the whole duration of the update (probably several days). Is it possible to: - ssh remote_machine - emerge -uDvN world - background and detach in some