Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
Linux

Choose Your Side On the Linux Divide 826

snydeq writes The battle over systemd exposes a fundamental gap between the old Unix guard and a new guard of Linux developers and admins, writes Deep End's Paul Venezia. "Last week I posted about the schism brewing over systemd and the curiously fast adoption of this massive change to many Linux distributions. If there's one thing that systemd does extremely well, it is to spark heated discussions that devolve into wild, teeth-gnashing rants from both sides. Clearly, systemd is a polarizing subject. If nothing else, that very fact should give one pause. Fundamental changes in the structure of most Linux distributions should not be met with such fervent opposition. It indicates that no matter how reasonable a change may seem, if enough established and learned folks disagree with the change, then perhaps it bears further inspection before going to production. Clearly, that hasn't happened with systemd."
This discussion has been archived. No new comments can be posted.

Choose Your Side On the Linux Divide

Comments Filter:
  • LOL ... (Score:2, Interesting)

    by gstoddart ( 321705 ) on Monday August 25, 2014 @03:13PM (#47750357) Homepage

    LOL ... Then I choose FreeBSD. :-P

  • by Anonymous Coward on Monday August 25, 2014 @03:14PM (#47750373)

    Yes, the old SysV init of hordes of scripts running in series was broken - especially for large-scale systems that have to do a lot of things during startup.

    But systemd is just plain FUCKED UP. Read the dependencies [debian.org].

    Why the fuck does the startup process have to depend on the IPv6 kernel module? The other dependencies are no better.

  • by CajunArson ( 465943 ) on Monday August 25, 2014 @03:33PM (#47750615) Journal

    TL;DR version: You spend around 20 years getting used to the old way of doing it and now you can't stand change.

    My story: Been using Linux heavily since 2000. Arch adopted Systemd big-time in 2013 or so. I spent a little while learning the new commands, and now it's just as easy/hard/whatever as the old RC system was. Oh, but my boot times are way shorter than they used to be.

  • by HiThere ( 15173 ) <charleshixsn&earthlink,net> on Monday August 25, 2014 @03:40PM (#47750695)

    It actually did need more than just streamlining, e.g. it needed to use multiple processors if available. But systemd seems "a bridge too far". OTOH, I prever grub over either lilo or grub2. Grub gave me enough control and was easy enough to understand for the simple features I wanted to use. Grub2 is inintelligible, and all the readable files say "warning: This file will be automatically overwritten". And lilo didn't give me any control over what what happening.

    I'm not deep into systems administration, and I don't want to be. OTOH, I do want to configure my own system to do what *I* want. And what I want is often not what the designers of the software expect, even though it's well within the range of things handled by the software. So I dislike systems that are either too automagic or too inflexible. Systemd is, from all reports, too automagic, and simultaneously too inflexible. So I'm seriously thinking about switching to Gentoo or Slackware. Or even one of the BSDs, though I don't know enough to even guess which one. (I have a desktop orientation, not a server or minimalist orientation, but I need to do some server style jobs. Most Linux systems will handle this easily, but I think that some BSD systmes are too heavily oriented towards server setups.)

  • by HiThere ( 15173 ) <charleshixsn&earthlink,net> on Monday August 25, 2014 @03:47PM (#47750761)

    It's true that most distros are committed to using systemd. That doesn't make it a good choice, and it was often a very narrow vote that approved it, because that are lots of things to hate about systemd. Also, a large number of people don't really trust the lead developer. And .... well, there are a large number of things not to like about it.

    I'll probably wait to decide that I won't have anything to do with it for awhile, though. Perhaps it won't turn out to be as much of a blivet as it looks like. But in the meantime I'm going to be checking out alternatives. Just in case. If it's as bad as some have reported, I may be switching to some flavor of BSD.

  • by geminidomino ( 614729 ) on Monday August 25, 2014 @03:52PM (#47750821) Journal

    It amuses me greatly that both replies to this post responded as if Bill was talking about "X" the windowing system rather than a placeholder variable.

    Should've used $X. ;)

  • by Anonymous Coward on Monday August 25, 2014 @03:56PM (#47750853)

    The primary reason everyone is switching to systemd is because it saves the distro and package maintainers a huge pile of time spent integrating packages. Unit files are maintained upstream by the individual projects. "Arch, Debian, Fedora, Mageia, openSUSE, RHEL, Ubuntu and possibly others" can now all use the same unit file published by the upstream project instead of tailoring init scripts.

  • Comment removed (Score:4, Interesting)

    by account_deleted ( 4530225 ) on Monday August 25, 2014 @03:57PM (#47750863)
    Comment removed based on user account deletion
  • by gweihir ( 88907 ) on Monday August 25, 2014 @04:09PM (#47750977)

    You must be really stupid. Otherwise you would be able to use a search-engine and would have found out that there are numerous ways to do so and none of them involve complex software (except the systemd version). Hell, I wrote a python-wrapper in a few hours for that 12 years ago that has since worked flawlessly 24/7.

  • by sabri ( 584428 ) on Monday August 25, 2014 @04:11PM (#47751001)

    You got a bunch of "upstarts" who don't know, or don't care, about Linux's roots and want to turn it into something it just never was meant to be

    When I was a junior network engineer, I sometimes had to work on (what we now consider ancient) technology such as ATM, Frame Relay and ISDN. I even had my share of IPX/SPX. Back in those days, the experienced network engineers with 20+ years of experience despised Ethernet while complaining about those junior folks who knew nothing about the established technologies. As it turned out, all of them are out of a job now.

    Bottom line is, when it comes to technology progress, roots are pretty much irrelevant. I don't care if something has been done like this for 1000 years. If we can find a better way to do it, let's do it.

    The question should be whether or not systemd is progress, or an unnecessary burden. History is irrelevant in this case.

  • Re:Choosing Sides (Score:5, Interesting)

    by Zocalo ( 252965 ) on Monday August 25, 2014 @04:22PM (#47751093) Homepage
    Not just the Registry, but it's also rapidly becoming the equivalent of "svchost.exe". I probably wouldn't have a problem with SystemD if it were designed to be *much* more modular, but the design goals for the package seem to be to embrace, extend and extinguish a significant number of other processes essential to the Linux boot process and to bring most of it straight into PID1. That's just asking for major problems if/when anything goes wrong, and makes troubleshooting a nightmare because you have one huge black box instead of a bunch of daemons. If the SystemD team want to manage network startup, system logging, firewalls and whatever else takes their fancy, then fine, go right ahead; just do it in a way that makes it easier for system admins to disable it and plug in a more fully featured and/or stable alternative, and do it as a child of PID1 so if/when it does crash it doesn't bring the whole system down with it.

    If you want an eye opener take a look at the dependency list for SystemD and those packages that depend on SystemD some time, note how entries appear in both lists, then consider the following questions: Bearing in mind that SystemD is the first thing that is loaded after the Kernel; does that look like a good design to you? Does it explain why so many distros have adopted it, given that many of those dependencies either won't work without SystemD underneath or require a considerable amount of customisation to use any alternative?

    Still, there's always BSD.
  • by satch89450 ( 186046 ) on Monday August 25, 2014 @04:49PM (#47751393) Homepage

    "What's broken exactly?" - PRECISELY.

    The Red Hat 6.5 implementation does not work as documented. Either fix the code, or fix the documentation. I've not tried Red Hat 7 yet, haven't gotten a round tuit. Ever try to take System V init code and convert it to systemd? I even tried to A/B between Red Hat 5 code and Red Hat 6.5, and that didn't show the rules.

  • by Etcetera ( 14711 ) on Monday August 25, 2014 @04:55PM (#47751481) Homepage

    What's funny is it actually has the ability, and nobody uses it except for gettys.

    This. Actually, in RHEL/CentOS, you can simply run /etc/rc every minute via cron and it'll sync what's running with what's supposed to be, assuming things have been /sbin/service stopped. (And if they haven't been cleanly stopped, you need a specialized tool that understands how to *TEST* the service rather than rely on subsys.)

  • The init system (Score:5, Interesting)

    by jbolden ( 176878 ) on Monday August 25, 2014 @05:00PM (#47751517) Homepage

    What's broken is this. The initt system assumes:

    1) All the subsystems boot quickly
    2) None of them need to communicate back and forth about status in complex ways
    3) The list isn't too long

    There exists lots of users for which one or more of those 3 assumptions are false. If you don't assume those 3 then you would design boot differently.

    What is being done to mitigate risks?

    What's being done is large Unix distributions are heading the effort that deal with thousands of packages. The risk is being handled by going through package by package by package and resolving any small problems.

    How is this going to impact how Linux fits in with other Unixen?

    The 2nd most used Unix is OSX. That uses launchd. That of course handles the problem of integrating in daemon tools and cron like features into the launch system which is different than either init or systemd. If the goal were better compatibility with other Unixes that not init would be the target.

    Anyway the big change is likely to be that more and more linux software is going to assume systemd as hard dependency which means that other Unixes are going to have to switch or at least support systemd if they want to be able to port from Linux.

  • by Pentium100 ( 1240090 ) on Monday August 25, 2014 @05:00PM (#47751521)

    Are you also using 'cat | grep'?

    What's wrong with that?

    It is more convenient for me, for example
    cat /some/file/somewhere| grep something (hmm, didn't get what I wanted)
    cat /some/file/somewhere| grep some (good)

    If I do grep something /some/file/somewhere and and to edit my search string, I have to move the cursor further than in the cat|grep version.

    Also, I sometimes replace tail with cat when looking at a log file
    tail -n 2000 | grep (it wasn't here, let's look at the whole file)
    cat | grep (found it)

  • Re:Display server (Score:4, Interesting)

    by organgtool ( 966989 ) on Monday August 25, 2014 @05:17PM (#47751685)
    In addition to that, it is theoretically possible to get RDP in Wayland working similar to X-forwarding. RDP has superior performance to X since it supports compression and it can be used to share a single application or an entire desktop, just like X. At that point, X will hold absolutely no advantages over Wayland.
  • Comment removed (Score:5, Interesting)

    by account_deleted ( 4530225 ) on Monday August 25, 2014 @05:44PM (#47751891)
    Comment removed based on user account deletion
  • by Vellmont ( 569020 ) on Monday August 25, 2014 @06:39PM (#47752237) Homepage

    I don't think the seasoned admins will argue that systemd is bad because it doesn't follow history, they'll argue it's bad because it doesn't follow well established design principles.

    (I'd also dispute that there really were a large percentage of Network engineeres who really disliked Ethernet. I heard some complaints 20 years ago from people who did real-time process control systems, but that's quite a small nitch.)

    I've been doing Linux admin in some fashion or another for 20+ years, so in many ways I'm part of the "old guard". The argument about small being better, making programs that do one thing well, etc is a good design element that's worked for years. At the same time I've also often been bitten by the problem of having to port "yet-another-shell-script-for distributiion-X" problem that seems like it should have a more standardized way of doing things. So from a replacing init-scripts perspective, I can see the appeal.

    I'm not heavily involved in administration like I once was, so I don't have experience with systemd as of yet. (My systems run Ubuntu or Debian, no RHEL7). With that said, the monolithic design and trying to do everything sounds like a major design flaw to me.

  • by DamnOregonian ( 963763 ) on Monday August 25, 2014 @06:39PM (#47752241)
    Entirely false. In an environment with ~400 servers, it's not remotely close to a full-time job. For services that suck or are prone to crashing (very, very few on our deployments) an inittab restart directive does the trick, or for things that are prone to hanging and going full retard, monit does the trick.

    You know what sucks my ass though? Not being able to modify the init scripts as I need. I'm so glad we've made a daemon that will make sure I never need to alter the low-level starting dynamics of a service again. At least I assume it does that, since it *does* deprive me of my ability to.
  • by Cyberax ( 705495 ) on Monday August 25, 2014 @06:46PM (#47752281)
    Yeah, because I'm admining sometimes 10000 machines at a time. A small race condition that happens in 0.1% cases means at least 10 machines failing to start. And I have to deal with it.

    But I understand, old sysadmins are used to having One Big Machine where they are kings of the realm, lording their power over mere users. Sorry, granpa but these days are over.
  • by Rakarra ( 112805 ) on Monday August 25, 2014 @09:16PM (#47753267)

    Also, what advantage does X forwarding offer over VNC?

    Integration with your existing desktop; the forwarded app works just like an existing app.

    It's like you get married and instead of you and your wife moving into the same house you just move your houses together so you have two external windows that are touching and you can look into her house. That's such a stupid analogy but it just occurred to me so of course I have to jot it down here.

  • by Peter H.S. ( 38077 ) on Monday August 25, 2014 @09:24PM (#47753307) Homepage

    Despite what people claim, systemd is a perfect example of one tool does one job and does it well. Systemd is an umbrella project where a collection of tools are developed in the same place, and with the specific aim of making the tools work together in a modular integrated fashion. There is nothing monolithic about systemd and the way it works.

    So "systemctl" controls stopping and starting services, "journalctl" filters log files and displays the output via a pager ("less" is standard, but it is easily changed), "hostnamectl" sets and display hostnames etc.

    All the tools can be chained together with standard pipes, so they are just like any other Linux tool, though remarkable well made (tiny and fast) and well documented. bash-completion is also well integrated, so "hostnamectl " will show all possible keywords.

    Regarding network engineers disliking ethernet; I heard plenty of that in those days. Remember, ATM was once king in telecom, and Token ring in the LAN world. Believe me, at lot of those network guys really looked down on ethernet in the beginning; they saw it as primitive and that it did everything the wrong way. The "happy-go-lucky" ethernet attitude to network collision grated on their nerves.

  • by evilviper ( 135110 ) on Monday August 25, 2014 @09:24PM (#47753311) Journal

    you can simply run /etc/rc every minute via cron and it'll sync what's running with what's supposed to be assuming things have been /sbin/service stopped.

    A "crash" does not involve anyone running "service X stop" so you're providing a solution for a problem nobody wants nor asked about.

    (And if they haven't been cleanly stopped, you need a specialized tool that understands how to *TEST* the service rather than rely on subsys.)

    And that specialized tool is... wait for it...

    THE SERVICE'S OWN INIT SCRIPT!!!

    That's right, you can iterate through service "$X" status on everything, and do a restart on anything that has terminated, but that's just a hack, and something that can be done infinitely superior within the software handling the service startup... namely, upstart or systemd.

    I hate Lennart Poettering and PulseAudio as much as anybody, but SysVinit is broken, and systemd is a fix. Angry zealots repeatedly denying that there's a problem, is probably why it's taken so very long before a fix finally arrived.

  • by Bengie ( 1121981 ) on Monday August 25, 2014 @09:59PM (#47753453)
    I hear real servers can go from tens of minutes down to tens of seconds because of the number of devices that need to be registered. Parallel initialization and loading, it helps.
  • Re:The init system (Score:5, Interesting)

    by shutdown -p now ( 807394 ) on Monday August 25, 2014 @10:55PM (#47753697) Journal

    systemd developers explicitly stated that they do not care about other OSes at all. If it is ported, then whoever ports it has to maintain it. Not to mention that they'll either need to port all the Linux-specific OS APIs it depends on, as well (and then maintain them), or else rewrite huge chunks of it. Basically, it's non-portable by design.

    This is why the effects of this are so big that they go beyond Linux even. It means that software, in some cases, has to make a choice over whether it wants to support other platforms at all, or at least with reduced functionality. This doesn't bode well for *BSDs.

  • by Rich0 ( 548339 ) on Tuesday August 26, 2014 @08:06AM (#47755443) Homepage

    From every experience I've had with systemd, I'd say that it is NOT progress. I don't want every little thing integrated in the manner systemd does.

    Integrated in what way? Sure, they have a bundled suite of applications, but you can swap out journald for syslog just as you can swap out koffice for libreoffice if you run KDE. It has some dependencies like udev and dbus, but that's just a design choice.

    And frankly, OpenRC is a lot better.

    How do you figure? I've been using OpenRC for more than a decade and there are a LOT of things it doesn't accomplish like:
    1. Having upstream-provided service scripts for most packages. Most OpenRC scripts are custom-built by Gentoo maintainers. If a Gentoo maintainer doesn't maintain a script, you will have to write your own.
    2. Actually stopping services thoroughly. If a service doesn't clean up children properly. OpenRC doesn't care.
    3. Optional auto-restart.
    4. Sane network configuration. The networkd configuration is much simpler than oldnet/newnet/whatever.
    5. Drop-ins. I like a Gentoo-provided openrc script, but I want to set ionice. That means hacking up the script, and then merging in changes every time it is upgraded. With systemd I just stick a drop-in file into /etc that sets that one setting and systemd merges it in every time.
    6. Booting in milliseconds in a container. I'm not sure how well it boots in a container at all, though I know this is being worked on.
    7. Clean shutdowns when you're using stuff like lvm/raid/etc. Systemd can drop to dracut and allow the initramfs to do a full clean unmount. Sure, the read-only approach works reasonably well, but it always bothered me seeing OpenRC shut down with in-use messages.

    OpenRC is about as good as it gets for a traditional bash-based service management system. I've always been happy to use it. However, unless I'm stuck on BSD or something I doubt I'll be using it much in the future.

Any circuit design must contain at least one part which is obsolete, two parts which are unobtainable, and three parts which are still under development.

Working...