From owner-freebsd-current@FreeBSD.ORG Sun Nov 16 20:57:27 2014 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A897CDDF for ; Sun, 16 Nov 2014 20:57:27 +0000 (UTC) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.95.76.21]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "troutmask.apl.washington.edu", Issuer "troutmask.apl.washington.edu" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 863A289A for ; Sun, 16 Nov 2014 20:57:27 +0000 (UTC) Received: from troutmask.apl.washington.edu (localhost.apl.washington.edu [127.0.0.1]) by troutmask.apl.washington.edu (8.14.9/8.14.9) with ESMTP id sAGKvQ69037029 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Sun, 16 Nov 2014 12:57:26 -0800 (PST) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.14.9/8.14.9/Submit) id sAGKvQnh037028; Sun, 16 Nov 2014 12:57:26 -0800 (PST) (envelope-from sgk) Date: Sun, 16 Nov 2014 12:57:26 -0800 From: Steve Kargl To: Freddie Cash Subject: Re: init(8) diagnostics? Message-ID: <20141116205726.GA37019@troutmask.apl.washington.edu> References: <20141116180733.GA35841@troutmask.apl.washington.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) Cc: FreeBSD-Current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Nov 2014 20:57:27 -0000 On Sun, Nov 16, 2014 at 11:41:03AM -0800, Freddie Cash wrote: > On Nov 16, 2014 10:07 AM, "Steve Kargl" > wrote: > > > > In init(8), one finds under DIAGNOSISTICS > > > > "some processes would not die; ps axl advised." > > > > So, just how is one to actually run 'ps axl advised' as > > the message appears as init(8) is killing off the system? > > "shutdown now" will drop you to single-user mode with a running shell where > you can run that command to see what hasn't been stopped. IIRC, that > message appears right before you drop to the shell, although I haven't run > it a long time, so going by memory. Thanks! 'shutdown now' got me to a point where I found the root cause of my issues. -- Steve