From owner-freebsd-stable@FreeBSD.ORG Tue Apr 6 01:55:52 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 B4422106564A for ; Tue, 6 Apr 2010 01:55:52 +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 7616C8FC16 for ; Tue, 6 Apr 2010 01:55:52 +0000 (UTC) Received: from mr02.lnh.mail.rcn.net ([207.172.157.22]) by smtp02.lnh.mail.rcn.net with ESMTP; 05 Apr 2010 21:27:04 -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 QPT48016; Mon, 5 Apr 2010 21:25:53 -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 21:25:54 -0400 Message-ID: <4BBA8D9F.7000006@aldan.algebra.com> Date: Mon, 05 Apr 2010 21:25:51 -0400 From: "Mikhail T." User-Agent: Thunderbird 2.0.0.24 (X11/20100328) MIME-Version: 1.0 To: stable@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Junkmail-Status: score=10/50, host=mr02.lnh.mail.rcn.net X-Junkmail-SD-Raw: score=unknown, refid=str=0001.0A02020A.4BBA8DE8.0024,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: Subject: 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 01:55:52 -0000 Hello! I just rebuilt my system from 7.2-stable to 7.3. The first thing to fail upon restart was the PostgreSQL-server. But there are other failures -- for example, webmin is unreachable at its usual https://localhost:10000/ ktrace-ing postgres reveals: 19875 postgres CALL bind(0x3,0x8015190f0,0x10) 19875 postgres STRU struct sockaddr { AF_INET, 127.0.0.1:5432 } 19875 postgres RET bind -1 errno 49 Can't assign requested address 19875 postgres CALL socket(PF_LOCAL,SOCK_DGRAM,0) 19875 postgres RET socket 4 I rebuilt postgress server anew, just in case, but it is still failing... Changing the listen_addresses from 'localhost' to 'my.lan.ip.add' allows the server to start-up, but now I need to change the configuration of the local applications... Similarly, 'ssh localhost' no longer works, although `ssh my.lan.ip.add' works... The only unusual thing about my system is that I build with `NO_INET6=yes'. But it all worked with the kernel from a month ago... The ::1-definition in /etc/hosts is now commented-out, but that didn't help any... Please, advise. Thanks! -mi