From owner-freebsd-questions@FreeBSD.ORG Thu Nov 20 05:42:16 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6409B16A4CE for ; Thu, 20 Nov 2003 05:42:16 -0800 (PST) Received: from mail.lphp.org (APastourelles-107-1-13-149.w80-11.abo.wanadoo.fr [80.11.65.149]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8956843FEA for ; Thu, 20 Nov 2003 05:42:14 -0800 (PST) (envelope-from ajacoutot@lphp.org) Received: from freebsd (modem209.metz.imaginet.fr [195.68.12.209] (may be forged)) by mail.lphp.org (8.12.10/8.12.10) with ESMTP id hAKDf9uX093717 for ; Thu, 20 Nov 2003 14:41:10 +0100 (CET) (envelope-from ajacoutot@lphp.org) From: Antoine Jacoutot To: freebsd-questions@freebsd.org Date: Thu, 20 Nov 2003 14:42:32 +0100 User-Agent: KMail/1.5.4 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200311201442.32136.ajacoutot@lphp.org> Subject: tcp wrappers getaddrinfo X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 13:42:16 -0000 Hi :) I get a lot of those warning messages in my logs. Is there any way I could tell inetd / tcp wrappers to turn those off ? inetd[93598]: warning: /etc/hosts.allow, line 23: can't verify hostname: getaddrinfo(xxxxxxxx.imaginet.fr, AF_INET) failed I know what it means, the only thing I don't know how to achieve is to turn this off :) Thanks in advance. Antoine