Re: Stopping and restarting poudriere
- Reply: Greg Rivers via freebsd-ports : "Re: Stopping and restarting poudriere"
- Reply: Tatsuki Makino : "Re: Stopping and restarting poudriere"
- Reply: Matthias Apitz : "Re: Stopping and restarting poudriere"
- In reply to: deleted: "deleted (X-No-Archive)"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 09 Jun 2021 01:05:41 UTC
On Tuesday, 8 June 2021 19:36:51 CDT Kevin P. Neal wrote: > On Tue, Jun 08, 2021 at 04:29:54PM -0700, bob prohaska wrote: > > For now, it seems the answer is "Let poudriere finish!". > > I have issues with my ISP where my ssh sessions die at random times, usually > (but not always) when I'm away from the computer. So solution for Poudriere > was to run it in the background and pipe stdout+stderr to a file in /tmp. > Then a tail -f on that file and it's almost as good as running it in the > foreground -- but with the advantage that if the connection goes I can > just log back in and tail -f again. > Even better, run your sessions from within sysutils/tmux or sysutils/screen. -- Greg