From owner-freebsd-questions@FreeBSD.ORG Sun Sep 28 13:32:28 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6E4BE1065692 for ; Sun, 28 Sep 2008 13:32:28 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from mail.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id 419B58FC14 for ; Sun, 28 Sep 2008 13:32:28 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from localhost (mail.rachie.is-a-geek.net [192.168.2.101]) by mail.rachie.is-a-geek.net (Postfix) with ESMTP id 43B11AFBC02; Sun, 28 Sep 2008 05:32:27 -0800 (AKDT) From: Mel To: freebsd-questions@freebsd.org Date: Sun, 28 Sep 2008 15:32:07 +0200 User-Agent: KMail/1.9.7 References: <48DF181B.8050402@stupar.homelinux.net> In-Reply-To: <48DF181B.8050402@stupar.homelinux.net> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200809281532.07941.fbsd.questions@rachie.is-a-geek.net> Cc: Subject: Re: Kernel messages X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Sep 2008 13:32:28 -0000 On Sunday 28 September 2008 07:37:31 Sasa Stupar wrote: > Runing FBSD 7 amd64. I have noticed in my cron security output: > "+rtfree: 0xffffff0001424c30 has 1 refs" > > There are sometimes only a few lines, but sometimes there are 100 lines > or more (all exactly the same). > > I didn't find anything on the net (google) so I am asking here. Really? http://www.google.com/bsd?num=30&hl=en&safe=off&q=rtfree In short it's a driver bug, a driver doesn't use proper macros to manage routing tables and the refcount goes bad. Report the error on -net and/or do a send-pr with netstat -r output. -- Mel Problem with today's modular software: they start with the modules and never get to the software part.