From owner-freebsd-questions@FreeBSD.ORG Wed Feb 16 16:13:25 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 552A116A4CE for ; Wed, 16 Feb 2005 16:13:25 +0000 (GMT) Received: from smtphost.cis.strath.ac.uk (smtphost.cis.strath.ac.uk [130.159.196.96]) by mx1.FreeBSD.org (Postfix) with ESMTP id 86A6F43D31 for ; Wed, 16 Feb 2005 16:13:24 +0000 (GMT) (envelope-from chodgins@cis.strath.ac.uk) Received: from [192.168.0.4] (chrishodgins.force9.co.uk [84.92.20.141]) j1GGCXFX006586; Wed, 16 Feb 2005 16:12:33 GMT Message-ID: <4213721C.1080805@cis.strath.ac.uk> Date: Wed, 16 Feb 2005 16:17:32 +0000 From: Chris Hodgins User-Agent: Mozilla Thunderbird 1.0 (X11/20050204) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Robert Stevenson , FreeBSD questions References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-CIS-MailScanner-Information: Please contact support@cis.strath.ac.uk for more information X-CIS-MailScanner: Found to be clean X-CIS-MailScanner-SpamCheck: not spam, SpamAssassin (score=0, required 6) X-CIS-MailScanner-From: chodgins@cis.strath.ac.uk Subject: Re: netstat -rn error X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Feb 2005 16:13:25 -0000 Robert Stevenson wrote: > Help. I get an error when I execute netstat -rn command. I'm using > FreeBSD 5.3 release. > > command: > #netstat -rn > > error: > netstat: kvm not available > Routing tables > rt_tables: symbol not in namelist > # > > > How do I fix this? > > > Thanks, > > Robert Stevenson > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > Had the same problem a while back when my kernel and base became out of sync as I had cvsup'd base and then recompiled my kernel without building world first. Cvsup base, build world, build kernel, install kernel and then install world. HTH Chris