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 AE7041381F3 for ; Sat, 17 Aug 2013 19:00:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2D2ECE0A61; Sat, 17 Aug 2013 19:00:04 +0000 (UTC) Received: from mail-we0-f177.google.com (mail-we0-f177.google.com [74.125.82.177]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F3FA0E09A5 for ; Sat, 17 Aug 2013 19:00:02 +0000 (UTC) Received: by mail-we0-f177.google.com with SMTP id m46so2529172wev.8 for ; Sat, 17 Aug 2013 12:00:01 -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=Mhutxa2cWt3N8y9fOkcdYKjhARWLu2mCdFAWhtjMq74=; b=tcoY2LwG6RaG+Zlmb/5RYvx/urjnG9/ipdWw0tYSidJiLnVQranH+e0P0hT1WIYSfo apY6Whp63luFAEJe8cQ42zOeeIvtvBelif1Y2zJoOTkdRu2EbbKzIn3B+SmK2AyJpxwh dSg/TnZTaOkkUDoPQNcNVO4q5MX2nMh4+Cq9fHSB4BJEvaWWVVdpdBnHRV3jd85KYQ+x 3DpAkPwx87iF9gAEHUgu8FtASghXXPT8ub+/Kv+YCFLl96ZnxgBcQbFcIuj+UDl5Bw6t Vg/+JVCyjBkuyZngQGWYSyyx8szLjm/2b6T96iQpxQTtAuwfofzYmyk/BIsyRPxAGbwC gvEg== 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.11.8 with SMTP id m8mr2554863wib.31.1376766001547; Sat, 17 Aug 2013 12:00:01 -0700 (PDT) Received: by 10.194.104.199 with HTTP; Sat, 17 Aug 2013 12:00:01 -0700 (PDT) In-Reply-To: References: <520F3550.60907@gmail.com> Date: Sat, 17 Aug 2013 12:00:01 -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: d22f32ac-88d6-4667-a13b-a586c44a9f19 X-Archives-Hash: 43f27518c3012e076b095dabebe9c639 >>>> This is actually a portage question. How can I install udisks-2 in a >>>> way that will fix this problem? I'm confused by how to handle the >>>> slotting behavior. > > I think the issue here is that we are not understanding what the > problem is. It happens with an application in particular, or with a > desktop environment? It happens when you try to umount the device, or > when you disconnect it from the computer? Do you loose data in the > camera, or when transferring photos to your computer? Or is only that > you don't like the error reported? 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 > udisks is deprecated and (AFAIK) unmaintained. Do you *really* need > it? Or perhaps is being pulled by a package that actually supports > udisks2, but you have a USE flag that pulls udisks1? > > In GNOME, if you have gvfs with the gdu USE flag, it pulls libgdu, > which pulls udisks1. But you don't actually need it; everything is > covered by the udisks USE flag (which pulls udisks2). > > Do a "equery depends udisks" and see what is pulling udisks1. I get the following: # equery depends udisks * These packages depend on udisks: gnome-base/gvfs-1.12.3-r1 (udisks ? >=sys-fs/udisks-1.90:2) gnome-base/libgdu-3.0.2 (=sys-fs/udisks-1.0*:0) # 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 - Grant