From owner-freebsd-ports@FreeBSD.ORG Wed Apr 19 10:17:49 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 77A1516A401 for ; Wed, 19 Apr 2006 10:17:49 +0000 (UTC) (envelope-from derrick@uniquestrength.net) Received: from rwcrmhc11.comcast.net (rwcrmhc11.comcast.net [204.127.192.81]) by mx1.FreeBSD.org (Postfix) with ESMTP id 49FD143D86 for ; Wed, 19 Apr 2006 10:17:36 +0000 (GMT) (envelope-from derrick@uniquestrength.net) Received: from mail.uniquestrength.net ([68.55.192.50]) by comcast.net (rwcrmhc11) with ESMTP id <20060419101735m1100mj3nre>; Wed, 19 Apr 2006 10:17:35 +0000 Received: from localhost (localhost.uniquestrength.net [127.0.0.1]) by mail.uniquestrength.net (Postfix) with ESMTP id 3519A5E19; Mon, 17 Apr 2006 23:59:35 -0400 (EDT) X-Virus-Scanned: amavisd-new at uniquestrength.net Received: from mail.uniquestrength.net ([127.0.0.1]) by localhost (mail.uniquestrength.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 6W28nQaJxull; Mon, 17 Apr 2006 23:59:33 -0400 (EDT) Received: from focus.uniquestrength.net (unknown [10.10.1.1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.uniquestrength.net (Postfix) with ESMTP id 39C8D5C3F; Mon, 17 Apr 2006 23:59:33 -0400 (EDT) From: Derrick Edwards To: freebsd-ports@freebsd.org Date: Wed, 19 Apr 2006 06:17:30 -0400 User-Agent: KMail/1.9.1 References: <200604171818.44950.derrick@uniquestrength.net> <200604181739.50139.derrick@uniquestrength.net> <20060418232148.GA50927@pentarou.parodius.com> In-Reply-To: <20060418232148.GA50927@pentarou.parodius.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200604190617.31388.derrick@uniquestrength.net> Cc: Jeremy Chadwick Subject: Re: Strange NMAP results X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Apr 2006 10:17:49 -0000 Good News. I updates sources and recompiled everything works fine now.. Thanks for all involved. v/r Derrick On Tuesday 18 April 2006 19:21, Jeremy Chadwick wrote: > On Tue, Apr 18, 2006 at 05:39:49PM -0400, Derrick Edwards wrote: > > I tried it both ways. I commented out the previous > > ifconfig_lo0="dhcpinet 127.0.0.1 netmask 0xff000000" entry(which the > > system put there) and rebooted. The interfaces were not automatically > > assisgned therefore I had no operable network interfaces. I tried to use > > the syntax use in > > the /etc/defaults/rc.conf file and that also failed. I can only get it to > > work when I manually add it. I just updated sources a week ago > > FreeBSD 6.1-RC #0: Tue Apr 11 21:13:24 EDT 2006. > > I even used sysinstall to reconfigure my dc0 interface just to see if > > that helps. Any other suggestions. > > Did you / are you running mergemaster at all? If setting lo0 works > manually but not on boot, chances are there's something in the rc > scripts which is acting oddly.