From owner-freebsd-stable@FreeBSD.ORG Mon Feb 27 15:44:15 2012 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 14775106566C for ; Mon, 27 Feb 2012 15:44:15 +0000 (UTC) (envelope-from jhellenthal@dataix.net) Received: from mail-iy0-f196.google.com (mail-iy0-f196.google.com [209.85.210.196]) by mx1.freebsd.org (Postfix) with ESMTP id C26BD8FC12 for ; Mon, 27 Feb 2012 15:44:14 +0000 (UTC) Received: by iaeh11 with SMTP id h11so124041iae.7 for ; Mon, 27 Feb 2012 07:44:14 -0800 (PST) Received-SPF: pass (google.com: domain of jhellenthal@dataix.net designates 10.50.34.202 as permitted sender) client-ip=10.50.34.202; Authentication-Results: mr.google.com; spf=pass (google.com: domain of jhellenthal@dataix.net designates 10.50.34.202 as permitted sender) smtp.mail=jhellenthal@dataix.net; dkim=pass header.i=jhellenthal@dataix.net Received: from mr.google.com ([10.50.34.202]) by 10.50.34.202 with SMTP id b10mr18375361igj.2.1330357454378 (num_hops = 1); Mon, 27 Feb 2012 07:44:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=dataix.net; s=rsa; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to; bh=nsiUlkgEkRGUG+2BUzyiBGfMYNt8OwJzdw0O92Jwc5U=; b=F8RuYlAlE0RnTChP///944MvWZveiK07vAjnpw2VC1tvknDwqqwML1i8axM3gEtplj In/6qzgjO7S4Pep2cjKEpRX4G2c1VEvqn34OoRA+BE3VDwk2mF2j5Zig67krFH9YNw7j qELG+cAVtOvtdQSl+e2WMqCeLp2AyUFPG+g68= Received: by 10.50.34.202 with SMTP id b10mr14777890igj.2.1330356600874; Mon, 27 Feb 2012 07:30:00 -0800 (PST) Received: from DataIX.net (adsl-99-181-135-127.dsl.klmzmi.sbcglobal.net. [99.181.135.127]) by mx.google.com with ESMTPS id mq3sm2747601ibb.9.2012.02.27.07.29.59 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 27 Feb 2012 07:30:00 -0800 (PST) Received: from DataIX.net (localhost [127.0.0.1]) by DataIX.net (8.14.5/8.14.5) with ESMTP id q1RFTvwk038762 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 27 Feb 2012 10:29:58 -0500 (EST) (envelope-from jhellenthal@DataIX.net) Received: (from jhellenthal@localhost) by DataIX.net (8.14.5/8.14.5/Submit) id q1RFTvMX038549; Mon, 27 Feb 2012 10:29:57 -0500 (EST) (envelope-from jhellenthal@DataIX.net) Date: Mon, 27 Feb 2012 10:29:57 -0500 From: Jason Hellenthal To: "O. Hartmann" Message-ID: <20120227152957.GB64523@DataIX.net> References: <4F4B98FC.6080705@mail.zedat.fu-berlin.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4F4B98FC.6080705@mail.zedat.fu-berlin.de> X-Gm-Message-State: ALoCoQkzQvz+VdHsq2k65dnRrVzsMUjdocJi7fxjDNCC0MkAYOM7h9O0vA53wLmpASMb5K3VljWZ Cc: FreeBSD Stable Mailing List Subject: Re: netstat: no namelist X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Feb 2012 15:44:15 -0000 On Mon, Feb 27, 2012 at 03:53:48PM +0100, O. Hartmann wrote: > On FreeBSD 9.0-STABLE/amd64 (recent build today, r232207), issuing > "netstat on console or in terminal doesn't give the usual netstat as > expected, instead I receive > > netstat: no namelist > > What's wrong? > This usually happens when kernel and world are built out of sync. Attempt to rebuild ( kernel first & then world ) follow the steps near /usr/src/UPDATING -- ;s =;