From owner-freebsd-current@FreeBSD.ORG Thu Sep 16 13:11:33 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D616616A4CE for ; Thu, 16 Sep 2004 13:11:33 +0000 (GMT) Received: from outbound0.sv.meer.net (outbound0.sv.meer.net [205.217.152.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC67943D46 for ; Thu, 16 Sep 2004 13:11:33 +0000 (GMT) (envelope-from gnn@neville-neil.com) Received: from mail.meer.net (mail.meer.net [209.157.152.14]) i8GDASr2083642; Thu, 16 Sep 2004 06:10:31 -0700 (PDT) (envelope-from gnn@neville-neil.com) Received: from minion.local.neville-neil.com (pc1.oakwoodazabu1-unet.ocn.ne.jp [220.110.140.201]) by mail.meer.net (8.12.1/8.12.2/meer) with ESMTP id i8GDARN4093929; Thu, 16 Sep 2004 06:10:27 -0700 (PDT) (envelope-from gnn@neville-neil.com) Date: Thu, 16 Sep 2004 22:10:27 +0900 Message-ID: From: "George V. Neville-Neil" To: Bruno Afonso In-Reply-To: <414989E1.3020203@mrna.ist.utl.pt> References: <414989E1.3020203@mrna.ist.utl.pt> User-Agent: Wanderlust/2.10.1 (Watching The Wheels) SEMI/1.14.5 (Awara-Onsen) FLIM/1.14.5 (Demachiyanagi) APEL/10.5 Emacs/21.2 (powerpc-apple-darwin) MULE/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.5 - "Awara-Onsen") Content-Type: text/plain; charset=US-ASCII cc: freebsd-current@freebsd.org Subject: Re: netstat problem? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Sep 2004 13:11:33 -0000 At Thu, 16 Sep 2004 13:41:05 +0100, Bruno Afonso wrote: > > Hello, > > machine# netstat -rn > netstat: kvm not available > Routing tables > rt_tables: symbol not in namelist > > > I've had this problem on a beta4 machine on which I was trying out some > experimental carp patches, so I assumed the problem was derived from > there. Though, I have just now checked on a clean RELENG_5 machine > cvsupped yesterday and it seems to be present too. You need both a new userland and kernel, i.e. buildworld/buildkernel/install dance. Later, George