Friday, December 23, 2022
support@conference.yunohost.org
December
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:24:57] <malk> > does anyone is hosting from home with yunohost behind a reverse_proxy (and a router) ? I am curious how they manage the cerficate part...
> yeah SNI that's a way to digg

[00:25:05] <malk> Goooo
[00:25:14] <malk> Hlooh
[00:25:34] <malk> How are you how many what is this matter
[01:56:51] <will[m]> i'm having this issue with fully upgraded everything, anyone else know what the deal is? https://forum.yunohost.org/t/empty-apps-page-in-the-webadmin-after-upgrading-to-bullseye/20801
[02:14:37] <will[m]> fixed, running the commands in that thread showed that permissions for bitwarden were buggy and the vaultwarden github repo has an outstanding issue about this symptom. uninstalling bitwarden so that only vaultwarden remains was the fix.
[07:42:42] <Pierre0412> bonjour
[07:49:57] <nicofrand> [Kresus] Notifcation de test
Bonjour cher·e utilisateur·rice de Kresus,

Si vous lisez ce message, votre configuration de notification est correcte !

Passez une bonne journée.
Kresus
[08:53:48] <thatoo> Hello, what would be tha proper way (yunohost command) to edit this file `/etc/yunohost/apps/mautrix_telegram/settings.yml`
[08:54:35] <thatoo> when I do `sudo nano /etc/yunohost/apps/mautrix_telegram/settings.yml`, it tells me that it is on read only so I don't dare to edit it this way, I'm thinking there might be a specific yunohost command to run
[08:57:09] <tituspijean> There is no editing that file. 99% chance it is not the right way of doing what you want to do :)
[08:58:12] <tituspijean> (Except if there are instructions to do so within the package of the app, like its README)
[08:59:24] <tituspijean> thatoo: ^
[09:00:04] <thatoo> well the problem is that settings are wrong in it (heritage from install I guess) so everytime I update the app, it mess up the config
[09:00:38] <thatoo> so I then need to edit the `sudo nano /opt/yunohost/mautrix_telegram/config.yaml`
[09:01:31] <thatoo> which is not too difficult but just put me under stress and take me some time
[09:01:57] <tituspijean> If there are no config panel in the app, then yeah you are in the 1% :)
[09:02:36] <tituspijean> Edit the settings.yml, then perform a force-upgrade to make sure the variables in settings.yml are correctly loaded in the config.yaml
[09:03:03] <tituspijean> If you use sudo you can ignore the read-only flag
[09:03:23] <thatoo> so I edit it with nano, with sudo and I ignore the read-only flag, ok
[09:03:38] <thatoo> then how do I do a force-upgrade?
[09:04:40] <tituspijean> Bear in mind the changes in settings.yml are not automagically transposed in the app, hence the need of a force-upgrade.

`sudo yunohost app upgrade mautrix_telegram -F`
[09:04:56] <tituspijean> In the next version of YunoHost you'll have a button in the webadmin to do so.
[09:17:49] <thatoo> it works!
[09:17:49] <thatoo> Thank you
[09:21:23] <nicofrand> > <@titus:pijean.ovh> In the next version of YunoHost you'll have a button in the webadmin to do so.

ohhhh, good to know. No need for me to implement a button to recreate a virtualenv then (already recreated on force upgrade) :D
[09:29:01] <zek> Ищу работу
[10:07:25] <Mario> I am having this issue with gitea: 2022/12/23 09:56:49 ...er/issues/indexer.go:174:func2() [I] [63a57b61-8] PID 23745: Initializing Issue Indexer: bleve
[10:08:09] <Mario> when trying to open the page it gives and 502 bad gateway nginx error
[10:08:21] <Mario> What could it be?
[10:56:51] <tituspijean> > <Mario> when trying to open the page it gives and 502 bad gateway nginx error

It's because its service is down. Please share the full service log.
[11:03:38] <Mario> https://paste.yunohost.org/anekijewam
[11:09:45] <tituspijean> Mario: is it continuously failing or randomly? I see one relevant line where it says the process received a terminal signal. Either you stopped the service, or another process is closing it for you. :/
[11:10:09] <tituspijean> (Though it does not look like memory issue, can you check you have enough free memory?)
[11:10:11] <Mario> after last reboot it's down
[11:10:25] <tituspijean> Try stopping and restarting the service
[11:10:44] <Mario> I have a 1TB hdd with only 5% used
[11:10:52] <Mario> > Try stopping and restarting the service
will do it
[11:12:37] <thatoo> > <@thatoo:defis.info> sent an image.

Avant de cliquer sur "ignorer", j'ai regardé les logs que je vous partage :
```
É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'
```
[11:13:20] <thatoo> si une idée comment résoudre ça, c'est mieux que "ignorer" mais en attendant que ça se résolve, je vais en effet cliquer sur "ignorer"
[11:13:53] <Mario> > Try stopping and restarting the service
just did it, the problem persists
[11:14:32] <Mario> here're the logs after it: https://paste.yunohost.org/yumihuvela
[11:24:52] <pti-jean> Visiblement, à lire si vous voulez vous lancer dans la migration 64bits et que vous utilisez Vaultwarden:
https://forum.yunohost.org/t/resolu-migration-64bits-plantage-vaultwarden/22725/8
Au départ, je pensai être un cas isolé, mais visiblement c'est généralisé à tout le monde!
[11:54:55] <tituspijean> pti-jean: j'ai mis mon grain de sel pour une meilleure solution
[11:57:08] <pti-jean> 👍️
[12:01:18] <tituspijean> Mario: mmmh weird... can you share the output of `sudo yunohost app setting gitea port` ?
[12:30:09] <Mario> > Mario: mmmh weird... can you share the output of `sudo yunohost app setting gitea port` ?
it shows no output at all
[13:00:46] <tituspijean> `sudo yunohost app setting gitea -f | grep port`
[13:00:54] <tituspijean> Mario: let's try this one
[13:03:49] <Mario> $ sudo yunohost app setting gitea -f | grep port
usage: yunohost app setting app key [-h] [-v VALUE] [-d]
yunohost app setting: error: the following arguments are required: key
[13:08:57] <tituspijean> Grmbl
[13:09:46] <tituspijean> `sudo yunohost app setting gitea web_port` ?
[13:11:22] <Mario> $ sudo yunohost app setting gitea web_port
6000
[13:46:38] <Mario> now out of nothing it's working back again
[13:46:57] <Mario> it happened before the other day
[14:01:00] <archmatt> https://aria.im/_matrix/media/v1/download/matrix.org/pSFKAblwEqRnIyhftqrsDrSJ
[14:01:00] <archmatt> Hello, i am looking for help with settings for AdGuard encryption this is what i get if i tried to set-up corectly

website is on and works through HTTPS 443 it open also in router but i get this massages its not open and also invalid certifiation path but i looked for them and they are stored in etc/yunohost/certs/yourdomainname.xyz/key.pem or crt.pem


[14:01:07] <archmatt> how should i set up it ?
[18:11:36] <Karl (AT)> Good evening, I run into the problem that i need to downgrade Dolibarr to 15.0.3 to be able to import a backup i received, then upgrading again. I already searched alot because I am sure it was possible to install/downgrade a application on command line.

Can somebody point me to a document where the command line commands are listed, or post the command here.

Thank you very much.


[18:31:55] <tituspijean> Karl (AT): downgrade is not possible (well, technically you could upgrade to an older commit of the repo, but it's unstable as f*ck).
You could install an older version if you find the right commit on the dolibarr_ynh repo, with the command `sudo yunohost app install https//github.com YunoHost-Apps/dolibarr_ynh/tree/$THE_COMMIT -f`
[18:34:25] <Karl (AT)> I found the commit
https://github.com/YunoHost-Apps/dolibarr_ynh/commit/c91139d3859032c3982b4bba3943aeae3ca57948
I will try that one. The problem is, that importing a 15.0.3 mysql dump into 16.x coule result in long term problems, so i want to import it in the correct version.
[19:53:49] <Mario> I was willing to make a donation to yunohost team, but I don't have a bank account. Is there the possibility to make donations via lightning network?
[19:59:05] <tituspijean> Most of the team is not too fond of crypto, so we do not support receiving it :/
[22:03:23] <sajid_nawabzada> Hi