From owner-freebsd-current@FreeBSD.ORG Fri Aug 17 03:30:45 2007 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6E54516A418 for ; Fri, 17 Aug 2007 03:30:45 +0000 (UTC) (envelope-from sullrich@gmail.com) Received: from rv-out-0910.google.com (rv-out-0910.google.com [209.85.198.186]) by mx1.freebsd.org (Postfix) with ESMTP id 4831D13C45E for ; Fri, 17 Aug 2007 03:30:45 +0000 (UTC) (envelope-from sullrich@gmail.com) Received: by rv-out-0910.google.com with SMTP id l15so324924rvb for ; Thu, 16 Aug 2007 20:30:45 -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=AOiuZclHSC5y//N8guVLc1U3zQJUvxpW2s2v2vwkeoHtdFL0HiXJbOuQwvTkhATdo8kYHlKGyqHNXnPnBA63On5gWEzj1ZGykep3mEFiAAzmibsdcuGmkHh5TVzejGkNUw3vqXkfDlQ56ip7jjDvo7PQWsNIJIOFt9YRcEukeFs= 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=p2LCRKmhmt+TvoQcvZ8zo1ZwxRrCtt6tctDpdfkOmhzwztMuf04SKIkkq715r+ayH6at06oB0WOhpxUDG0jvZhIDN0tqouWP5M7cELdkoXOm3DiwrSJGGKz9ljV1zcNhwSQQGJXZtIvTVTQeSk3vSQs5MC8+eHr+5472zMiLFZ8= Received: by 10.114.210.2 with SMTP id i2mr1857759wag.1187319900954; Thu, 16 Aug 2007 20:05:00 -0700 (PDT) Received: by 10.114.76.7 with HTTP; Thu, 16 Aug 2007 20:05:00 -0700 (PDT) Message-ID: Date: Thu, 16 Aug 2007 23:05:00 -0400 From: "Scott Ullrich" To: "Joel M. Baldwin" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <19693.209.47.38.69.1187277248.squirrel@wettoast.dyndns.org> <20070816163405.GG988@void.codelabs.ru> <46C4BB28.8030000@rogers.com> Cc: freebsd-current@freebsd.org Subject: Re: TCP info spamming the logs and dmesg X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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, 17 Aug 2007 03:30:45 -0000 On 8/16/07, Joel M. Baldwin wrote: > Well it doesn't fix it for me! > > # sysctl net.inet.tcp.log_debug=0 > sysctl: unknown oid 'net.inet.tcp.log_debug' > > Is there some dependency in the kernel for this to work to stop the logging? This was commited on July 28 at 12:20;40 UTC. By chance is your kernel younger than this commit? http://lists.freebsd.org/pipermail/cvs-src/2007-July/080961.html Scott