From owner-freebsd-stable@FreeBSD.ORG Fri May 30 22:27:13 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7B73D37B401 for ; Fri, 30 May 2003 22:27:13 -0700 (PDT) Received: from smtp02.mrf.mail.rcn.net (smtp02.mrf.mail.rcn.net [207.172.4.61]) by mx1.FreeBSD.org (Postfix) with ESMTP id 05A7543F85 for ; Fri, 30 May 2003 22:27:13 -0700 (PDT) (envelope-from rjhalljr@starpower.net) Received: from 66-44-54-17.s17.tnt1.lnhva.md.dialup.rcn.com ([66.44.54.17] helo=svold.krig.net) by smtp02.mrf.mail.rcn.net with smtp (Exim 3.35 #4) id 19Lytc-00028s-00 for freebsd-stable@freebsd.org; Sat, 31 May 2003 01:27:12 -0400 Received: by svold.krig.net (sSMTP sendmail emulation); Sat, 31 May 2003 01:24:32 -0400 From: "Bob Hall" Date: Sat, 31 May 2003 01:24:32 -0400 To: freebsd-stable@freebsd.org Message-ID: <20030531052432.GB373@svold.krig.net> Mail-Followup-To: Bob Hall , freebsd-stable@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i Subject: Strange startup messages X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 May 2003 05:27:13 -0000 After I recently installed 4.8-stable and configured it as my gateway, I started getting messages like the following during startup. This fills dmesg completely, so I can't go back and view the startup messages for diagnostic purposes. I haven't found any references to this in archive and google searches, and I don't know what's causing it. Has this happened to anyone else, and is there a way to stop it? *Handler Int 12 stats RW *Handler Opaque/struct 13 accept_sourceroute RW *Handler Int 14 fastforwarding RW *Handler Int 15 keepfaith RW *Handler Int 16 gifttl RW *Handler Int 100 subnets_are_local RW *Handler Int 101 fw RW Node 100 enable RW *Handler Int 101 one_pass RW *Handler Int 102 debug RW *Handler Int 103 verbose RW *Handler Int 104 verbose_limit RW *Handler Int 105 dyn_buckets RW *Handler Int 106 curr_dyn_buckets R *Handler Int 107 dyn_count R *Handler Int 108 dyn_max RW *Handler Int 109 static_count R *Handler Int 110 dyn_ack_lifetime RW *Handler Int 111 dyn_syn_lifetime RW *Handler Int 112 dyn_fin_lifetime RW *Handler Int 113 dyn_rst_lifetime RW *Handler Int 114 dyn_udp_lifetime RW *Handler Int 115 dyn_short_lifetime RW *Handler Int Bob Hall