From owner-freebsd-current@FreeBSD.ORG Mon Mar 1 09:06:11 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 873FB16A4D0 for ; Mon, 1 Mar 2004 09:06:11 -0800 (PST) Received: from ran.psg.com (ip166.usw253.dsl-acs2.sea.iinet.com [209.20.253.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id 43E0043D48 for ; Mon, 1 Mar 2004 09:06:11 -0800 (PST) (envelope-from randy@psg.com) Received: from localhost ([127.0.0.1] helo=ran.psg.com.psg.com) by ran.psg.com with esmtp (Exim 4.30; FreeBSD) id 1Axqrq-0006Ke-4T; Mon, 01 Mar 2004 09:06:10 -0800 From: Randy Bush MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Mon, 1 Mar 2004 09:06:09 -0800 To: Joe Marcus Clarke References: <20040228152618.C98870@root.org> <1078019158.18071.12.camel@shumai.marcuscom.com> <20040228180719.W99350@root.org> <1078020761.18071.15.camel@shumai.marcuscom.com> <20040228211904.T99760@root.org> <1078032512.20048.7.camel@shumai.marcuscom.com> <20040229164555.G3406@root.org> <1078102552.62463.64.camel@shumai.marcuscom.com> <200403010503.i2153Tsm054870@creme-brulee.marcuscom.com> <1078118852.62463.79.camel@shumai.marcuscom.com> Message-Id: <20040301170611.43E0043D48@mx1.FreeBSD.org> cc: current@freebsd.org Subject: Re: mozilla hanging on gconfd2 startup? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Mar 2004 17:06:11 -0000 >>> The gconf "dependency" was most likely added in 1.6. The solution to >>> this is to add your local hostname to /etc/hosts >> not doable (unless one is willing to do really grotty stuff out >> of /etc/dhclient-exit-hooks, puke) on roaming laptops > That's not required at all. Simply adding the local hostname as an > alias for 127.0.0.1 is sufficient. thanks! randy