From owner-freebsd-net@FreeBSD.ORG Fri Apr 29 21:05:00 2005 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9ED9B16A4CE for ; Fri, 29 Apr 2005 21:05:00 +0000 (GMT) Received: from vineyard.net (k1.vineyard.net [204.17.195.90]) by mx1.FreeBSD.org (Postfix) with ESMTP id 36FF943D58 for ; Fri, 29 Apr 2005 21:05:00 +0000 (GMT) (envelope-from ericx_lists@vineyard.net) Received: from localhost (loopback [127.0.0.1]) by vineyard.net (Postfix) with ESMTP id 37E3B9158E for ; Fri, 29 Apr 2005 17:04:59 -0400 (EDT) Received: from vineyard.net ([127.0.0.1]) by localhost (king1.vineyard.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 91816-01-77 for ; Fri, 29 Apr 2005 17:04:59 -0400 (EDT) Received: from [204.17.195.104] (fortiva.vineyard.net [204.17.195.104]) by vineyard.net (Postfix) with ESMTP id E136C9158D for ; Fri, 29 Apr 2005 17:04:58 -0400 (EDT) Message-ID: <4272A118.4070603@vineyard.net> Date: Fri, 29 Apr 2005 17:03:20 -0400 From: "Eric W. Bates" User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: net@freebsd.org X-Enigmail-Version: 0.89.5.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by AMaViS-king1 at Vineyard.NET Subject: netstat errors after upgrading 4.9 -> 5.3 X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Apr 2005 21:05:00 -0000 [sigh] I have created the same problem on 2 machines. After an upgrade from 4.x to 5.3-p10 netstat will no longer display the routing table: ** root@fw ** ~ ** Fri Apr 29 16:59:37 # netstat -nr netstat: kvm not available Routing tables rt_tables: symbol not in namelist During the upgrade, I deleted all of /usr/src/*. And followed the rest of the procedures outlined in /usr/src/UPGRADING. I have also deleted /kernel* and /modules* (random thot that perhaps the wrong kvm's were being loaded). As far as I can tell, the netstat dump of the routing tables is the only failure. Thanks for your time. --ericx