From owner-freebsd-questions@FreeBSD.ORG Fri May 2 02:12:33 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 9540037B401 for ; Fri, 2 May 2003 02:12:33 -0700 (PDT) Received: from foem.leiden.webweaving.org (fia224-72.dsl.hccnet.nl [62.251.72.224]) by mx1.FreeBSD.org (Postfix) with ESMTP id 922BA43F85 for ; Fri, 2 May 2003 02:12:32 -0700 (PDT) (envelope-from dirkx@webweaving.org) Received: from foem (IDENT:chuckwebweaving.org@foem [10.11.0.2]) h429CFOh055807; Fri, 2 May 2003 11:12:15 +0200 (CEST) (envelope-from dirkx@webweaving.org) Date: Fri, 2 May 2003 11:12:15 +0200 (CEST) From: Dirk-Willem van Gulik X-X-Sender: dirkx@foem To: Ruben de Groot In-Reply-To: <20030502090405.GA52627@ei.bzerk.org> Message-ID: <20030502111136.W2090-100000@foem> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: upgrade@redtick.homeunix.com cc: freebsd-questions@freebsd.org Subject: Re: Remote X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 May 2003 09:12:33 -0000 On Fri, 2 May 2003, Ruben de Groot wrote: > On Thu, May 01, 2003 at 03:18:41PM -0500, Mark typed: > > When doing a remote upgrade what is the best way to force the process into the > > background, so if the dialup line for the ssh session dies, the process continues. Yes, a newbie question, but alot of google searches leaves me unable to feel > > safe > nohup Also check out screen (in ports). Which allows you to reconnect back into the tty session you lost. Dw.