From owner-freebsd-stable@FreeBSD.ORG Sun Apr 12 01:23:40 2009 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 48F161065670; Sun, 12 Apr 2009 01:23:40 +0000 (UTC) (envelope-from alc@cs.rice.edu) Received: from mail.cs.rice.edu (mail.cs.rice.edu [128.42.1.31]) by mx1.freebsd.org (Postfix) with ESMTP id 20A888FC26; Sun, 12 Apr 2009 01:23:39 +0000 (UTC) (envelope-from alc@cs.rice.edu) Received: from mail.cs.rice.edu (localhost.localdomain [127.0.0.1]) by mail.cs.rice.edu (Postfix) with ESMTP id 5B22E2C2C56; Sat, 11 Apr 2009 20:23:39 -0500 (CDT) X-Virus-Scanned: by amavis-2.4.0 at mail.cs.rice.edu Received: from mail.cs.rice.edu ([127.0.0.1]) by mail.cs.rice.edu (mail.cs.rice.edu [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 24PmJWDYoUzg; Sat, 11 Apr 2009 20:23:31 -0500 (CDT) Received: from adsl-216-63-78-18.dsl.hstntx.swbell.net (adsl-216-63-78-18.dsl.hstntx.swbell.net [216.63.78.18]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.cs.rice.edu (Postfix) with ESMTP id 5DA122C2ADC; Sat, 11 Apr 2009 20:23:31 -0500 (CDT) Message-ID: <49E14291.2080901@cs.rice.edu> Date: Sat, 11 Apr 2009 20:23:29 -0500 From: Alan Cox User-Agent: Thunderbird 2.0.0.21 (X11/20090404) MIME-Version: 1.0 To: Raul References: <1239447330.7119.36.camel@ws.pinlabs.b2n.org> <1239497628.15226.28.camel@ws.pinlabs.b2n.org> In-Reply-To: <1239497628.15226.28.camel@ws.pinlabs.b2n.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Cc: alc@freebsd.org, freebsd-stable@freebsd.org Subject: Re: problems with 7.2, vm_page_insert: page already inserted 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: Sun, 12 Apr 2009 01:23:40 -0000 Raul wrote: > El sáb, 11-04-2009 a las 19:37 -0500, Alan Cox escribió: > > >> Please post your kernel configuration file. >> > > It's rather simple: > > [....] > include GENERIC > ident TURING > > options IPSEC > device enc > device crypto > [....] > > That's all. > Ok, thanks. Alan