Date: Mon, 04 Apr 2005 14:03:00 +0400 From: "Andrew P." <infofarmer@mail.ru> To: Jonathan Chen <jonc@chen.org.nz> Cc: freebsd-questions@freebsd.org Subject: Re: exec make buildworld Message-ID: <425110D4.2020106@mail.ru> In-Reply-To: <20050404075956.GB10062@osiris.chen.org.nz> References: <ef60af090504032107b252308@mail.gmail.com> <ef60af09050403211677e461f5@mail.gmail.com> <20050404075956.GB10062@osiris.chen.org.nz>
next in thread | previous in thread | raw e-mail | index | archive | help
Jonathan Chen wrote: > On Mon, Apr 04, 2005 at 06:16:14AM +0200, Gert Cuykens wrote: > >>On Apr 4, 2005 6:07 AM, Gert Cuykens <gert.cuykens@gmail.com> wrote: >> >>>Is it possible to do a ssh conection then do exec make buildworld on >>>the remote system close the conection and do a conection again later >>>and get the output from make buildworld again ? >>> >> >>Doh i forgot the important part again, without using screen :) > > > # make buildworld >& log.file & > # logout It's kinda strange, but it didn't work for me yesterday. The build stopped as soon as I logged out, I used Ctrl-D instead of logout though. What I find more comfortable is # at + 1 minute make buildworld Ctrl-D Some time after I have new mail, containing all the output (stdout and stderr) from the task. That's cute. Best wishes, Andrew P.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?425110D4.2020106>