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

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

    • @vortexal@sopuli.xyzOP
      link
      fedilink
      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?