Slashdot Mirror


Debian Technical Committee Votes For Systemd Over Upstart

sfcrazy writes "Bdale Garbee,chairman of the Debian Technical Committee, called for a ballot from the TC to chose the default init system. The votes are in systemd is the clear winner here. Bdale himself voted for systemd."

4 of 379 comments (clear)

  1. More on systemd... by MAXOMENOS · · Score: 4, Informative

    ...here.

  2. Re:I see a lot of discussion about systemd by Junta · · Score: 4, Informative

    systemd versus upstart is mostly anti-canonical sentiment coming home to roost. Canonical has made it clear they don't want to play nice with the wider non-canonical community, and now that's going reciprocal. In a way, systemd and Wayland should be grateful. A non trivial amount of the increased urgency behind migration to those schemes are driven by a distaste for canonical as they push upstart and Mir.

    systemd versus sysv init most visibly leads to faster boot (by providing a richer dependency model and avoiding spawning as many processes through skipping shell scripts a lot). The downside should be clear in general, the philosophy leaning more toward compiled modules over shell scripts means it's harder for a lay person to dig in and follow things and understand how they work. If you dig deeper you'll notice that the number of getty processes is lower for most people by skipping spawning such things until the VC is active and other similar things. These are things that really don't meaningfully add to the experience in 99.999% of cases, but it's the sorts of little awkward/arbitrary things that systemd aspires to be a bit more fancy about managing. If a distribution fully embraces systemd philosophy (e.g. Fedora), no more plaintext logfile to peruse. You get tools to do some more sophisticated things to log files, but if you find yourself with the data in a place without ready access to those tools, you will be out of luck.

    --
    XML is like violence. If it doesn't solve the problem, use more.
  3. Re:More information on the topic by Fubar420 · · Score: 4, Informative

    You're looking at the upstart position document:

    https://wiki.debian.org/Debate... and https://wiki.debian.org/Debate... represent broader parts of the debate.

    --
    -- (appended to the end of comments you post, 120 chars)
  4. Re:Incorrect summary. by dos1 · · Score: 5, Informative

    Linux architectures, not GNU/Linux. In this context it's not about the whole operating system, it's about the kernel itself. Aside of Linux architectures there are also kFreeBSD architectures in Debian - with "k" added to make it clear that it's about FreeBSD kernel, not OS.

    Don't try to fix other people when you don't know what them (and in turn you as well) are talking about.