on a Debian Stretch (GNU/Linux 4.9.0-11-amd64 #1 SMP Debian 4.9.189-3+deb9u1 (2019-09-20) x86_64) VPS
I can log into Yunohost web interface as a normal user and use installed apps.
I can log in to the server via SSH and use yunohost commands, including âyunohost tools adminpwâ with a reported success and even confirmed by logging in to installed PhpLDAPadmin with the known good admin password, but web admin GUI (at https://myyunohosthost/yunohost/admin/#/login) specifically refuses the same password as âWrong passwordâ.
Any pointers to the solution would be much appreciated!
Hi ljf,
thanks for that, but unfortunately either it is not the root cause or possibly webadmin is entirely broken, because none of the pw versions tried worked
Even my original pw was one without âproblematicâ chars, but then I tried a few others and, based on your instructions, one with ASCII chars plus numbers (not including zero) and one with only ASCIIs (omitting z and y to rule out qwert* keyboard problems), but unfortunately none worked.
(I cross-checked all of them in PhpLDAPadmin and I could log into PhpLDAPadmin as admin user and even tested with itâs âCheck password âŚâ utility - all success).
Thanks, thatâs very handy indeed!
I found four failed installs:
root@devnyul:~# yunohost log list | grep failed
description: Remove 'portainer' after a failed installation
name: 20190908-201057-remove_on_failed_install-portainer
path: /var/log/yunohost/categories/operation/20190908-201057-remove_on_failed_install-portainer.yml
description: Remove 'pgadmin' after a failed installation
name: 20190908-202804-remove_on_failed_install-pgadmin
path: /var/log/yunohost/categories/operation/20190908-202804-remove_on_failed_install-pgadmin.yml
description: Remove 'peertube' after a failed installation
name: 20190908-203054-remove_on_failed_install-peertube
path: /var/log/yunohost/categories/operation/20190908-203054-remove_on_failed_install-peertube.yml
Still a bit lost with my un-trained eyes though
Could you please help in what to look for in that logs?
Or possibly can I upload it somewhere zipped and you could help decode it?
Your help is much appreciated!
Yes, API service looks fine based on status check:
root@devnyul:~# yunohost service status yunohost-api
active: active
active_at: 2019-10-02 21:02:57
description: manages interactions between the YunoHost web interface and the system
loaded: enabled
service_file_path: /lib/systemd/system/yunohost-api.service
status: running
Whatâs up with (other) services, that are enabled, loaded, but âexitedâ?
Ohhh My! that API service restart ( ```
service yunohost-api restart
Could you please shed some light on what could have happened to that yunohost instance and how this API service thingie works (or does not work :wink: )
Just curious, because no "simple" server-restart ever helped.
Anyways, thanks alot, your help is much appreciated!
yunohost-api is an HTTP API. It allows to run every command you run with the yunohost cli. The Web admin uses the YunoHost API to do all the actions it offers.
The web admin authenticated you on yunohost-api with the admin password, i donât know why it 'doesnât work in you case.
Have you tried with a fresh browser ? May be you block something specific (all cookies or http referer, socket api, ⌠i donât know).