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

  • Morphit
    link
    fedilink
    29 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)

    • @vortexalOP
      link
      29 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?

        • @vortexalOP
          link
          19 months ago

          Oops, anyways it seems to have been found this time. I did reinstall it already but I wont know if it fixed the issue until tonight.