My YunoHost server
Hardware: VPS bought online
YunoHost version: 11.1.5
I have access to my server : Through SSH | through the webadmin
Are you in a special context or did you perform some particular tweaking on your YunoHost instance ? : no
Description of my issue
I’m trying to make the following system upgrades in the admin GUI:
- moulinette (from 11.1.0 to 11.1.4)
- yunohost-admin (from 11.1.0.2 to 11.1.4)
- yunohost (from 11.1.5 to 11.1.5.4)
I’m getting the following error:
Error: "400" Bad Request
Action: "PUT" /yunohost/api/upgrade/system
Error message:
You cannot do this right now because dpkg/APT (the system package managers) seems to be in a broken state... You can try to solve this issue by connecting through SSH and running `sudo apt install --fix-broken` and/or `sudo dpkg --configure -a` and/or `sudo dpkg --audit`.
When I run:
$ sudo apt install --fix-broken
I get the following:
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 3 not upgraded.
1 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Setting up yunohost (11.1.5) ...
Regenerating configuration, this might take a while...
Traceback (most recent call last):
File "/usr/bin/yunohost", line 77, in <module>
yunohost.cli(
File "/usr/lib/python3/dist-packages/yunohost/__init__.py", line 41, in cli
ret = moulinette.cli(
File "/usr/lib/python3/dist-packages/moulinette/__init__.py", line 111, in cli
Cli(
File "/usr/lib/python3/dist-packages/moulinette/interfaces/cli.py", line 477, in __init__
self.actionsmap = ActionsMap(
File "/usr/lib/python3/dist-packages/moulinette/actionsmap.py", line 463, in __init__
self.parser = self._construct_parser(actionsmap, top_parser)
File "/usr/lib/python3/dist-packages/moulinette/actionsmap.py", line 630, in _construct_parser
top_parser.add_global_arguments(_global["arguments"])
KeyError: 'arguments'
dpkg: error processing package yunohost (--configure):
installed yunohost package post-installation script subprocess returned error exit status 1
Errors were encountered while processing:
yunohost
E: Sub-process /usr/bin/dpkg returned an error code (1)
I’m not sure what else to try, any help or ideas would be much appreciated!