From owner-freebsd-questions@FreeBSD.ORG Thu May 1 13:57:46 2003 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 666AA37B401 for ; Thu, 1 May 2003 13:57:46 -0700 (PDT) Received: from mailout04.sul.t-online.com (mailout04.sul.t-online.com [194.25.134.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id A5EA743FAF for ; Thu, 1 May 2003 13:57:45 -0700 (PDT) (envelope-from rk@schismatron.dyndns.org) Received: from fwd03.sul.t-online.de by mailout04.sul.t-online.com with smtp id 19BL7g-0003Bu-02; Thu, 01 May 2003 22:57:44 +0200 Received: from naamah (02114707834-0001@[62.225.220.200]) by fmrl03.sul.t-online.com with esmtp id 19BL7W-0jbuxkC; Thu, 1 May 2003 22:57:34 +0200 Received: from wuRstmensch.home.de (wuRstmensch.home.de [192.168.14.23]) by naamah (Postfix) with ESMTP id 0EE8F24D for ; Thu, 1 May 2003 22:58:48 +0200 (CEST) Date: Thu, 1 May 2003 22:57:31 +0200 From: Ralph Kube To: freebsd-questions@freebsd.org Message-ID: <20030501205731.GA1314@wuRstmensch.home.de> References: <3EB13FE5.5372.1B4CC40@localhost> Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset=ISO-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <3EB13FE5.5372.1B4CC40@localhost>; from boxend@swbell.net on Do, Mai 01, 2003 at 22:40:21 +0200 X-Mailer: Balsa 2.0.9 Lines: 16 X-Sender: 02114707834-0001@t-dialin.net Subject: Re: Remote upgrade X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: ralph_kube@gmx.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 May 2003 20:57:46 -0000 Am 2003.05.01 22:40 schrieb(en) boxend@swbell.net: > When doing a remote upgrade, what is the best way to force the process > into the > background, in case the dialup line for ssh session dies before > buildworld finishes. > Newbie question but I have not found a answer on google to kill my > fears > -- "Dovie'andi se Tovya Sagain" I would recommend screen. When you start it it forks and goes into the background. When you start it it gains control over you terminal and keeps it. When you log out it keeps on running and also keeps your shell session. So when you log in again you can reattach your old session to your terminal. Its also in the ports /usr/ports/misc/screen. Ralph Kube