|
|
Subscribe / Log in / New account

The Debian technical committee vote concludes

The Debian technical committee vote concludes

Posted Feb 11, 2014 19:20 UTC (Tue) by bluss (guest, #47454)
In reply to: The Debian technical committee vote concludes by proski
Parent article: The Debian technical committee vote concludes

Those were stats for wheezy (stable), stats for jessie (current testing) are:

Version: 204-6
Installed size: 4984 KB
Depends: libacl1, libaudit1, libc6, libcap2, libcryptsetup4, libdbus-1-3,
libgcrypt11, libkmod2, liblzma5, libpam0g, libselinux1, libsystemd-daemon0,
libsystemd-journal0, libudev1, libwrap0, libsystemd-login0, util-linux,
initscripts, udev, acl, adduser
Recommends: libpam-systemd


to post comments

The Debian technical committee vote concludes

Posted Feb 11, 2014 22:44 UTC (Tue) by anselm (subscriber, #2796) [Link] (1 responses)

The problem here is that systemd does various useful things by itself that the other inits either don't do at all or push into (optional) other packages that helpfully come with init scripts so there is no dependency on that package on the part of the init systems. If these other packages then depend on other stuff, that other stuff will not show up in the init's list of dependencies.

Chances are that if you examine the transitive closure over all dependencies rather than just the direct dependencies of the init system, the difference between a system based on systemd and one based on SysV init with the same functionality will no longer be all that great.

The Debian technical committee vote concludes

Posted Feb 14, 2014 10:16 UTC (Fri) by Wol (subscriber, #4433) [Link]

And are the daemon init scripts included in the source-line count etc?

I thought one of the major selling points of systemd was that a 100-line systemd init script was *huge*. For sysvinit that's miniscule, isn't it?

So while systemd itself may be pretty large for an init system, that is far more than compensated for by the reduction in size in packages that make use of it.

Cheers,
Wol

The Debian technical committee vote concludes

Posted Feb 14, 2014 8:20 UTC (Fri) by smurf (subscriber, #17840) [Link]

Note that some of these dependencies are not used by systemd itself, only by some of its helpers.

Of more interest is the main memory which systemd-as-PID-1 actually uses. That boils down to 2.8MB on my system, vs. 0.8MB for sysvinit. Compared with its long list of features, that's not bad at all.


Copyright © 2025, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds