From owner-freebsd-questions@FreeBSD.ORG Mon Apr 4 10:02:59 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0BD7F16A58A for ; Mon, 4 Apr 2005 10:02:59 +0000 (GMT) Received: from mx1.mail.ru (mx1.mail.ru [194.67.23.121]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E9FE43D39 for ; Mon, 4 Apr 2005 10:02:57 +0000 (GMT) (envelope-from infofarmer@mail.ru) Received: from [83.237.13.44] (port=3816 helo=[172.17.0.69]) by mx1.mail.ru with asmtp id 1DIOQ3-0001C6-00; Mon, 04 Apr 2005 14:02:55 +0400 Message-ID: <425110D4.2020106@mail.ru> Date: Mon, 04 Apr 2005 14:03:00 +0400 From: "Andrew P." User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Jonathan Chen References: <20050404075956.GB10062@osiris.chen.org.nz> In-Reply-To: <20050404075956.GB10062@osiris.chen.org.nz> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam: Not detected cc: Gert Cuykens cc: freebsd-questions@freebsd.org Subject: Re: exec make buildworld X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: infofarmer@mail.ru List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Apr 2005 10:03:00 -0000 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 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.