Thursday, February 26, 2026
dev@conference.yunohost.org
February
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
 
             

[08:28:00] <Yunohost Git/Infra notifications> [issues] C​romagnon31 [commented](https://github.com/YunoHost/issues/issues/2762#issuecomment-3964958516) on [issue #2762](https://github.com/YunoHost/issues/issues/2762) Trixie migration report yunohost 12.1.39 -> 13.0.4. Apt issues: > You mean this line ?
No, I mean this one :
2026-02-25 10:36:52,246: WARNING - invoke-rc.d: policy-rc.d denied executio...
[08:34:59] <Yunohost Git/Infra notifications> [issues] C​romagnon31 [commented](https://github.com/YunoHost/issues/issues/2762#issuecomment-3964958516) on [issue #2762](https://github.com/YunoHost/issues/issues/2762) Trixie migration report yunohost 12.1.39 -> 13.0.4. Apt issues: > You mean this line ?

No, I mean this one :
2026-02-25 10:36:52,246: WARNING - invoke-rc.d: policy-rc.d denied executi...
[14:43:36] <Yunohost Git/Infra notifications> [issues] C​romagnon31 [commented](https://github.com/YunoHost/issues/issues/2762#issuecomment-3967008689) on [issue #2762](https://github.com/YunoHost/issues/issues/2762) Trixie migration report yunohost 12.1.39 -> 13.0.4. Apt issues: I found another issue. If I look at users using :

getent passwd

Yunohost users are not displayed.

Should I op...
[20:45:32] <eric_G> Would it be better to use `if [ ${enable_notify_push:-0} -eq 1 ]` instead of `if [ $enable_notify_push -eq 1 ]` here? https://github.com/YunoHost-Apps/nextcloud_ynh/blob/4a0b89b66290db09b968320e2a5d530cd3bb7b97/scripts/install#L294
[21:45:36] <Yunohost Git/Infra notifications> [issues] S​alamandar [commented](https://github.com/YunoHost/issues/issues/2762#issuecomment-3969419252) on [issue #2762](https://github.com/YunoHost/issues/issues/2762) Trixie migration report yunohost 12.1.39 -> 13.0.4. Apt issues: > > You mean this line ?
>
> No, I mean this one : 2026-02-25 10:36:52,246: WARNING - invoke-rc.d: policy-rc.d denied e...
[21:50:20] <Yunohost Git/Infra notifications> [yunohost] S​alamandar pushed to trixie: sssd: set enumerate=true for ldap this is required for getent passwd to list ldap users ([4956d3bb](https://github.com/YunoHost/yunohost/commit/4956d3bb71930b1ca99ad485df6398c6bd662ab4))
[21:50:28] <Yunohost Git/Infra notifications> [issues] S​alamandar [commented](https://github.com/YunoHost/issues/issues/2762#issuecomment-3969441326) on [issue #2762](https://github.com/YunoHost/issues/issues/2762) Trixie migration report yunohost 12.1.39 -> 13.0.4. Apt issues: > I found another issue. If I look at users using :
>
>
> getent passwd
>
>
> Yunohost users are not displayed...
[22:07:19] <Yunohost Git/Infra notifications> 🏗️ Starting build for yunohost/13.0.4+202602262300 for trixie/unstable/all...
[22:10:57] <Yunohost Git/Infra notifications> ✔️ Completed build for yunohost/13.0.4+202602262300 for trixie/unstable/all.
[22:14:59] <Yunohost Git/Infra notifications> ✔️ Completed distribution for yunohost/13.0.4+202602262300 for trixie/unstable.
[22:24:00] <Yunohost Git/Infra notifications> [issues] S​alamandar [commented](https://github.com/YunoHost/issues/issues/2761#issuecomment-3969540010) on [issue #2761](https://github.com/YunoHost/issues/issues/2761) [Bug] Trixie: Diagnostics flag yunohost.sources as manually modified and warn about testing repo after upgrade from 13.0.1 to 13.0.4 via installer: gmpfpf
[22:24:17] <Yunohost Git/Infra notifications> [issues] S​alamandar [commented](https://github.com/YunoHost/issues/issues/2761#issuecomment-3969540010) on [issue #2761](https://github.com/YunoHost/issues/issues/2761) [Bug] Trixie: Diagnostics flag yunohost.sources as manually modified and warn about testing repo after upgrade from 13.0.1 to 13.0.4 via installer: > Notice how local deb_sources=" drops down to a new line before Types: deb and Signed-By: /etc/apt/trusted.gpg.d/yunoho...
[22:55:20] <Aleks (he/him/il/lui)> hmmm maybe but i'm not sure what you're trying to address ? there's a `ynh_app_setting_set_default --key=enable_notify_push --value=0` so it's defined as 0 as default anyway ?
[22:56:48] <Aleks (he/him/il/lui)> or if i remember correctly there might a story where this stuff ends up being `true` or `false` instead of 0 / 1 because of config panel shenaningans and it's unclear how to fix this exactly