I’m not sure what fixed it because I tried multiple things yesterday, but it shutdown normally last night.

  • vojel@feddit.de
    link
    fedilink
    arrow-up
    14
    ·
    11 months ago

    Yes this is a kernel panic which occurs when something goes terribly wrong inside the system. This could be anything from broken software to defective hardware. You should observe if this happens regurlarly.

    • vortexal@sopuli.xyzOP
      link
      fedilink
      arrow-up
      6
      ·
      11 months ago

      Ok but is there anything notable from this error message, like anything specific that I should be checking out for?

      • vojel@feddit.de
        link
        fedilink
        arrow-up
        5
        ·
        11 months ago

        First line of your picture is a hint for a software issue. I would just google that.

        • vortexal@sopuli.xyzOP
          link
          fedilink
          arrow-up
          1
          ·
          11 months ago

          I tried seaching it online but the only I could find (that I understood how to use it) was to run “sudo ldconfig” which didn’t seem to day anything. I have no idea if that actually fixed the problem or not but if it didn’t, do you have any other solutions?

          • Morphit @feddit.uk
            link
            fedilink
            arrow-up
            2
            ·
            11 months ago

            ldconfig sets up links and caches for loading library code. That might be an issue if your install is broken between updates. You can use ldd to check if code can be looked up. ldd /usr/lib/x86-64-linux-gnu/libpcre2-8.so.0 should show no errors. Likewise for ldd /usr/sbin/init.

            (Your paths may vary)

            • vortexal@sopuli.xyzOP
              link
              fedilink
              arrow-up
              2
              ·
              11 months ago

              Ok, so Synaptic Package Manager states that it’s installed in the exact location you say that it’s supposed to be in but ldd states “No such file or directory”. What’s going on here?

          • vojel@feddit.de
            link
            fedilink
            arrow-up
            1
            ·
            11 months ago

            Did it help though? Same error or is the system shutting down fine now?

                • vortexal@sopuli.xyzOP
                  link
                  fedilink
                  arrow-up
                  1
                  ·
                  11 months ago

                  It’s probably just paranoia but every laptop I’ve ever owned has had a problem pertaining to repeatedly turning them off and on again. This laptop is my mom’s and I’m just using it because my old one stopped working and I really don’t want to break this one too.

                  • vojel@feddit.de
                    link
                    fedilink
                    arrow-up
                    2
                    ·
                    11 months ago

                    You’ll break things if you do more and more stuff suggested inside this thread without testing it. Maybe executing ldconfig was enough, but if you try more and more stuff you don’t know what you did. Linux is very hard to break, especially when you didn’t mess around with things like packages and libraries by yourself, there’s mostly a way back. But if you’re scared use the time and make a backup and a live USB stick with a Linux distro of your choice to rescue the system if something’s terribly messed up.