Gentoo Archives: gentoo-dev

From: William Hubbs <williamh@g.o>
To: "Michał Górny" <mgorny@g.o>
Cc: Ian Stakenvicius <axs@g.o>, gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] tmpfiles virtual
Date: Thu, 17 Nov 2016 19:01:59
Message-Id: 20161117190112.GA23383@whubbs1.gaikai.biz
In Reply to: Re: [gentoo-dev] tmpfiles virtual by "Michał Górny"
1 On Thu, Nov 17, 2016 at 07:49:07PM +0100, Michał Górny wrote:
2 > On Thu, 17 Nov 2016 19:46:41 +0100
3 > Michał Górny <mgorny@g.o> wrote:
4 >
5 > > On Thu, 17 Nov 2016 10:02:25 -0500
6 > > Ian Stakenvicius <axs@g.o> wrote:
7 > >
8 > > > On 17/11/16 01:03 AM, Michał Górny wrote:
9 > > > > On Wed, 16 Nov 2016 14:21:41 -0600
10 > > > > William Hubbs <williamh@g.o> wrote:
11 > > > >
12 > > > >> On Wed, Nov 16, 2016 at 01:04:11PM -0500, Ian Stakenvicius wrote:
13 > > > >>> On 16/11/16 12:03 PM, William Hubbs wrote:
14 > > > >>>> On Wed, Nov 16, 2016 at 10:14:02AM -0500, Ian Stakenvicius wrote:
15 > > > >>>>> On 16/11/16 10:08 AM, William Hubbs wrote:
16 > > > >>>>>> opentmpfiles will be updated to install the service scripts which
17 > > > >>>>>> will be run when OpenRC boots a system. There is nothing for
18 > > > >>>>>> it to do if systemd is used to boot the system.
19 > > > >>>>>>
20 > > > >>>>>> William
21 > > > >>>>>>
22 > > > >>>>>
23 > > > >>>>> But there is something to do if openrc is used to boot the system and
24 > > > >>>>> systemd is the package providing tmpfiles.d processing via the virtual.
25 > > > >>>>
26 > > > >>>> The providers (opentmpfiles and systemd) will not block each other, so
27 > > > >>>> the only way this will happen is if you have openrc and systemd
28 > > > >>>> installed then forcefully remove opentmpfiles. I think you would not
29 > > > >>>> want to do that until you are ready to migrate to booting with systemd.
30 > > > >>>>
31 > > > >>>> William
32 > > > >>>>
33 > > > >>>
34 > > > >>> I think I'm having a hard time getting across the issue here...:
35 > > > >>>
36 > > > >>> 1 - we will have a virtual/tmpfiles that will bring in EITHER systemd,
37 > > > >>> or opentmpfiles.
38 > > > >>>
39 > > > >>> 2 - openrc will NOT depend on opentmpfiles (nor virtual/tmpfiles)
40 > > > >>>
41 > > > >>> 3 - Applications that install stuff into /usr/lib/tmpfiles.d/ will
42 > > > >>> need to depend on virtual/tmpfiles in order to make sure that the
43 > > > >>> system has something installed that will process them at boot-time.
44 > > > >>
45 > > > >> Yes, this will be handled by an RDEPEND in the eclass.
46 > > > >
47 > > > > This is a wrong presumption. The eclass needs the virtual only for
48 > > > > pkg_postinst(). While RDEPEND is how we solve this now, it will no
49 > > > > longer be necessary in a future EAPI.
50 > > > >
51 > > >
52 > > > This makes sense to me as well -- which means every package that
53 > > > installs tmpfiles.d/ files should properly RDEPEND on the virtual on
54 > > > its own when the functionality arisen from those tmpfiles.d files is
55 > > > non-optional.
56 > >
57 > > No, that's now what I meant.
58 > >
59 > > The eclass needs the virtual to create temporary directories once,
60 > > in pkg_postinst(). Period. That's how far it is concerned.
61 > >
62 > > If user wants to use a volatile filesystem or any other more complete
63 > > tmpfiles.d processing, he needs to use a init that supports that. Which
64 > > means either OpenRC with tmpfiles or systemd. Ebuild has nothing to do
65 > > with this.
66 >
67 > One more thing. I still believe openrc should RDEP on tmpfiles by
68 > default since openrc is mounting a few standard locations
69 > (like /var/run) as tmpfs by default.
70
71 I disagree. We mount a couple of things, /proc, /sys and /run off the
72 top of my head, but that doesn't justify adding tmpfiles as an rdepend
73 of OpenRC.
74
75 William

Attachments

File name MIME type
signature.asc application/pgp-signature