From owner-freebsd-stable@FreeBSD.ORG Thu Apr 15 11:24:30 2010 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D197A1065670 for ; Thu, 15 Apr 2010 11:24:30 +0000 (UTC) (envelope-from freebsd-stable@m.gmane.org) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by mx1.freebsd.org (Postfix) with ESMTP id 8986F8FC23 for ; Thu, 15 Apr 2010 11:24:29 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1O2NBJ-0006xn-UH for freebsd-stable@freebsd.org; Thu, 15 Apr 2010 13:24:25 +0200 Received: from lara.cc.fer.hr ([161.53.72.113]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 15 Apr 2010 13:24:25 +0200 Received: from ivoras by lara.cc.fer.hr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 15 Apr 2010 13:24:25 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-stable@freebsd.org From: Ivan Voras Date: Thu, 15 Apr 2010 13:24:26 +0200 Lines: 29 Message-ID: References: <20100415104711.GA84922@icarus.home.lan> <20100415111102.GA85532@icarus.home.lan> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: lara.cc.fer.hr User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.1.8) Gecko/20100329 Thunderbird/3.0.3 In-Reply-To: <20100415111102.GA85532@icarus.home.lan> X-Enigmail-Version: 1.0.1 Subject: Re: panic: vm_fault_copy_wired: page missing X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Apr 2010 11:24:30 -0000 On 04/15/10 13:11, Jeremy Chadwick wrote: > On Thu, Apr 15, 2010 at 02:05:26PM +0300, Daniel Braniss wrote: >>> On Thu, Apr 15, 2010 at 01:24:14PM +0300, Daniel Braniss wrote: >>>>> On Thu, Apr 15, 2010 at 9:22 AM, Daniel Braniss wrote: >>>>>> Hi, >>>>>> I'm getting this with FreeBSD-8-stable, it usually happens when >>>>>> starting apache: >>>>> >>>>> alc@ made some VM MFCs yesterday, could you try a 13th of April kernel >>>>> and see if it works out for you? >>>> >>>> with or without the MFC it's still panicking, and the memory size does not >>>> affect the outcome :-( >>> >>> Shot in the dark: either at the interactive loader prompt or by editing >>> /boot/loader.conf, try disabling superpage support: >>> >>> vm.pmap.pg_ps_enabled="0" >> >> that's the first thing I tried :-( >> just to complicate things a bit, if I start the apache later, via forcestart, >> things >> 'seem' better. >> but keep them comming, I need this fixed. > > Take NFS out of the picture if you can... I'm late into the discussion but just to verify - you are talking about not running executables over NFS, right? Not serving data?