Sunday, November 06, 2022
support@conference.yunohost.org
November
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
       
             

[01:31:22] <Aleks (he/him/il/lui)> if you want help maybe you could first state your actual issue ... so far we've been talking about "finding the source script to create the initial admin user", then "deleting the admin legacy user", then there is some undefined "re-postinstall error" situation, and now "i was not able to ssh in anymore" (... is it why you deleted the admin user ? how is that related ? idk)
[02:28:31] <kaonashi696> Would someone be kind enough to add LibreTranslate to YunoHost?
[07:30:57] <tituspijean> kaonashi696: the app is already listed in our wishlist and develoment has started. To contribute : https://github.com/YunoHost-Apps/libretranslate_ynh
[11:38:18] <matt> > <@Alekswag:matrix.org> if you want help maybe you could first state your actual issue ... so far we've been talking about "finding the source script to create the initial admin user", then "deleting the admin legacy user", then there is some undefined "re-postinstall error" situation, and now "i was not able to ssh in anymore" (... is it why you deleted the admin user ? how is that related ? idk)

Hi Aleks (he/him/il/lui) I had another issue since the last update of freshRSS, so I am acting on the supervisor level (delow) to restore a backup.
[11:39:00] <matt> I'll keep posting on how it goes
[11:59:42] <Aleks (he/him/il/lui)> :|
[12:55:57] <eric_G> Wow, sometimes self-hosting seems to be so complicated 😅
[15:01:29] <TheMachuPichu> Hello
[15:02:14] <TheMachuPichu> It's possible to use YunoHost for create a maven repository custom ?*
[16:49:43] <matt> > <@ericg:matrix.org> Wow, sometimes self-hosting seems to be so complicated 😅

Especially when you play along on saturday evening, while you should be in your bed 😅
[16:49:59] <matt> It went fine, everything back online! :)
[16:52:50] <rodrigue7800> aleks ?
[16:56:53] <Aleks (he/him/il/lui)> https://media.tenor.com/AMW7iZUj-JwAAAAd/homer-simpson-hiding.gif
[16:56:55] <rodrigue7973> coucou
[16:57:15] <rodrigue7973> i am french belgian ;)
[18:10:32] <jamniczek> Hey, I have a problem with accessing my server (mini PC) while connected to my home wifi. It says the website cannot be accessed. It works fine when I'm connected to different network or when using VPN.

I've found out that it must be hairpinning (https://yunohost.org/en/dns_local_network)

I had no luck with any attempts to make it work. Editing _hosts_ file does work, but it doesn't help with accessing the server on my mobile or tv.

I reached out to my ISP and they said it's not possible to set any DNS redirection on my router. On my ISP's forum it was recommended to me to set up my own DNS server.

I'm not super technical, but I've found that there's *Technitium DNS* app, so I've installed it, but have literally no clue what should I configure here so it works how I want it.

Anyone able to help here or suggest any other solution? It's quite frustrating, to be honest, as I'm supper happy with YH and all the apps I can access, but I'd need them on my home network to work on different devices...
[18:33:02] <Thatoo> Bonsoir, Yunohost a un problème avec le diag IP
```
Échec du diagnostic pour la catégorie 'ip':
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 169, in _new_conn
conn = connection.create_connection(
File "/usr/lib/python3/dist-packages/urllib3/util/connection.py", line 96, in create_connection
raise err
File "/usr/lib/python3/dist-packages/urllib3/util/connection.py", line 86, in create_connection
sock.connect(sa)
socket.timeout: timed out

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 699, in urlopen
httplib_response = self._make_request(
File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 382, in _make_request
self._validate_conn(conn)
File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 1012, in _validate_conn
conn.connect()
File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 353, in connect
conn = self._new_conn()
File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 174, in _new_conn
raise ConnectTimeoutError(
urllib3.exceptions.ConnectTimeoutError: (, 'Connection to ip6.yunohost.org timed out. (connect timeout=30)')

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/requests/adapters.py", line 439, in send
resp = conn.urlopen(
File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 755, in urlopen
retries = retries.increment(
File "/usr/lib/python3/dist-packages/urllib3/util/retry.py", line 574, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='ip6.yunohost.org', port=443): Max retries exceeded with url: / (Caused by ConnectTimeoutError(, 'Connection to ip6.yunohost.org timed out. (connect timeout=30)'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/moulinette/utils/network.py", line 24, in download_text
r = requests.get(url, timeout=timeout)
File "/usr/lib/python3/dist-packages/requests/api.py", line 76, in get
return request('get', url, params=params, **kwargs)
File "/usr/lib/python3/dist-packages/requests/api.py", line 61, in request
return session.request(method=method, url=url, **kwargs)
File "/usr/lib/python3/dist-packages/requests/sessions.py", line 542, in request
resp = self.send(prep, **send_kwargs)
File "/usr/lib/python3/dist-packages/requests/sessions.py", line 655, in send
r = adapter.send(request, **kwargs)
File "/usr/lib/python3/dist-packages/requests/adapters.py", line 504, in send
raise ConnectTimeout(e, request=request)
requests.exceptions.ConnectTimeout: HTTPSConnectionPool(host='ip6.yunohost.org', port=443): Max retries exceeded with url: / (Caused by ConnectTimeoutError(, 'Connection to ip6.yunohost.org timed out. (connect timeout=30)'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/yunohost/diagnosers/10-ip.py", line 220, in get_public_ip
return download_text(url, timeout=30).strip()
File "/usr/lib/python3/dist-packages/moulinette/utils/network.py", line 30, in download_text
raise MoulinetteError("invalid_url", url=url)
moulinette.core.MoulinetteError: Impossible de se connecter à https://ip6.yunohost.org... peut-être que le service est hors service/indisponible/interrompu, ou que vous n'êtes pas correctement connecté à Internet en IPv4/IPv6.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/yunohost/diagnosis.py", line 196, in diagnosis_run
code, report = diagnoser.diagnose(force=force)
File "/usr/lib/python3/dist-packages/yunohost/diagnosis.py", line 449, in diagnose
items = list(self.run())
File "/usr/lib/python3/dist-packages/yunohost/diagnosers/10-ip.py", line 88, in run
ipv6 = self.get_public_ip(6) if can_ping_ipv6 else None
File "/usr/lib/python3/dist-packages/yunohost/diagnosers/10-ip.py", line 224, in get_public_ip
self.logger_debug(f"Could not get public IPv{protocol} : {e}")
AttributeError: 'MyDiagnoser' object has no attribute 'logger_debug
```
[18:34:13] <Thatoo> tout semble fonctionner mais je préfère prévenir et poser la question et résoudre le pbm si besoin avant que ce ne soit un vrai problème
[18:36:06] <Aleks (he/him/il/lui)> hmouai chelou qu'on ai pas vu ce bug plus tôt
[18:36:11] <Aleks (he/him/il/lui)> résolu dans https://github.com/YunoHost/yunohost/commit/d6952046fcd8844c787c3c39ff0bb20cefa9beea meme si bon c'est pas le bug du siecle
[18:36:44] <Thatoo> Connecté en ssh, je peux pinger ce que je veux
[18:37:43] <Thatoo> ah ok, si pas un vrai bug et si il suffit d'attendre une maj, tout va bien alors
[18:42:44] <Thatoo> ou alors, il suffit de supprimer `self.` en début de ligne du fichier /usr/lib/python3/dist-packages/yunohost/diagnosers/10-ip.py si je comprends bien mais il doit falloir ensuite relancer un service je suppose, lequel?
[18:45:44] <Elzen> <Elzen> Hi there. Looks like somebody is trying to bruteforce my postfix, and my fail2ban logs contains an UnknownJailException('postfix-sasl'). Don't know much about fail2ban, I didn't modify it myself. Is there a way to fix that? ← Looks like shutting down the postfix service a few minutes stopped the attack.
[22:57:38] <ynhuser> lol how many of you are here? 360+ ?! So glad I've found yunohost!
[23:45:12] <Aleks (he/him/il/lui)> :P