From owner-freebsd-questions Thu Jul 18 21:26:29 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id VAA25730 for questions-outgoing; Thu, 18 Jul 1996 21:26:29 -0700 (PDT) Received: from root.com (implode.root.com [198.145.90.17]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id VAA25721 for ; Thu, 18 Jul 1996 21:26:27 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by root.com (8.7.5/8.6.5) with SMTP id VAA13618; Thu, 18 Jul 1996 21:25:33 -0700 (PDT) Message-Id: <199607190425.VAA13618@root.com> X-Authentication-Warning: implode.root.com: Host localhost [127.0.0.1] didn't use HELO protocol To: ian@gamespot.com cc: questions@FreeBSD.org Subject: Re: in_rtqtimo kernel errors In-reply-to: Your message of "Thu, 18 Jul 1996 21:10:49 -0000." <199607182106.VAA01838@gamespot.com> From: David Greenman Reply-To: davidg@root.com Date: Thu, 18 Jul 1996 21:25:33 -0700 Sender: owner-questions@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk >I got a series of kernel errors in the log like this > /kernel: in_rtqtimo: adjusted rtq_reallyold to 2400 > /kernel: in_rtqtimo: adjusted rtq_reallyold to 1600 > /kernel: in_rtqtimo:adjusted rtq_reallyold to 1066 > /kernel: in_rtqtimo: adjusted rtq_reallyold to 710 >about ten minutes apart and then it stopped. Is this something to >be concerned about? I had streamlined my kernel (took out all the >superfluous GENERIC items) and increased the "maxusers" setting. >Other than these messages in the log, everything seems a-OK (knock >wood!). They are just informing you that the kernel is adjusting the route expiration on clone routes. The message should probably be removed, put into a compile-time #ifdef, or at the very least made less ambiguous about what they're trying to tell you. In any case, you can ignore them. -DG David Greenman Core-team/Principal Architect, The FreeBSD Project