From owner-freebsd-current@FreeBSD.ORG Wed Dec 4 07:21:12 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2659C22F for ; Wed, 4 Dec 2013 07:21:12 +0000 (UTC) Received: from mail-lb0-x235.google.com (mail-lb0-x235.google.com [IPv6:2a00:1450:4010:c04::235]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A2C03186F for ; Wed, 4 Dec 2013 07:21:11 +0000 (UTC) Received: by mail-lb0-f181.google.com with SMTP id q8so9329210lbi.12 for ; Tue, 03 Dec 2013 23:21:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:content-type; bh=HTNd71vQcGoGM2AAAYdDGN07LvSO7VaIz2nGRlMuD34=; b=cp2qiTLmsjxUEa6ld/EwdkDqv+vIoUNTKaViWlPE0xGDD6nIVvvcB4WLlEmC2fHnMk LA1eXdbGwbB2nBH1u0Vt+zUk+pVUY6NtEmSGdAocDbBOHhfEtk1E5+iSEWpcgeQC+7h8 hS23xpbEN9JAInFSvd7bYVPJxNMK84fDg0lMt5lFqkbAxXhmgdPqeSmcKr0v8ExhWEAl 15WfYyaoRph9IRDP49yEt28b/yk7PqI9XY+JxaEwE9jkHR+XG+O17SOzwuQKEyRsKr5z YZkLnPy+l/XEHByDJGRlcRWIAjA1zCfwzPCGgyVLuSnUPLqe6EELzChcEdwLf11xmLu7 t2vQ== MIME-Version: 1.0 X-Received: by 10.112.168.66 with SMTP id zu2mr16027lbb.60.1386141669516; Tue, 03 Dec 2013 23:21:09 -0800 (PST) Sender: crodr001@gmail.com Received: by 10.114.181.101 with HTTP; Tue, 3 Dec 2013 23:21:09 -0800 (PST) In-Reply-To: <20131204021949.GD28250@margz.perth.internal> References: <20131204021949.GD28250@margz.perth.internal> Date: Tue, 3 Dec 2013 23:21:09 -0800 X-Google-Sender-Auth: Ly9E71PzdGMBrDyiL70e8XZkS2k Message-ID: Subject: Re: 10-BETA{3,4} - Consistent Kernel Panics (pf_ioctl.c:1289) From: Craig Rodrigues To: freebsd-current Current Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Dec 2013 07:21:12 -0000 On Tue, Dec 3, 2013 at 6:19 PM, Wilkinson, Alex wrote: > 10.0-BETA4 FreeBSD 10.0-BETA4 #0 r258860 > > KERNCONF: > > options VIMAGE > > makeoptions DEBUG=-g > > device pf > device pflog > device pfsync > device carp > > How badly do you need VIMAGE in your kernel config? There are multiple known problems with VIMAGE + pf. See: http://lists.freebsd.org/pipermail/freebsd-virtualization/2013-December/001787.html We need to fix all these problems in FreeBSD, of course, but someone needs to spend the time on it. -- Craig