Hey friends! new here but I hope this question is landing in the right place ![]()
Sitting behind a mikrotik router,
FB running Debian GNU/Linux 13 (trixie) and FreedomBox version 25.9.3.
Am unable to update to the latest distribution and unsure what this error actually means.
Error:
Error running operation. Details
Error running action: upgrades..start_dist_upgrade(): CalledProcessError(127, ["systemd-run", "--unit=freedombox-dist-upgrade", "--description=Upgrade to new stable Debian release", "--property=KillMode=process", "--property=TimeoutSec=72hr", "--property=BindPaths=/etc/apt/sources.list.fbx-dist-upgrade:/etc/apt/sources.list", "systemd-inhibit", "/usr/share/plinth/actions/actions", "upgrades", "dist_upgrade", "--no-args"])
Stderr:
β systemctl: error while loading shared libraries: libcrypto.so.3: cannot open shared object file: No such file or directory
β Upgrading from trixie to forky...
β systemd-run: error while loading shared libraries: libcrypto.so.3: cannot open shared object file: No such file or directory
Action traceback:
β File "/usr/lib/python3/dist-packages/plinth/actions.py", line 398, in _privileged_call
β return_values = func(*arguments['args'], **arguments['kwargs'])
β ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
β File "/usr/lib/python3/dist-packages/plinth/modules/upgrades/privileged.py", line 256, in start_dist_upgrade
β distupgrade.start_service()
β File "/usr/lib/python3/dist-packages/plinth/modules/upgrades/distupgrade.py", line 445, in start_service
β subprocess.run(['systemd-run'] + args + [
β File "/usr/lib/python3.11/subprocess.py", line 571, in run
β raise CalledProcessError(retcode, process.args,
Any ideas? ![]()
Thanks!