Issue with Distribution Update page on Pioneer FreedomBox

@fefekrzr I have noticed that FreedomBox is trying to upgrade Bind and MiniDLNA apps (because they have configuration file prompts that can’t be dealt by unattended-upgrade). However, both the operations are failing because apt in an state that can’t be recovered from. Apt throws the following error:

E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.

Please try the following:

apt-mark showhold

For each package that is held, run:

apt-mark unhold {package_name}

Then run:

dpkg --configure -a
apt -f install

During this if there are configuration file prompts for MiniDLNA, choose “Install new configuration”. For Bind choose “Keep old configuration”. After that re-run setup for both the apps in FreedomBox. If all this succeeds, try Distribution Upgrade again. Post any errors otherwise.