From owner-freebsd-questions@FreeBSD.ORG Mon Sep 26 00:00:33 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 DE39616A440 for ; Mon, 26 Sep 2005 00:00:33 +0000 (GMT) (envelope-from SRS0=p0GSpP6x=X4=asarian-host.net=admin@asarian-host.net) Received: from mail.asarian-host.net (mail.asarian-host.net [194.109.160.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF60443D49 for ; Mon, 26 Sep 2005 00:00:32 +0000 (GMT) (envelope-from SRS0=p0GSpP6x=X4=asarian-host.net=admin@asarian-host.net) Received: from anonymizer.asarian-host.net (localhost [127.0.0.1]) (authenticated bits=0) by mail.asarian-host.net (8.13.4/8.13.4) with ESMTP id j8Q00Uqw005485 for ; Mon, 26 Sep 2005 02:00:30 +0200 (CEST) (envelope-from admin@asarian-host.net) From: Mark Received-SPF: pass (asarian-host.net: sender IP is authenticated by a trusted mechanism) receiver=asarian-host.net; client-ip=sender IP; envelope-from=; helo=asarianintel; Message-Id: <200509260000.j8Q00TOQ005475@asarian-host.net> Date: Mon, 26 Sep 2005 00:00:30 GMT X-Authenticated-Sender: admin@asarian-host.net X-Trace: JQPXnNUj0jO+Jqfpf8e1KeylljGnNuiGWd0tdpQZOZiJoMe/FBVmb04FfQcpXr+vouWhhtLGQMwGEKwvKwo9yg== X-Complaints-To: abuse@asarian-host.net X-Abuse-Info: Please be sure to forward a copy of ALL headers, otherwise we are unable to process your complaint Organization: Asarian-host To: "'FreeBSD-Questions Questions'" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2670 X-Auth: Asarian-host PGP signature iQEVAwUAQzc6HjFqW1BleBN9AQEdDgf/UAK4CtD3daQDBjavTdw7mMMeko4I4jCT QQzDBGBaK4EFkIQaztnADmLE2LZbZVwl1s5D7sA79zJh7yp97yVQQcar0q9p1NHZ Bg5QD7aFcfm/LtJbtKpKy440YO4CBhvA6vVy+D4mJi3MyOBHjIWQN3q4C0dCM/Ge wZW+jLAyhNVizrZXNujP9wruEAWD7shF1nCUTiCGNw/BP6TGM/mCJYN9YHVwCDgZ HYU/czd7E0B0I5d+cj6YSu+fcS07OA5bGX1xSVb0LOAVeuXl3ZynFrnFJynDr0Iu cYsbp48xspv4sdb+KRN6ybmN9MwpjgBiar3zOM+A09FLuSpQquS9tg== =0I4F Subject: proftpd: No address associated with hostname X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Sep 2005 00:00:34 -0000 Hello, I have been running proftpd for years (FreeBSD 4.11). Today I upgraded to 1.3.0rc2. And now I get this in my log: "getaddrinfo 'asarian-host.net' error: No address associated with hostname" Yeah, right. I have googled on this quite a bit; but all I see are lame recommendations like to add the hostname to /etc/hosts, or to DNS. As if my hostname has not been resolving for years. :) Besides, it was working fine with 1.2.9 just a few minutes ago. Obviously something changed on the proftpd side. Does anyone here have the answer? P.S. I compiled, from ports, with: make WITHOUT_PAM=yes WITHOUT_IPV6=yes WITH_OPENSSL=yes Thanks, - Mark