Waffelson@lemmy.world to linuxmemes@lemmy.world · 8 months agoWhat is the most difficult problem that you have fixed in linux?lemmy.worldimagemessage-square164fedilinkarrow-up1663arrow-down125
arrow-up1638arrow-down1imageWhat is the most difficult problem that you have fixed in linux?lemmy.worldWaffelson@lemmy.world to linuxmemes@lemmy.world · 8 months agomessage-square164fedilink
minus-squareAVincentInSpacelinkfedilinkEnglisharrow-up10·edit-28 months agoI did a partial system upgrade when installing nginx without upgrading the rest of my Arch system. One of the things it upgraded was libssl. Turns out systemd depends on that. Turns out programs won’t start at all if one of their shared libraries is missing. Turns out that if you write init=bash in the kernel command line, not even Ethernet connections work if systemd isn’t running. I had to boot off archiso, chroot into my / partition, and run the system upgrade from there.
I did a partial system upgrade when installing nginx without upgrading the rest of my Arch system. One of the things it upgraded was libssl.
Turns out systemd depends on that.
Turns out programs won’t start at all if one of their shared libraries is missing.
Turns out that if you write init=bash in the kernel command line, not even Ethernet connections work if systemd isn’t running.
I had to boot off archiso, chroot into my / partition, and run the system upgrade from there.