Monday, March 06, 2023
support@conference.yunohost.org
March
Mon Tue Wed Thu Fri Sat Sun
    1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
   
             

[00:50:55] <@err404:matrix.org> wave6677[m]: may be you can also ask on another room, dedicated to discord-matrix bridges, may be #discord:half-shot.uk
[01:12:32] <Christopher> Hubzilla on Yunohost question. My php.log file has grown to 40gb. I had several errors last week and my Hubzilla directory itself seems to have doubled. I think it is this php.log file the doubled. I'm not sure how big this should be, but 40gb seems like a lot. How can I clean up that file? Can I simply delete it and it'll recreate itself as needed? I have Hubzilla up and running now.

[08:34:05] <thatoo> I have a weird error
```
zzz@xxxx:~ $ nginx -t
nginx: [alert] could not open error log file: open() "/var/log/nginx/error.log" failed (13: Permission denied)
2023/03/06 08:28:35 [warn] 42546#42546: the "user" directive makes sense only if the master process runs with super-user privileges, ignored in /etc/nginx/nginx.conf:1
```

[08:34:23] <thatoo> ```
:~ $ sudo ls -al /var/log/nginx/error.log
-rw-r----- 1 www-data adm 537 Mar 6 07:04 /var/log/nginx/error.log
```

[08:44:25] <westbam[m]> Salut La room j'ai une petite question sécurité sur nos yunohost adorés
[08:48:41] <poorpockets_mcnewhold> > <@westbam[m]:libera.chat> Salut La room j'ai une petite question sécurité sur nos yunohost adorés

Il faut la poser, au lieu de nous l’a faire deviner.
[08:50:33] <westbam> poorpockets_mcnewhold salut, désolé, mais je l'ai posé à partir de matrix, mais elle ne s'est pas affiché côté XMPP ... c'est louche certains messages se perdent on dirait ....
[08:51:10] <westbam> donc voila j'ai installé UMAMI sur mon yunohost pour checker les visites sur mon serveur
[08:51:24] <westbam> et j'ai remarqué ça ce matin.
[08:51:32] <poorpockets_mcnewhold> > <westbam> poorpockets_mcnewhold salut, désolé, mais je l'ai posé à partir de matrix, mais elle ne s'est pas affiché côté XMPP ... c'est louche certains messages se perdent on dirait ....

Desole alors. 
[08:51:42] <westbam> poorpockets_mcnewhold pas de souci ;-)
[08:52:14] <westbam> j'ai des users/robots provenant de chine
[08:52:32] <westbam> comment faire pour leur bloquer l'accés complet au serveur
[08:52:58] <westbam> est il possible d'avoir une GUI permettant de configurer et voir l'état de Fail2ban ?
[09:16:58] <ButterflyOfFire> Good morning. Do you have an issue with your `dyndns` push ?
[09:17:13] <ButterflyOfFire> https://aria.im/_matrix/media/v1/download/matrix.org/AJbVmygTuEYXuCYsuSyjkhSc
[09:27:55] <lautre> > <westbam> j'ai des users/robots provenant de chine

Dans fail2ban tu peux créer des filtres géographiques. Je complète plus tard
[09:41:49] <westbam> > > <westbam> j'ai des users/robots provenant de chine
>
> Dans fail2ban tu peux créer des filtres géographiques. Je complète plus tard
Ha cool, je regarde si je trouve plus d'infos de mon côté. mais merci pour l'info.
[11:11:06] <westbam> J'ai remarqué un autre souci avec fail2ban
[11:11:40] <westbam> dans /var/log/fail2ban.log
[11:11:46] <tituspijean> lautre westbam il y a un tutoriel sur le forum pour implémenter des restrictions géographiques
[11:12:01] <westbam> J'ai des erreurs pour 3 jail qui n'existe pas ou plus
[11:12:24] <westbam> yep tituspijean ha je vais regarder merci
[11:12:29] <tituspijean> (https://forum.yunohost.org/t/tuto-bloquer-les-requetes-selon-le-pays/9947)
[11:13:42] <westbam> 2023-03-06 12:09:01,286 fail2ban.transmitter [1565575]: WARNING Command ['status', 'postfix-sasl'] has failed. Received UnknownJailException('postfix-sasl')
2023-03-06 12:09:01,592 fail2ban.transmitter [1565575]: WARNING Command ['status', 'sshd-ddos'] has failed. Received UnknownJailException('sshd-ddos')
2023-03-06 12:09:01,745 fail2ban.transmitter [1565575]: WARNING Command ['status', 'dotclear2'] has failed. Received UnknownJailException('dotclear2')
[11:14:05] <westbam> Pour dotclear2 , j'avais testé l'appli un moment
[11:14:14] <westbam> mais je l'ai supprimé il y a peu ...
[11:14:51] <westbam> les jails sont généré à partir de quels fichiers ??
[11:15:23] <westbam> j'ai relancé le service nginx et fail2ban mais cela ne donne rien
[11:17:43] <westbam> j'ai testé un : fail2ban-client stop dotclear2
[11:17:54] <tituspijean> Mmmh bizarre pour dotclear2, son script de désinstallation est censé supprimer ses fichiers. Sinon, ça se passe dans `/etc/fail2ban/jail.d/$app.conf`, `/etc/fail2ban/filter.d/$app.conf`
[11:17:56] <westbam> mais il me retourne que cette jail n'existe pas
[11:20:07] <westbam> :/etc/fail2ban# grep -R "dotclear" me retourne rien
[11:21:58] <tituspijean> et après un simple `sudo fail2ban-client reload`?
[11:24:14] <Lep0le> hello
[11:24:29] <Lep0le> it's me again with my token issue
[11:24:44] <Lep0le> so everything is explain here :
[11:24:48] <Lep0le> https://forum.yunohost.org/t/invalid-token-as-suggest-by-lychee-team-maybe-its-a-yunohost-issue/23950
[11:25:15] <Lep0le> Just to spread the post and hope to find a solution...
[11:25:20] <Lep0le> Thanks for helping
[11:26:09] <westbam> > et après un simple `sudo fail2ban-client reload`?
Même chose
[11:35:42] <ynhuser> Serveur injoignable
[13:22:52] <ButterflyOfFire> > Good morning. Do you have an issue with your `dyndns` push ?

Solved ✅ Thank you !
[14:26:32] <kfckfckfc> لدم
[14:26:58] <kfckfckfc> سلام دوست من
[14:31:58] <nicofrand> Hi! Am I the only one for whom https://yunohost.org/apps does not respond?
[14:33:22] <Aleks (he/him/il/lui)> the server is currently down due to connectivty downtime or something
[15:00:22] <nicofrand> ok thx
[15:31:22] <john_livingston> the network is back, yunohost.org should be available
[15:32:12] <john_livingston> sorry for that. A network route was cut. It was just fixed by routing by another DC.
[15:32:52] <ynhuser> Impossible de démarrer le service 'dovecot'
[15:33:32] <ynhuser> Impossible de démarrer le service 'dovecot' dans yunohost
[15:36:20] <Aleks (he/him/il/lui)> cf the topic, no log and no context = no help
[19:36:09] <westbam[m]> et existe t'il une GUI permettant de checker et parametrer facilement l'etat de fail2ban
[19:36:09] <westbam[m]> est il possible de bloqué facilement les visisteurs d'un pays ?
[19:36:12] <kidon_[m]> > <@ynhuser:libera.chat> Serveur injoignable

On ne dirait pas que tu sois le seul nicofrand[m] et pareil pour moi
On dirait que ça touche tout yunohost.org
[19:53:48] <ppr> Bonsoir, est-ce que quelqu'un a déjà installé listmmonk ... et réussi à se loguer dans la partie admin de l'application ?
[19:54:15] <ppr> eric_G
[19:58:01] <eric_G> ah oui, je me souviens d'avoir packagé cette app... 😬
[20:08:28] <ppr> Bonne soirée !
[21:44:21] <rathantara> https://selfh.st/ed/news/chatgpt-self-hosting-questions/