From owner-freebsd-current@FreeBSD.ORG Tue Jun 19 16:12:18 2007 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E745416A46B for ; Tue, 19 Jun 2007 16:12:18 +0000 (UTC) (envelope-from sbaskinger@lumeta.com) Received: from MAIL.corp.lumeta.com (zeus.lumeta.com [65.246.245.22]) by mx1.freebsd.org (Postfix) with ESMTP id A8CFD13C4C4 for ; Tue, 19 Jun 2007 16:12:18 +0000 (UTC) (envelope-from sbaskinger@lumeta.com) Received: from qilin.corp.lumeta.com ([65.246.246.82]) by MAIL.corp.lumeta.com with Microsoft SMTPSVC(6.0.3790.1830); Tue, 19 Jun 2007 12:00:16 -0400 Message-ID: <4677FCAC.500@lumeta.com> Date: Tue, 19 Jun 2007 11:56:28 -0400 From: Sam Baskinger Organization: Lumeta Corporation User-Agent: Thunderbird 2.0.0.0 (X11/20070521) MIME-Version: 1.0 To: vova@fbsd.ru References: <4676F250.7010700@cytexbg.com> <1182259235.2637.7.camel@localhost> In-Reply-To: <1182259235.2637.7.camel@localhost> Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 8bit X-OriginalArrivalTime: 19 Jun 2007 16:00:16.0501 (UTC) FILETIME=[ED9C1A50:01C7B28A] Cc: Maksim Yevmenkin , Niki Denev , freebsd-current@freebsd.org Subject: Re: HELP! weird tcp problem 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: Tue, 19 Jun 2007 16:12:19 -0000 What I've done in situations like this is use portmanager to recompile everything related to the program in question. If this is an option, it may fix your issue and probably a few that you don't know you have. :) Hope that's helpful. Sam Vladimir Grebenschikov wrote: > В вт, 19/06/2007 в 00:00 +0300, Niki Denev пишет: > >> Maksim Yevmenkin wrote: >>> All, >>> >>> after upgrading to -current this weekend i started to have weird tcp >>> problems. first of all tcp connections from initiated from firefox >>> and/or thunderbird no longer work. please see info below > >> I've had the same problem and was very confused about it... >> But i didn't had the time to debug and the first thing i tried : to >> rebuild firefox and thunderbird fixed it. >> Strange thing that these two were the only programs that were >> affected, >> maybe some library that is used by both of them is the problem? > > I have encountered same problem some (big) time ago. > Evolution also refuses to work, but opera, telnet, netcat, etc works > just fine. > > Looks like it was related to library changes, like: > > Probably it is related to: > ... > 20070228: > The name resolution/mapping functions addr2ascii(3) and > ascii2addr(3) > were removed from FreeBSD's libc. These originally came from > INRIA > IPv6. Nothing in FreeBSD ever used them. They may be regarded as > deprecated in previous releases. > The AF_LINK support for getnameinfo(3) was merged from NetBSD to > replace it as a more portable (and re-entrant) API. > ... > not sure, but anyway - rebuilding fix that problem. >