From: "Canek Peláez Valdés" <caneko@gmail.com>
To: gentoo-dev@lists.gentoo.org
Subject: Re: Re: [gentoo-dev] Re: Making systemd more accessible to "normal" users
Date: Tue, 21 May 2013 03:34:54 +0000 [thread overview]
Message-ID: <CADPrc821vD3+zXzcd8t-AmtfVFve9xVC94DB-FfFydzy5mkFVA@mail.gmail.com> (raw)
In-Reply-To: <519AE3E6.2070001@gmx.com>
On Tue, May 21, 2013 at 3:03 AM, Daniel Campbell <dlcampbell@gmx.com> wrote:
> On 05/19/2013 01:05 PM, Canek Peláez Valdés wrote:
>> On Sun, May 19, 2013 at 9:34 AM, Peter Stuge <peter@stuge.se> wrote:
>>> J. Roeleveld wrote:
>>>> I don't see how this will avoid the issue of a limited amount of
>>>> inodes.
>>>> That is what I usually run out of before the disk is full when
>>>> storing lots of smaller files.
>>>
>>> I guess the number of unit files is on the order of hundreds
>>
>> (Sorry, sent email before it was ready).
>>
>> Laptop running full GNOME:
>>
>> # find /usr/lib/systemd/system -type f | wc
>> 154 154 7012
>>
>> Server running Apache+MySQL+Mailman+Squid+Other services:
>>
>> # find /usr/lib/systemd/system -type f | wc
>> 121 121 5560
>>
>> And as you said, you can always use INSTALL_MASK. If 154 files are
>> going to deplete your inodes, I think your problem lies somewhere
>> else.
>>
>> Regards.
>> --
>> Canek Peláez Valdés
>> Posgrado en Ciencia e Ingeniería de la Computación
>> Universidad Nacional Autónoma de México
>>
>
> That's missing the point. If you don't run systemd, having unit files is
> pointless. Thankfully there's INSTALL_MASK and whatnot, but that seems
> like a hack instead of something more robust. Why include systemd unit
> files (by default, with no systemd USE flag, thanks to the council...)
> on a system that's not using it? 154 files isn't negligible unless
> you're flippant with your system and don't care about bloat. Unused
> software sitting around *is* a waste of disk-space.
Unit files are not software; they are data.
And I believe you are the one missing the point. I don't run OpenRC; I
don't need no files in /etc/init.d. But you don't see me (nor any
other systemd user) complaining about pointless scripts in
/etc/init.d. I just put /etc/init.d in INSTALL_MASK and go on with my
life.
Non-systemd users should do the same for files under /usr/lib/systemd,
if they really are that worried about systemd "infecting" their
systems. Complaining about a council-decided policy (and, I believe,
backed up by the developers that matter, including the OpenRC
maintainers) is just beating on a dead horse.
Get over it.
> Some people (like myself) came to Gentoo to avoid putting systemd on
> their systems and to make use of the great choice that Gentoo allows.
> This push to make systemd a "first level citizen" or whatever reeks of
> marketing.
If Gentoo is about choice, then systemd is one of those choices. And
systemd will become a first class citizen inside Gentoo, like it or
not. Support for it has been getting better and better, and more and
more Gentoo users are running with systemd.
If some fundamentalists users don't want even one file in their
systems with "systemd" on their paths, they can install eudev/mdev,
put the necessary directories in INSTALL_MASK, and do the extra work.
If some other fundamentalists users (like myself) don't want even one
OpenRC related file on our systems, we can create an overlay to remove
the dependency of baselayout on OpenRC, put /etc/init.d in
INSTALL_MASK, and do the extra work.
Neither case covers the average systemd/OpenRC user, who doesn't care
about a few scattered files in /etc/init.d nor /usr/lib/systemd, and
just want to run her machine with the init system of her choice. If
Gentoo is really about choice.
> If there is desire among users for unit files, they can
> contact upstream or maintain their own set of unit files. It's not like
> they're hard to write.
So, Gentoo is about choice, but only for the choices you agree with. Great.
Regards.
--
Canek Peláez Valdés
Posgrado en Ciencia e Ingeniería de la Computación
Universidad Nacional Autónoma de México
next prev parent reply other threads:[~2013-05-21 3:35 UTC|newest]
Thread overview: 167+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-05-01 10:04 [gentoo-dev] Making systemd more accessible to "normal" users Fabio Erculiani
2013-05-01 10:50 ` Pacho Ramos
2013-05-01 11:00 ` Fabio Erculiani
2013-05-01 13:13 ` Pacho Ramos
2013-05-02 2:49 ` William Hubbs
2013-05-01 13:36 ` Michał Górny
2013-05-01 13:54 ` [gentoo-dev] " Steven J. Long
2013-05-01 14:14 ` Fabio Erculiani
2013-05-01 18:52 ` [gentoo-dev] " Steven J. Long
2013-05-01 21:40 ` [gentoo-dev] " Peter Stuge
2013-05-01 22:32 ` Matt Turner
2013-05-02 2:11 ` [gentoo-dev] " Duncan
2013-05-02 2:41 ` Alex Xu
2013-05-01 14:20 ` [gentoo-dev] " Matthew Thode
2013-05-01 14:22 ` Fabio Erculiani
2013-05-01 14:52 ` Rich Freeman
2013-05-01 19:52 ` "Paweł Hajdan, Jr."
2013-05-01 20:32 ` Michał Górny
2013-05-01 21:14 ` Fabio Erculiani
2013-05-02 3:18 ` William Hubbs
2013-05-02 4:26 ` Kent Fredric
2013-05-02 5:42 ` Fabio Erculiani
2013-05-02 18:05 ` William Hubbs
2013-05-02 18:13 ` Mike Gilbert
2013-05-02 19:01 ` Fabio Erculiani
2013-05-02 19:15 ` Chí-Thanh Christopher Nguyễn
2013-05-02 19:30 ` Rich Freeman
2013-05-02 19:39 ` Mike Gilbert
2013-05-02 20:25 ` William Hubbs
2013-05-02 20:27 ` Kent Fredric
2013-05-02 22:55 ` William Hubbs
2013-05-02 23:07 ` Chí-Thanh Christopher Nguyễn
2013-05-02 22:54 ` [gentoo-dev] " Duncan
2013-05-04 10:42 ` [gentoo-dev] " Luca Barbato
2013-05-04 12:54 ` Rich Freeman
2013-05-05 11:57 ` [gentoo-dev] " Duncan
2013-05-04 13:05 ` [gentoo-dev] " Fabio Erculiani
2013-05-04 13:12 ` Fabio Erculiani
2013-05-05 7:07 ` Luca Barbato
2013-05-04 16:12 ` Pacho Ramos
2013-05-05 7:11 ` Luca Barbato
2013-05-07 20:33 ` [gentoo-dev] " Fabio Erculiani
2013-05-08 15:26 ` [gentoo-dev] " Ben de Groot
2013-05-08 15:39 ` Fabio Erculiani
2013-05-08 15:49 ` Ben de Groot
2013-05-08 15:53 ` Fabio Erculiani
2013-05-08 16:06 ` Mike Gilbert
2013-05-08 16:34 ` Ian Stakenvicius
2013-05-08 16:27 ` Ian Stakenvicius
2013-05-08 17:57 ` William Hubbs
2013-05-08 18:19 ` Pacho Ramos
2013-05-09 1:48 ` Walter Dnes
2013-05-09 2:01 ` Jeroen Roovers
2013-05-09 9:56 ` Anthony G. Basile
2013-05-09 16:44 ` Michał Górny
2013-05-09 16:53 ` Rich Freeman
2013-05-09 17:01 ` Pacho Ramos
2013-05-08 15:39 ` Chí-Thanh Christopher Nguyễn
2013-05-08 15:49 ` Fabio Erculiani
2013-05-08 16:06 ` Chí-Thanh Christopher Nguyễn
2013-05-08 16:14 ` Mike Gilbert
2013-05-08 16:58 ` Chí-Thanh Christopher Nguyễn
2013-05-08 16:21 ` Ben de Groot
2013-05-08 17:01 ` Arun Raghavan
2013-05-09 2:18 ` Walter Dnes
2013-05-09 3:07 ` Canek Peláez Valdés
2013-05-09 11:00 ` Rich Freeman
2013-05-08 17:07 ` Michał Górny
2013-05-08 18:24 ` William Hubbs
2013-05-08 15:52 ` Michael Mol
2013-05-08 16:59 ` Rich Freeman
2013-05-08 17:08 ` Michał Górny
2013-05-08 17:18 ` Michael Mol
2013-05-08 17:32 ` Michał Górny
2013-05-08 17:37 ` Rich Freeman
2013-05-10 4:50 ` [gentoo-dev] " Steven J. Long
2013-05-10 7:45 ` [gentoo-dev] " Ralph Sennhauser
2013-05-10 10:09 ` Rich Freeman
2013-05-11 16:55 ` Ralph Sennhauser
2013-05-11 21:38 ` Rich Freeman
2013-05-14 8:41 ` Luca Barbato
2013-05-15 12:17 ` Michał Górny
2013-05-15 13:41 ` Fabio Erculiani
2013-05-15 14:01 ` Rich Freeman
2013-05-16 2:39 ` [gentoo-dev] " Duncan
2013-05-15 14:08 ` [gentoo-dev] " Pacho Ramos
2013-05-16 14:02 ` William Hubbs
2013-05-15 14:16 ` Ben de Groot
2013-05-15 15:00 ` Ian Stakenvicius
2013-05-16 0:27 ` William Hubbs
2013-05-16 1:28 ` Matthew Thode
2013-05-16 6:58 ` Pacho Ramos
2013-05-15 15:03 ` Luca Barbato
2013-05-15 15:10 ` Luca Barbato
2013-05-15 16:59 ` Tom Wijsman
2013-05-15 17:25 ` Rich Freeman
2013-05-15 18:11 ` Tom Wijsman
2013-05-15 19:02 ` Rich Freeman
2013-05-15 19:05 ` Pacho Ramos
2013-05-15 20:56 ` Alexander Berntsen
2013-05-15 21:01 ` Ciaran McCreesh
2013-05-15 23:56 ` Matthew Thode
2013-05-16 0:50 ` William Hubbs
2013-05-15 17:26 ` Tom Wijsman
2013-05-16 5:20 ` Luca Barbato
2013-05-15 18:18 ` waltdnes
2013-05-15 22:38 ` Rich Freeman
2013-05-15 21:07 ` waltdnes
2013-05-16 1:20 ` William Hubbs
2013-05-16 1:31 ` Matthew Thode
2013-05-17 0:58 ` [gentoo-dev] " Steven J. Long
2013-05-18 3:45 ` William Hubbs
2013-05-18 9:41 ` Fabio Erculiani
2013-05-18 17:02 ` Walter Dnes
2013-05-18 17:38 ` Andreas K. Huettel
2013-05-18 17:47 ` Rich Freeman
2013-05-18 19:23 ` Carlos Silva
2013-05-19 12:59 ` Michael Mol
2013-05-19 13:23 ` Andreas K. Huettel
2013-05-19 14:04 ` J. Roeleveld
2013-05-19 14:34 ` Peter Stuge
2013-05-19 18:02 ` Canek Peláez Valdés
2013-05-19 18:05 ` Canek Peláez Valdés
2013-05-21 3:03 ` Daniel Campbell
2013-05-21 3:34 ` Canek Peláez Valdés [this message]
2013-05-21 13:17 ` Michael Mol
2013-05-22 21:39 ` Re: " Daniel Campbell
2013-05-22 22:39 ` Canek Peláez Valdés
2013-05-23 6:06 ` Alan McKinnon
2013-05-23 6:41 ` Michał Górny
2013-05-23 8:02 ` Daniel Campbell
2013-05-23 9:46 ` Tom Wijsman
2013-05-23 19:19 ` Michael Orlitzky
2013-05-21 4:45 ` Duncan
2013-05-21 13:50 ` Ciaran McCreesh
2013-05-21 13:57 ` Michael Mol
2013-05-21 14:02 ` Ciaran McCreesh
2013-05-21 14:35 ` Michael Mol
2013-05-21 21:37 ` Duncan
2013-05-21 22:52 ` Tom Wijsman
2013-05-22 3:06 ` Duncan
2013-05-22 8:46 ` Tom Wijsman
2013-05-22 15:19 ` Rich Freeman
2013-05-22 15:24 ` Ciaran McCreesh
2013-05-23 5:30 ` Duncan
2013-05-23 6:57 ` Tom Wijsman
2013-05-23 7:12 ` Duncan
2013-05-21 7:03 ` Alan McKinnon
2013-05-21 7:10 ` Michał Górny
2013-05-22 15:21 ` Luca Barbato
2013-05-22 18:32 ` Michał Górny
2013-05-22 18:42 ` Zac Medico
2013-05-22 19:17 ` Mike Gilbert
2013-05-22 23:38 ` Walter Dnes
2013-05-24 6:32 ` J. Roeleveld
2013-05-24 6:48 ` Ulrich Mueller
2013-05-21 10:09 ` Albert Hopkins
2013-05-21 10:22 ` Rich Freeman
2013-05-24 6:26 ` J. Roeleveld
2013-05-19 3:36 ` William Hubbs
2013-05-21 12:25 ` [gentoo-dev] TLDNR; " Steven J. Long
2013-05-16 2:30 ` Re: [gentoo-dev] " Daniel Campbell
2013-06-07 11:52 ` Olav Vitters
2013-06-07 12:04 ` Chí-Thanh Christopher Nguyễn
2013-06-07 12:24 ` Olav Vitters
2013-06-07 12:34 ` Chí-Thanh Christopher Nguyễn
2013-06-07 14:57 ` Olav Vitters
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=CADPrc821vD3+zXzcd8t-AmtfVFve9xVC94DB-FfFydzy5mkFVA@mail.gmail.com \
--to=caneko@gmail.com \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox