From owner-freebsd-questions@FreeBSD.ORG Tue May 30 16:28:15 2006 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 DAF2016AAD6 for ; Tue, 30 May 2006 16:28:15 +0000 (UTC) (envelope-from jorn@wcborstel.com) Received: from mail.wcborstel.com (wcborstel.demon.nl [83.160.142.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id C7FA643D72 for ; Tue, 30 May 2006 16:28:10 +0000 (GMT) (envelope-from jorn@wcborstel.com) Received: from localhost (mail [192.168.1.151]) by mail.wcborstel.com (Postfix) with ESMTP id ACEF3284C23; Tue, 30 May 2006 18:28:08 +0200 (CEST) Received: from mail.wcborstel.com ([192.168.1.151]) by localhost (mail.wcborstel.com [192.168.1.151]) (amavisd-new, port 10024) with ESMTP id 22095-02; Tue, 30 May 2006 18:28:07 +0200 (CEST) Received: from [192.168.0.2] (unknown [192.168.1.2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mail.wcborstel.com (Postfix) with ESMTP id 29EBB284C1C; Tue, 30 May 2006 18:28:07 +0200 (CEST) Message-ID: <447C7295.5050804@wcborstel.com> Date: Tue, 30 May 2006 18:28:05 +0200 From: Jorn Argelo User-Agent: Thunderbird 1.5.0.2 (Windows/20060308) MIME-Version: 1.0 To: Malcolm Fitzgerald References: <447A662C.9050708@daleco.biz> <8f8af4261e016d4487bb94952df8157c@pacific.net.au> <447AF91C.10106@daleco.biz> <447C3A9D.2030908@daleco.biz> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at wcborstel.com Cc: freebsd-questions@freebsd.org Subject: Re: troubleshooting network settings 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: Tue, 30 May 2006 16:28:23 -0000 Malcolm Fitzgerald wrote: > > On 30/05/2006, at 10:29 PM, Kevin Kinsey wrote: > >> Malcolm Fitzgerald wrote: >>>> Malcolm Fitzgerald wrote: >>> Running that command returns this: >>> ifconfig: -inet: bad value >> >> >> Bah! I'm on the road too much lately. No "dash" >> before "inet" ... > > here's the output > [snip] > > [Tue May 30 22:43:26 2006] [info] Init: Seeding PRNG with 136 bytes of > entropy > [Tue May 30 22:43:26 2006] [info] Init: Generating temporary RSA > private keys (512/1024 bits) > [Tue May 30 22:43:26 2006] [info] Init: Generating temporary DH > parameters (512/1024 bits) > [Tue May 30 22:43:26 2006] [warn] Init: Session Cache is not > configured [hint: SSLSessionCache] > [Tue May 30 22:43:26 2006] [info] Init: Initializing (virtual) servers > for SSL > [Tue May 30 22:43:26 2006] [info] Server: Apache/2.2.2, > Interface:mod_ssl/2.2.2, Library: OpenSSL/0.9.7e-p1 > [Tue May 30 22:43:51 2006] [alert] (EAI 8)hostname nor servname > provided, or not known: mod_unique_id: unable to find IPv4 address of > "bsd-box." > Configuration Failed There we have it. Apache is unable to resolve "bsd-box". This hostname should be resolvable, otherwise Apache will not work. Adding it to /etc/hosts is the easiest way: 192.168.1.104 bsd-box bsd-box.yourdomain.com Jorn