Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×
Debian

Debian To Replace SysVinit, Switch To Systemd Or Upstart 362

An anonymous reader writes "Debian has been one of the last holdouts using SysVinit over a modern init system, but now after much discussion amongst Debian developers, they are deciding whether to support systemd or Upstart as their default init system. The Debian technical committee has been asked to vote on which init system to use, which could swing in favor of using Upstart due to the Canonical bias present on the committee."
This discussion has been archived. No new comments can be posted.

Debian To Replace SysVinit, Switch To Systemd Or Upstart

Comments Filter:
  • by GameboyRMH ( 1153867 ) <`gameboyrmh' `at' `gmail.com'> on Monday October 28, 2013 @01:41PM (#45260513) Journal

    But that doesn't mean that Upstart does.

  • by Anonymous Coward on Monday October 28, 2013 @01:49PM (#45260587)

    Yea who doesn't want their DB servers kill -9'd if they take too long to shutdown. Hooray upstart.

  • by Anonymous Coward on Monday October 28, 2013 @01:50PM (#45260607)

    IMHO, it does (suck) when compared to Systemd.

    I've also found moving from System5 based init's easier with Systemd

  • Re:Ugh (Score:5, Interesting)

    by lasermike026 ( 528051 ) on Monday October 28, 2013 @01:52PM (#45260635)

    Yeah, SysVinit is not only fine but preferable. It's simple and effective. I see no reason to change.

  • by 0100010001010011 ( 652467 ) on Monday October 28, 2013 @01:58PM (#45260689)

    Should go with launchd.

  • How about OpenRC? (Score:4, Interesting)

    by Anonymous Coward on Monday October 28, 2013 @02:01PM (#45260721)

    Why not keep sysvinit and switch to OpenRC for managing the init scripts?

  • by TheCarp ( 96830 ) <sjc.carpanet@net> on Monday October 28, 2013 @02:05PM (#45260777) Homepage

    Well my first thought on this was.....its a smart move for desktops, but I intend to continue using sysvinit on servers for a long long time to come.

  • Really? (Score:4, Interesting)

    by prefec2 ( 875483 ) on Monday October 28, 2013 @02:12PM (#45260855)

    This is your way of stating your opinion? Looks, like your parents forgot to teach you something particular important to be considered an adult and able to participate in a discussion. You could say that you disagree with Canonicals decision towards Wayland/Weston. You could say that the way they handled the issue and announced Mir sucks and was not a cooperative mode. In addition they made some bad blood. And that all would sound like someone really discussing the issue, but really you just sound like someone either too young to remember the vi vs. emacs wars or like someone exhumed from that day, just to behave like a troll.

    BTW: Get a life, normally that reduced these urges to hate someone just because you find his or her decision questionable.

  • by Anonymous Coward on Monday October 28, 2013 @02:14PM (#45260897)

    I used to not only use RedHat, but contributed fixes. Ubuntu is not, in many respects, my ideal, but systemd is enough reason all by itself for me to use Ubuntu.

  • by sl4shd0rk ( 755837 ) on Monday October 28, 2013 @02:16PM (#45260923)

    SysV init scripts just work. They are simple to create and easy to maintain. Debugging is a cinch when things go wrong -- and a lot of packages DO NOT get upstart init, nor SysV init correct. Upstart is only easier in theory. In practice it's made a complete mess of things and I have several Ubuntu systems to prove it.

  • by Anonymous Coward on Monday October 28, 2013 @02:17PM (#45260937)

    On a Gentoo box, and it should still be starting via sysvinit.

    My #1 reason for keeping it installed is standardization:
    All the BSDs use a similiar system, all the legacy UNIXes do as well, as do all my linux installs that are more than 2 years old.

    Additionally I have had *NO* problems with it in like 15 years that weren't caused by user error, or distro error. Systemd on the other hand rendered my system hung or inoperable on more than a few occasions when it first became popular, as has udev by itself. There's something to be said for 'windows-like' functionality, but all the subsystems that have been getting added to linux to provide it are proving messy, unmaintainable, and even more prone to 'unidirectional grading' (it used to be you could have both newer and older kernels, even across major versions running. Nowadays you're lucky if the minor versions don't break things over the span of two months. Anyone here remember having 1.2 installs running 2.0? Or 2.0 with a 2.2 kernel? Or 2.2/2.4? The only major issues you had were if you used ipchains/tables/ipfwadm and had to migrate your settings. And there was almost always legacy support for most or all of a major version change.)

    Honestly with the way linux is going nowadays, as well as the various *BSDs, I'm considering very strongly migrating to another platform. If you change what people are used to too much, there's far far FAR less incentive for them not to try something totally new rather than bungling themselves up with half remembered details about how their *FORMER* version of the system operates. Much like happened with WinXP/Vista/7/8.)

    Not that many people will agree with this assessment.

  • Re:Really? (Score:4, Interesting)

    by jedidiah ( 1196 ) on Monday October 28, 2013 @02:19PM (#45260955) Homepage

    It's far too easy to shoot yourself in the foot with upstart. It is much more complicated. In it's efforts to solve a non-problem (namely making a machine boot faster) it tries to do things in parallel and creates a web of dependencies that can render your system unbootable.

    It adds extra complexity for dubious gain.

    It's the perfect example of why we shouldn't necessarily accept the advice of "helpful types" that think that things should be done the way that Microsoft does it or the way Apple does it.

  • by Rich0 ( 548339 ) on Monday October 28, 2013 @02:23PM (#45261013) Homepage

    The problem with sysvinit is that 95% of daemons just need a common set of actions to start/stop them, and sysvinit tend to handle this by writing bash scripts starting from a skeleton.

    So maybe for one daemon you can set a config setting to make it use ionice, and for another you can't, simply because in one script a bit of extra functionality was written.

    For the most part systemd makes a config file into a config file, not an executable. Sure, you can run a script if you have to, but 99% of the time you don't need to.

    In fact, there is no reason you couldn't write a sysvinit script that takes in a systemd unit as a config file and starts/stops the corresponding service. That would be a great way to transition - switch your bash scripts to unit files gradually and then swap out the init system.

  • Finally! (Score:5, Interesting)

    by cpicon92 ( 1157705 ) <kristianpicon@gmail.com> on Monday October 28, 2013 @02:29PM (#45261077)

    It seems like I'm the only person on here who thinks this, but I really can't wait for the switch to happen. Upstart scripts are unbelievably easy to write when compared with init scripts. For one thing, they don't require massive amounts of boilerplate code. For another, they are relatively easy to manage and execute.

    Just the other day I was trying to set up a couple of machines running deluge as a daemon. The Ubuntu machines took me 10 minutes tops. The remaining debian one had me in init script hell for an hour or more...

  • Re:Uh... (Score:5, Interesting)

    by Chemisor ( 97276 ) on Monday October 28, 2013 @02:31PM (#45261113)

    That sounds retarded. Why would anyone wanna change to that?

    We want to change to "that" because basic idea is a good one. The ability to start services in parallel, socket activation, and cgroups for process group management are all good things. The problem with systemd is not so much these ideas, but the implementation. To put it bluntly, the developers are all "superstar" jerks who wouldn't know usability if it hit them over the head.

    They designed an ugly interface with way too much automatic magic that no doubt is perfectly obvious and correct to them, but abstruse and incomprehensible to anybody outside their little circle. Then they wrote a couple of "howto" articles on complex sysadmin tasks that almost nobody has to do, and declared documentation complete. To do a simple task, like writing a service file, or God forbid, changing the getty program you want to use, requires a monumental effort of sifting through disconnected, unintuitively named man pages.

    systemd: good idea, horrible implementation.

  • None too soon! (Score:4, Interesting)

    by redelm ( 54142 ) on Monday October 28, 2013 @02:42PM (#45261255) Homepage
    I cannot abide the SysV (AT&T) mess'o'symlinks multiple-indirect startup scripts. One reason I've stuck with Slackware for almost 20 years. It uses BSD-style inits that have far less indirection and need far fewer lookups. Frankly, some of the BusyBox startup look attractive too -- one script to rule them all :)
  • by Anonymous Coward on Monday October 28, 2013 @02:46PM (#45261305)

    Debian should stay true to its core principles. The user should be able - by installing a package - to choose the init system she wants.
    There is no one true mail server on Debian. You can choose to run zsh as a shell instead of bash. There should never be only one supported init system.
    Distributions don't choose, users do. Oh and technical committees are there to find solutions to make that work, not to complain about how difficult that is.

  • by whois ( 27479 ) on Monday October 28, 2013 @02:59PM (#45261465) Homepage

    Debian has a habit of not using things until they work. I expect they would fix most of the issues or they wouldn't ship it.

  • I'm Torn (Score:5, Interesting)

    by Foresto ( 127767 ) on Monday October 28, 2013 @04:46PM (#45262549) Homepage

    After having repeatedly run into the limitations of SysV init, I'm all for replacing it with something smarter, but I'm torn between these two.

    I've used Upstart on Ubuntu, both as an admin and as a developer. I like that the commands and configuration files are clean and pretty easy to understand. A few things bother me, though:

    • The model of starting all dependent services when their dependencies start is backwards. I don't necessarily want init to launch every daemon under the sun the moment I mount their data filesystem. I'd rather have it mount the required filesystem when I ask for a particular daemon to start.
    • As of a year or so ago, the documentation was mainly an incomplete bunch of blog posts. Once I found them, it was pretty easy to configure daemons that behaved like the venerable ones that are often used as examples, but it was difficult to learn how to match Upstart's features (some of which are undocumented) and events (also largely undocumented) with an unusual service's behavior
    • Debugging was difficult, mainly because so few events are well documented and it's not always clear which of Upstart's features are implemented in in any given version. (I hear the latest release offers some event tracing tools that would improve this.)

    I haven't used Systemd at all, but the common points that come up again and again in every writeup I encounter have me forming me some opinions already. I really like the idea of the load-as-needed dependency model. A few things have me quite worried about the implementation, though:

    • Configuration is reportedly difficult to understand. That always leads to frustrating, time-wasting, messy problems.
    • The code is reportly rather complex. That usually leads to chronically buggy software, which is not what I want in a process as important as init. It also tends to hamper portability, which could make Systemd a poor candidate for replacing init on other unixes, which would relegate it to being yet another OS-specific hassle for coders and admins all over the world. I'd prefer something that could reasonably be adopted everywhere, or at least by most of the operating systems I have to administer, even if a few features weren't available on every platform
    • I recently learned that the guy behind Systemd is the same guy who brought us PulseAudio. I don't want to get off topic here, but this gives me little hope that Systemd will ever work well outside the lead developers' development machines. (Pulse is around 10 years old now, and every time I give it another chance, it proves itself intolerable.)
  • by Anonymous Coward on Monday October 28, 2013 @06:23PM (#45263437)

    Yes, complexity is evil, the problem is that sysv is complex (read: bash is complex) and running bash's init code hundreds (thousands?) of times and seeking all over disk eats lots of time.

    The solution therefore, is not to introduce something even uglier and more complex like Upstart or systemd, which STILL runs bash init code hundreds of times, and seeks all over disk, but now also adds megabytes of source code that one either has to audit or put blind faith in, even though both systems are empirically unreliable.

    The solution (which I use) is to have a program which generates C code, which does all of what init does in a few kb of source and a few more kb of binary, and recompile that each time you want to change what runs at startup. The solution to seeking all over disk (which is by far the bigger time sink), is to put everything that runs at startup in an initramfs, so it is read sequentially from disk at boot (which I do), or to add precaching to the filesystem, so you can mark files needed at boot, and have them stored sequentially on disk, and read by the kernel into iocache at startup (which I have not done).

    Another problem is that lots of programs create files on filesystem at startup, such as pid files, log files, cache files, and distros put those directories where they live in the on-disk filesystem, even though they are small, and ephemeral, there is no point in keeping them after a reboot, and logs should be sent to another host, not stored on the local machine.

    I've basically solved all these problems, but not the iocache priming problem, as I use a tmpfs root and run my entire OS off ram*. There's not much point sharing my source code for my init generator, as it's too simple and my-use specific to be generally useful, and the idea behind it is what is worth sharing, which I have now done in this posting.

    * there's plenty of other good reasons to do this.

  • by dshk ( 838175 ) on Monday October 28, 2013 @06:24PM (#45263441)
    Upstart was already in a good shape when SystemD started. So if you consider this fragmentisation because of this, then please note that in this case it is not Ubuntu who fragments Linux distros, quite the opposite... Personally I find writing Upstart configuration files trivial. On the other hand I have never been able to write a perfect System V script. I hadn't found comprehensive documentation about it (especially about the various helper scripts and config files frequently used in init scripts). On the other hand, if you read the Upstart doc, which is a single long HTML page, at most 1 hour to read, your will know everything about it, much more than what you will ever use. I have not tried SystemD, so I have no opinion on that.
  • by dshk ( 838175 ) on Monday October 28, 2013 @06:42PM (#45263655)
    Here is an Upstart script copied directly from the minecraft server of my 11-year-old son:

    start on runlevel [2345]
    stop on runlevel [^2345]

    setuid attila
    setgid mc
    env LANG=en_US.UTF-8
    chdir /home/attila/minecraft

    exec java -client -Xms2500M -Xmx2510M -jar spigot.jar > /dev/null
    respawn

    And then:
    # start minecraft

    I cannot see a single line which requires documentation in order to understand it.

One man's constant is another man's variable. -- A.J. Perlis

Working...