• zazaserty
      link
      fedilink
      272 years ago

      I noticed this, got so sad. It was one of the funniest ones for me. First time I got it I kinda laughed.

    • @[email protected]
      link
      fedilink
      592 years ago

      While it was funny, it probably is for the best. Especially if a kid uses the system it might legitimately scare the shit out of them lol

      I wouldn’t be surprised if a kid thought the police was gonna break in now

      • @[email protected]
        link
        fedilink
        202 years ago

        At least it answers the question whom it will be reported to. In all likelihood the administrator is me anyway, at least on my personal devices. People won’t worry anymore that it will be reported to the police or, heaven forbid, to Santa Claus.

  • @[email protected]
    link
    fedilink
    English
    92 years ago

    I love Linux but this is a huge pain point for me with Linux. Just tell me actual errors like a professional OS would.

    • @[email protected]
      link
      fedilink
      English
      482 years ago

      It does tell you the actual error, though. Following it up with “Good luck” isn’t particularly professional but removing it would just make the message more boring, not any clearer.

      • @[email protected]
        link
        fedilink
        English
        62 years ago

        One smart thing I think Microsoft did was try to give every error message a code. Googling for “gpoopapp E0013” is often easier and gets more precise results than having to type in “gpoopapp The file /home/bitchslayer69420/.config/share/whatever.yaml could not be opened: File not found”

        • Strit
          link
          fedilink
          212 years ago

          But in the latter case you don’t have to google. You already know what the problem is. The file it’s looking for is missing. So I’d rather have that kind of message than just an error code.

          • @[email protected]
            link
            fedilink
            English
            2
            edit-2
            2 years ago

            You definitely have to go to the Arch wikiGoogle in some cases. Knowing what the problem is and knowing how to fix it are sometimes seemingly unrelated. E.g., “Could not open foo.yaml: File not found” could actually mean “Some non-obvious file in the tarball was not set executable, which screwed up this one script that ran another script but couldn’t run some other script which didn’t give an error message, which made another script think the file had already been copied”. If you can find someone out there who ran into exactly the same problem, you can find a solution to it, but if none of the words in your error message are completely unique, it can be very hard to find someone with the same problem.

        • @[email protected]
          link
          fedilink
          31
          edit-2
          2 years ago

          Unfortunately, the SEO hellscape means every single windows error just yield a “Try to install our patcher tool” article.

          How about both?

    • janAkali
      link
      fedilink
      English
      592 years ago

      Just tell me actual errors like a professional OS would.

      Professional OS:

      • Thorned_Rose
        link
        fedilink
        152 years ago

        Ah, my Windows (dual booted and hardly ever used) desktop wallpaper. 😅

    • @[email protected]
      link
      fedilink
      25
      edit-2
      2 years ago

      Personally, I do find these add additional information:

      1. That this really is a rather serious problem.
      2. Entropy, to make it easier to find others with the same problem.
    • @[email protected]
      link
      fedilink
      English
      122 years ago

      I got so hung up on the misspelling of “separate” that I didn’t even see the “Congratulations” on first read-through. Which says more about me than about the error message, alas. 😅

    • Doc Blaze
      link
      fedilink
      2
      edit-2
      2 years ago

      What was that? I couldn’t hear you over my triggered anxiety.

      Be back later, gonna go generate more recovery media.

  • chandz05
    link
    fedilink
    English
    182 years ago

    I’ve been messing around with Linux VMs and have gotten kernel panic a lot lately. Always gives me a chuckle

  • @[email protected]
    link
    fedilink
    1902 years ago

    People would read the second message, type the yes prompt, break their system. But still claim that it was linux’s fault, and that the OS doesn’t work.

    • z500
      link
      fedilink
      132 years ago

      Honestly I once did this to my desktop environment because I saw a huge list of packages and ignored it because I thought they were packages that could be upgraded, not that it was going to uninstall my fucking desktop lol

    • palordrolap
      link
      fedilink
      24
      edit-2
      2 years ago

      Message two can also be caused by packages (or rather, package creators) with delusions of grandeur that only think that the system will stop working without them, so they rig things to threaten to uninstall the system.

      Or else someone has created too heavy a dependency on something that ought to be removable, but isn’t thanks to malice or incompetence (or both).

      We still mock Microsoft for putting too heavy a dependency (or at least removal FUD) on whatever web browser they bundle with their OSes (first IE, now Edge), and here we might have a package creator trying the same damn thing.

    • Gogo Sempai
      link
      fedilink
      31
      edit-2
      2 years ago

      They need to noobify that prompt further, something like “Yes, break my system!”. Even Linus wouldn’t fall for that (I hope)!

  • @[email protected]
    link
    fedilink
    38
    edit-2
    2 years ago

    Your system ate a SPARC! Gah

    What does this mean? Does it has something to do with… I don’t know, the Sun SPARC CPUs?

  • @[email protected]
    link
    fedilink
    English
    51
    edit-2
    2 years ago

    Top one has to be my favorite. I’ve gotten it once. I did manage to get it to boot and fixed it but at the time I was just like: “oh…well shit”

      • magus
        link
        fedilink
        English
        172 years ago

        When a (typical) Linux system boots up, it first goes through an “early boot” environment that just has some basic drivers and things. The entire purpose of this environment is to find where your actual root file system is (which could theoretically be on something quite complicated, like RAID or a network file system), mount that, and then transition to the “real” system.

        That error appears when something goes wrong with mounting the real file system.

      • @[email protected]
        link
        fedilink
        72 years ago

        I had this happen to me recently too, with an EndeavourOS live USB. In my case, it turned out to be due to a faulty flash, reflashing with Rufus fixed it.