From owner-freebsd-alpha@FreeBSD.ORG Mon Aug 8 18:54:46 2005 Return-Path: X-Original-To: freebsd-alpha@freebsd.org Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0534816A41F for ; Mon, 8 Aug 2005 18:54:46 +0000 (GMT) (envelope-from harrisb@rcisd.org) Received: from mail.rcisd.org (mail.rcisd.org [207.235.198.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id C4D6543D48 for ; Mon, 8 Aug 2005 18:54:41 +0000 (GMT) (envelope-from harrisb@rcisd.org) Received: from [10.0.4.131] (helo=[10.0.4.131]) by mail.rcisd.org with esmtp (Exim 4.42) id 1E2Clk-0005zu-VJ for freebsd-alpha@freebsd.org; Mon, 08 Aug 2005 13:54:41 -0500 Mime-Version: 1.0 (Apple Message framework v622) Content-Transfer-Encoding: 7bit Message-Id: Content-Type: text/plain; charset=US-ASCII; format=flowed To: freebsd-alpha@freebsd.org From: Bill Harris Date: Mon, 8 Aug 2005 13:54:41 -0500 X-Mailer: Apple Mail (2.622) Subject: Broken Netstat -rn in 5.4 X-BeenThere: freebsd-alpha@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the Alpha List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Aug 2005 18:54:46 -0000 I was busily trimming down my kernel, and accidently broke Netstat.. # netstat -rn netstat: kvm not available Routing tables rt_tables: symbol not in namelist What do I need to turn back on in my kernel config to properly build in the symbol tables for a working 'netstat' Bill