From owner-freebsd-questions@FreeBSD.ORG Wed Jan 14 20:47:20 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6E6CC1065674 for ; Wed, 14 Jan 2009 20:47:20 +0000 (UTC) (envelope-from marshc187@gmail.com) Received: from mail-qy0-f17.google.com (mail-qy0-f17.google.com [209.85.221.17]) by mx1.freebsd.org (Postfix) with ESMTP id 11C968FC36 for ; Wed, 14 Jan 2009 20:47:19 +0000 (UTC) (envelope-from marshc187@gmail.com) Received: by qyk10 with SMTP id 10so1054767qyk.19 for ; Wed, 14 Jan 2009 12:47:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:subject :cc:in-reply-to:mime-version:content-type:references; bh=gYdUppIk/v8iH7zORbCS3MeXfDAavaGcO+d0JQYHacg=; b=dP0ww1EdblxmU+Apj9VLlXIFJt3+zHK/SeO2tsKt1jwEHVaxlEXj0FaU1XnzKGaCCA ZDxuPwQNMH8TbboF9nw8WoFRNo/cTBZXDF+JSK+sLCpxENwMgeRoU0HBSy42956FHxvG iy2HA0h+xNfSUX5+W4yIA5ek31aeYIHQdm31g= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:subject:cc:in-reply-to:mime-version :content-type:references; b=u721uQyIhZo5gGoDNvqjWLxbv2Mmbvs9D6+VTVFZ6yyx2/Bg72r5Vq0h7Ug+iycI+q 9scJ4q3rLvIX4S42TYRvQcMVRS0UksZrQxhde/n2Wth+EcJstkifFwup7MF5zy+ujtEL ainqN1A0m9NsA7Us/EZj/RZn72fpgdK3CVK3E= Received: by 10.214.241.12 with SMTP id o12mr855123qah.360.1231966039450; Wed, 14 Jan 2009 12:47:19 -0800 (PST) Received: by 10.215.14.1 with HTTP; Wed, 14 Jan 2009 12:47:19 -0800 (PST) Message-ID: <332f78510901141247u4d2ec5cbib32cb24c1e2c01d5@mail.gmail.com> Date: Wed, 14 Jan 2009 21:47:19 +0100 From: t-u-t Cc: freebsd-questions@freebsd.org In-Reply-To: <20090114181336.GA4487@aurora.oekb.co.at> MIME-Version: 1.0 References: <20090114154859.GA4425@aurora.oekb.co.at> <20090114175613.GC88068@osiris.chen.org.nz> <20090114181336.GA4487@aurora.oekb.co.at> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: Slow startup of Gnome - error from "gnome-keyring-daemon" 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: Wed, 14 Jan 2009 20:47:20 -0000 On Wed, Jan 14, 2009 at 7:13 PM, Ewald Jenisch wrote: > On Thu, Jan 15, 2009 at 06:56:13AM +1300, Jonathan Chen wrote: > > > > The obvious question is: > > Have you got hald running? > > > > Make sure your /etc/rc.conf has: > > gnome_enable="YES" > > Hi, > > Didn't know that I need 'gnome_enable="YES"' in my /etc/rc.conf. > > At least the handbook doesn't mention it, so coming from earlier > releases of FreeBSD I didn't know this. > it's at freebsd gnome, not handbook . here http://www.freebsd.org/gnome/docs/faq2.html there are some other usefull stuff there regards