Before anything else, I would like to say that I admit systemd has brought great change to GNU/Linux. sysvinit wasn’t the best, and custom scripts for every distro is a pain I’d rather not have.

With that said, Poettering now works for Microsoft, systemd has basically taken over all of the common/popular distributions (if this is about the argument of “systemd making it easier for developers”, disclaimer: I don’t know. I’m not a developer), and this has led to a rampant monopolisation of the init system.

Memes aside, this has very real consequences. If you don’t want another CentOS-style “oof, sorry, off to testing” debacle happening with your init system, might want to look at the more “advanced” distributions that let you choose the init system.

I am well aware that systemd works well for the most part, and that gamers and most other people likely don’t care - which is fine, at least for now. I do expect to see a massive turnover in sentiment if something ever happens to systemd (not that I’d like for that to happen, but no trusting RedHat anymore), but I suppose we’ll get to it when we do.

My sentiments are well enunciated in this recent post on the Devuan forum: https://dev1galaxy.org/viewtopic.php?id=5826

Cheers!

45 points

and this has led to a rampant monopolisation of the init system.

You will be shocked if you find out that virtually every distro runs on the same kernel. Pure monopolisation! For the freedom to choose!

permalink
report
reply
22 points

You will be shocked if you find out that virtually every distro runs on the same kernel. Pure monopolisation!

FUCK! What’s next? Everything using glibc?

permalink
report
parent
reply
4 points

I’m a proponent of musl with Alpine, Gentoo and Void. I’m all for it.

permalink
report
parent
reply
6 points

I’m a proponent of musl with Alpine, Gentoo and Void. I’m all for it.

Not binary compatible with gibc, so I guess it’s a victim of the glibc monopoly then.

permalink
report
parent
reply
9 points

I’m just waiting for GNU Hurd to be viable myself.

permalink
report
parent
reply
5 points

I hear it’s completely ready but they only built an ipv6 stack so as soon as everything finishes the quick migration to ipv6 we can all switch to it.

permalink
report
parent
reply
3 points

There was choice, but not enough volunteers: https://www.debian.org/ports/kfreebsd-gnu/

permalink
report
parent
reply
0 points
*

every distro runs on the same kernel.

Still it is super easy to change the kernel in an installed and running system, but compare that to the real PITA to change the init environment on the same system.

permalink
report
parent
reply
4 points

Last time I tried it was an apt install followed by a reboot. If your distribution claims to support several inits and it is harder than that: Your distribution did a poor job.

permalink
report
parent
reply
1 point

But that kernel is still some version of Linux. Good luck installing the Darwin kernel or FreeBSD kernel on arch

permalink
report
parent
reply
0 points

@ultra @NeoNachtwaechter why would you want to do that?

permalink
report
parent
reply
-10 points

A different kernel would lead to a completely different OS. I do think the BSDs should be used more, but that is not the point of the post.

permalink
report
parent
reply
5 points

Why? Slab sysv-init (or openrc or s6) and the gnu tools the onto it and you will hardly be able to tell the difference :-)

That is actually the thing I like about systemd: They expose a lot of linux-only features to admins and users, making the kernel shine.

permalink
report
parent
reply
23 points

Ring me when systemd starts phoning home to Microsoft and/or installing random microsoft-related packages without my consent.

permalink
report
reply
2 points

Whilst I don’t think that will happen anytime soon, I do not like how RedHat handled CentOS. With that said, I don’t think they are about to put their flagship init system on a testing-only OS (at this point), but I don’t know what they will come up with

permalink
report
parent
reply
2 points
*

To M$ maybe not, to RH… dunno.

permalink
report
parent
reply
-3 points

Remember when Google’s DNS server address was hard-coded in systemd-resolved? Good times, what a laugh we all had.

permalink
report
parent
reply
13 points

Systemd-networkd (not systemd the init system) defaulted to the google DNS servers when:

  • the admin did not change the configuration
  • the user did not configure anything
  • the network did not announce anything
  • the packagers had not changed it as they were asked to do
  • the distribution actually decided to switch to networkd. Few have done somtomthis day.

That is indeed a serious issue worth bringing up decades later.

permalink
report
parent
reply
-4 points
*

The main thing that turned it into a serious issue rather than just a stupid thing to joke about was that Poettering refused (as of five years ago) to admit that it was a mistake.

permalink
report
parent
reply
17 points

Poettering now works for Microsoft

systemd has no copyright assignment or CLA. Poettering could work for Putin and systemd as proper Free Software project would not be affected that much.

this has led to a rampant monopolisation of the init system.

https://www.gnu.org/philosophy/free-sw.html

That’s literally the opposite of a monopoly. You can make a fork of systemd now and call it lemmyd.

permalink
report
reply
2 points

Yeah as far as i know Red Hat is still the primary developer… for what that’s worth. But I’d worry more about them than Poettering.

permalink
report
parent
reply
4 points

I’d worry more about them than Poettering.

Red Hat isn’t the Linux distributor that’s releasing CLA’ed or copyright assignment shit. The principles of true Free Software work just as well when it’s about Red Hat.

permalink
report
parent
reply
0 points

You’re not wrong.

permalink
report
parent
reply
0 points

Indeed. I should probably have highlighted that better in my post.

permalink
report
parent
reply
15 points

monopolisation of the init system

That’s the one thing about systemd that is sort of nice. We don’t really need to have more than one init system, and it does a sufficiently comprehensive job of being one. If it were only an init system and nothing else, there basically wouldn’t be any remaining complaints about it by now.

permalink
report
reply
-3 points

I do agree somewhat. The main argument coming against it is not following the “Unix philosophy” which I’m a proponent for, making systemd annoying.

permalink
report
parent
reply
8 points

The main argument coming against it is not following the “Unix philosophy” which I’m a proponent for

Gosh, don’t use a “GNU’s Not Unix” system then!

permalink
report
parent
reply
3 points
*

The main argument coming against it is not following the “Unix philosophy” which I’m a proponent for

Gosh, don’t use a “GNU’s Not Unix” system then!

I think you’re confused about what “Not Unix” means in the name “GNU’s Not Unix”. It’s nothing to do with the Unix philosophy. It’s to do with overcoming the limitations of proprietary Unices from the 1980’s. From the GNU Manifesto:

“GNU will be able to run Unix programs, but will not be identical to Unix. We will make all improvements that are convenient, based on our experience with other operating systems. In particular, we plan to have longer file names, file version numbers, a crashproof file system, file name completion perhaps, terminal-independent display support, and perhaps eventually a Lisp-based window system through which several Lisp programs and ordinary Unix programs can share a screen. Both C and Lisp will be available as system programming languages. We will try to support UUCP, MIT Chaosnet, and Internet protocols for communication.”

https://www.gnu.org/gnu/manifesto.html

permalink
report
parent
reply
1 point

I don’t really have a choice in the matter: most software is written for GNU/Linux systems, which is Unix-like at best. I agree that Linux has had many improvements since then, and I wholeheartedly support and applaud Linux for what it has achieved as a project.

If there was a usable Unix derivative (different from *nix clones) I would seriously consider it, but I don’t think there’s much development other than AIX and what was Solaris by Sun.

permalink
report
parent
reply
4 points

To be fair, every part of it is a small binary that generally does a single thing. You don’t have to run them all or even install them but they bring a lot of necessary functionality around base host bootstrapping that everyone used to write in shell for every distro.

I find it nice as an operators of multiple infrastructures to be able to log into a Linux system and have all the hosts bootstrapped in a relatively similar fashion with common tools.

Sysv kinda sucked because everyone had to do it all themselves. Then we got sysv, openrc, upstart and then systems and there was a while there where you never knew what you’d get if you logged into a box. And oh look, I gotta remember 10 different config file locations and syntaxes to assign an IP. Different syntaxes to start a daemon. Do I need to install a supervisor or does that come with the init.

People are doing a lot of really cool stuff with Linux OSs assigning IP addresses in 10 different ways or starting programs was never one of them.

Its also not that systemd has a monopoly, there are other init systems out there, but all the big distros, RH, Debian, ubuntu, arch . . . all came to the same decision that it was the best available init and adopted it. There are other options and any one of those projects is big enough to maintain its own init, but no one really finds the value in dedicating reaources, so they haven’t.

permalink
report
parent
reply
9 points
*

If you don’t want another CentOS-style “oof, sorry, off to testing” debacle

The major difference is that the CentOS project is basically owned by redhat while systemd isn’t. I do not get this argument. Systemd makes it easier for EVERYONE instead of having to port services across init systems. Unless your alternative has compatibility, I won’t use it.

permalink
report
reply
2 points

– because it’s not an argument; it’s a vague association of imagery with no explanatory content.

permalink
report
parent
reply

Linux

!linux@lemmy.ml

Create post

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word “Linux” in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

  • Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
  • No misinformation
  • No NSFW content
  • No hate speech, bigotry, etc

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

Community stats

  • 9.6K

    Monthly active users

  • 5.8K

    Posts

  • 162K

    Comments