From owner-freebsd-current@freebsd.org Fri Nov 6 00:49:52 2015 Return-Path: Delivered-To: freebsd-current@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 56260A25D24 for ; Fri, 6 Nov 2015 00:49:52 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: from mail-qg0-x230.google.com (mail-qg0-x230.google.com [IPv6:2607:f8b0:400d:c04::230]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 174EE1B14; Fri, 6 Nov 2015 00:49:52 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: by qgec40 with SMTP id c40so20114483qge.2; Thu, 05 Nov 2015 16:49:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=MZf62kbssn9rZHmKozLOvR57zZ1iplitfNm59zdQpnE=; b=hhMFNYjfyMmWAywlmSfWHkOslNy3+Hur/8k3w01TNLVSIBUmcfIITP5oxRRSs8/NP5 gGTWB4Leao7snRu1nD48gAqE8mSE4cUTDtsptnqqGuJWpHpP5GC6n440fv5vOCCFpHxR mgbiamHmWtg8aYVezVq8HTVFT+R3Xf3FF61ltHkhfFMZWI+JlBlXwYcve8EjBLR5kolA MEa5NW8ISG9v3c2yIplCzENeLO5L29c0Yr8N8p2VYrHZeighYEFq37Ys4WEQaDdEp+gD QtHcANA1EI2qiRHR2NtdnGm7+mBtH1pX2aNcsUO4+4r239UtjXLxwsFS3QlQUu5OmxCz 3r9A== MIME-Version: 1.0 X-Received: by 10.140.195.143 with SMTP id q137mr11320434qha.44.1446770990545; Thu, 05 Nov 2015 16:49:50 -0800 (PST) Received: by 10.140.88.209 with HTTP; Thu, 5 Nov 2015 16:49:50 -0800 (PST) In-Reply-To: <3368CB65-A48F-4C75-92A1-33F92C4C0132@gmail.com> References: <3368CB65-A48F-4C75-92A1-33F92C4C0132@gmail.com> Date: Thu, 5 Nov 2015 16:49:50 -0800 Message-ID: Subject: Re: Panic with PF on current. From: NGie Cooper To: Daniel Dettlaff Cc: "freebsd-current@freebsd.org" , Kristof Provost Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 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: Fri, 06 Nov 2015 00:49:52 -0000 On Thu, Nov 5, 2015 at 4:12 PM, Daniel Dettlaff wrote: > Hello. > > I have interesting verbose output with backtrace (not panic) from one of = my VMs: http://s.verknowsys.com/f0d457ce9420399baaf531012c33eb81.png > It=E2=80=99s triggered by autostarting jail on bridged vlan interface (no= VNET feature enabled) > > I built kernel using this config: https://github.com/VerKnowSys/ServeD-OS= /blob/master/kernel/VERKNOWSYS-11.0 > My make.conf: https://github.com/VerKnowSys/ServeD-OS/blob/master/etc/mak= e.conf > My src.conf: https://github.com/VerKnowSys/ServeD-OS/blob/master/etc/src.= conf > My loader.conf: https://github.com/VerKnowSys/ServeD-OS/blob/master/etc/l= oader.conf.served > My sysctl.conf: https://github.com/VerKnowSys/ServeD-OS/blob/master/etc/s= ysctl.conf.served > > I=E2=80=99m using Vmware Fusion 7.0 pro as host. > > Thank you :) Hope this will help someone, let me know if I can help someh= ow further. Please email kp@ [next time] if you run into issues with pf(4). If the issues have not been fixed/identified already, please file bugs.