From owner-freebsd-pf@FreeBSD.ORG Fri Aug 24 04:58:17 2007 Return-Path: Delivered-To: freebsd-pf@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DC03B16A41A for ; Fri, 24 Aug 2007 04:58:17 +0000 (UTC) (envelope-from bill.marquette@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.184]) by mx1.freebsd.org (Postfix) with ESMTP id 70DBD13C4B0 for ; Fri, 24 Aug 2007 04:58:17 +0000 (UTC) (envelope-from bill.marquette@gmail.com) Received: by nf-out-0910.google.com with SMTP id b2so629343nfb for ; Thu, 23 Aug 2007 21:58:16 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=sG+yyM7dRGurhJ7tqK4wRg9pHGlJYxfeRTv4JskdjWiWYt4WgZTS5jznBNPRnKKz6RhHtYMd5hopJ5W2CThnrdo04PnRpLYxaKIsdJb+oRpsm0fMZKcCi3niU4nMSpsz70OPkwsKZNpZblrHfdvg1BbsKreUJx4gKLGGvfP90hg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Rz6QvNTd6OlCKgVqS90ewluwq8A5K9hfFCw1EcKr5drv33acDibhB54VpBOcRm0UoOkKQQN6IreE4rFRJGeX24GgNlrc7TX0KlYo0Xe/y6QyEBkzHZjcZC689o0NjKdO4yNqXEsrJccqPCsqKHfUYlswrvAh0YdG3xk1adNMQnY= Received: by 10.78.159.7 with SMTP id h7mr1686503hue.1187931495868; Thu, 23 Aug 2007 21:58:15 -0700 (PDT) Received: by 10.78.15.17 with HTTP; Thu, 23 Aug 2007 21:58:15 -0700 (PDT) Message-ID: <55e8a96c0708232158v378d62es60b71906f99ba9b8@mail.gmail.com> Date: Thu, 23 Aug 2007 23:58:15 -0500 From: "Bill Marquette" To: "Max Laier" In-Reply-To: <200708230006.32294.max@love2party.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <55e8a96c0708221242h2d5e7d15q847e6fac7cf60554@mail.gmail.com> <200708230006.32294.max@love2party.net> Cc: freebsd-pf@freebsd.org Subject: Re: pfsync errors 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: Fri, 24 Aug 2007 04:58:17 -0000 On 8/22/07, Max Laier wrote: > There are two reasons why we increase the send error counter. Either the > internal deferred work queue is full or ip_output fails. Could you > locate "pfsyncstats.pfsyncs_oerrors++" in your source code and replace > either occurrence with a printf(). Maybe use the attached. This way we > will know what exactly fails and if it is ip_output, why. Thanks, we'll give it a shot shortly. --Bill