From owner-freebsd-pf@FreeBSD.ORG Wed Aug 10 15:16:02 2005 Return-Path: X-Original-To: freebsd-pf@freebsd.org 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 0355B16A41F for ; Wed, 10 Aug 2005 15:16:02 +0000 (GMT) (envelope-from slapinid@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id 93A2443D53 for ; Wed, 10 Aug 2005 15:16:01 +0000 (GMT) (envelope-from slapinid@gmail.com) Received: by zproxy.gmail.com with SMTP id z6so94864nzd for ; Wed, 10 Aug 2005 08:16:01 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=IjfRFlqlvjVGI1M1nm6EuRPp1G0Vm3VOnqHYwQ30zCMQzkx8PP9gPpbogLdHkUsRyWri7wgxjgdDjK8HSGvfpJbmuqZsdKN5PMHlUrkJFzlh/PDCwqUmz+jxU6G4gUqL+OA8nuhyNJZ7UatGlHqvxeSWMOJJBQSxeyjBJ/2fuW0= Received: by 10.36.132.4 with SMTP id f4mr791439nzd; Wed, 10 Aug 2005 08:16:01 -0700 (PDT) Received: by 10.36.33.4 with HTTP; Wed, 10 Aug 2005 08:16:01 -0700 (PDT) Message-ID: <48239d39050810081675ee369c@mail.gmail.com> Date: Wed, 10 Aug 2005 19:16:01 +0400 From: Sergey Lapin To: freebsd-pf@freebsd.org In-Reply-To: <48239d390508100221659db9d6@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <48239d390508040958265ce62@mail.gmail.com> <48239d3905080504297b3ebc89@mail.gmail.com> <200508060411.05482.max@love2party.net> <48239d390508100221659db9d6@mail.gmail.com> Subject: Re: Fwd: pf problems X-BeenThere: freebsd-pf@freebsd.org X-Mailman-Version: 2.1.5 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: Wed, 10 Aug 2005 15:16:02 -0000 > > What version of FreeBSD are you running? Do you have a SMP/PREEMPTION = kernel? > > Does setting debug.mpsafenet=3D0 in loader.conf change the situation? = Do you > > have a chance to attach a remote debugger or can you try to break into = the > > debugger from the console? > Status update: > It's not SMP/PREEMPTION kernel > debug.mpsafenet=3D0 doesn't help > I couldn't break into debugger - machine is locked and looped somehow. > It sends that packet in loop even when we stop sending it. > More than that - the situation doesn't replicate in vmware. >=20 > More on that - when we set everything on VLANs and use only one > physical interface (fxp), > about 30 seconds passes before machine dies and if we stop sending > traffic, it survives. > Seems like some buffer filling... > When we use several physical interfaces(fxp, xl0, xl1) without vlans > system die immediately. >=20 > Any ideas? >=20 Now more on that - We installed 6.0beta2 and this problem is still here, BUT I could get into debugger. Any ideas how could I localize this problem?