Re: Gracefully killing and restarting a port build....

2020-07-08 Thread Jose Quinteiro
On 2020-07-08 14:53, bob prohaska wrote: > > AIUI, screen runs until the session terminates and then stops... I'm a tmux user now, but I never experienced this behavior when I used screen. Screen was my go-to workaround for a flaky Internet connection to the host I was trying to manage. Tmux cert

Re: Gracefully killing and restarting a port build....

2020-07-08 Thread Freddie Cash
On Wed., Jul. 8, 2020, 2:53 p.m. bob prohaska, wrote: > On Wed, Jul 08, 2020 at 09:34:53AM -0600, Janky Jay, III wrote: > > In the future, if you can, try using "screen" or "tmux" to run these > > large builds in so you don't take the risk of losing the > > terminal/console. Or, maybe I'm complet

Re: Gracefully killing and restarting a port build....

2020-07-08 Thread bob prohaska
On Wed, Jul 08, 2020 at 09:34:53AM -0600, Janky Jay, III wrote: > In the future, if you can, try using "screen" or "tmux" to run these > large builds in so you don't take the risk of losing the > terminal/console. Or, maybe I'm completely off-base as to how it was > lost to begin with. > AIUI, sc

Re: Gracefully killing and restarting a port build....

2020-07-08 Thread Chris
On Wed, 8 Jul 2020 08:30:13 -0700 bob prohaska f...@www.zefox.net said On Wed, Jul 08, 2020 at 10:44:03AM +0200, Ronald Klop wrote: > > > Kill the leaf nodes of the process tree. So kill the c++ processes. Or type > ctrl-c if you have control of the terminal. In this case I'd lost control of

Re: Gracefully killing and restarting a port build....

2020-07-08 Thread Chris
On Tue, 7 Jul 2020 20:47:03 -0700 bob prohaska f...@www.zefox.net said While compiling www/chromium on a Pi3B it has become clear that the default -j4 isn't going to work (yes, I know, ya told me). On the plus side, it hasn't crashed, despite several days of continuous swapping with 1-2GB of

Re: Gracefully killing and restarting a port build....

2020-07-08 Thread Janky Jay, III
In the future, if you can, try using "screen" or "tmux" to run these large builds in so you don't take the risk of losing the terminal/console. Or, maybe I'm completely off-base as to how it was lost to begin with. On 7/8/20 9:30 AM, bob prohaska wrote: > On Wed, Jul 08, 2020 at 10:44:03AM +0200,

Re: Gracefully killing and restarting a port build....

2020-07-08 Thread bob prohaska
On Wed, Jul 08, 2020 at 10:44:03AM +0200, Ronald Klop wrote: > > > Kill the leaf nodes of the process tree. So kill the c++ processes. Or type > ctrl-c if you have control of the terminal. In this case I'd lost control of the controlling terminal and didn't know how to recover it. After kill

Re: Gracefully killing and restarting a port build....

2020-07-08 Thread Ronald Klop
Van: bob prohaska Datum: woensdag, 8 juli 2020 05:47 Aan: freebsd-ports@freebsd.org Onderwerp: Gracefully killing and restarting a port build While compiling www/chromium on a Pi3B it has become clear that the default -j4 isn't going to work (yes, I know, ya told me). On the plus

Gracefully killing and restarting a port build....

2020-07-07 Thread bob prohaska
While compiling www/chromium on a Pi3B it has become clear that the default -j4 isn't going to work (yes, I know, ya told me). On the plus side, it hasn't crashed, despite several days of continuous swapping with 1-2GB of swap in use. Kudos to the VM folks. Now I'd like to (gracefully) stop the