med-mastodon.com is one of the many independent Mastodon servers you can use to participate in the fediverse.
Medical community on Mastodon

Administered by:

Server stats:

373
active users

#yunohosthelp

0 posts0 participants0 posts today
AJ Sadauskas<p>So my suspicion is that <a href="https://gts.sadauskas.id.au/tags/phanpy" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Phanpy</span></a> was somehow corrupted.<br><br>I'm not sure, however, if that's a symptom of a deeper issue, or the root cause itself.<br><br>Has anyone experienced a similar issue? If so, what were the steps to fixing it?<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/yunohosthelp" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>yunohosthelp</span></a> <a href="https://gts.sadauskas.id.au/tags/yunohosters" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>yunohosters</span></a> <a href="https://gts.sadauskas.id.au/tags/yunohostadmin" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>yunohostadmin</span></a> <a href="https://gts.sadauskas.id.au/tags/phanpy" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>phanpy</span></a> <a href="https://gts.sadauskas.id.au/tags/phanpysocial" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>phanpysocial</span></a> <a href="https://gts.sadauskas.id.au/tags/phanpysocialdev" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>phanpysocialdev</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/fediverse" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Fediverse</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/gotosocialadmin" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>GoToSocialAdmin</span></a> <a href="https://gts.sadauskas.id.au/tags/techhelp" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>TechHelp</span></a> <a href="https://gts.sadauskas.id.au/tags/techhelpneeded" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>TechHelpNeeded</span></a> <a href="https://gts.sadauskas.id.au/tags/serverhelp" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ServerHelp</span></a> <a href="https://gts.sadauskas.id.au/tags/help" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Help</span></a></p>
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 &lt;module&gt;<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 &lt;module&gt;<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 &lt;package&gt; 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>
AJ Sadauskas<p>Some bad news. Something's gone horribly awry with my <a href="https://gts.sadauskas.id.au/tags/yunohost" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>YunoHost</span></a> deployment. Any help with this would be greatly appreciated!<br><br>This is a two-part issue. First, the smaller of the two issues: Phanpy has gone AWOL. It's visible in some places, but not others.<br><br>Phany is listed as an app on the front page of the YunoHost UI.<br><br>But go into Admin, and it's not listed as an installed app.<br><br>Go to the URL it was installed at, and it's just a blank screen.<br><br>And yet. When I SSH in, and see what's in the /etc/yunohost/apps folder, Phanpy's files are still clearly installed on the server.<br><br>Now, here's where the Phanpy situation is a big issue... [1/3]<br><br><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/mastodon" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Mastodon</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/phanpy" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Phanpy</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/linuxhelp" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>LinuxHelp</span></a> <a href="https://gts.sadauskas.id.au/tags/sysadmin" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>SysAdmin</span></a> <a href="https://gts.sadauskas.id.au/tags/yunohostadmin" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>YunoHostAdmin</span></a> <a href="https://gts.sadauskas.id.au/tags/yunohosters" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>YunoHosters</span></a> <a href="https://gts.sadauskas.id.au/tags/yunohosthelp" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>YunoHostHelp</span></a><br><br></p>