From owner-freebsd-questions@FreeBSD.ORG Wed Mar 16 12:52:20 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 410A016A4CE for ; Wed, 16 Mar 2005 12:52:20 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id BEE7F43D5E for ; Wed, 16 Mar 2005 12:52:19 +0000 (GMT) (envelope-from john.destefano@gmail.com) Received: by rproxy.gmail.com with SMTP id y7so88407rne for ; Wed, 16 Mar 2005 04:52:19 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=EUYevErio5Wyd2drduoBRpywRdiYv6Xow6oJbgNF4r0ro9ycd9Fh5pwQrSNGXAQjeV2TxFrmvL3K8XwquZ18w+cl0rlpMrEulgq+ZsU7amGYXgECQOEnTg1IQcG7mQS3h5DC1XZU3Vd6+aGtfi9voB+VduaPNhD5AGs2k7GD7Tw= Received: by 10.38.65.14 with SMTP id n14mr467543rna; Wed, 16 Mar 2005 04:52:19 -0800 (PST) Received: by 10.38.97.55 with HTTP; Wed, 16 Mar 2005 04:52:19 -0800 (PST) Message-ID: Date: Wed, 16 Mar 2005 07:52:19 -0500 From: John DeStefano To: Jason Henson In-Reply-To: <20050314072135.73ECF16A4DF@hub.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit References: <20050314072135.73ECF16A4DF@hub.freebsd.org> cc: freebsd-questions@freebsd.org Subject: Re: freebsd-questions Digest, Vol 91, Issue 29 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: John DeStefano List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Mar 2005 12:52:20 -0000 > From: Jason Henson > To: freebsd-questions@freebsd.org > Date: Mon, 14 Mar 2005 02:00:48 +0000 > Subject: Re: kern.maxpipekva exceeded, please see tuning(7) > On 03/13/05 15:44:32, John DeStefano wrote: > > I have seen a mention or two of this error on the lists before, > > including this link to the "current" list I pulled up from Google: > > http://lists.freebsd.org/pipermail/freebsd-current/2004-January/019150.html > > > > In my case, the errors began after my exploratory two-year-old found > > the shiny 'reset' button and could not resist its powers. I'm also > > getting HDD error messages on boot, 'fsck -y' shows all the file > > systems as read-only and returns errors on one of them, and I can no > > longer SSH into my system (due to, I assume, too many open file > > handles), or even get a command in on my console without an error > > popping in.. > > > > The solution does not seem clear cut to me, and it seems the error > > message itself does not provide valid (or, at least, sufficient) > > information. > > > > Could someone please help, or point me in the right direction? > > > > Thanks, as always, > > John > > _______________________________________________ > > FreeBSD is very robust with power failures, but that was a reset > button. Do you have acpi on? When I hit my power button every once in > a while my system shuts down properly. Try booting into single user > mode and do a manual mount and fsck. > > And just to help you out: > > $ sysctl -ad | grep pipekva > kern.ipc.maxpipekva: Pipe KVA limit > kern.ipc.pipekva: Pipe KVA usage > $ sysctl -a | grep pipekva > kern.ipc.maxpipekva: 8634368 > kern.ipc.pipekva: 344064 > Thank you Jason. I do have ACPI on. I believe booting into -s mode, manually mounting and fsck-ing the slices, and adding the two kernel paramenters to /boot/loader.conf as you suggsted has sorted me (or, at least, alleviated the system of kernel errors). I used your parameters ver batim; I will need to understand how the values relate to physical memory (only 320MB) before I tinker with them. Thanks again, ~John