1
23.7 Legacy Series / new installs fail update / openssl-1.1.1u possibly why?
« on: January 19, 2024, 02:41:45 pm »
After my 5th time reformatting, reinstalling, running the wizard, then an update, I can confirm that updating bricks the install.
Process:
1) install
2) run wizard (or not. the first few times I didn't and it bricked anyway)
3) run system, firmware, updates, and let it download and run.
4) watch and wonder what went wrong.
(full logs snipped. TL;DR: everything downloads and then it starts installs and fails here:)
Additionally, any further action will result in an unbootable, un-log-inable installation. Logging in as root returns:
The UI doesn't return after a reboot, which is possible from the GUI.
I've tried enabling SSH and it fails to connect, presumably due to libcrypto being pooched.
Upon rebooting, since an update was started, a bunch of scripts are being invoked.
Eventually we get to :
Now here's where my knowledge of linux doesn't help me anymore - apparently I can get to a shell but from here I'm in strange-to-me-FreeBSD waters and am not sure what to do.
This can't be a "routine thing" but it is most certainly a repeatable process, I've tried this on a few pieces of hardware with the same results - 23.7 seems broken and not upgradeable out of the box, and I can't do anything with plugins and what not because "it detects that the system is not up to date."
thoughts?
Process:
1) install
2) run wizard (or not. the first few times I didn't and it bricked anyway)
3) run system, firmware, updates, and let it download and run.
4) watch and wonder what went wrong.
(full logs snipped. TL;DR: everything downloads and then it starts installs and fails here:)
Code: [Select]
The process will require 13 MiB more space.
[1/104] Deinstalling openssl-1.1.1u,1...
[1/104] Deleting files for openssl-1.1.1u,1: .......... done
[2/104] Installing openssl111-1.1.1w...
[2/104] Extracting openssl111-1.1.1w: Child process pid=70764 terminated abnormally: Killed
ld-elf.so.1: Shared object "libcrypto.so.11" not found, required by "php"
***DONE***Additionally, any further action will result in an unbootable, un-log-inable installation. Logging in as root returns:
Code: [Select]
ld-elf.so.1: Shared object "libcrypto.so.11" not found, required by "php"So console login isn't possible.The UI doesn't return after a reboot, which is possible from the GUI.
I've tried enabling SSH and it fails to connect, presumably due to libcrypto being pooched.
Upon rebooting, since an update was started, a bunch of scripts are being invoked.
Eventually we get to :
Code: [Select]
>>> Invoking early script 'carp'
CARP event system: Error (1)
Launching the init system...ld-elf.so.1: Shared object "libcrypto.so.11" not found, required by "php"
Enter full pathname o shell or RETURN for /bin/sh:Now here's where my knowledge of linux doesn't help me anymore - apparently I can get to a shell but from here I'm in strange-to-me-FreeBSD waters and am not sure what to do.
This can't be a "routine thing" but it is most certainly a repeatable process, I've tried this on a few pieces of hardware with the same results - 23.7 seems broken and not upgradeable out of the box, and I can't do anything with plugins and what not because "it detects that the system is not up to date."
thoughts?

