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 484721381F3 for ; Sun, 18 Aug 2013 07:33:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B1D47E0BF5; Sun, 18 Aug 2013 07:33:29 +0000 (UTC) Received: from mail-we0-f174.google.com (mail-we0-f174.google.com [74.125.82.174]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 82E51E0A7E for ; Sun, 18 Aug 2013 07:33:28 +0000 (UTC) Received: by mail-we0-f174.google.com with SMTP id q54so2807838wes.5 for ; Sun, 18 Aug 2013 00:33:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=aXMS4jTP9uQKxgMOD8YAnEfBE8KPuGJniLRrNv91KGo=; b=l4zRxMHrO0ZKWA3Y5/Xi+vd6OZAvqPRgguonrrs4zCKCge+gbakfQC3onoINGxgciw tdkXoesruMf8BEfnCukUshl+ty7xSQ5hzs6zd9nB8wpaksRcMW1zg36jqXIXK+pLZq2x UkpkL5CKhnZWJkXOOCLQtd20iwz1HV5pCyTUhObw2AhaF3e8tmP9nSUm6Gw7npSRwZ8Y asZgHEK7T2YyS/2SC4u3NARLFLGgEt8oZwkhEyflkkOInF6wdcr5DtcqJ56g+bUzORdl s8ymAFtbmpsEbbDHptsOU2ZBimt8vw2r83uw1wKgyjd22Ljl/CFyjcG48ARMvVwxyUyS rqjg== 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 X-Received: by 10.180.74.134 with SMTP id t6mr3866567wiv.56.1376811207159; Sun, 18 Aug 2013 00:33:27 -0700 (PDT) Received: by 10.194.104.199 with HTTP; Sun, 18 Aug 2013 00:33:27 -0700 (PDT) In-Reply-To: <520FCED0.8030205@gmail.com> References: <520F3550.60907@gmail.com> <520FCED0.8030205@gmail.com> Date: Sun, 18 Aug 2013 00:33:27 -0700 Message-ID: Subject: Re: [gentoo-user] Re: Advice needed regarding udisks From: Grant To: Gentoo mailing list Content-Type: text/plain; charset=ISO-8859-1 X-Archives-Salt: ec5b141d-c8bc-4f65-a6e5-884422e56b50 X-Archives-Hash: d8cb33a839aab66e5a3fd5c9af4533bf >> 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? - Grant