From owner-freebsd-current@FreeBSD.ORG Sun Nov 16 19:57:24 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 9478CAAA for ; Sun, 16 Nov 2014 19:57:24 +0000 (UTC) Received: from mail-wg0-f44.google.com (mail-wg0-f44.google.com [74.125.82.44]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2BA4D7A for ; Sun, 16 Nov 2014 19:57:22 +0000 (UTC) Received: by mail-wg0-f44.google.com with SMTP id x12so23320620wgg.3 for ; Sun, 16 Nov 2014 11:57:14 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=gySrAzSkwbvVIgpZVw2DvGMWiQ3pnThP0rTLMOO9Ksw=; b=mY8h3ZrD9CpV3PryBmd1qKuzDCvXYj8i5/ORmk+60h8KPbsAqAfHvQR4jnwB6joQv5 ruFOlOqEP6jqKhgsKDef7ZR6EWK82lqC8yDB/6+IM2p2SisK8o70aiXgDqd8dFTN1FAa +aBqvlqCHh3vvVXefo/QsdFruAck4Qfiw0jPQ+GvJALVLxI0IwqHivqKL7mVirHNEShR 6s1Gc4Y4C429lKiOjFFQHsIc4nZWv9/DpvKZW/F+qPs/fIpSNu1s7ksjLmLtxisCs+T+ g/PnqatxqKdwW9C01uTJCSTUqmaZ7bHC08Flm+9X1M9uZPfuVVWhM3t9ROq11qqEKH7Q QBzQ== X-Gm-Message-State: ALoCoQnfk34HFyvzZoDNx657kOuzDiszk+mUpSA5YpQPTD4Tk4F5Q5XycsllGjz4QxHYpbBc6nrZ X-Received: by 10.180.86.38 with SMTP id m6mr24997556wiz.65.1416167834684; Sun, 16 Nov 2014 11:57:14 -0800 (PST) Received: from [10.10.1.68] (82-69-141-170.dsl.in-addr.zen.co.uk. [82.69.141.170]) by mx.google.com with ESMTPSA id kn5sm41081697wjb.48.2014.11.16.11.57.13 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 16 Nov 2014 11:57:14 -0800 (PST) Message-ID: <5469019C.3070005@multiplay.co.uk> Date: Sun, 16 Nov 2014 19:57:16 +0000 From: Steven Hartland User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 To: freebsd-current@freebsd.org Subject: Re: init(8) diagnostics? References: <20141116180733.GA35841@troutmask.apl.washington.edu> In-Reply-To: <20141116180733.GA35841@troutmask.apl.washington.edu> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit 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 19:57:24 -0000 Its usually something like stalled IO On 16/11/2014 18:07, 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? >