From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id EC9B61381F3 for ; Sun, 18 Aug 2013 17:46:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1EB38E0B73; Sun, 18 Aug 2013 17:46:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0DA2AE0B40 for ; Sun, 18 Aug 2013 17:46:45 +0000 (UTC) Received: from [192.168.1.97] (pool-173-71-200-251.clppva.fios.verizon.net [173.71.200.251]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: jcallen) by smtp.gentoo.org (Postfix) with ESMTPSA id ACCC033EB68; Sun, 18 Aug 2013 17:46:44 +0000 (UTC) Message-ID: <52110859.30402@gentoo.org> Date: Sun, 18 Aug 2013 13:46:01 -0400 From: Jonathan Callen User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130811 Thunderbird/17.0.8 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 To: gentoo-user@lists.gentoo.org CC: Grant Subject: [gentoo-user] Re: Advice needed regarding udisks References: <520F3550.60907@gmail.com> <520FCED0.8030205@gmail.com> <52109205.5090207@gmail.com> In-Reply-To: X-Enigmail-Version: 1.5.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Archives-Salt: 09d69132-e310-491a-8f18-be0a80a5912b X-Archives-Hash: 26c4ef1fd25233e62c8a357d2d1d5c19 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 On 08/18/2013 05:50 AM, Grant wrote: >>>>> When trying to eject a USB camera in thunar in xfce4, the error appears and the device >>>>> does not umount. Here is a command that also produces the error: >>>>> >>>>> # udisks --detach /dev/sdb Detach failed: Error detaching: helper exited with exit code >>>>> 1: Detaching device /dev/sdb USB device: >>>>> /sys/devices/pci0000:00/0000:00:02.0/usb2/2-6) SYNCHRONIZE CACHE: FAILED: No such file >>>>> or directory (Continuing despite SYNCHRONIZE CACHE failure.) STOP UNIT: FAILED: No such >>>>> file or directory >>>>> >>>>> # emerge -pv gvfs libgdu [ebuild R ] gnome-base/libgdu-3.0.2 USE="-avahi -doc >>>>> -gnome-keyring" 0 kB [ebuild R ] gnome-base/gvfs-1.12.3-r1 USE="cdda gdu http >>>>> udev -afp -archive -avahi -bluetooth -bluray -doc -fuse -gnome-keyring -gphoto2 -ios >>>>> -samba (-udisks)" 0 kB >>>> ^^^^^^^ >>>> >>>> There's your problem. >>>> >>>> thunar depends on gvfs, which can use udisks, but in your case the USE flag is forced, >>>> masked, or removed. >>>> >>>> You need to find out why that happened, it might be a profile thing, maybe it's a local >>>> config. Try >>>> >>>> grep -r udisks /etc/portage/ >>> >>> Nothing comes back from that grep. My profile is default/linux/amd64/13.0/desktop. What >>> else could be preventing me from enabling that USE flag? >> >> >> >> It might be masked by the profile. As I understand it, recent EAPIs allow USE flags to be >> forced per-profile. This makes sense - a dev might enable USE=udev everywhere except on >> gentoo-freebsd profiles, just as an example. But I'm not yet up to speed on how to detect and >> over-ride such things. >> >> I think you should log a bug now at b.g.o. and let the devs tell you what's really going on >> with your selections. > > Will do, and I'll report back with the results. > > Thanks, Grant > > - From $PORTDIR/profiles/base/package.use.mask: # GNOME (02 Oct 2012) # Mask USE="udisks" and use USE="gdu" as the default for