From owner-svn-src-head@FreeBSD.ORG Wed Dec 14 13:30:12 2011 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6075C1065673; Wed, 14 Dec 2011 13:30:12 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: from mail-lpp01m010-f54.google.com (mail-lpp01m010-f54.google.com [209.85.215.54]) by mx1.freebsd.org (Postfix) with ESMTP id 359538FC08; Wed, 14 Dec 2011 13:30:11 +0000 (UTC) Received: by lahl5 with SMTP id l5so426062lah.13 for ; Wed, 14 Dec 2011 05:30:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; bh=dltrinXFEAWL69vKGtqFaNgH2xQjA6bpuZF76H/tYU0=; b=BK5a3qbxRWEmPkEWJ+ECx1EG5VJtmWAbNsERiCa7uAr2gXZsb5cya6nCIOIxNicZZp 3xY+DRMos/8peoZ2V7waLs3higloRRjUEOD/s+7BtCMhg8WpUr+xoS7tMRvAeSrm3Pio LdoWdMmzY3U8Mn68NU5BudDMHKN0heoOzxBRI= Received: by 10.152.103.71 with SMTP id fu7mr2168953lab.31.1323869410159; Wed, 14 Dec 2011 05:30:10 -0800 (PST) MIME-Version: 1.0 Received: by 10.152.23.68 with HTTP; Wed, 14 Dec 2011 05:29:39 -0800 (PST) In-Reply-To: References: <4ee7a8c6.8e72e50a.3ab3.028bSMTPIN_ADDED@mx.google.com> From: Eitan Adler Date: Wed, 14 Dec 2011 08:29:39 -0500 Message-ID: To: Ivan Klymenko Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: r228377 to r228473 top not working X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Dec 2011 13:30:12 -0000 On Tue, Dec 13, 2011 at 2:43 PM, Eitan Adler wrote: > On Tue, Dec 13, 2011 at 2:34 PM, Ivan Klymenko wrote: >> Hi all! >> I have uname -a >> FreeBSD nonamehost 10.0-CURRENT FreeBSD 10.0-CURRENT #0 r228473M: Tue De= c 13 20:09:45 EET 2011 =C2=A0 =C2=A0 ivan@nonamehost:/usr/obj/usr/src/sys/m= k9 =C2=A0amd64 >> After update source code from r228377 to r228473 "top" stopped working >> >> # top >> top: sysctl(vm.stats.vm.v_active_count...) failed: No such file or direc= tory >> # >> >> There are some ideas? > > Mea Culpa. I am currently testing a patch to fix this. Fixed in r228498 - sorry for taking so long. --=20 Eitan Adler