Gentoo Archives: gentoo-user

From: "Canek Peláez Valdés" <caneko@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] going from systemd to udev
Date: Wed, 05 Feb 2014 01:50:18
Message-Id: CADPrc83OLhZhON4+BaVdGySRNYeDM0YEJHz-DPLm+GcTWEcWkQ@mail.gmail.com
In Reply to: Re: [gentoo-user] going from systemd to udev by Joseph
1 On Feb 4, 2014 7:38 PM, "Joseph" <syscon780@×××××.com> wrote:
2 >
3 > On 02/04/14 18:03, Canek Peláez Valdés wrote:
4 >>
5 >> On Tue, Feb 4, 2014 at 1:58 PM, Joseph <syscon780@×××××.com> wrote:
6 >>>
7 >>> Is it possible to go from "systemd" to "udev"?
8 >>>
9 >>> I don't like the way systemd works. I have a problem with mounting USB
10 sick
11 >>> (it mounts as root:root) and I can not even change the permission.
12 >>> I am receiving Hylafax fax transmission reports (email) on all incoming
13 >>> faxes and now these emails are empty.
14 >>> It all start happening after switching to systemd :-(
15 >>
16 >>
17 >> If I'm not mistaken, systemd/udev doesn't mount removable devices by
18 >> default, it just notifies the system about new volume and creates
19 >> links under /dev/disk. In GNOME 3 udisks is the one doing the actual
20 >> mounting (AFAIU); with GNOME 2 it was gnome-volume-manager, etc.
21 >>
22 >> What DE do you use? Are you using something like pmount?
23 >>
24 >> Regards.
25 >> --
26 >> Canek Peláez Valdés
27 >> Posgrado en Ciencia e Ingeniería de la Computación
28 >> Universidad Nacional Autónoma de México
29 >
30 >
31 > I don't have "pmount" installed, and I'm not sure what XFCE4 is using.
32 > How to find out?
33
34 It's using gvfs, the problem is probably that gvfs is trying to use the
35 non-systemd implementation (probably ConsoleKit) on a systemd machine. Re
36 emerge everything with the systemd USE flag and it probably will solve
37 itself.
38
39 I mentioned pmount only because we didn't know enough; now you told us that
40 you have gvfs, and that you didn't enabled systemd support for it even when
41 you are using systemd.
42
43 Regards.