What type of hardware are you using: VPS bought online What YunoHost version are you running: 12.1.40.1 How are you able to access your server: SSH Are you in a special context or did you perform specific tweaking on your YunoHost instance ?: no
Describe your issue
Nextcloud upgrade failed due to running out of space in /var (side note: a sanity check on this for the upgrade script might be a good thing). The uninstall process hung; I let it sit for an hour and then Ctrl-C’d it. Now apt is broken, surprise.
Of course I’ve tried running apt install -f and dpkg configure -a and both hang on redis-server configuration. What’s best practice for fixing this? Should I try uninstalling and reinstalling redis-server or is there a better approach?
Edit: What I mean is, I had cleared space via clearing journal and log files. Running yunohost tools basic-space-cleanuphangs on the apt phase of the process.
Okay. So I went ahead and killed the original redis process and that seems to have broken up the clot – the pending postinst configure jobs seem to have completed right away and apt install -f completes successfully with “nothing to do.” Redis is now running as expected so I guess this one is resolved.