From owner-freebsd-stable@freebsd.org Sun Jan 17 01:58:52 2016 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4D0E9A6A250 for ; Sun, 17 Jan 2016 01:58:52 +0000 (UTC) (envelope-from cnehren@pobox.com) Received: from sasl.smtp.pobox.com (pb-smtp0.int.icgroup.com [208.72.237.35]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 249131DF1 for ; Sun, 17 Jan 2016 01:58:51 +0000 (UTC) (envelope-from cnehren@pobox.com) Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by pb-smtp0.pobox.com (Postfix) with ESMTP id 9372C3ABFD for ; Sat, 16 Jan 2016 20:58:43 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=date:from:to :subject:message-id:references:mime-version:content-type :in-reply-to; s=sasl; bh=9kY3nMDVF8yPad7u75LDqMTZ0EI=; b=Loiqu9w ibBuq6duZPW58l4+YRL06M0QvwFrfeiscA/ez9jmW8MpmBMAOsYceU1jyLli+HSx FZqbPeAWLesR1dH1wPKL0kzVO/H7mCtrd0+lMziHldsnVXjbz0MKRcw/XkpmJpSB HIiHoJhxh9T0jLa5WV8JK69CXH25wP8euVOI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=date:from:to :subject:message-id:references:mime-version:content-type :in-reply-to; q=dns; s=sasl; b=oK53aueAylGZDFDHQAEmf1eq6zUIVs3+V 2p8vc0v7y98ucoBRMFFZUSnZ5ySyCnCTWhHvvPVs7d3rsDv26cNUj6dmQf8m+6pp QVvnF4VhXcuCemvnNTTudfM5kr+2vvPNId83+NPJD+llR9DZu8+4SqOHr8sOXpHH OEFwD0OOVU= Received: from pb-smtp0.int.icgroup.com (unknown [127.0.0.1]) by pb-smtp0.pobox.com (Postfix) with ESMTP id 8C5313ABFC for ; Sat, 16 Jan 2016 20:58:43 -0500 (EST) Received: from localhost (unknown [50.90.2.70]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pb-smtp0.pobox.com (Postfix) with ESMTPSA id 2D29C3ABFB for ; Sat, 16 Jan 2016 20:58:43 -0500 (EST) Date: Sat, 16 Jan 2016 20:58:42 -0500 From: Chris Nehren To: freebsd-stable@freebsd.org Subject: Re: mtree hanging on upgrade from 10.1-STABLE to 10.2-RELEASE Message-ID: <20160117015842.GA16173@satori.lan> Mail-Followup-To: freebsd-stable@freebsd.org References: <20160116003352.GA2143@satori.lan> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.24 (2015-08-30) X-Pobox-Relay-ID: D6209D5A-BCBD-11E5-8A6B-6BD26AB36C07-49531120!pb-smtp0.pobox.com X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Jan 2016 01:58:52 -0000 On Fri, Jan 15, 2016 at 19:06:03 -0800, alex.burlyga.ietf alex.burlyga.ietf wrote: > What is the output of Ctrl+T in that terminal? Do you have some > unresponsive mounts by any chance? > > Alex. That was it, thank you! I had a dead NFS mount still active. -- Thanks, Chris