exec make buildworld

Andrew P. infofarmer at mail.ru
Mon Apr 4 03:03:00 PDT 2005


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 at 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.


More information about the freebsd-questions mailing list