lemmyreader, (edited )

😄 About time to have an exclusive SystemD O.S. so that these new users understand not to fiddle with PID Eins /s /j

redcalcium,

We’ll just need systemd-kernel and systemd-coreutils in order to create a full systemd os free from Stallman and Torvald tyranny. It’ll be glorious! \s

db2, (edited )

rm -yrf ~/*

(Just in case, don’t do that)

dopeshark,
@dopeshark@lemmy.world avatar

What do you mean that’s not the name of your cat and I shouldn’t type it in my terminal?

db2,

Only at work when logged in to the admin account.

lemmyreader,

You know that Linux has protection against rm -rf / since a few years ?

Guess it’s a sign that Linus got milder on the way, growing old :-) And the terrible BOFH joke of this grew old and boring as well. Gotta take care about new Linux users.

exu,

Actually that’s RMS getting older. Afaik only GNU rm protects the root.

lemmyreader,

🙂 👍

Hjalamanger,
@Hjalamanger@feddit.nu avatar

what? Will it warn me for removing the french language pack? That’s what I call bloat!!

lemmyreader,

😄

db2,

That wasn’t the command I wrote though

psud,

They said ~/

I don’t think there’s any protection for the current user’s home directory

737,

rm is part of GNU or busybox though.

yesman,

All these files are backed up in /System32 folder

vmachiel,

Seeing it with a forward slash is just weird.

Lichtblitz,

Windows hss supported slashes in both directions for a very long time. I almost exclusively use forward slashes to reduce mental load when switching between OSes.

Hawke,

Sadly not for UNC paths. Those open as if it’s a webpage.

lnxtx,
@lnxtx@feddit.nl avatar

Just install Devuan.

Shareni,

Or install MX and have both systemd and sysvinit instead of having systemd packages banned.

msage,

laughs in Gentoo

lessthanluigi, (edited )

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,

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

suzune,

You don’t want it until something fails. SystemD often doesn’t let you log in to fix it. It just shows a “infinitely bouncing asterisk” and hopes it will magically get better.

BaroqueInMind,

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

qjkxbmwvz,

I don’t hate it now, though I did when it first came out, as it borked my system on several occasions. I’m still not a fan, but it works so eh.

One borkage was that the behavior of fstab changed, so if there was e.g. a USB drive in fstab which was not connected at startup, the system would refuse to boot without some (previously not required) flags in fstab. This is not a big deal for a personal laptop, but for my headless server, was a real pain. The systemd behavior is arguably the right one, but it broke systems in the process. Which is somewhat antithetical to, say, Linus Torvalds’ approach to kernel development (“do not break user space”).

It also changed the default behavior of halt — now, it changed it to the “correct” behavior, but again…it broke/adversely affected existing usage patterns, even if it was ultimately in the right.

In addition to all of this, binary logs are very un-UNIXy, and the monolithic/do-everything model feels more like Windows than *NIX.

possiblylinux127,

Systemd came out over 10 years ago

pelotron,
@pelotron@midwest.social avatar

Because

joyjoy,

I always thought it was because it was Linux only and wasn’t usable on FreeBSD.

Peasley,

I don’t hate systemd. However:

Units and service files are confusing, and the documentation could be a lot better.

That said, when systemd came out the traditional init stack was largely abandoned. Thanks to systemd (and the hatred of it) there are now a couple of traditional-style init systems in active development.

ImplyingImplications,

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,

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.

mexicancartel,

like Windows

systemd-bsod is incoming

suzune,

You forgot: use as many dependencies as you need. For example, my init system does not use xz-utils.

EinfachUnersetzlich,

I don’t see how systemd has anything like the Windows registry. At least its journals are leagues ahead of Windows event logs, I hate those things and the awful viewer they have.

UnityDevice, (edited )

I remember the clusterfuck that existed before systemd, so I love systemd.

KISSmyOSFeddit,

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

Lmaydev,

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

ricecake,

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.
catfox.life/…/systemd-through-the-eyes-of-a-musl-…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.

Vilian,

the develope receive a fuck ton of hate too, and he keep the project going, against every one unix-way haters

ricecake,

Well, I don’t give him too much credit for that given that it was his day job, not some passion project.

Most of the hate towards him was because he took an abrasive stance against anyone who disagreed with him, or pointed out bugs.

snake_case_lover,
@snake_case_lover@lemmy.world avatar

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

Deckweiss, (edited )

I expect it to not run a stop job for 90 seconds by default every time I want to quickly shut down my laptop. /s

snake_case_lover,
@snake_case_lover@lemmy.world avatar

it doesn’t run a job it waits for your jobs to end. You can set the default want time. Its the same thing on windows that asks programs to close before shutting down. If a critical application got stuck systemd has nothing to do with it

Deckweiss, (edited )

I know what it is. But it literally says “A stop job is running” and since english is not my first language, I had no good idea how to better express the technicalities of it in a short sentence.

As for it having nothing to do with systemd:

I am dual booting arch and artix, because I am currently in the middle of transitioning. I have the exact same packages on both installs (+ some extra openrc packages on artix).

  • About 30% of the shutdowns on arch do the stop job thing. It happens randomly without any changes being done by me between the sessions.
  • 0% of the shutdowns on artix take more than 5 seconds.

I know that I can configure it. But why is 90 seconds a default? It is utterly unreasonable. You cite windows doing it, but compare it instead to mac, which has extremely fast powerups and shutdowns.

And back to the technicalities, openrc doesn’t say “a stop job is running”, so who runs the stop job if not systemd?

MartianSands,

The question you should be asking is what’s wrong with that job which is causing it to run for long enough that the timeout has to kill it.

Systemd isn’t the problem here, all it’s doing is making it easy to find out what process is slowing down your shutdown, and making sure it doesn’t stall forever

Deckweiss, (edited )

I will not debug 3rd party apps. I don’t even want to think about my OS nor ask any questions about it. I want to use a PC and do my job. That includes it shutting down asap when I need it to shut down asap.

systemd default - shutdown not always asap

openrc default - shutdown always asap

whatever the heck macs init system is - shutdown always asap

It may be not the “fault” of systemd, but neither does it do anything helpful to align itself with my needs.

intensely_human,

You can shut down any computer in ten seconds by holding the power button.

Deckweiss,

The best solution!

MartianSands,

The default is as long as it is because most people value not losing data, or avoiding corruption, or generally preserving the proper functioning of software on their machine, over 90 seconds during which they could simply walk away.

Especially when those 90 seconds only even come up when something isn’t right.

If you feel that strongly that you’d rather let something malfunction, then you’re entirely at liberty to change the configuration. You don’t have to accept the design decisions of the package maintainers if you really want to do something differently.

Also, if you’re that set against investigating why your system isn’t behaving the way you expect, then what the hell are you doing running arch? Half the point of that distro is that you get the bleeding edge of everything, and you’re expected to maintain your own damn system

Deckweiss, (edited )

If an app didn’t manage to shut down in 90seconds, it is probably hanging and there will be “DaTa LoSs” no matter if you kill it after 2 seconds or after 90.


Been running arch for over 5 years now.

I track all my hours and for arch maintenance I’ve spent a grand total of ~41 hours (desktop + laptop and including sitting there and staring at the screen while an update is running). The top three longest sessions were:

  1. btrfs data rescue after I deleted a parent snapshot of my rollback (~20h)
  2. grub update (~2h)
  3. jdk update which was fucky (~30min)

|

It’s about 8.2 hours per year (or ~10minutes per week) which is less than I had to spend on windows maintenance (~22h/y afair, about half of that time was manually updating apps by going to their website and downloading a newer version).

Ubuntu also faired worse for me with two weekends of maintenance in a year (~32h), because I need the bleeding edge and some weird ass packages for work and it resulted in a frankenstein of PPAs and self built shit, which completely broke on every release upgrade.

EinfachUnersetzlich,

btrfs data rescue after I deleted a parent snapshot of my rollback

Can you expand a bit on that? I thought it didn’t matter if you deleted parent snapshots because the extents required by the child would still be there.

Deckweiss,

Honestly, I have no idea why it went wrong or why it let me do that. Also my memory is a bit fuzzy since it’s been a while, but as best I can remember what I did step by step:

  1. fuck around with power management configs
  2. using btrfs-assistant gui app, rolled back to before that
  3. btrfs-assistant created an additional snapshot, called backup something, I didn’t really pay attention
  4. reboot, all seemed good
  5. used btrfs-list to take a look, the subvolume that was the current root / was a child of the aformentioned backup subvolume
  6. started btrfs-assistant and deleted the backup subvolume
  7. system suddenly read only
  8. reboot, still read only
  9. btrfs check said broken refs and some other errors,
  10. i tried to let btrfs check fix the errors, which made it worse, now I couldn’t even mount the drive anymore because btrfs was completely borked
  11. used btrfs rescue, which got all files out onto an external drive successfully
  12. installed arch again and rsync the rescued files over the new install, everything works as before, all files are there
EinfachUnersetzlich,

btrfs check said broken refs and some other errors,

Gotcha. That must have been a kernel bug (or hardware error), none of the userspace utilities could cause it unless they were trying to manipulate the block device directly, which would be really dumb. It’s possible it wasn’t even related to the subvolume manipulation.

bjoern_tantau,
@bjoern_tantau@swg-empire.de avatar

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.

hisbaan,

I may be wrong but I believe that all of the systemd programs are decoupled. You can run the systemd init system without any resolved or networkd. They just happen to be used by default on a lot of distros.

ricecake,

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.

nick,

Bro I’m with you on this but the systemd bots will just keep arguing with and downvoting you. Don’t bother.

Vilian,

log management, event management, networking, DNS resolution

and this is a bad thing? the distro can choose to not use it, but because every systemd distro uses it, it’s a 1000x easier to implement it without needing to put a fuck tons of if-else’s for every distro

ricecake,

No, not everyone thinks it’s a bad thing. It is, however, infectious, which is a reason some people don’t like it.

Knowing why people dislike something isn’t the same as thinking it’s the worst thing ever, and liking something doesn’t mean you can’t acknowledge it’s defects.

I think it’s a net benefit, but that it would be better if they had limited the scope of the project a bit, rather than trying to put everything in the unit system.

Vilian,

and what’s the problem?, it’s not like everything is in the same binary or it’s a monstrosity that can’t be used without using every single feature, it’s a project that just has different programs under the same project name, because no one wanted todo theoe programs

radiant_bloom,

That’s why I personally try very hard to only rely on POSIX stuff, even when it’s massively inconvenient. The only thing I haven’t gotten around to replacing yet is GNU make.

rmuk,

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

ThrowawayPermanente,

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

psud,

The Linux kernel (the part that gives Linux the name) is antithetical to Linux philosophy? I could understand it being contrary to GNU philosophy

qjkxbmwvz,

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.

Jumuta,

hurd “exists”

BeardedGingerWonder,

That’s GNU/Hurd thank you

Gork,

yes mr stallman

radiant_bloom,

Does it ? I thought it was never completed !

On the other hand, if you want a microkernel that does exist, there’s Mach. But I don’t think you can replace Linux with it 😆

mexicancartel,

Hurd is supposed to work with GNU mach afaik

psud,

Yeah, there’s a Debian implementation of GNU/hurd. Debian recommend you run it in a VM

rmuk,

I won’t bother. Sounds like hurd work.

frezik,

It’s been two years away for the last 30 years.

possiblylinux127,

It isn’t though, systemd is broken into smaller parts.

Pacmanlives,

Indeed, the Unix philosophy was do one thing and do it well. ls just list directory’s and files it’s not a network manager too. Systemd crams a lot of extra shit into an init.d/rc.

I still prefer the old system-v/openRC setup or BSD’s setup. It’s simple does 1 job and does it well. But I can work with systemd just fine in creating scripts these days and it does have some nice features like user startup scripts baked into it and podman integrates very nicely with it.

eya,

“we would never use such a sucky piece of bloatware near anywhere we cared about security.”

mexicancartel,

Damn systemd is LGPL and not GPL? Another reason to hate lol

rambling_lunatic,

Ever seen a log file be a binary file, not text?

Ever seen an init system that was also cron?

Do you want to be forced to use a specific init system in order to use udev?

Then SystemD is for you!

stardreamer, (edited )
@stardreamer@lemmy.blahaj.zone avatar

systemd tries to unify a Wild West situation where everyone, their crazy uncle, and their shotgun-dual-wielding Grandma has a different set of boot-time scripts. Instead of custom 200-line shell scripts now you have a standard simple syntax that takes 5 minutes to learn.

Downside is now certain complicated stuff that was 1 line need multiple files worth of workarounds to work. Additionally, any custom scripts need to be rewritten as a systemd service (assuming you don’t use the compat mode).

People are angry that it’s not the same as before and they need to rewrite any custom tweaks they have. It’s like learning to drive manual for years, wonder why the heck there is a need for auto, then realizing nobody is producing manual cars anymore.

Dran_Arcana,

There is also the argument that it’s more complicated under the hood and harder to troubleshoot, particularly because of it’s inherent parallelism and dependency-tree design, whereas initv was inherently serial. It was much more straightforward to pick the order in which services started and shut down on an initv system.

For example, say I write a service and I want it to always be the first service stopped during a shutdown, and I want all other services to wait for it to stop before shutting down. That was trivial to do on an initv system, it’s basically impossible on systemd.

For those wondering, yes I did run into this situation. My solution was clobbering the shutdown, poweroff, and restart binaries with scripts earlier in path search that stop my service, verify that they’re stopped, and then hook back to systemd to do the power event.

suzune,

I had numerous situations where systemd didn’t let me abort a hanging service startup during boot or stop during shutdown.

So what do I do now, systemd? Wait till infinity??

That never happened while using other init systems. Because they simply fail properly (“sorry I did my best to stop this, I needed a SIGKILL finally”). Or simply let me log in: “sorry, some services failed to start and now it’s a huge mess, but at least you can log in and fix it.”.

intensely_human,

People don’t like it because it’s declarative. It felt cool to be able to just put bash files into certain directories to have them executed on startup. That was elegant, in the sense of “everything’s a file”.

systemd is more of an api than a framework, so it’s a different design paradigm.

I hated systemd until I printed out the docs, for some coffee, and sat in a comfy chair to read them front to back. Then I loved it.

Mostly I hated it because I didn’t know how to do things with it.

Also, “journalctl” is kind of an ugly command. But really, who gives a fuck. It’s a well-designed system.

And if a person absolutely must execute their own arbitrary code they can just declare a command to execute their script file as the startup operation on a unit.

pkill,

Good that you’ve enjoyed it. But a fundamentally wrong thing about systemd is that it is actively harming the best thing about Linux – freedom. Some programs won’t work on a non-systemd distro because how tightly coupled and vendor non-agnostic anything that becomes dependent on might become at times. Of course it’s not as bad as glib(loat)c, but still if something can be done without any degradation of functionality via standard POSIX facilities, WHY either incur additional maintenance overhead for non-systemd implementations or punish people for their computing choices if there’s no one to maintain it?

Potatos_are_not_friends,

Your comment summarizes my entire programming career.

These steps:

  1. Be taught that there’s a specific way to do something because the other ways have major issues
  2. Find something that goes against that specific way and hate it
  3. After a lot of familiarity, end up understanding it
  4. Have a mix emotion of both loving it because it functions so well and hating it because it doesn’t align with the rules you’ve set up
intensely_human,

Developer cognition is the most expensive resource on any programming project. It is entirely rational to stick to tried and true ways of doing things. A developer’s mind is generally at capacity, and putting some of that capacity into learning new tricks comes at the cost of all the other things that developer can be doing.

And it’s not just a matter of time. Generally speaking, a developer can only do so much mental processing between sleep cycles.

That’s not to say it’s always bad to learn new things. In fact one has to in order to keep the system working in a changing world.

But throwing shade at developers who hesitate to learn new things is foolish. I’d recommend every developer do shamatha and vipassana meditation so that they can more accurately monitor the state of their own mental resources. Those mental resources are the most valuable and most expensive resources on the project.

NegativeLookBehind, (edited )
@NegativeLookBehind@lemmy.world avatar

Systemd is bloat

/s because people think I’m serious

KISSmyOSFeddit,

Operating systems are bloat.

dariusj18,

Just give me a magnet, a needle and an hd platter

Shareni,

C-x M-c M-butterfly

SkyeHarith,

Honestly this part of the XKCD meme never sat right with me. No self respecting emacs person would ever bind a command to C-x M-c

Meta after Ctrl rubs me the same way languages that use Subject Object Verb order do.

Like, you can do it, but it feels icky.

Also, you’ve gone to the trouble of creating a ‘butterfly’ key. Just use that.

BeardedGingerWonder,

No self respecting person would use Emacs.

Shareni,

Someone’s feeling that Emacs envy…

BeardedGingerWonder,

It’s a lovely OS no doubt, but I just want an editor.

Shareni,

No self respecting emacs person would ever bind a command to C-x M-c

A magnetized needle? Perfectly fine.

Butterflies causing cosmic rays to precisely flip bits? Don’t see anything wrong with that.

A syntactically and ergonomically incorrect Emacs shortcut? Now that’s going too much! Nobody would ever use that instead of M-x butterflies.

Picard facepalm

SatansMaggotyCumFart,

You need a magnet, a needle AND a HD platter?

NaibofTabr,

Screens are bloat. Give me a real tty

dopeshark,
@dopeshark@lemmy.world avatar

Are you guys using your eyes?? Clearly bloat

LolaCat, (edited )

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

BeardedGingerWonder,

Arch?

possiblylinux127,

Arch?

737,

Who needs that pesky kernel and bloated bootloader anyway?

dopeshark,
@dopeshark@lemmy.world avatar

Refuse computers, go back to Abacus

SomeBoyo,

Why shackle yourself to a physical object? Just use your brain!

psud,

That’s a bit much, perhaps though they should use a real mode OS

dukatos,

Install devuan

Steamymoomilk, (edited )

How to turn debian to devian step by step guide

Just remove system d See easy

Magister,
@Magister@lemmy.world avatar

MX, always based on latest Debian, is using sysVinit, but you can also boot with systemd if you want, it supports both. MX is pretty popular, simple, fast, Xfce by default, and very up to date on everything. I’m using it for 6 years now, on laptop, PC. Also maybe it’s me, but no flatpak, no snap, etc, not needed, for instance latest FF is a standard .deb

BaumGeist,

“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?”

redcalcium,

It’s the linux equivalent of deleting system32.

h_a_r_u_k_i,
@h_a_r_u_k_i@programming.dev avatar

Classic Chesterton’s fence principle.

possiblylinux127,

Just delete the kernel and boot loader

Gingernate,

Linus tech tips, is that you?

ILikeBoobies, (edited )

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,

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

mexicancartel,

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

someacnt_,

Almost like linus had agenda to oblige to

BeigeAgenda,
@BeigeAgenda@lemmy.ca avatar

Or like the good old days where you deleted COMMAND.COM

douglasg14b,
@douglasg14b@lemmy.world avatar

I mean you essentially just highlighted a primary user experience problem with Linux…

Information & advice is fragmented, spread around, highly opinionated, poorly digestible, out of date, and often dangerous.

And then the other part of it is that a large part the Linux community will shit on you for not knowing what you don’t know because of some weird cultural elitism…

When you finally ask for help once you realize you don’t know what you’re doing, you’re usually met with derisive comments and criticism instead of help.


Do you want Linux to be customizable so that users can control it however they want. Or do you want it to be safe so that users don’t mess it up? You can’t have it both ways, and when you tell users to “go figure it out” and then :suprise_pikachu: that they found the wrong information because they have literally no idea what’s good or bad, instead of helping, they get shit on.

It’s the biggest thing holding Linux desktop back.

4am,

The cultural elitism comes from years of tinkering with their system since all the information they can find is fragmented and spread around, highly opinionated,’poorly digestible, out of date, and often dangerous.

Quexotic,

Cool thing is, GPT fixes all the problems with elitist gatekeeping assholes, whether on stack exchange or something random Linux forum. It truly democratizes information.

bitwolf,

To be fair, Windows and Macos support is like this too. Its random forum suggestions from even less technical people.

The distros official resources are comprehensive and don’t have the issue of being outdated and fragmented.

faerbit,

Debians official resources are often outdated, fragmented and not comprehensive in the slightest. I had to scour email list and random blog post if I had to deal with some Debian tooling problems. It’s only saving grace, is that it fairly widespread, and that there are these random blog posts.

SwingingTheLamp,

I feel this in my soul, except about Windows. I’ve got a handful of machines at work that refuse to update to Windows 10 22H2. They give an error code during the compatibility check. Googling that error code returns dozens of forum posts with hundreds of users and “Microsoft support agents” chiming in. They give the same list of suggestions—that don’t work—to fix it. Nobody can say what the error code means, or what the compatibility check checks. The official Microsoft fix is to reinstall.

I don’t want to reinstall. The suite of software these computers run would take several hours to reinstall.

This is typical of my experience with Windows. (I’m a Unix/Linux guy.) I look up how to do something in Windows, and with the official Microsoft documentation, one of three things inevitably happens:

  1. I follow the steps and click the things, and it still doesn’t work.
  2. I can’t follow the steps because one of the things to click is greyed out for some reason.
  3. I can’t follow the steps because the documentation refers to an older edition, and Microsoft has removed one of the things to click.

One time, when trying to get Excel to run a mail merge, I ran into all three problems in three attempts.

The same happens with 3rd party sites. They never say the edition of Windows to which their guide refers, and the feature is deprecated or gone. (Most recently it was about getting a Windows 10 start menu behavior back on 11.)

Oh, and since Windows is mainstream, a lot of the information is in the form of AI vomit, and covered in ads and dark patterns.

Kedly,

Its not because you’re a linux main that this doesnt make sense, its because windiws has soent the last 10 years enshittifying in order to try and take Apple’s walled garden. Once my desktop dies, I’m never going back to Windows, and tbh, if I scrounge up enough to buy a second tower before that, I’m installing linux on that tower, transferring my files over, and then installing linux on my current tower as well

hemko,

that they found the wrong information because they have literally no idea what’s good or bad, instead of helping, they get shit on.

I don’t think anyone’s seriously shitting on nooby mistakes, because everyone has done something stupid like that and learned a lesson from it. It’s kind of a “cute noob” moment

Aviandelight,
@Aviandelight@mander.xyz avatar

Can confirm I am a Linux lurker who would love to learn all this cool shit but right now I don’t have the time/mental fortitude to wade through all the bullshit and experiment. I already do that enough with power platform at work and I know that I know nothing. It’s exhilarating and tiresome. It would be great if we could have some “training wheels” type of community on here to help new users out.

BaumGeist,

Debian, Arch, Fedora, Mint, Ubuntu, Redhat, Manjaro all have docs and wiki on their primary websites. Slackware has docs, Gentoo has a wiki. Anything that’s not on a distro’s site needs to be carefully considered before tampering. Almost all of those distros have a warning in their installation instructions to only listen to the information in their docs and wiki, and to a lesser extent their forums. Hell, even nosystemd.org tells you what systemd is, what it’s for, what replacements there are, and the proper way to get rid of it in bold text under the header “How do I get rid of systemd?”

Listening to hackneyed advice from unvetted sources just because they have strong opinions is a problem that any and every computer will face. That’s not a problem with linux anymore than the hoardes of trolls on random social media sites telling you to “delete System32” is a problem with Windows.

I want Linux to be customizable AND safe. But safe in the way that someone takes the time to learn how what they plan to do will effect their system, not safe in the sense of “impossible to bork”

As for elitism: if it’s “elitist” to indirectly poke fun of someone who deleted a core system component without understanding what it does without a backup, then so be it. It feels more like that word is levied by people whose ego is too big to take respobsibility for the mistakes they made, and instead blame others for laughing when it bites them in the ass.

Idk where these swaths of elitists that refuse to help are. OOP went to stackexchange and likely got a helpful answer complete with explanations, as that is the community standard. Over on !linux , I see people offering help with problems all the time without shitting on them. If I go to the aforementioned OS forums, or really any software-specific forums, I see people helping or pointing people to where they can get help.

And I’m not denying that assholes who say shit like “did you even bother googling?” exist. They’re nasty people with no patience, but they’re by no means the community standard unless they’re the only ones you pay attention to…

Or unless you see a screenshot of a question from a different website posted in a meme-sharing forum and expect the comments to offer advice, instead of laughing at the person who shot themselves in the foot and went to a hospital instead of seeking help at the DNC HQ

K0W4LSK1,
@K0W4LSK1@lemmy.dbzer0.com avatar

This isn’t a Linux problem this is a society problem people just want to one up everyone In anyway they can and sometimes I dont think we do it consciencely

douglasg14b,
@douglasg14b@lemmy.world avatar

It turns into a Linux problem when it holds back Linux desktop adoption by creating a difficult or even toxic environment for new, low-technical or non-technical users.

K0W4LSK1,
@K0W4LSK1@lemmy.dbzer0.com avatar

IMO that’s not what is holding back Linux from adoption. there are great forums with great people and they happen to be in the distros for beginners. You can use your argument with any small enthusiasts groups and that was my point toxicness is not caused by Linux. I personally believe its windows and Mac forcing themselves on people. Have you ever been to a store to buy a computer and someone said hey would you like to try this free OS that installs and acts just like windows instead of buying windows for 100 bucks? Lol its just marketing.

douglasg14b,
@douglasg14b@lemmy.world avatar

Not trying to start an argument here but I do want to point out that your argument foundations on blaming other competitors instead of looking at what can make the platform you’re passionate about more palatable.

There are many, MANY, reasons people will choose Mac and windows on their own accord.

Your argument hand waves that away to make a boogieman out of mac and windows, and erodes the true viability of Linux as a platform by not looking at how it can improve, and instead focusing on how the competition “is bad”.

Taking the ego stance that Linux “would be great if it wasn’t being held back by the bad guys” doesn’t actually help Linux desktop adoption…

K0W4LSK1,
@K0W4LSK1@lemmy.dbzer0.com avatar

The problem is linux is palatable there are many distros that are prebuilt to run like a Mac or windows they just have no way of marketing like Microsoft or apple.

that is because of the Open source licences. If they were able to sell their product do you think linux would be as far behind as it is today?

If those thousands of companies that use linux every single day had to pay a sub fee instead of measily (tax writeoff)donations do you think think XZ would have been hacked? If they could compete in the capitalist race would they be this far behind? IMO no and the open source license is a blessing and a curse

I agree both windows and Mac were once great viable OSes now they are just an advertising machine with apps

linux distros have been held back not by those companies specifically but with how licensing works its really fucked any sort of fulltime development

a company telling me that my perfectly working hardware is not viable for their new OS and not giving me an option with security updates is a boogieman IMO

Wilzax,

Except the principles behind linux aren’t “being able to customize however you want”, that’s the principle behind certain distros like Arch. Linux is about being free and open-source, so nobody is beholden to a single entity making sweeping changes that are bad for the community but good for their bottom line.

nobleshift,
@nobleshift@lemmy.world avatar

Install Arch?

pkill,

*devuan, artix or alpine

rickyrigatoni,

Arch only officially supporting systemd despite being the “fuck around and do what you want” distro is pretty weird now that I think about it.

possiblylinux127,

Arch?

oo1,

install that rm -rf theme

Kazumara,

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,

This is like the Linux equivalent of deleting system32

Kazumara,

But system32 contains the NT kernel as well, so that’s worse. Uninstalling your init system on a Linux distro still leaves you with single user mode. You could probably reinstall an init system from there.

SirQuackTheDuck,

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.

dubyakay,

I did delete explorer.exe on an earlier iteration of Windows (possibly 98SE). I’ve just restored it with Windows Commander (now TCMD).

areyouevenreal,

On Debian you can actually change init systems. Don’t know how hard it is and you are probably meant to install a new one after removing systemd, but it is possible at least.

lightnegative,

Is it system32 or SySWow64 these days?

PoolloverNathan,

System32 holds the 64-bit stuff and SysWOW64 holds the 32-bit stuff. This makes complete and total sense.

silliewous,

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

laurelraven,

I think we sound test that.

For skyense.

MonkderDritte,

I mean, it can work out if he installs an alternative init & rc and a wifi-manager first. And then recreates initrd. Maybe needs to migrate some dns stuff too.

ILikeBoobies,

Run installation media and copy systemD over to the system

Allero,

For real though, if you break ANYTHING in Linux, it can probably be repaired through live image on your flash drive.

CCF_100,

I use BTRFS, and it randomly decided to corrupt like half of the system packages on my system after an update, but all I had to do to fix it was boot into a live environment and run a command to reinstall everything on my system. :P

possiblylinux127,

Its been pretty stable for me

BCsven,

Same 7 years with no issues

gatorboy326,

Using btrfs for past 6 months in my kde environment, doesn’t encountered any problem like this. Pretty stable

CCF_100,

It’s only really a problem if I try upgrading while low on space and also having disk compression enabled

pearsaltchocolatebar,

No probably about it

possiblylinux127,

Or just use the recovery shell. They did say they could log in.

Skepticpunk,

Is it possible to chroot from a livedisk and reinstall systemd from that? I’d imagine the Internet connection would work just fine.

Fridgeratr,

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

BCsven,

Sudo snapper rollback…oh he’s on debian. nvm

MenacingPerson,

Snapper works on all distros with BTRFS

BCsven,

Sure but not as default install

  • All
  • Subscribed
  • Moderated
  • Favorites
  • linuxmemes@lemmy.world
  • khanakhh
  • DreamBathrooms
  • thenastyranch
  • magazineikmin
  • osvaldo12
  • ethstaker
  • Youngstown
  • mdbf
  • slotface
  • rosin
  • everett
  • ngwrru68w68
  • kavyap
  • InstantRegret
  • megavids
  • GTA5RPClips
  • Durango
  • normalnudes
  • cubers
  • tacticalgear
  • cisconetworking
  • tester
  • modclub
  • provamag3
  • anitta
  • Leos
  • JUstTest
  • lostlight
  • All magazines