this post was submitted on 01 Apr 2024
322 points (93.8% liked)

linuxmemes

20751 readers
1008 users here now

I use Arch btw


Sister communities:

Community rules

  1. Follow the site-wide rules and code of conduct
  2. Be civil
  3. Post Linux-related content
  4. No recent reposts

Please report posts and comments that break these rules!

founded 1 year ago
MODERATORS
 
(page 2) 50 comments
sorted by: hot top controversial new old
[–] [email protected] 5 points 5 months ago

I like being able to see my logs without waiting 20 minutes, knowing who started what without playing cat and mouse with random processes and being able to change something without going through multiple levels of merged configurations files from three different sources.

I also enjoy tools that were developed over decades and not rewritten from scratch reintroducing long-solved issues.

[–] [email protected] 4 points 5 months ago (3 children)

Its just easier for me to dualboot windows. Im too dumb to find how to do it with systemd :p

[–] [email protected] 5 points 5 months ago

That is systemd-boot, which is separate. You should use refind anyways

load more comments (2 replies)
[–] [email protected] 4 points 5 months ago

To keep the system simple and transparent.

[–] [email protected] 4 points 5 months ago

The kernel is already monolithic enough without adding another piece of monolithic software that everything depends on. IMO the Unix philosophy means we should have interchangeable parts.

There's some amount of user error here but when I did use systemd I had a hard time turning off services I didn't want because they were in the wants-to-have entry of other services. It's like a separate config area to maintain with a specific maintenance tool software instead of flat files.

I'm unfortunately using distros with systemd now tho.

[–] [email protected] 4 points 5 months ago (1 children)

Most of them think that they’re making a point about an argument their side lost almost a decade ago.

load more comments (1 replies)
[–] [email protected] 3 points 5 months ago (3 children)

What actually are the advantages of system rc over systemd?

[–] [email protected] 5 points 5 months ago (1 children)

It's easier to manage/secure since it's essentially just shell scripts. Systemd touches a lot of things and makes the initialization process more complex, which introduces more security vectors.

[–] [email protected] 4 points 5 months ago

It's easier to manage/secure since it's essentially just shell scripts

I love the fact that I can't tell whether this is irony or not.

load more comments (2 replies)
[–] [email protected] 3 points 5 months ago

What a loser, not only is it an anime thing it refuses to socialize

[–] [email protected] 3 points 5 months ago

Guix uses shepherd so yeah

[–] [email protected] 3 points 5 months ago

It's a give and take honestly.

System-d has better logging. Until you have something that needs to really really log. You can argue that if you have something that's that dependent on logging it shouldn't be logging through the console but it's worked fine for decades. Auto pruning of logs isn't necessarily ideal. Getting console logs and assist logs as a pain in the ass.

Same goes for service dependencies we had this sorted it was answered via run levels and naming. It wasn't necessarily the most elegant solution but it was simple and there was very little to go wrong.

The tools to manage the services and logs are needlessly complicated. Service start, service stop, service status, service log, service enable, service disable. And I shouldn't have to reload the Daemon every time I make a change.

This isn't to say that it's all bad. It's flexible, and for most workflows, it's very automated and very light touch. The other pruning on the log file says probably saved a lot of downtime, a whole lot of downtime.

It's really well suited to desktop.

Service creation is somewhat easier.

Dependencies are more flexible than run levels.

To be honest I wouldn't go out of my way to run in a non-system distro but I would feel a little sigh of relief if something I was screwing with was still init.d

[–] [email protected] 2 points 5 months ago (5 children)

More Code in Kernel-space = less secure

Systemd = a lot of Code in Kernel-space

[–] [email protected] 3 points 5 months ago

eBPF: psst, wanna run your code directly in kernel?

load more comments (4 replies)
[–] [email protected] 2 points 5 months ago* (last edited 5 months ago) (3 children)

I've been using linux for ~2 years now and only know one of these (GUI installer), anyone smarter than me can explain what they are?

load more comments (3 replies)
[–] [email protected] 2 points 4 months ago

Because I left Windows precisely to avoid the kind of shittery that systemd is doing.

It's absolutely no coincidence that the people who have developed the stuff that's brought the most degradation to Linux - systemd, PulseAudio, Gnome's "user has no right to themes" attitude - all come from a Microsoft background or explicitly work for Microsoft.

I'd have far less of a problem if systemd was split into more practical, actually independent things that actually worked and distros didn't buy their snake oil so easily. But for the time being, to me, the systemd experience is pretty much like the PulseAudio experience, what with the whole "waiting 120 seconds for a network interface to activate that it's not going to because it's the damn ethernet port and I'm on the road so the cable is not connected, stupid letter-potter dipshit".

[–] [email protected] 2 points 5 months ago (1 children)

Guix integrates with shepherd wonderfully because they're both Guile-based

I think service descriptions being functional scheme code makes more sense in a way than systemd's runtime.

[–] [email protected] 3 points 5 months ago

Guix mentioned! 🙌

[–] [email protected] 1 points 5 months ago

Aw man I'm a nonconformist shit

load more comments
view more: ‹ prev next ›