Sunday, April 23, 2023
apps@conference.yunohost.org
April
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:50:04] <Yunohost Git/Infra notifications> App mumble-web goes down from level 8 to 2 in job [#15159](https://ci-apps.yunohost.org/ci/job/15159)
[08:46:02] <Yunohost Git/Infra notifications> [nextcloud_ynh] @JimboJoe [commented](https://github.com/YunoHost-Apps/nextcloud_ynh/pull/568#issuecomment-1518996801) on [issue #568](https://github.com/YunoHost-Apps/nextcloud_ynh/pull/568) Fix multi-instance installation on version 26: Closed as not relevant (see original PR).
[08:46:02] <Yunohost Git/Infra notifications> [nextcloud_ynh] @JimboJoe closed [pull request #568](https://github.com/YunoHost-Apps/nextcloud_ynh/pull/568): Fix multi-instance installation on version 26
[08:46:58] <Yunohost Git/Infra notifications> [nextcloud_ynh] @JimboJoe [commented](https://github.com/YunoHost-Apps/nextcloud_ynh/pull/564#issuecomment-1518997264) on [issue #564](https://github.com/YunoHost-Apps/nextcloud_ynh/pull/564) 26.0.1: The multi-instance regression looks identified upstream see https://github.com/nextcloud/server/issues/37610 An upstrea...
[08:49:42] <Yunohost Git/Infra notifications> [nextcloud_ynh/26.0.0] Auto-update README - yunohost-bot
[08:49:43] <Yunohost Git/Infra notifications> [nextcloud_ynh/26.0.0] Merge branch master into 26.0.0 - JimboJoe
[08:56:34] <Yunohost Git/Infra notifications> App weblate goes down from level 8 to 1 in job [#15163](https://ci-apps.yunohost.org/ci/job/15163)
[09:19:22] <Yunohost Git/Infra notifications> App pgadmin failed all tests in job [#15022](https://ci-apps.yunohost.org/ci/job/15022) :(
[10:12:58] <eric_G> Jellyfin is getting incrementally better 😅
[10:56:54] <tituspijean[m]> A few more tries and it will breach through level 8 and above 🙃
[11:02:08] <Yunohost Git/Infra notifications> [nextcloud_ynh] @lapineige [commented](https://github.com/YunoHost-Apps/nextcloud_ynh/pull/564#issuecomment-1519034754) on [issue #564](https://github.com/YunoHost-Apps/nextcloud_ynh/pull/564) 26.0.1: Should we wait for this one in that case ? Or can we block upgrade in that situation ?
[11:25:36] <rodinux[m]> > ```
> Add GPG key:
> ```
>
> mkdir -p -m 700 ~/.gnupg
> curl -fsSL https://download.onlyoffice.com/GPG-KEY-ONLYOFFICE | gpg --no-default-keyring --keyring gnupg-ring:/tmp/onlyoffice.gpg --import
> chmod 644 /tmp/onlyoffice.gpg
> sudo chown root:root /tmp/onlyoffice.gpg
> sudo mv /tmp/onlyoffice.gpg /usr/share/keyrings/onlyoffice.gpg
>
> ```
> Add ONLYOFFICE Docs repository:
> ```
>
> echo "deb [signed-by=/usr/share/keyrings/onlyoffice.gpg] https://download.onlyoffice.com/repo/debian squeeze main" | sudo tee /etc/apt/sources.list.d/onlyoffice.list

how can we do this to fix onlyoffice_ynh ?
[14:04:32] <rodinux> could someone help me to see how make this code better ?
[14:04:34] <rodinux> these lines are important https://github.com/rodinux/onlyoffice_ynh/blob/3460fccb676ca3b1b8b6cc531dde0496da9735d7/scripts/install#L165-L173
[14:04:35] <rodinux> but if I install onlyoffice by this way, it is important have a script remove which is appropriated
[14:19:55] <rodinux> I gonna try first on a yunohost server with a lets encrypt certificate because on my local virtualbox yunohost I haven't ssl
[14:24:26] <rodinux> it's working nice ! first test on my server OK
[14:36:14] <rodinux> it works, but I had to add the secret token string into the nextcloud onlyoffice module configuration.
[14:39:46] <rodinux> I don't know how the upgrade will do the job also...
[14:43:01] <rodinux> Can I submit a PR on the testing branch or it need some cleaning before ?
[15:23:10] <rodinux> well, If I remove the app onlyoffice, I still have services ds-converter ds-docservice ans ds-metrics loaded and not founds !
[15:34:50] <rodinux> after a while the services disappear...
[15:45:05] <Yunohost Git/Infra notifications> App mastodon rises from level 6 to 8 in job [#15167](https://ci-apps.yunohost.org/ci/job/15167) !
[16:03:51] <rodinux> well I see it is really not recommended do like this... But how use `ynh_install_extra_app_dependencies` without using `apt-key` add and have a repository like `deb [signed-by=/usr/share/keyrings/onlyoffice.gpg] https://download.onlyoffice.com/repo/debian squeeze main`
[16:35:59] <rodinux> or how use `ynh_install_extra_app_dependencies` without a `key="....asc"` ?
[17:02:04] <rodinux> Ok, I discover someone have found the solution here https://github.com/YunoHost-Apps/onlyoffice_ynh/pull/99
[17:04:38] <rodinux> I am so stupid not have seen it before... just as @sebmennetrier said here, the problem is with the check with the old systemd version changed https://github.com/YunoHost-Apps/onlyoffice_ynh/pull/99#issuecomment-1518976356
[18:16:47] <rodinux> Sorry for the CLI, I have canceled some tests to reinitialize some lines forgotten...
[18:24:06] <rodinux> I :crossfingers:
[18:31:19] <rodinux> Je sens que c'est sur la bonne voie...
[19:30:30] <Yunohost Git/Infra notifications> App emoncms goes down from level 8 to 3 in job [#15172](https://ci-apps.yunohost.org/ci/job/15172)
[19:53:45] <rodinux> Argghhh it could not be good as the check_install try install the old version of onlyoffice which is broken ! I think like @sebmennetrier this check must be commented, the `supervisorctl` service has been replaced by `ds-*` services `./install: line 159: supervisorctl: command not found`
[19:56:17] <rodinux> So if we want upgrade from old version, does the script upgrade will work ??
[19:59:57] <rodinux> https://ci-apps-dev.yunohost.org/ci/job/6917
[20:22:18] <rodinux> because this service is no more used on this release, it is replaced by services `ds-metrics` `ds-converter` and `ds-docservice`
[21:29:20] <rodinux> I try add comment on check_process https://github.com/rodinux/onlyoffice_ynh/blob/cfc6fe07089a9224c39e96ffd1a1405dadac28ed/check_process#L15-L26
[21:39:29] <rodinux> If needed I could try see what's happen if I upgrade an old onlyoffice in production, but I am scared about what's going to happen...
[21:43:18] <rodinux> Like the services changes I don't know how the cache of files edited on nextcloud will be mange
[21:43:34] <rodinux> *manage
[22:02:02] <Carlos Solís> Just pushed a PR to update an app. Sorry for the urgency, it's a critical security advisory: https://github.com/YunoHost-Apps/jellyfin_ynh/pull/130
[22:12:03] <gredin67> the upgrade of synapse gets blocked because "borg seems uncorrectly installed", any clue what's happening ? https://paste.yunohost.org/raw/ituyotimod
[22:12:13] <gredin67> how can I unblock the upgrade ?
[22:21:19] <rodinux> have you also an upgrade needed for borg ?
[22:28:28] <gredin67> yes but it fails https://github.com/YunoHost-Apps/borg_ynh/issues/140
[22:28:52] <gredin67> https://paste.yunohost.org/raw/lodiyiseyo
[22:33:16] <Spok> > <@gredin67:matrix.fdn.fr> the upgrade of synapse gets blocked because "borg seems uncorrectly installed", any clue what's happening ? https://paste.yunohost.org/raw/ituyotimod

I'm not sold on this being the issue, there are some connectivity errors with pip and then log says upgrade was manually aborted
[22:36:16] <rodinux> > https://paste.yunohost.org/raw/lodiyiseyo

have you retry before, this seems an old paste...
[22:38:31] <rodinux> well, also the last commit is nearly two weeks also..;
[22:38:56] <gredin67> I aborted because it was stale for about 1H
[22:40:39] <rodinux> like if the upgrade have execute an borgbackup
[22:41:06] <gredin67> it seems that chown on the synapse data dir is taking aaages
[22:42:31] <gredin67> https://github.com/YunoHost-Apps/synapse_ynh/blob/testing/scripts/upgrade#L464
[22:43:05] <rodinux> or try do on a screen `yunohost app upgrade borg__X` first ??
[22:45:42] <gredin67> it does seem related to borg in the end. I don't know why the owner was changed from matrix-synapse:matrix-synapse to matrix-synapse:root
[22:46:01] <rodinux> and wait perhaps time needed... I am not sure it is the solution, but perhaps, when borg is backing up, we can't execute `yunohost` command since it 's working
[22:46:31] <gredin67> it does not seem related to borg in the end. I don't know why the owner was changed from matrix-synapse:matrix-synapse to matrix-synapse:root
[23:18:27] <Yunohost Git/Infra notifications> App nomad goes down from level 7 to 1 in job [#15176](https://ci-apps.yunohost.org/ci/job/15176)