[10:06:58]
<plux> otm33:
```
php -v
PHP 8.2.32 (cli) (built: Jul 3 2026 10:02:17) (NTS)
php -m
paste.yunohost.org/raw/garuhibido
```
[10:09:15]
<plux> mbstring non présent de mon côté
[10:57:29]
<otm33> plux: L’hypothèse est qu’à cause de l’absence de mbstring pour le php ‘système‘ la màj de roundcube échouerait. Le script installto.sh lance install-jsdeps.sh et update.sh avec le php système (et non plus explicitement php8.5) et, en deux-trois appels, ça finit par impliquer mbstring.
[11:32:18]
<plux> Ok otm33 . C'est une problématique qui doit être réglée de mon côté ou via une modif du script ?
[11:32:37]
<orhtej2> > <@otm33:matrix.org> plux: L’hypothèse est qu’à cause de l’absence de mbstring pour le php ‘système‘ la màj de roundcube échouerait. Le script installto.sh lance install-jsdeps.sh et update.sh avec le php système (et non plus explicitement php8.5) et, en deux-trois appels, ça finit par impliquer mbstring.
Yeah, that's the issue, I assumed it would pick up the right version, my bad
[11:32:38]
<otm33> So the fixes are either to install php-mbstring or to remove php8.2 if no longer needed or to run php8.5 bin/install-jsdeps.sh (andsame for update.sh), right?
[12:00:07]
<orhtej2> > <@otm33:matrix.org> So the fixes are either to install php-mbstring or to remove php8.2 if no longer needed or to run php8.5 bin/install-jsdeps.sh (andsame for update.sh), right?
Php 8.2 is system-default on bookworm, I'd much rather run install with invoker PHP
[12:00:41]
<otm33> So better overriding the upgrade script with php8.5 bin/install-jsdeps.sh etc ?
[12:03:16]
<orhtej2> > <@otm33:matrix.org> So better overriding the upgrade script with php8.5 bin/install-jsdeps.sh etc ?
Probably yes
[12:03:33]
<orhtej2> I'll look into updating upstream script as well
[12:04:07]
<otm33> Anyway this will only affect a tiny fraction of servers: those running php8.2 without mbstring afaiu
[12:18:47]
<orhtej2> > <@otm33:matrix.org> Anyway this will only affect a tiny fraction of servers: those running php8.2 without mbstring afaiu
Should work everywhere TM
[12:18:48]
<otm33> plux: Pfff, ce n'est pas évident... installer php mbstring pour 8.2 peut être une solution mais ce n'est pas forcément la meilleure.
Tu peux aussi lancer l'upgrade et une fois qu'elle est finie, lancer
```
sudo yunohost app shell roundcube
php8.5 ./bin/install-jsdeps.sh
php8.5 ./bin/update.sh
```
Ou... attendre, le temps de voir si cela ne peut pas être intégré en amont ;)
[12:18:48]
<otm33> I removed php8.2 from one of my servers and the upgrade went smoothly
[12:57:54]
<rodinux> Hello, j'ai un soucis avec 2 grav installés sur un serveur, si redémarre le service php8.4-fpm c'est soit l'un soit l'autre qui devient inaccessible et qui cherche à lire un fichier de l'autre grav.
[12:59:55]
<rodinux> J'ai ouvert une issue sur le dépôt...
[13:18:44]
<plux> > plux: Pfff, ce n'est pas évident... installer php mbstring pour 8.2 peut être une solution mais ce n'est pas forcément la meilleure.
> Tu peux aussi lancer l'upgrade et une fois qu'elle est finie, lancer
> ```
> sudo yunohost app shell roundcube
> php8.5 ./bin/install-jsdeps.sh
> php8.5 ./bin/update.sh
> ```
> Ou... attendre, le temps de voir si cela ne peut pas être intégré en amont ;)
otm33: ok noté, merci d'avoir pris le temps
[14:56:51]
<tokaparas> do you plan to update qbittorrent? the current one is v4.5.2
[14:57:55]
<tokaparas> https://sharpsec.run/rce-vulnerability-in-qbittorrent/
[18:15:26]
<orhtej2> > <@tokaparas:matrix.org> do you plan to update qbittorrent? the current one is v4.5.2
No, we ship debian-packaged version https://packages.debian.org/bookworm/qbittorrent-nox
[18:15:26]
<orhtej2> trixie ships 5.1
[18:15:26]
<orhtej2> i assume fix may be backported by debian security 🤷
[18:15:27]
<tokaparas> i can update qbittorrent from the opensuse repository but then when i rebooted the host, the web app broke
[18:15:41]
<tokaparas> https://software.opensuse.org//download.html?project=home%3Anikoneko%3Atest&package=qbittorrent
[18:38:53]
<orhtej2> did you take Debian 12 version?
[18:38:53]
<tokaparas> yes