From owner-freebsd-questions@FreeBSD.ORG Tue Jan 20 15:19:57 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2846E106566B for ; Tue, 20 Jan 2009 15:19:57 +0000 (UTC) (envelope-from josh.carroll@gmail.com) Received: from mail-bw0-f10.google.com (mail-bw0-f10.google.com [209.85.218.10]) by mx1.freebsd.org (Postfix) with ESMTP id A7FE78FC20 for ; Tue, 20 Jan 2009 15:19:56 +0000 (UTC) (envelope-from josh.carroll@gmail.com) Received: by bwz3 with SMTP id 3so417043bwz.19 for ; Tue, 20 Jan 2009 07:19:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:reply-to:in-reply-to :references:date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=BL1XW86UF5VY+LpRqyOjnkqYQ/EDrPTg+6jRcychQUw=; b=PEudgKkmfWJbZxCKxgT+XkOE51U/rrz634wGcTyn0k3xL0Qb3iR6OBO0lVwAU3fbiG X2eG8fuEu+wV5ZKjlGRHqsSjAOMMgqdImEBoYfrkE9DiqgeTP4P/d60hQcHS0jUME+M3 XBYprTGi8dgp/hMnNpaCqrAMEexRidjQSWrx4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:reply-to:in-reply-to:references:date:message-id :subject:from:to:cc:content-type:content-transfer-encoding; b=N47Whj3S3fS/D0beIBiRnF9dBTopJaifL31xWAqBEypCxo05UddIVbtUnBwncL7Yh8 YCzbqCkEhZ81qnUBJwBnjYHV/NJ0VQ3u6I7dkNSAL3ESpDoS2N6Jok004fhdp8Q087kw mi7vsmGN6B8E2M6wFFl/qA+Vgz5Lazc+8JdwU= MIME-Version: 1.0 Received: by 10.103.229.12 with SMTP id g12mr3082099mur.87.1232464639071; Tue, 20 Jan 2009 07:17:19 -0800 (PST) In-Reply-To: <4975DB45.1040407@webrz.net> References: <4975DB45.1040407@webrz.net> Date: Tue, 20 Jan 2009 10:17:19 -0500 Message-ID: <8cb6106e0901200717u717a0734r933f4337658fffd5@mail.gmail.com> From: Josh Carroll To: Jos Chrispijn Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Portupgrade thru SSH session X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: josh.carroll@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jan 2009 15:19:57 -0000 On Tue, Jan 20, 2009 at 9:10 AM, Jos Chrispijn wrote: > Can someone tell me what I should attend for when I am disconnected in the > middle of a portupgrade and the terminal session is aborted? > The portupgrade was halted by a [yes/no] prompt, on which I had to react. > Unfortunately being not present and I having not set my Putty keepalive > session timeperiod I was disconnected due to no activity on this system > prompt $-|. > What I did after having logged on again was deleting that specific ruby > process and some tty processes. Perhaps I should delete some other temp > files as well? For future runs, you might consider using something like screen (/usr/ports/sysutils/screen) so you can resume the session later, should you get disconnected. Josh