From owner-freebsd-questions@FreeBSD.ORG Wed Sep 27 21:32:55 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 153E116A4F8 for ; Wed, 27 Sep 2006 21:32:55 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from pi.codefab.com (pi.codefab.com [199.103.21.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7BE6543DA1 for ; Wed, 27 Sep 2006 21:32:11 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from localhost (localhost [127.0.0.1]) by pi.codefab.com (Postfix) with ESMTP id AFD355F04; Wed, 27 Sep 2006 17:31:37 -0400 (EDT) X-Virus-Scanned: amavisd-new at codefab.com Received: from pi.codefab.com ([127.0.0.1]) by localhost (pi.codefab.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id YxqPPWvbHtTY; Wed, 27 Sep 2006 17:31:36 -0400 (EDT) Received: from [199.103.21.238] (pan.codefab.com [199.103.21.238]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by pi.codefab.com (Postfix) with ESMTP id 808945C6E; Wed, 27 Sep 2006 17:31:36 -0400 (EDT) In-Reply-To: <6C0CF58A187DA5479245E0830AF84F421D12CF@poweredge.attiksystem.ch> References: <6C0CF58A187DA5479245E0830AF84F421D12CF@poweredge.attiksystem.ch> Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <35046995-B775-47F2-BB67-010144944D7B@mac.com> Content-Transfer-Encoding: 7bit From: Charles Swiger Date: Wed, 27 Sep 2006 17:31:35 -0400 To: Philippe Lang X-Mailer: Apple Mail (2.752.2) Cc: freeBSD Subject: Re: SSH connection cut during dump on tape 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, 27 Sep 2006 21:32:55 -0000 On Sep 27, 2006, at 5:25 PM, Philippe Lang wrote: > While doing a backup on an HP Ultrium LTO1 tape, my ssh connection > froze, and since then, I'm not able to use the tape device anymore. Presumably there is another instance of dump or whatever is still running; try to kill -INT or kill -9 it. -- -Chuck