this post was submitted on 25 Sep 2024
53 points (84.4% liked)

Linux

47461 readers
2961 users here now

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

Related Communities

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

founded 5 years ago
MODERATORS
 

I am not the author.

top 50 comments
sorted by: hot top controversial new old
[–] Findmysec@infosec.pub 12 points 2 days ago* (last edited 2 days ago) (1 children)

I've heard of s6 and runit alongside OpenRC as alternatives. I believe distros should make the init system agnostic of the rest of the software and not force users to stick with what they force them to do. Systemd is really slow.

What infuriates me more than distros playing the heavy hand in adopting it, are applications depending on it (I'M LOOKING AT YOU GNOME). This is completely unacceptable. If I find an application that doesn't work without systemd, I either compile it to see if it will work otherwise or give up on it.

Maybe my view of systemd will change if I delete all of the other binaries and just use the init module. Who the fuck decided to put a fucking log in manager with the init system???? This is the feature bloat that I'm talking about and I hate it

load more comments (1 replies)
[–] CrypticCoffee@lemm.ee 2 points 1 day ago* (last edited 1 day ago) (2 children)
load more comments (2 replies)
[–] bunitor@lemmy.eco.br 25 points 3 days ago (2 children)

at least this guy recognizes systemd isn't (just) an init system

"it attempts to do more" yeah. that's the point. that's a good thing. a single source of truth for system background services. background systems used to be a fucking mess and then systemd fixed it. this is why it is the de facto pid 1

i wish people just quit whining

[–] menixator@lemmy.dbzer0.com 17 points 3 days ago* (last edited 2 days ago) (4 children)

I think if systemd were documented in a more consumable format (the man pages need better organization IMO) more people would see how powerful it is. Mounting directories with BindPath, and BindPathRO, Limiting systemcalls, socket activation and cgroup integration, and nspawn containers are features I can't live without.

I feel like a lot of people that get attached to the "It tries to do everything and it's against the unix philosophy" argument might change their minds when they see the tradeoffs. It has its problems for sure, but you get a lot out of it.

These days I don't even use docker containers for running services. I just put it in a systemd service and lock it down as tightly as I can.

[–] possiblylinux127@lemmy.zip -3 points 3 days ago (4 children)

It is pretty well documented. Just look it up online and you will find plenty of articles

load more comments (4 replies)
load more comments (3 replies)
[–] matcha_addict@lemy.lol 1 points 1 day ago (1 children)

What can systemd do that cannot be done with OpenRC?

[–] bunitor@lemmy.eco.br 1 points 1 day ago

i don't know much about openrc, but doesn't it use sysvinit? one of the major advantages of systemd is ditching sysvinit

[–] axum@lemmy.blahaj.zone 27 points 3 days ago (1 children)

It's 2024, I think we can move on from cringe systemd hating.

This is like being still angry that Windows 7 is heavier than windows XP.

[–] Templa@beehaw.org 18 points 3 days ago (5 children)

I didn't understand why people were averse to systemd so after reading at least it was informative for me

[–] Shdwdrgn@mander.xyz 10 points 3 days ago* (last edited 3 days ago) (1 children)

From my own experience it was more about being a solution in search of a problem. I see some comments about how the old init system was so horribly broken, and yet the reality was it worked perfectly fine for all but some very niche situations. The only advantage I have ever seen with systemd is that it's very good at multitasking the startup/shutdown processes, but that certainly wasn't the case when it first arrived. For example I had a raspberry pi that booted in 15 seconds, and when I loaded a new image with systemd it took close to two minutes to boot. And there were quite a lot of problems like that, which is why people were so aggravated when distro admins asked the community for their thoughts on switching to systemd and then changed the distros anyway. This also touches on the perception that the "community" accepted it and moved on -- no, systemd was pushed on the community despite numerous problems and critical feedback.

But we're here now, systemd has improved, and we can only hope that some day all the broken bits get fixed. Personally I'm still annoyed that it took me almost a week to get static IPs set up on all the NICs for a new firewall because despite the whole "predictable names" thing they still kept moving around depending on if I did a soft or hard reset. Configuring the cards under udev took less than a minute and worked consistently but someone decided it was time to break that I guess.

[–] possiblylinux127@lemmy.zip 3 points 3 days ago* (last edited 3 days ago)

It also offers a lot of modern features like sandboxing and close tracking of processes. It is also nice to have dynamic resource allocation

[–] axum@lemmy.blahaj.zone 1 points 3 days ago* (last edited 3 days ago)

There's nothing 'informative' on that article. It's just an opinion pieces.

load more comments (3 replies)
[–] savvywolf@pawb.social 21 points 3 days ago (16 children)

Praise be the Unix Philosophy. May all your projects do precisely one thing, and let they not be tempted by forbidden fruit and do two things.

load more comments (16 replies)
[–] floofloof@lemmy.ca 9 points 3 days ago (1 children)
[–] schizo@forum.uncomfortable.business 10 points 3 days ago (4 children)

Did we ever stop doing this?

If there's two things Linux users will argue about it's how your system inits itself, and text editors.

load more comments (4 replies)
[–] drwankingstein@lemmy.dbzer0.com 6 points 3 days ago (3 children)

I'm pretty sure everyone has settled by now, Personally I hate systemd. It's slow, relatively resource intensive, poorly designed in many aspects.

but as an init and service manager it's the best. Though I do have to say dinit does get pretty close for me now.

I personally use Arch on my desktop and artix on my laptop. I want Systemd to die just as much as the next Systemd hater, but unfortunately I don't believe we have anything better yet.

load more comments (3 replies)
[–] kbal@fedia.io 6 points 3 days ago (2 children)

Maybe some day after we're done replacing X11 people will collectively find the will to do something about systemd before it gets too much worse. I wonder which will be easier: Throw it all out and start again, or split it up into parts of more manageable size with well-defined interfaces between them.

[–] velox_vulnus@lemmy.ml 4 points 3 days ago* (last edited 3 days ago) (1 children)

There's shepherd for Guix, which I like, to be frank. elogind is seperated, as opposed to logind being a part of the "init" system. There's also alternatives like s6 and runit.

load more comments (1 replies)
load more comments (1 replies)
[–] exu@feditown.com 2 points 3 days ago (1 children)

I wonder when the year of people shut up about systemd will be

[–] possiblylinux127@lemmy.zip 0 points 3 days ago

When they die

[–] ravhall@discuss.online 41 points 3 days ago (4 children)

The reason why systemd has become so prevalent is not that it has been accepted by the community. It's that it has manpower. It is backed up by open source software companies that can provide much more manpower than developers like myself working on free software on their own time.

TLDR

[–] possiblylinux127@lemmy.zip -3 points 3 days ago

And that it is better on many levels

[–] dlove67@feddit.nl 39 points 3 days ago (3 children)

But also it has been accepted by the "community", by and large.

[–] leisesprecher@feddit.org 21 points 3 days ago (7 children)

I mean, what is his point? We should have worse software because then the devs are volunteers?

Is Linux now supposed to work like early Olympics?

load more comments (7 replies)
[–] ravhall@discuss.online 17 points 3 days ago (1 children)

Yeah. I like systemd. This guy is just bitter and adverse to change.

[–] possiblylinux127@lemmy.zip 0 points 3 days ago

That's the real reason honestly.

load more comments (1 replies)
load more comments (2 replies)
[–] thingsiplay@beehaw.org 22 points 3 days ago (1 children)

The biggest threat to the Linux Community is the Linux Community itself.

[–] leisesprecher@feddit.org 17 points 3 days ago (2 children)

Yeah, but we are the real™ Linux community, not like those splitters from the community of Linux!

load more comments (2 replies)
[–] data1701d@startrek.website 20 points 3 days ago (3 children)

Honestly, it's 2024, and as a result, this post gives me a bit of a chuckle. For most purposes, systemd has won, and honestly, I hardly even notice. (Granted, I have only used Linux during the systemd era.) If systemd actually interferes with one's needs on a technological (not just a vague philosophical) level, little stops them from seeking out a way to use another init system.

Has it gotten more difficult to use other init systems these days? Yes. However, by the time a person has a problem where systemd can't do the job and have to use a different init system, they're probably more than competent enough to create custom services. I also feel like in terms of software support, only the most idiotic, worthless projects have no possible way to port hem to another init system.

[–] possiblylinux127@lemmy.zip 6 points 3 days ago (1 children)

Busybox init and openRC seem to be the alternatives. They are both useful in embedded contexts where you don't need much just a program to start a service

[–] data1701d@startrek.website 6 points 3 days ago

I may have misconveyed my meaning. I wasn't necessarily arguing that systemd has no viable alternatives. I meant to say that where systemd doesn't work (embedded systems being a good example), chances are the lack of support won't be a burden for a reasonably skilled user.

load more comments (2 replies)
[–] wesker@lemmy.sdf.org 13 points 3 days ago (1 children)

Idk, I kinda like systemd.

load more comments (1 replies)
load more comments
view more: next ›