From owner-freebsd-questions@FreeBSD.ORG Wed Oct 25 04:18:22 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 2F72A16A415 for ; Wed, 25 Oct 2006 04:18:22 +0000 (UTC) (envelope-from dking@ketralnis.com) Received: from ketralnis.com (melchoir.ketralnis.com [68.183.67.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6453443D46 for ; Wed, 25 Oct 2006 04:18:21 +0000 (GMT) (envelope-from dking@ketralnis.com) Received: from [10.0.1.239] (ayla.wifi.int.ketralnis.com [10.0.1.239]) (authenticated bits=0) by ketralnis.com (8.13.6/8.13.6) with ESMTP id k9P4IFA6082150 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO); Tue, 24 Oct 2006 21:18:15 -0700 (PDT) (envelope-from dking@ketralnis.com) In-Reply-To: References: Mime-Version: 1.0 (Apple Message framework v752.3) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <1C8D4241-1DFE-44D8-89D1-8E85F560A53A@ketralnis.com> Content-Transfer-Encoding: 7bit From: David King Date: Tue, 24 Oct 2006 21:18:11 -0700 To: freebsd-questions@freebsd.org X-Mailer: Apple Mail (2.752.3) Cc: James Smallacombe Subject: Re: Copying binaries to new server X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Oct 2006 04:18:22 -0000 > Ugh...my ssh session to the new (remote) server was killed, > presumably when > restore overwrote something sshd needed. I was able to telnet back > in, > restart sshd and get back in, but since I was doing the restore > interactively, > and not in the background, was the restore interrupted? I highly recommend screen (misc/screen) for this sort of thing. Then you can lose your connection without killing foreground processes, and even detach and reattach the terminal later