From owner-freebsd-questions@FreeBSD.ORG Mon Jul 11 17:55:40 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 6A49F16A41C for ; Mon, 11 Jul 2005 17:55:40 +0000 (GMT) (envelope-from cmorland@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id 02D9743D45 for ; Mon, 11 Jul 2005 17:55:39 +0000 (GMT) (envelope-from cmorland@gmail.com) Received: by zproxy.gmail.com with SMTP id 34so414201nzf for ; Mon, 11 Jul 2005 10:55:37 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Ou5JvGqBubV9t3l05TQpqFrYzgbIvVBnJFVdJ7uxhvVCeG64LhMIark6rMc6yJc05km7u4S+AvRe4jWrdHDuBg+zBgnqZb1yqY6PdI2LuWhpIrTVqDw8Xl38WlYmrHcUy2JzM8AgshUh+kGceBmyM0sbqtt/hxtywbkYCNevyrE= Received: by 10.36.141.10 with SMTP id o10mr1234984nzd; Mon, 11 Jul 2005 10:55:37 -0700 (PDT) Received: by 10.36.66.6 with HTTP; Mon, 11 Jul 2005 10:55:37 -0700 (PDT) Message-ID: <8ca9329050711105526981146@mail.gmail.com> Date: Mon, 11 Jul 2005 13:55:37 -0400 From: Chad Morland To: vladone In-Reply-To: <671279664.20050711204731@llwb135.servidoresdns.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <671279664.20050711204731@llwb135.servidoresdns.net> Cc: freebsd-questions@freebsd.org Subject: Re: error with squid: Page faults with physical i/o: 0 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Chad Morland List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Jul 2005 17:55:40 -0000 On 7/11/05, vladone wrote: > I have installed squid from ports and i try to build the cache: > #: /usr/local/sbin/squid -z > and receive: > FATAL: Could not determine fully qualified hostname. Please set 'visible= _hostname' > How i can resolv this? >=20 Either configure DNS for that machine or set 'visible_hostname' in squid.conf. 'I'm feeling lucky' button on google returns the same information. Is the error really that cryptic? -CM