879
systemdeez nuts (sh.itjust.works)
top 50 comments
sorted by: hot top controversial new old
[-] BaroqueInMind@lemmy.one 198 points 11 months ago

Someone please convince me why I should hate systemd because I still don't understand why all the hate exists.

[-] Lmaydev@programming.dev 123 points 11 months ago

The idea as far as I can tell is that it's responsible for too many things and gives a massive point of failure.

[-] rmuk@feddit.uk 208 points 11 months ago

Man, wait until these people hear about the filesystem and kernel.

[-] ThrowawayPermanente@sh.itjust.works 63 points 11 months ago

The very existence of a defined kernel is an insult to the Linux philosophy

load more comments (1 replies)
[-] Jumuta@sh.itjust.works 24 points 11 months ago
[-] BeardedGingerWonder@feddit.uk 29 points 11 months ago
load more comments (1 replies)
load more comments (5 replies)
[-] qjkxbmwvz@startrek.website 21 points 11 months ago

In some ways I think the filesystem is philosophically the exact opposite of systemd


I can boot my system with an ext4 root, with a btrfs /home...or vice versa. Or add some ZFS, or whatever. The filesystem is (with the exception of some special backup schemes) largely independent of the rest of the system, despite being of core importance.

On the other hand, I can't change my init system (i.e., systemd) without serious, serious work.

[-] ricecake@sh.itjust.works 69 points 11 months ago

It's also "infectious" software. The way systemd positions itself on the system, it can make it more difficult for software to be written in an agnostic way. This isn't all software, and is often more of a complaint by lower level software, like desktop environments.
https://catfox.life/2024/01/05/systemd-through-the-eyes-of-a-musl-distribution-maintainer/ This isn't a terrible summary of some of the aspects of it.

Another aspect is that when it was first developed, the lead on the project was exceptionally hostile to anyone who didn't immediately agree that systemd definitely should take over most of the system, often criticizing people who pointed out bugs or questionable design decisions as being afraid of change or relics of the past.
It's more of a social reason, but if people feel like the developer of a tool they're forced to use doesn't even respect their concerns, they're going to start rejecting the tool.

[-] snake_case_lover@lemmy.world 42 points 11 months ago

What do you expect from an init system? It's like saying my cpu is infectious because my computer depends on it

[-] ricecake@sh.itjust.works 37 points 11 months ago

It's that it also decided to take over log management, event management, networking, DNS resolution, etc, etc.

If it were just an init system that would be perfectly portable. People were able to write software that way with sysv for years.

It's that in order to do certain low level tasks on a systemd system, you need to integrate with systemd, not just "be started by it". Now if a distro wants that piece of software, it needs to use systemd, and other pieces of software that want to be on that distro need to implement integration with systemd.

A dependency isn't infectious, but a dependency you can't easily swap out is, particularly if it's positioned near the base of a dependency tree.

Almost all of my software can run on x86 or arm without any issues beyond changing compiler targets. It's closer to how it's tricky to port software between Mac and Linux, or Linux and BSD. Targeting one platform entails significant, potentially prohibitive, effort to support another, despite them all being ostensibly compatible unix like systems.

load more comments (5 replies)
[-] bjoern_tantau@swg-empire.de 19 points 11 months ago

I think the init system is the best part of systemd. It is sooo easy to use. You don't have to write the same complicated shell script for your software like everyone else. You just give systemd the path to your executable and that's basically it. It does the rest and you don't have to worry about PID files or forking the actual software. Systemd basically runs it like you did while developing it.

I think what people don't like are all the other parts of systemd that seem to be tightly coupled. I don't know if it is even possible to run just the systemd init without any other systemd package.

The last time I got angry at systemd was when resolvd did some DNS shit I did not approve of.

load more comments (1 replies)
load more comments (10 replies)
load more comments (2 replies)
load more comments (2 replies)
[-] ImplyingImplications@lemmy.ca 58 points 11 months ago

My understanding is that some people are die hards to the software philosophy of "do one thing really well". systemd at the very least does many different things. These people would prefer to chain a bunch of smaller programs together to replicate the same functionality of systemd since every program in the chain fits the philosophy of "does one thing really well".

[-] ramble81@lemm.ee 51 points 11 months ago

For me it’s 3 things

  • Do one thing and do it well
  • Everything is a file in Linux
  • human readable logs

Systemd breaks all three of though by being monolithic and binary. It actually makes you have to jump through more hoops to do things in certain cases. I understand it’s a mindset shift but it really starts making it feel more like Windows with how it works and the registry and event log.

load more comments (3 replies)
[-] KISSmyOSFeddit@lemmy.world 30 points 11 months ago

It's different from what the init system was like in the 80's.

load more comments (14 replies)
[-] BaumGeist@lemmy.ml 190 points 11 months ago

"I am a new linux user. After 15 minutes of research on google, I found a few forum posts and some niche websites that said SystemD was bad, so I took it as gospel. Now my system doesn't work as simply as it did with installer defaults? How do I make everything Just Work™ after removing any OS components I don't understand the need for?"

[-] Gingernate@programming.dev 58 points 11 months ago* (last edited 11 months ago)

Linus tech tips, is that you?

[-] ILikeBoobies@lemmy.ca 39 points 11 months ago* (last edited 11 months ago)

He is less technically inclined

He read a prompt asking if he wanted to remove his system and said yes

Then complained about it

[-] possiblylinux127@lemmy.zip 18 points 11 months ago

To be fair it was caused by installing steam. Why System76 didn't test that I don't know.

[-] mexicancartel@lemmy.dbzer0.com 16 points 11 months ago

Its partial fault on all sides that added up.

Ubuntu shipped with that issue for some time and fixed it after some time.

Pop os iso on the download page contained it.

The package came from ubuntu but this issue was not visible since up to date pop os does not have this issue. Only the version in iso. So Pop os too made some mistake.

Linus tried to install steam. The installer does not allow removing necessary packages. He tried to install anyway ignoring all warnings, in cli.

It says if you are so sure, type "Yes, Do as I say!" with all cases and punctuation correct. Why would you be required to type a very specific phrase to install steam? Its a clear warning for confirmation. He too makes mistake by ignoring all warnings.

Not to blame anyone but all of them did partial mistake that added up

load more comments (1 replies)
load more comments (4 replies)
[-] Kazumara@discuss.tchncs.de 95 points 11 months ago

He uninstalled systemd, now his computer is not doing systemd things anymore by his retelling. Seems like it worked fine. Yet he asks for a solution of a problem. Maybe he needs to state the problem.

[-] EvolvedTurtle@lemmy.world 36 points 11 months ago

This is like the Linux equivalent of deleting system32

[-] SirQuackTheDuck@lemmy.world 52 points 11 months ago

Nah, more like deleting explorer.exe.

There's isn't really a Windows equivalent for this, as Windows doesn't give you control on this level.

It'd be as if you could delete services.msc but also the runner behind it.

load more comments (1 replies)
[-] silliewous@feddit.nl 33 points 11 months ago

I don’t think you’ll get a cli if you delete system32.

load more comments (1 replies)
load more comments (2 replies)
load more comments (1 replies)
[-] Treczoks@lemmy.world 82 points 11 months ago

I removed and sold the wheels of my car, now it does not move.

[-] tekeous@usenet.lol 70 points 11 months ago

I removed the transmission from my car but now it won’t drive

load more comments (3 replies)
[-] Fridgeratr@lemmy.dbzer0.com 53 points 11 months ago

Best way to fix that is to go back in time and not do that

load more comments (3 replies)
[-] yesman@lemmy.world 53 points 11 months ago

All these files are backed up in /System32 folder

[-] vmachiel@lemmy.world 24 points 11 months ago

Seeing it with a forward slash is just weird.

load more comments (2 replies)
[-] k110111@feddit.de 46 points 11 months ago

Lol this reminds me of a time when I had KDE desktop environment installed on vanilla ubuntu. I thought I didn't really need ubuntu's default desktop environment and decided to 'purge' it. I quickly realized my f up when it deleted so many packages and ui started to act weird, I copied the shell's output to a file just incase, and sure enough I couldn't login with ui on next reboot. I was somehow able to login to shell and with some awk magic I was able to parse the text file to get all the packages I deleted and lo and behold everything worked just fine. Linux let's you f'up your OS but it also let's you fix it, it's just a skill issue.

[-] Skepticpunk@lemmy.world 30 points 11 months ago* (last edited 11 months ago)

Linux let's you f'up your OS but it also let's you fix it, it's just a skill issue.

Yeah, there's something about Linux that makes me feel like if something breaks in it, the only reason I can't fix it personally is because I lack the skills to fix the problem. Just feels nice, really.

load more comments (1 replies)
[-] itsnotits@lemmy.world 27 points 11 months ago
  • Linux lets* you
  • also lets* you fix it
load more comments (1 replies)
load more comments (1 replies)
[-] DrM@feddit.de 37 points 11 months ago

I updated my sources.list to something non-existing at some point and run sudo apt update && sudo apt dist-upgrade -y && sudo apt autoremove once and it also basically uninstalled everything. But that didn't even matter, I popped in a recovery disk and could reinstall everything. Pretty great to be able to do all that with Linux, fuck everything up in an instant but after a few hours everything is back again

load more comments (1 replies)
[-] LolaCat@lemmy.ca 36 points 11 months ago* (last edited 11 months ago)

Now remove the rest of the OS; it’s bloat.

load more comments (6 replies)
[-] woodgen@lemm.ee 34 points 11 months ago

How the fuck is login and "the command line" still working? Maybe they did not reboot.

[-] why@lemmy.sdf.org 24 points 11 months ago

The reboot probably sent him straight to a virtual console.

load more comments (12 replies)
[-] lnxtx@feddit.nl 32 points 11 months ago
[-] lessthanluigi@lemmy.world 44 points 11 months ago* (last edited 11 months ago)

Devuan GNU+Linux is a fork of Debian without systemd that allows users to reclaim control over their system by avoiding unnecessary entanglements and ensuring Init Freedom.

Gotta love this linux rhetoric, man! It's so out there.

[-] KISSmyOSFeddit@lemmy.world 30 points 11 months ago

I don't want to be in control of starting up all the services during boot.
I want the init system to do that.

load more comments (1 replies)
load more comments (2 replies)
[-] oo1@kbin.social 21 points 11 months ago

install that rm -rf theme

[-] db2@lemmy.world 19 points 11 months ago* (last edited 11 months ago)

rm -yrf ~/*

(Just in case, don't do that)

load more comments (10 replies)
[-] ILikeBoobies@lemmy.ca 19 points 11 months ago

Run installation media and copy systemD over to the system

load more comments (2 replies)
load more comments
this post was submitted on 19 Apr 2024
879 points (100.0% liked)

linuxmemes

24355 readers
139 users here now

Hint: :q!


Sister communities:


Community rules (click to expand)

1. Follow the site-wide rules

2. Be civil
  • Understand the difference between a joke and an insult.
  • Do not harrass or attack users for any reason. This includes using blanket terms, like "every user of thing".
  • Don't get baited into back-and-forth insults. We are not animals.
  • Leave remarks of "peasantry" to the PCMR community. If you dislike an OS/service/application, attack the thing you dislike, not the individuals who use it. Some people may not have a choice.
  • Bigotry will not be tolerated.
  • 3. Post Linux-related content
  • Including Unix and BSD.
  • Non-Linux content is acceptable as long as it makes a reference to Linux. For example, the poorly made mockery of sudo in Windows.
  • No porn, no politics, no trolling or ragebaiting.
  • 4. No recent reposts
  • Everybody uses Arch btw, can't quit Vim, <loves/tolerates/hates> systemd, and wants to interject for a moment. You can stop now.
  • 5. 🇬🇧 Language/язык/Sprache
  • This is primarily an English-speaking community. 🇬🇧🇦🇺🇺🇸
  • Comments written in other languages are allowed.
  • The substance of a post should be comprehensible for people who only speak English.
  • Titles and post bodies written in other languages will be allowed, but only as long as the above rule is observed.
  • 6. (NEW!) Regarding public figuresWe all have our opinions, and certain public figures can be divisive. Keep in mind that this is a community for memes and light-hearted fun, not for airing grievances or leveling accusations.
  • Keep discussions polite and free of disparagement.
  • We are never in possession of all of the facts. Defamatory comments will not be tolerated.
  • Discussions that get too heated will be locked and offending comments removed.
  •  

    Please report posts and comments that break these rules!


    Important: never execute code or follow advice that you don't understand or can't verify, especially here. The word of the day is credibility. This is a meme community -- even the most helpful comments might just be shitposts that can damage your system. Be aware, be smart, don't remove France.

    founded 2 years ago
    MODERATORS