From owner-freebsd-stable@FreeBSD.ORG Tue Apr 6 02:52:05 2010 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 19EEF1065670 for ; Tue, 6 Apr 2010 02:52:05 +0000 (UTC) (envelope-from mi+thun@aldan.algebra.com) Received: from smtp02.lnh.mail.rcn.net (smtp02.lnh.mail.rcn.net [207.172.157.102]) by mx1.freebsd.org (Postfix) with ESMTP id CDC558FC0C for ; Tue, 6 Apr 2010 02:52:04 +0000 (UTC) Received: from mr02.lnh.mail.rcn.net ([207.172.157.22]) by smtp02.lnh.mail.rcn.net with ESMTP; 05 Apr 2010 22:52:02 -0400 Received: from smtp01.lnh.mail.rcn.net (smtp01.lnh.mail.rcn.net [207.172.4.11]) by mr02.lnh.mail.rcn.net (MOS 3.10.8-GA) with ESMTP id QPT59784; Mon, 5 Apr 2010 22:51:42 -0400 (EDT) X-Auth-ID: anat Received: from pool-173-70-194-135.nwrknj.fios.verizon.net (HELO aldan.narawntapu) ([173.70.194.135]) by smtp01.lnh.mail.rcn.net with ESMTP; 05 Apr 2010 22:51:38 -0400 Message-ID: <4BBAA1B9.7060101@aldan.algebra.com> Date: Mon, 05 Apr 2010 22:51:37 -0400 From: "Mikhail T." User-Agent: Thunderbird 2.0.0.24 (X11/20100328) MIME-Version: 1.0 To: Jeremy Chadwick References: <4BBA8D9F.7000006@aldan.algebra.com> <20100406021414.GA96148@icarus.home.lan> In-Reply-To: <20100406021414.GA96148@icarus.home.lan> Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: 8bit X-Junkmail-Status: score=10/50, host=mr02.lnh.mail.rcn.net X-Junkmail-SD-Raw: score=unknown, refid=str=0001.0A020204.4BBAA1D3.00E8,ss=1,fgs=0, ip=207.172.4.11, so=2009-09-21 22:56:10, dmn=5.4.3/2007-10-18, mode=single engine X-Junkmail-IWF: false Cc: stable@FreeBSD.org Subject: Re: binding on 127.0.0.1 not working after upgrade to 7.3 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: Tue, 06 Apr 2010 02:52:05 -0000 Jeremy Chadwick ΞΑΠΙΣΑΧ(ΜΑ): > Check ifconfig -a and make sure lo0 appears / has a correct IP address, > and the interface is up. > You are right, it is not up: lo0: flags=8008 metric 0 mtu 16384 Manually running `ifconfig lo0 127.0.0.1' fixed the problem for the time being... But why? What changed so significantly in the last few month, that lo0 broke, of all things? :-) Thanks! -mi