Gentoo Archives: gentoo-user

From: Grant <emailgrant@×××××.com>
To: Gentoo mailing list <gentoo-user@l.g.o>
Subject: Re: [gentoo-user] Re: Advice needed regarding udisks
Date: Sun, 18 Aug 2013 07:33:36
Message-Id: CAN0CFw1D+Pp-R4c5P7hmtOAqp7pxapHkw0RJ2MS2bxgZ4a3tvw@mail.gmail.com
In Reply to: Re: [gentoo-user] Re: Advice needed regarding udisks by Alan McKinnon
1 >> When trying to eject a USB camera in thunar in xfce4, the error
2 >> appears and the device does not umount. Here is a command that also
3 >> produces the error:
4 >>
5 >> # udisks --detach /dev/sdb
6 >> Detach failed: Error detaching: helper exited with exit code 1:
7 >> Detaching device /dev/sdb
8 >> USB device: /sys/devices/pci0000:00/0000:00:02.0/usb2/2-6)
9 >> SYNCHRONIZE CACHE: FAILED: No such file or directory
10 >> (Continuing despite SYNCHRONIZE CACHE failure.)
11 >> STOP UNIT: FAILED: No such file or directory
12 >>
13 >> # emerge -pv gvfs libgdu
14 >> [ebuild R ] gnome-base/libgdu-3.0.2 USE="-avahi -doc -gnome-keyring" 0 kB
15 >> [ebuild R ] gnome-base/gvfs-1.12.3-r1 USE="cdda gdu http udev
16 >> -afp -archive -avahi -bluetooth -bluray -doc -fuse -gnome-keyring
17 >> -gphoto2 -ios -samba (-udisks)" 0 kB
18 > ^^^^^^^
19 >
20 > There's your problem.
21 >
22 > thunar depends on gvfs, which can use udisks, but in your case the USE
23 > flag is forced, masked, or removed.
24 >
25 > You need to find out why that happened, it might be a profile thing,
26 > maybe it's a local config. Try
27 >
28 > grep -r udisks /etc/portage/
29
30 Nothing comes back from that grep. My profile is
31 default/linux/amd64/13.0/desktop. What else could be preventing me
32 from enabling that USE flag?
33
34 - Grant

Replies

Subject Author
Re: [gentoo-user] Re: Advice needed regarding udisks Alan McKinnon <alan.mckinnon@×××××.com>