• dustyData@lemmy.world
    link
    fedilink
    arrow-up
    193
    arrow-down
    3
    ·
    9 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@programming.dev
      cake
      link
      fedilink
      arrow-up
      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)!

    • palordrolap@kbin.social
      link
      fedilink
      arrow-up
      24
      arrow-down
      4
      ·
      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@lemmy.world
      link
      fedilink
      arrow-up
      13
      ·
      9 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
    arrow-up
    185
    arrow-down
    1
    ·
    9 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
      arrow-up
      41
      ·
      9 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.

      • phx@lemmy.ca
        link
        fedilink
        arrow-up
        4
        ·
        9 months ago

        Well you could manually edit /etc/password and shadow I suppose

      • lauha@lemmy.one
        link
        fedilink
        arrow-up
        8
        ·
        9 months ago

        Easy to try in a virtual machine with snapshot. Or use a filesystem snapshot

  • poweruser@lemmy.sdf.org
    link
    fedilink
    English
    arrow-up
    100
    ·
    9 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

  • Martin
    link
    fedilink
    arrow-up
    98
    ·
    9 months ago

    There’s also the naughty programmer getting spanked by EFL

    • fishsayhelo
      link
      fedilink
      English
      arrow-up
      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
    arrow-up
    93
    ·
    9 months ago

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

    • nyan@lemmy.cafe
      link
      fedilink
      English
      arrow-up
      12
      ·
      9 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. 😅

    • 30p87@feddit.de
      link
      fedilink
      arrow-up
      21
      arrow-down
      1
      ·
      9 months ago

      What the heck tho, how could a simple script destroy a whole machine?

      • Natanael@slrpnk.net
        link
        fedilink
        arrow-up
        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
          arrow-up
          3
          ·
          9 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
        arrow-up
        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
          arrow-up
          5
          ·
          9 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
      arrow-up
      61
      arrow-down
      6
      ·
      9 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
        arrow-up
        29
        ·
        9 months ago

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

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

      • Kayn@dormi.zone
        link
        fedilink
        English
        arrow-up
        24
        ·
        9 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
          link
          fedilink
          arrow-up
          21
          arrow-down
          3
          ·
          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@kbin.social
          link
          fedilink
          arrow-up
          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
        arrow-up
        24
        arrow-down
        5
        ·
        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
          arrow-up
          31
          arrow-down
          2
          ·
          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@lemm.ee
          link
          fedilink
          English
          arrow-up
          27
          ·
          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

        • Aria@lemmygrad.ml
          link
          fedilink
          arrow-up
          8
          arrow-down
          1
          ·
          9 months ago

          He’s at the bottom end of ‘knows just enough to be dangerous’, and people make fun of people in that range. The vast majority of gamers and Windows users fall well outside that narrow band. The average Windows user who is scared of the terminal wouldn’t ignore several warnings and type in confirmation phrases. They wouldn’t have even gotten to that point because to get there you need to copy/paste things from a website without understanding what it does.

    • palitu@aussie.zone
      link
      fedilink
      arrow-up
      19
      arrow-down
      2
      ·
      9 months ago

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

      • IronKrill@lemmy.ca
        link
        fedilink
        arrow-up
        20
        arrow-down
        3
        ·
        9 months ago

        Surprised that it prompted him to delete his system, when he was trying to install Steam!

        • palitu@aussie.zone
          link
          fedilink
          arrow-up
          2
          arrow-down
          1
          ·
          9 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@dormi.zone
            link
            fedilink
            English
            arrow-up
            8
            ·
            9 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@feddit.de
              link
              fedilink
              arrow-up
              7
              ·
              9 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
              arrow-up
              5
              ·
              9 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
                arrow-up
                23
                ·
                9 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?”

                • UntouchedWagons@lemmy.ca
                  link
                  fedilink
                  English
                  arrow-up
                  5
                  ·
                  9 months ago

                  Apparently the issue was already fixed and he wouldn’t have had the issue if he had done an apt update

              • IronKrill@lemmy.ca
                link
                fedilink
                arrow-up
                18
                arrow-down
                1
                ·
                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
    arrow-up
    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”

      • magus@l.tta.wtf
        link
        fedilink
        English
        arrow-up
        17
        ·
        9 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
        arrow-up
        7
        ·
        9 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
    arrow-up
    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?