From owner-freebsd-questions@FreeBSD.ORG Mon Nov 12 14:46:55 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6D61FBF5; Mon, 12 Nov 2012 14:46:55 +0000 (UTC) (envelope-from srandall52@fastmail.fm) Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) by mx1.freebsd.org (Postfix) with ESMTP id 26F4B8FC0C; Mon, 12 Nov 2012 14:46:54 +0000 (UTC) Received: from compute4.internal (compute4.nyi.mail.srv.osa [10.202.2.44]) by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id DFB5F20915; Mon, 12 Nov 2012 09:46:53 -0500 (EST) Received: from frontend1.nyi.mail.srv.osa ([10.202.2.160]) by compute4.internal (MEProxy); Mon, 12 Nov 2012 09:46:53 -0500 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=fastmail.fm; h= date:from:to:cc:subject:message-id:in-reply-to:references :reply-to:mime-version:content-type:content-transfer-encoding; s=mesmtp; bh=kxMMa4Fmv2Mvw+ailg7Nv+th46M=; b=dKO8DcKIqtJcPuovyf C/ruuzfVIyu6MQXuUyICx3Si33+gxYX87QvscPwqRx1jII714c19FrgbSIQgmz7N DXNZhAvFJL6PLVm/of0zongIir+rvaDluZniQWcsu3Em8WHuVCxYXr1vjgejA9YZ +MqOWBbUlH++ky67VTDjkZpSk= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=date:from:to:cc:subject:message-id :in-reply-to:references:reply-to:mime-version:content-type :content-transfer-encoding; s=smtpout; bh=kxMMa4Fmv2Mvw+ailg7Nv+ th46M=; b=b3i/QfmD2a5Ny8N1X851Hs1POquSu+cPUKFy+LwLEOYkhOusL8Wnmw 61pLMNeWaHPySO+2TdpB/9sK2LfBaIKApKsr4EjuO4x0V90WeeQJFhGHstnQeRDW q7j9PQJtHkMlRihGfQYOEJFbsSoLXst7k9Z/70/xpG4QWPci+vBN8= X-Sasl-enc: k7q/d8zQ9v9hYczgGEnKDOufH/ukZMFSrYYViQCIWXNF 1352731613 Received: from localhost.localdomain (unknown [69.151.29.185]) by mail.messagingengine.com (Postfix) with ESMTPA id 669138E0515; Mon, 12 Nov 2012 09:46:53 -0500 (EST) Date: Mon, 12 Nov 2012 08:46:51 -0600 From: Steve Randall To: freebsd-questions@freebsd.org Subject: Re: gfc-afc-volume-mon Message-ID: <20121112084651.0e1af8e8@fastmail.fm> In-Reply-To: <50A04B77.6050200@ShaneWare.Biz> References: <201211111710.16807.lumiwa@gmail.com> <50A04B77.6050200@ShaneWare.Biz> X-Mailer: Claws Mail 3.8.1 (GTK+ 2.24.13; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: gnome@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Nov 2012 14:46:55 -0000 On Mon, 12 Nov 2012 11:35:59 +1030 Shane Ambler wrote: > On 12/11/2012 09:40, ajtiM wrote: > > Hi! > > > > I use FreeBSD 9.1-RC3 #0 r242324 mnow. After updtae from 9.1-RC2 to > > RC3 I have a problem with GIMP which start more slow than before and > > top shows me: > > > > > > THR PRI NICE SIZE RES STATE C TIME WCPU COMMAND 3 102 > > 0 44176K 9256K CPU1 0 1:11 100.00% gvfs-afc-volume-mon > > > > Firefox and Inkscape wok same as before and gvfs-* doesn't show. > > > > I have been running 9.0 all year and have seen this issue but haven't > gone as far as tracking down the cause of it hanging like that. I > wondered if it may have an issue with zfs - I run a pure zfs system. > > While it will use 100% cpu and keep the disk busy I have tried letting > it run for a few hours and it doesn't stop. > > It is gtk related - a lot of gtk/gnome apps trigger it when starting > even xfce starts it on login, others will trigger/re-trigger when the > open file dialog is used. A web search turns up a number of reports of exactly this same problem... on Linux. So, not a FreeBSD bug. > > My biggest concern is not knowing where it comes from - it is not > listed in any packing list for installed ports. All the build logs > from my tinderbox setup have no mention of it. This looks like another auto-configure bug. gvfs-afc-volume-monitor is built by devel/gvfs when the necessary library is present. It should either be exposed as a port option or else be explicitly disabled.