AJ Sadauskas<p>So over to the command line. First, a sudo apt update.<br><br>Debian fetches the updates as it should. It says:<br><br>"Reading package lists... Done<br>Building dependency tree... Done<br>Reading state information... Done<br>1 package can be upgraded. Run 'apt list --upgradable' to see it."<br><br>Apt list --upgradable mentions: monarx-agent/bookworm 4.2.72-master amd64 [upgradable from: 4.2.62-master]<br><br>Okay, so with that done, let's try the three commands YunoHost recommended:<br><br>sudo apt install --fix-broken produces the following output:<br><br>"Reading package lists... Done<br>Building dependency tree... Done<br>Reading state information... Done<br>0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.<br>1 not fully installed or removed.<br>After this operation, 0 B of additional disk space will be used.<br>Setting up yunohost (12.0.16) ...<br>Regenerating configuration, this might take a while...<br>Traceback (most recent call last):<br>File "/usr/bin/yunohost", line 108, in <module><br>main()<br>File "/usr/bin/yunohost", line 97, in main<br>yunohost.cli(<br>File "/usr/lib/python3/dist-packages/yunohost/__init__.py", line 41, in cli<br>ret = moulinette.cli(<br>^^^^^^^^^^^^^^^<br>File "/usr/lib/python3/dist-packages/moulinette/__init__.py", line 140, in cli<br>).run(args, output_as=output_as, timeout=timeout)<br>^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^<br>File "/usr/lib/python3/dist-packages/moulinette/interfaces/cli.py", line 521, in run<br>ret = self.actionsmap.process(args, timeout=timeout)<br>^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^<br>File "/usr/lib/python3/dist-packages/moulinette/actionsmap.py", line 579, in process<br>return func(**arguments)<br>^^^^^^^^^^^^^^^^^<br>File "/usr/lib/python3/dist-packages/yunohost/app.py", line 1755, in app_ssowatconf<br>local_manifest = _get_manifest_of_app(setting_path)<br>^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^<br>File "/usr/lib/python3/dist-packages/yunohost/app.py", line 2269, in _get_manifest_of_app<br>manifest = _convert_v1_manifest_to_v2(manifest)<br>^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^<br>File "/usr/lib/python3/dist-packages/yunohost/app.py", line 2397, in _convert_v1_manifest_to_v2<br>install_questions = manifest["arguments"]["install"]<br>~~~~~~~~^^^^^^^^^^^^^<br>KeyError: 'arguments'<br>dpkg: error processing package yunohost (--configure):<br>installed yunohost package post-installation script subprocess returned error exit status 1<br>Errors were encountered while processing:<br>yunohost<br>E: Sub-process /usr/bin/dpkg returned an error code (1)"<br><br>Typing sudo dpkg --configure -a gives us the following:<br><br>Setting up yunohost (12.0.16) ...<br>Regenerating configuration, this might take a while...<br>Traceback (most recent call last):<br>File "/usr/bin/yunohost", line 108, in <module><br>main()<br>File "/usr/bin/yunohost", line 97, in main<br>yunohost.cli(<br>File "/usr/lib/python3/dist-packages/yunohost/__init__.py", line 41, in cli<br>ret = moulinette.cli(<br>^^^^^^^^^^^^^^^<br>File "/usr/lib/python3/dist-packages/moulinette/__init__.py", line 140, in cli<br>).run(args, output_as=output_as, timeout=timeout)<br>^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^<br>File "/usr/lib/python3/dist-packages/moulinette/interfaces/cli.py", line 521, in run<br>ret = self.actionsmap.process(args, timeout=timeout)<br>^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^<br>File "/usr/lib/python3/dist-packages/moulinette/actionsmap.py", line 579, in process<br>return func(**arguments)<br>^^^^^^^^^^^^^^^^^<br>File "/usr/lib/python3/dist-packages/yunohost/app.py", line 1755, in app_ssowatconf<br>local_manifest = _get_manifest_of_app(setting_path)<br>^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^<br>File "/usr/lib/python3/dist-packages/yunohost/app.py", line 2269, in _get_manifest_of_app<br>manifest = _convert_v1_manifest_to_v2(manifest)<br>^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^<br>File "/usr/lib/python3/dist-packages/yunohost/app.py", line 2397, in _convert_v1_manifest_to_v2<br>install_questions = manifest["arguments"]["install"]<br>~~~~~~~~^^^^^^^^^^^^^<br>KeyError: 'arguments'<br>dpkg: error processing package yunohost (--configure):<br>installed yunohost package post-installation script subprocess returned error exit status 1<br>Errors were encountered while processing:<br>yunohost"<br><br>And let's try sudo dpkg --audit:<br><br>"The following packages are only half configured, probably due to problems<br>configuring them the first time. The configuration should be retried using<br>dpkg --configure <package> or the configure menu option in dselect:<br>yunohost manageable and configured self-hosting server"<br><br>Okay.<br><br>So.<br><br>Any idea what's going on here?<br><br>What should I try next to fix this?<br><br>(3/3)<br><br><a href="https://gts.sadauskas.id.au/tags/yunohost" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>YunoHost</span></a> <a href="https://gts.sadauskas.id.au/tags/gotosocial" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>GoToSocial</span></a> <a href="https://gts.sadauskas.id.au/tags/fediverse" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Fediverse</span></a> <a href="https://gts.sadauskas.id.au/tags/fedihelp" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>FediHelp</span></a> <a href="https://gts.sadauskas.id.au/tags/linux" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Linux</span></a> <a href="https://gts.sadauskas.id.au/tags/selfhost" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>SelfHost</span></a> <a href="https://gts.sadauskas.id.au/tags/selfhosters" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>SelfHosters</span></a> <a href="https://gts.sadauskas.id.au/tags/selfhostedsoftware" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>SelfHostedSoftware</span></a> <a href="https://gts.sadauskas.id.au/tags/python" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>python</span></a> <a href="https://gts.sadauskas.id.au/tags/yunohosthelp" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>yunohosthelp</span></a> <span class="h-card"><a href="https://mastodon.social/@yunohost" class="u-url mention" rel="nofollow noopener" target="_blank">@<span>yunohost</span></a></span> <span class="h-card"><a href="https://toot.aquilenet.fr/@yunohost" class="u-url mention" rel="nofollow noopener" target="_blank">@<span>yunohost</span></a></span></p>