From owner-freebsd-arm@freebsd.org Sun Nov 29 10:21:30 2015 Return-Path: Delivered-To: freebsd-arm@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 80B5EA3BD18 for ; Sun, 29 Nov 2015 10:21:30 +0000 (UTC) (envelope-from herbert@oslo.ath.cx) Received: from oslo.ath.cx (oslo.ath.cx [IPv6:2a01:4f8:200:42e4::1]) (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 4F119177D for ; Sun, 29 Nov 2015 10:21:30 +0000 (UTC) (envelope-from herbert@oslo.ath.cx) Received: from oslo.ath.cx (localhost [IPv6:::1]) by oslo.ath.cx (Postfix) with SMTP id 1B95717A9 for ; Sun, 29 Nov 2015 11:21:27 +0100 (CET) Date: Sun, 29 Nov 2015 11:21:27 +0100 From: "Herbert J. Skuhra" To: freebsd-arm@freebsd.org Subject: Re: vm.stats.vm.v_cache_min No such file or directory Message-ID: <20151129102127.GA40856@oslo.ath.cx> References: <5659D805.2060703@kronometrix.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5659D805.2060703@kronometrix.org> User-Agent: Mutt/1.5.24+36 (ff560d1f3f7a) (2015-08-30) X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Nov 2015 10:21:30 -0000 On Sat, Nov 28, 2015 at 06:36:21PM +0200, Stefan Parvu wrote: > Hi, > > On RPI2 Im seeing this error when trying to run vmstat ? > > > krmx@rpi2:~ % uname -a > FreeBSD rpi2 11.0-CURRENT FreeBSD 11.0-CURRENT #9 r288688M: Mon Oct 5 > 17:21:06 EEST 2015 root@rpi2:/usr/obj/usr/src/sys/RPI2 arm > krmx@rpi2:~ % > krmx@rpi2:~ % > > > krmx@rpi2:~ % vmstat > procs memory page disks faults cpu > r b w avm fre flt re pi po fr sr mm0 md0 in sy cs > us sy id > vmstat: sysctl(vm.stats.vm.v_cache_min): No such file or directory ------------------------------------------------------------------------ r287640 | markj | 2015-09-11 05:00:20 +0200 (fre, 11 sep 2015) | 6 lines Remove the v_cache_min and v_cache_max sysctls. They are unused and have no effect. Reviewed by: alc Sponsored by: EMC / Isilon Storage Division ------------------------------------------------------------------------ Kernel and world not in sync? -- Herbert