• @dustyData@lemmy.world
    link
    fedilink
    1879 months 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.

    • Gogo Sempai
      link
      fedilink
      31
      edit-2
      9 months ago

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

      • KSP Atlas
        link
        49 months ago

        Or have them answer a few linux related questions

    • palordrolap
      link
      fedilink
      20
      edit-2
      9 months 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.

    • z500
      link
      fedilink
      139 months 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

  • @phx@lemmy.ca
    link
    fedilink
    1849 months ago
    • Login as a user.
    • Delete the user while still logged in
    • Run command

    You should get a message “you don’t exist, go away”

    Not sure if that one is still around but I know one person who ran a script with “deluser $USER” and it ate root resulting in fun messages like that

    • @marcos@lemmy.world
      link
      fedilink
      419 months ago

      My local deluser checks if the user has any active process. I tried deleting all of the data by hand, but the process is still assigned to a user name and id.

      I’m not sure if this one can error still can be replicated.

  • @poweruser@lemmy.sdf.org
    link
    fedilink
    English
    999 months ago

    How could you not include the classic printer lp0 on fire!

    I actually got that one around 2010 on Ubuntu. The printer wasn’t actually on fire. If I recall it was caused by the network attached printer losing connection during a job

    • @fishsayhelo@lemmy.ml
      link
      fedilink
      English
      1
      edit-2
      8 months ago

      EFL is an absolute crime against programmer-kind, even if the errors are, admittedly, hilarious. can assert that they are not so funny when you find them deeeeep in some god-forsaken legacy codebase that’s seen more null *s than git commits lol

  • @Hubi@feddit.de
    link
    fedilink
    939 months ago

    The third one is new to me. “Congratulations” - that’s fucking hilarious.

    • @nyan@lemmy.cafe
      link
      fedilink
      English
      129 months 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. 😅

      • @Natanael@slrpnk.net
        link
        fedilink
        24
        edit-2
        9 months ago

        When a software package installer isn’t designed to be reversible

        I recall a bunch of antiviruses being similarly difficult to completely wipe

        • @30p87@feddit.de
          link
          fedilink
          39 months ago

          It isn’t as hard apparently. The script follows the manual way, just delete the folder it’s in. What is a problem seems to be changing the path - extracting, changing and reapplying the path variable seems to need 90 lines of Powershell alone. That’s just crazy. I’m also wondering how other programs write themselves into path without needing warnings and backups of the path for the user to restore.

      • @MonkderZweite@feddit.ch
        link
        fedilink
        5
        edit-2
        9 months ago

        It doesn’t say that.

        If you setup your system with Chocolatey (is a package manager for Windows), removing Chocolatey will break your setup (removing all installed packages).

        • @30p87@feddit.de
          link
          fedilink
          59 months ago

          Seriously, this script may destroy your machine and require a rebuild. It may have varied results on different machines in the same environment. Think twice before running this.

          I don’t think “machine” is defined as “installed packages”. And reading the code of the script, the breaking part is the whole script, as 90 lines are literally just for the purpose of getting, changing and reapplying the path variable. It (or rather the system and user one) are also backed up to C:\PATH_backups_ChocolateyUninstall.txt.
          So it’s still a wonder for me how removing something from path, or adding for that matter, is so complicated. Linux just has /usr/bin and /usr/local/bin for custom scripts/programs globally, and .local/bin for user specific executables. If you really want custom paths for your special application then add a script in /etc/profile.d/. No need to permanently change a global variable that could easily break your system at any time.

          TL;DR Windows is dumb for having global PATH variables without a way to expand them modularly, which would be much safer.

    • @Murdoc@sh.itjust.works
      link
      fedilink
      539 months ago

      “It’s possible I did something wrong.” 🤣
      Like not read the warning that said that he was about to uninstall the desktop? Or to continue only if he knew what he was doing? He also earlier liked to talk about “red flags”, but somehow needing to type in “Yes, do as I say!” wasn’t one to him. I’m supposed to be getting Linux tips from this guy?

      • @narp@feddit.de
        link
        fedilink
        299 months ago

        I’m supposed to be getting Linux tips from this guy?

        No, this is Linus Sex Tips not Linux Tech Tips!

      • Kayn
        link
        fedilink
        English
        249 months ago

        I’m supposed to be getting Linux tips from this guy?

        No. You’re supposed to see what kind of experience someone who didn’t use Linux before would have.

        How could someone who has never used Linux know that he was about to nuke his system, after typing in the command that the internet told him to type in to install Steam?

        • @MyNameIsRichard@lemmy.ml
          link
          fedilink
          17
          edit-2
          9 months ago

          By reading the message and using basic comprehension. If you don’t know what something is in an error message then google it!

        • HarkMahlberg
          link
          fedilink
          6
          edit-2
          9 months ago

          Far be it from me to defend “I did what the internet told me to do!” but nothing in sudo apt-get install steam would lead you to believe you were about to nuke core system packages. That was a big fuckup for PopOS.

          There’s also no reason to believe that apt update would be a preemptive solution to that problem, when it hadn’t even been reported to PopOS yet. Let alone expect newcomers to Linux, who are just following widely available tutorials, to know that command and what it does.

      • @cesium@sh.itjust.works
        link
        fedilink
        English
        20
        edit-2
        9 months ago

        What makes you think your average Windows user that is trying out Linux for the first time wouldn’t have faced the same problem? I never understood why people criticized Linus for this video. After all, the video was supposed to see whether Linux is a viable alternative for Windows users (specifically gamers).

        • @TheGrandNagus@lemmy.world
          link
          fedilink
          30
          edit-2
          9 months ago

          Yes. People have been trained to ignore warnings like this.

          Android makes you jump through a hoop and tries to scare you when you want to install apps from outside the playstore.

          Windows has some similarly serious-sounding warning messages.

          People have got used to rolling their eyes at warnings when installing software. Like it or not, that’s the way that it is. Users are used to seeing a scary warning when installing, and they’re used to just powering through it without much thought.

          Linus was following a tutorial on the PopOS website, followed the instructions, and borked his install.

          I have problems with LTT in general, but the PopOS thing was entirely understandable, and people pretending that wasn’t a usability problem in PopOS are delusional.

        • Rootiest
          link
          fedilink
          English
          26
          edit-2
          9 months ago

          I agree with that other reply.

          Linus knew just enough to be dangerous.

          My experience with most Windows users and their first encounter with using a Linux terminal is every single warning/error they see no matter how mundane is a big deal.

          Things like the boot text or a random apt install on Linux will often display various warnings or even “errors” that are really of no concern but ime tend to freak out new users.

          Linus is in that narrow band where he doesn’t really know shit but knows just enough to be falsely confident and ignore all the warnings/errors instead of just the irrelevant ones

    • @palitu@aussie.zone
      link
      fedilink
      179 months ago

      yeah, quote a problematic video. surprised that he deleted everything, when is says it will break his system!

        • @palitu@aussie.zone
          link
          fedilink
          19 months ago

          I didn’t watch the full vid to see what he did to get there.

          I was not happy with pop os when I gave it a 10 min trial. I am not surprised that it had some issues to getting steam to work.

          • Kayn
            link
            fedilink
            English
            89 months ago

            I didn’t watch the full vid to see what he did to get there.

            Then you should.

            Linus just wanted to install Steam and found a solution on the internet that told him to type the command “sudo apt-get install Steam”.

            • Johanno
              link
              fedilink
              79 months ago

              I mean Linus did sth wrong when he wrote that yes do as I say without reading the error message.

              On the other hand the Bug he was experiencing should not come to a stable Release build.

              Anybody could have make that mistake. Or worse wonder for hours why it didn’t work and suddenly it works. Especially if you are new to Linux and don’t know what instead of the error message should pop up.

            • @seitanic@lemmy.sdf.org
              link
              fedilink
              59 months ago

              Does anybody know why it uninstalled his desktop? I have Steam on Linux, and it works fine and I didn’t have to break my computer to get it.

              • @pokemaster787@ani.social
                link
                fedilink
                239 months ago

                It was a bug in that version of the distro IIRC, trying to install Steam would instead try to install the SteamOS desktop environment (or something along those lines). It has since been fixed to actually install the Steam client.

                Obviously it was a bit silly he typed “Yes, do as I say” after seeing the message, but he was also literally following exactly what all the online guides said to do (other than the “Yes do as I say” part). Luckily it’s fixed now but I do think it was a really good demonstration of what the video wanted to see: “What might the average non-techie gamer face using Linux?”

              • @IronKrill@lemmy.ca
                link
                fedilink
                17
                edit-2
                9 months ago

                It was extremely unfortunate timing. Pop_OS! had a bug for that week (or a few days?) where installing Steam would IIRC try to install the wrong version with the wrong dependencies. To support these alternate dependencies, it had to uninstall a bunch of the defaults, thus breaking the system. You can probably find a much better explanation by searching it up, Steam Pop_OS! i386 or whatever, but that’s the jist. It was a crazy blip that Linus managed to be in the way of.

                Not Linux’s fault, not normal, but in my opinion not entirely Linus’ fault either as who expects their desktop to be bricked by installing an everyday program?

  • @boringbisexual@lib.lgbt
    link
    fedilink
    English
    51
    edit-2
    9 months 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”

    • @ciko22i3
      link
      149 months ago

      do you remember what causes it? and what was the fix?

      • magus
        link
        fedilink
        English
        179 months 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.

      • @HatFullOfSky@lemmy.world
        link
        fedilink
        79 months 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.

  • @kuneho@lemmy.world
    link
    fedilink
    38
    edit-2
    9 months 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?