@Aleks same pb here, i can not stop service and restart anymore
the message is here
can you please help pascal
@Aleks same pb here, i can not stop service and restart anymore
the message is here
Alrighty, sorry for the issue about service logs
Should be fixed in 3.8.4.1
Hm yes it is, because HTTP is used for the ACME challenge for Letâs Encrypt ⊠(And unfortunately many browser still attempt to connect using HTTP first) But are you sure it ainât a false negative from the diagnosis ? Or do you confirm that itâs indeed not accessible on HTTP ?
Uh imho dead=bad in the general case
But some service states are hard to diagnose because the info from systemd is not reliable ⊠Typically some services are in state exited which can be good or bad depending on the service ⊠This issue ainât easy to solve but weâre going to see it showing up for many services installed by some apps ⊠So far I donât know what to do ![]()
Damn I already had this on my server where it had exactly 512MB and the check was a âif swap is lower or equal than ⊠then show warningâ. I lowered it to 500 but still shows up for you so I lowered it to 450 ÂŻ\_(ă)_/ÂŻ
@Aleks 3.8.4.1 installed - it fixed the services pages. Thanks all seems ok now
Made the switch to 3.8. Found a typo in a command given in the migration log
Attention : TrouvĂ© 1 objet(s) pouvant ĂȘtre amĂ©liorĂ©(s) pour Configurations systĂšme.
Attention : Pour voir les problÚmes détectés, vous pouvez accéder à la section Diagnostic du webadmin ou exécuter « yunohost diagnostic show --issues » à partir de la ligne de commande.
Sould be
yunohost diagnosis show --issues instead of diagnostic
In the diagnosis panel, I get two warnings that are interesting to share here
Configuration file
/etc/etckeeper/etckeeper.confappears to have been manually modified.
But the file does not exists anymore
root@yunohost:~# ls -al /etc/etckeeper/
ls: impossible d'accéder à '/etc/etckeeper/': Aucun fichier ou dossier de ce type
root@yunohost:~#
Some DNS records are missing or incorrect for domain XXX.nohost.me (category xmpp)
Itâs really usefull, thanks to the team!!
Thanks to the diagnosis, I was able to:
uwsgi service dating from an install of Searx in 2016 âŠHow can I test whether it is not accessible? In my browser if I give http://mydomain.tld I am redirected to https:// for both the admin and the user web pages.
Is it possible to give specific ânormal statusâ for specific Service, or is it just set by a general rule? ynh-vpnclient-checker is supposed to be running only if ynh-vpnclient is down, am I right? If yes, dead, or at least exited should be OK. If not, I guess I have some issue on my side because I never saw it running. I guess there could be an exception list giving ânormal statusâ for specific services.
Yup indeed ⊠Had the same ⊠Iâll add a fix
Yes and no ⊠for existing instances you gotta do a yunohost dyndns update --force ⊠it should probably be advertised in the details of the diagnosis when running a nohost.me/noho.st/ynh.fr domainâŠ
Then my guess is that the HTTP does work because thatâs in fact probably nginx which answers the very first requests with a redirection (as in âask me again in HTTPS bruh!â). But it could also be a cache thing. Imho you can check this using the Network tab in Firefox debug (F12) and check the very first request sent. Or using a curl http://domain.tld in a terminal (should show something like 302 Found)
If you confirm that HTTP does work, then we should investigate why the diagnosis reports an issue if thereâs no issue
Hmmmyeah we can probably have some hardcoded list (itâs not pretty but it works). I donât remember exactly what ynh-vpnclient-checker does exactly ⊠We have the same kind of thing for yunohost-firewall which runs then exits.
The thing is, for that kind of service, reporting that âoh the service ainât running, which is expected, so put it in green!â ainât helpful or is even misleading. What you want to check is something like a) did it have the effect itâs suppose to have (e.g. configuring the firewall + that configuration is still there) or b) will it run when it needs to run ?
It looks like ynh-vpnclient-checker is in fact a timer and not a service (to be confirmed?) so gotta think about that to do ![]()
It actually shows:
<html>
<head><title>302 Found</title></head>
<body bgcolor="white">
<center><h1>302 Found</h1></center>
<hr><center>nginx</center>
</body>
</html>
My guess is ynh-vpnclient-checker is checking every 5 minutes if the VPN is mounted. If not it tries to restart it. If my guess is right, then we could get rid of of it, and use the diagnosis tool to give the admin some statistics about the VPN, like did it disconnect since last time vpnclient was started? For how long / how many times?
I think we could have two options here:
3.8.4.1 works fine.
A string not translate in french (all others are well done) :
Le systĂšme dispose de 4.4 GiB de swap !
Please be careful and aware that if the server is hosting swap on an SD card or SSD storage, it may drastically reduce the life expectancy of the device`.
Yes the translations are not handled by the core development and therefore no guarantee that everything is 100% translated ⊠They happen as people work on the on the translate.yunohost.org interface. Feel free to contribute there
. (For french though itâs usually close to 100%, but this specific string was added very recently)
For people on ARM64 boards : upgrade should now be possible now that metronomeâs build is fixed
I found a small issue:
Multi_instance apps are not installable several times on Webadmin cause the Install button is disabled.
Expected behaviour: enable the install button if itâs multi_instance

Should be fixed by: https://github.com/YunoHost/yunohost-admin/pull/300
I was just starting to stare at it. Thanks !
A little bug in yunohost testing version
yunohost:
repo: testing
version: 3.8.4.1
yunohost-admin:
repo: testing
version: 3.8.3.1
moulinette:
repo: testing
version: 3.8.1
ssowat:
repo: testing
version: 3.8.0
recreating the /etc/ssh/sshd_config file with the command
yunohost tools regen-conf ssh --dry-run --with-diff
the file has a little typo in the line
Match Address 192.168.0.0/16,10.0.0.0/8,172.16.0.0/12,169.254.0.0/16,fe80::/10,fd00::/8
PermitRootLogin yes##-> my_webapp
without the carriage return after yes. I think it should be
Match Address 192.168.0.0/16,10.0.0.0/8,172.16.0.0/12,169.254.0.0/16,fe80::/10,fd00::/8
PermitRootLogin yes
##-> my_webapp
I think itâs more a bug in my_webapp: https://github.com/YunoHost-Apps/my_webapp_ynh/blob/testing/conf/ssh_regenconf_hook#L21
Malheureusement depuis que je suis passé en version 3.8.4.1 PHP 7.3 ne démarre plus 
Jâai redĂ©marrĂ© le serveur, vĂ©rifiĂ© les logs mais rien de probant.
Une idée?
Est-ce que tu peux partager le log du service qui devrait se trouver dans Services > Php7.3-fpm ⊠(il devrait yâavoir un bouton vert âPartager avec Yunopasteâ)
https://paste.yunohost.org/uladerapop
Et pardon jâai oubliĂ© dâĂȘtre poli.
Bonjour et merci de votre aide 
En regardant le fichier de conf nextcloud.conf dans /etc/php/7.3/fpm/pool.d/ je vois en ligne 36:
listen = /var/run/php/php7.3-fpm-nextcloud.sock
Alors que dans ce rĂ©pertoire je nâai que des fichiers de conf pour PHP 7.0 et pour dâautres applications (rainloop, netdataâŠ)