From owner-freebsd-current@FreeBSD.ORG Wed May 6 09:50:13 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E01EB10656DB for ; Wed, 6 May 2009 09:50:13 +0000 (UTC) (envelope-from onemda@gmail.com) Received: from mail-bw0-f213.google.com (mail-bw0-f213.google.com [209.85.218.213]) by mx1.freebsd.org (Postfix) with ESMTP id 6AB188FC08 for ; Wed, 6 May 2009 09:50:13 +0000 (UTC) (envelope-from onemda@gmail.com) Received: by bwz9 with SMTP id 9so5136824bwz.43 for ; Wed, 06 May 2009 02:50:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=P2+MenyDzC25+yMUXWNMh1vE+CQcTFhFP52LaHl81zY=; b=YoN2E8aJsyP0VTXUJfXrtVBmzYmNlcejrGXdYmV2r9yvka0tnlrygmltoHcTbNnhvj 3kBlH0VYOFRE0jmo31MIQWuZOQJKeUBKaniQDJGkMMfYj3RJ3kDg/SzIIhRzh44nS48q BOsFM/XruHRVKx8QoubHY3iK5lMjpSPz9khdw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=KmoLV5vR/bZKsEImHSNaboaFGJSDdpsiwytx+nQ6bpcCsqMVLKSBNIXQjjdp8/dd3c 3R0oFqQ9FQmUnfb94jm82mhYobquTAQKn9E79Wpdh96ffxP8X1qLYQjJJf2BGQefldsZ NevP/YYG5HJU7koIlaOr9hjaVdPoZjhmtU+u0= MIME-Version: 1.0 Received: by 10.239.172.12 with SMTP id y12mr66817hbe.35.1241603412443; Wed, 06 May 2009 02:50:12 -0700 (PDT) In-Reply-To: <200905060519.10151.zec@icir.org> References: <49FC812B.2070305@elischer.org> <200905041015.15332.zec@icir.org> <3a142e750905040757t5abe64c6m4666bb4eab1abe5d@mail.gmail.com> <200905060519.10151.zec@icir.org> Date: Wed, 6 May 2009 11:50:12 +0200 Message-ID: <3a142e750905060250t394ada5bl2798c79b18855746@mail.gmail.com> From: "Paul B. Mahol" To: Marko Zec Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-current@freebsd.org Subject: Re: VIMAGE status X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Wed, 06 May 2009 09:50:14 -0000 On 5/6/09, Marko Zec wrote: > On Monday 04 May 2009 10:57:32 Paul B. Mahol wrote: >> On 5/4/09, Marko Zec wrote: >> > On Monday 04 May 2009 08:53:48 Paul B. Mahol wrote: >> > ... >> > >> >> I'm experiencing strange 'netstat -r' output, perhaps I need to clean >> >> /usr/obj/? (I dont have VIMAGE enabled) >> > >> > You should rebuild your userland regardless whether options VIMAGE in >> > the >> > kernel has been enabled or not, see the UPDATING note for details. >> >> I did, but I will ask again do I need to clean /usr/obj/? > > No you don't. > > Could you post the output from 'netstat -r' with pre- and post-r191816 > kernel > + world builds? It was caused by NO_CLEAN=1 option in make.conf(I guess) or I broke it with some other "make install" command under /usr/src .... Clearing /usr/obj/ fixed it. -- Paul