Saturday, January 10, 2026
dev@conference.yunohost.org
January
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  
             

[15:51:20] <kayou> I had to restart the command `chmod g-w /home/$USER` after each regen-conf yunohost. I found the issue it was about the acl (during the yunohost regen conf we do something like setactl g:all_users:---), and for some reason, it "revert" the chmod g-w.

To not have to relaunch the chmod on each regen-conf (each yunohost upgrade for example), the solution is to remove the write permission on each group in the acl, for me it was:

```
setfacl -m g::r-x /home/$USER
setfacl -m g:nextcloud:r-x /home/$USER
```

after that, no more issue with my ssh keys
[17:06:21] <eric_G> We all have problems with Trixie and PostgreSQL, don't we?
https://paste.yunohost.org/raw/ikilutadip
[17:08:39] <Aleks (he/him/il/lui)> ```
2026-01-10 18:05:10,698: DEBUG - + ynh_psql_create_db miniflux miniflux
2026-01-10 18:05:10,698: DEBUG - + local db=miniflux
2026-01-10 18:05:10,698: DEBUG - + local user=miniflux
2026-01-10 18:05:10,698: DEBUG - + local 'sql=CREATE DATABASE miniflux;'
2026-01-10 18:05:10,698: DEBUG - + '[' -n miniflux ']'
2026-01-10 18:05:10,698: DEBUG - + sql+='ALTER DATABASE miniflux OWNER TO miniflux;'
2026-01-10 18:05:10,698: DEBUG - + sql+='GRANT ALL PRIVILEGES ON DATABASE miniflux TO miniflux WITH GRANT OPTION;'
2026-01-10 18:05:10,698: DEBUG - + sudo --login --user=postgres psql
2026-01-10 18:05:10,777: WARNING - WARNING: database "postgres" has a collation version mismatch
2026-01-10 18:05:10,777: WARNING - DETAIL: The database was created using collation version 2.36, but the operating system provides version 2.41.
2026-01-10 18:05:10,777: WARNING - HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
2026-01-10 18:05:10,778: WARNING - ERROR: template database "template1" has a collation version mismatch
2026-01-10 18:05:10,778: WARNING - DETAIL: The template database was created using collation version 2.36, but the operating system provides version 2.41.
2026-01-10 18:05:10,778: WARNING - HINT: Rebuild all objects in the template database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
2026-01-10 18:05:10,778: WARNING - ERROR: database "miniflux" does not exist
2026-01-10 18:05:10,780: WARNING - ERROR: database "miniflux" does not exist
```
[17:08:56] <Aleks (he/him/il/lui)> what the heck is a "collation" :|
[17:09:37] <Aleks (he/him/il/lui)> the only collation i know is pippin asking for second breakfast
[17:10:49] <eric_G> I have this collation thing each time I try to install an app using postgresql
[17:11:28] <eric_G> also, postgresql service is broken since when I migrated to YNH 13...
[17:13:08] <eric_G> `dead depuis environ 56 ans` 😱
[18:40:19] <orhtej2> > <@ericg:matrix.org> `dead depuis environ 56 ans` 😱

it's been proudly 56 years since EPOCH
[22:43:41] <artlog> eric_G: i get the very same, but system is working. 56 years is just the age of unix ...
[22:58:47] <Yunohost Git/Infra notifications> [yunohost] C​odeShakingSheep opened [pull request #2256](https://github.com/YunoHost/yunohost/pull/2256): Add comment for ynh_del_swap for proper doc generation