From owner-freebsd-pf@FreeBSD.ORG Thu Sep 16 21:21:58 2004 Return-Path: Delivered-To: freebsd-pf@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8772A16A4CE for ; Thu, 16 Sep 2004 21:21:58 +0000 (GMT) Received: from earth.care2.com (earth.care2.com [63.146.170.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4EBEF43D31 for ; Thu, 16 Sep 2004 21:21:58 +0000 (GMT) (envelope-from joe-freebsd-pf@earth.care2.com) Received: (qmail 61378 invoked by uid 85); 16 Sep 2004 21:21:58 -0000 Received: from joe-freebsd-pf@earth.care2.com by earth.care2.com by uid 89 with qmail-scanner-1.21 (uvscan: v4.1.40/v4245. spamassassin: 2.44. Clear:RC:1(127.0.0.1):. Processed in 0.053364 secs); 16 Sep 2004 21:21:58 -0000 X-Qmail-Scanner-Mail-From: joe-freebsd-pf@earth.care2.com via earth.care2.com X-Qmail-Scanner: 1.21 (Clear:RC:1(127.0.0.1):. Processed in 0.053364 secs) Received: from localhost.care2.com (HELO earth.care2.com) (127.0.0.1) by localhost.care2.com with SMTP; 16 Sep 2004 21:21:57 -0000 Received: from 67.169.93.71 (SquirrelMail authenticated user joe@earth.care2.com); by earth.care2.com with HTTP; Thu, 16 Sep 2004 14:21:57 -0700 (PDT) Message-ID: <2417.67.169.93.71.1095369717.squirrel@67.169.93.71> Date: Thu, 16 Sep 2004 14:21:57 -0700 (PDT) From: "joseph kacmarcik" To: freebsd-pf@freebsd.org User-Agent: SquirrelMail/1.5.0 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 Importance: Normal Subject: freebsd pf bridge panic (sparc64) X-BeenThere: freebsd-pf@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical discussion and general questions about packet filter (pf) List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Sep 2004 21:21:58 -0000 hi list! i'm attempting to build a freebsd packet-filtering bridge on a sun netra t105 (sparc64). i've had no trouble getting the OS installed and rebuilding the kernel with 'options BRIDGE', 'options RANDOM_IP_ID', and a few other changes. i have three hme interfaces, one for a private network and the other two will be the ip-less bridge. building pf_freebsd 2.00_1 from ports, i'm unable to load the pf.ko module (pflog.ko and pfsync.ko load fine). after a cvsup of ports/security, i can successfully build pf_freebsd 2.03 and load all three modules (pf.ko, pflog.ko and pfsync.ko). upon booting (or simply starting /usr/local/etc/rc.d/pf.sh) with a 'pass {in, out} all' ruleset, the system panic's after seven minutes (and some change) with: 'panic: trap: memory address not aligned' i've tried this with a few of these machines, but it's reliably seven+ minutes after pf.sh is started that this happens. i've tried cvsup on the source and i get the same error. i've searched around for a while, but haven't found a solution/patch for sparc64. anyone have some hints? i'm in the process of building a debugging kernel, so if that's neccessary, i'll be able to provide more information. thanks! joe