From owner-freebsd-mono@freebsd.org Thu Dec 17 21:19:41 2015 Return-Path: Delivered-To: freebsd-mono@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5B59DA4A8D5 for ; Thu, 17 Dec 2015 21:19:41 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 46A06138B for ; Thu, 17 Dec 2015 21:19:41 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: by mailman.ysv.freebsd.org (Postfix) id 46503A4A8D4; Thu, 17 Dec 2015 21:19:41 +0000 (UTC) Delivered-To: mono@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 45F52A4A8D3 for ; Thu, 17 Dec 2015 21:19:41 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1F7D4138A for ; Thu, 17 Dec 2015 21:19:40 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id E44332038D for ; Thu, 17 Dec 2015 16:19:39 -0500 (EST) Received: from web3 ([10.202.2.213]) by compute1.internal (MEProxy); Thu, 17 Dec 2015 16:19:39 -0500 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:message-id:mime-version:subject:to:x-sasl-enc :x-sasl-enc; s=smtpout; bh=rpVTr3s1PaDVrx2/ya7yhtrt/t8=; b=fjwzy xZby5PHwujbL8qhmPj7soYiHka3w3KUfWhAuANT+pMdEWtNDuZnhzCCmGctRPuDn nEhiUibwLmG3cRpOpVj/AYx3k0a1+2NOnRteaZXujYwS7dyAdtE0P3hr4xKwhBke EirJfWKvMlJeorAg16c5qvo0byNMPyUzzMXvKA= Received: by web3.nyi.internal (Postfix, from userid 99) id BC97D105DFA; Thu, 17 Dec 2015 16:19:39 -0500 (EST) Message-Id: <1450387179.2456951.470471889.3B3DCF43@webmail.messagingengine.com> X-Sasl-Enc: AVOaJI9kQaoFGlXL2/M41ypil41d7AwNJeoc8x0kc/K8 1450387179 From: Mark Felder To: mono@FreeBSD.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain X-Mailer: MessagingEngine.com Webmail Interface - ajax-a93c17cb Subject: DNS is broken with mono Date: Thu, 17 Dec 2015 15:19:39 -0600 X-BeenThere: freebsd-mono@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Mono and C# applications on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Dec 2015 21:19:41 -0000 Consider shipping this patch please. I've updated to 4.2.1.124 locally and applied it without issue: https://github.com/mono/mono/commit/932359f3d627da13408350b1172ceb63c30f6327.diff because without it mono caches DNS entries *forever*. -- Mark Felder feld@feld.me