J’ai un serveur YNH installé sur un VPS.
Je souhaite acceder en ssh au serveur pour mettre à jour les droits des utilisateurs suite à la nouvelle version.
Cependant, quoi que je veuille faire, la commande sudo yunohost * me renvoie un message d’erreur.
Exemple avec ‘sudo yunohost --help’
:~$ sudo yunohost --help
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", lin
e 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", l
ine 463, in __init__
self.parser = self._construct_parser(actionsmap, top_parser)
File "/usr/lib/python3/dist-packages/moulinette/actionsmap.py", l
ine 630, in _construct_parser
top_parser.add_global_arguments(_global["arguments"])
KeyError: 'arguments'
Par ailleurs, je n’arrive pas à me connecter à l’interface d’admin via mon navigateur.
Ni avec mon user/mdp, ni avec admin/mdp.
Hello all, I have the same issue and same deployment setting (yunohost on debian VPS). I’m unable to login via webadmin and have the same issues from cli that user ourssansplus posted above. Services and apps seems to work fine.
Hi @ljf I can confirm that following your suggestions has worked for me. It listed moulinette, ssowat, yunohost and yunohost-admin as upgraded and now I’m able to both login to webadmin and execute commands via cli.