From owner-freebsd-current@FreeBSD.ORG Fri Aug 17 02:56: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 0A5FC16A417 for ; Fri, 17 Aug 2007 02:56:45 +0000 (UTC) (envelope-from qumqats@outel.org) Received: from outel.org (outel.org [69.12.226.165]) by mx1.freebsd.org (Postfix) with ESMTP id E4B3313C442 for ; Fri, 17 Aug 2007 02:56:44 +0000 (UTC) (envelope-from qumqats@outel.org) Received: from winxp ([192.168.1.20]) by outel.org with esmtp (Exim 4.67 (FreeBSD)) (envelope-from ) id 1ILrl0-0006sd-7w for freebsd-current@freebsd.org; Thu, 16 Aug 2007 19:40:14 -0700 Date: Thu, 16 Aug 2007 19:40:10 -0700 From: "Joel M. Baldwin" cc: freebsd-current@freebsd.org Message-ID: In-Reply-To: <46C4BB28.8030000@rogers.com> References: <19693.209.47.38.69.1187277248.squirrel@wettoast.dyndns.org> <20070816163405.GG988@void.codelabs.ru> <46C4BB28.8030000@rogers.com> X-Mailer: Mulberry/4.0.4 (Win32) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline 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 02:56:45 -0000 --On Thursday, August 16, 2007 5:01 PM -0400 Mike Jakubik wrote: > Eygene Ryabinkin wrote: >> Mike, good day. >> >> Thu, Aug 16, 2007 at 11:14:08AM -0400, Mike Jakubik wrote: >> >>> Is there any way to disable these, or have them log to a separate log? >>> >> >> sysctl net.inet.tcp.log_debug=0 will disable them. >> > > Thanks, that does the job. 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?