[04:54:49]
<lautre> Est ce que par hasard tu aurais un sorte de "protection antivirus" activée sur la box de ton FAI?
Je veux bien le nom de ce FAI qui ne te propose pas un accès à Internet.
[07:36:15]
<Salamandar> > <@lautre:matrix.org> Est ce que par hasard tu aurais un sorte de "protection antivirus" activée sur la box de ton FAI?
> Je veux bien le nom de ce FAI qui ne te propose pas un accès à Internet.
Orange ? 😁
[07:40:55]
<soggywhale> c'est upc/sunrise en Suisse...
[07:41:12]
<soggywhale> apparement ils bloquent ces ports pour des raisons de sécurités....
[08:39:15]
<soggywhale> raaah quel casse tête, qu'est ce que je fais ? j'ai un VPS que je peux utiliser. Je fais un reverse proxy tunnel ?
[10:16:08]
<rodinux> Nouvelle migration vers Yunohost 12, j'ai un petit soucis
```
Warning: E: Sub-process /usr/bin/dpkg returned an error code (1)
Warning: Job for php7.3-fpm.service failed because the control process exited with error code.
Warning: See "systemctl status php7.3-fpm.service" and "journalctl -xeu php7.3-fpm.service" for details.
Warning: invoke-rc.d: initscript php7.3-fpm, action "restart" failed.
Warning: dpkg: error processing package php7.3-fpm (--configure):
Warning: installed php7.3-fpm package post-installation script subprocess returned error exit status 1
Warning: grub-pc: Running grub-install ...
Warning: /dev/vda does not exist, so cannot grub-install to it!
Warning: You must correct your GRUB install devices before proceeding:
Warning:
Warning: DEBIAN_FRONTEND=dialog dpkg --configure grub-pc
Warning: dpkg --configure -a
Warning: dpkg: error processing package grub-pc (--configure):
Warning: installed grub-pc package post-installation script subprocess returned error exit status 1
Warning: Errors were encountered while processing:
Warning: php7.3-fpm
Warning: grub-pc
Error: Migration 0027_migrate_to_bookworm did not complete, aborting. Error: Failed to run command 'aptitude full-upgrade --show-why -o Dpkg::Options::='--force-confold''
Info: The operation 'Run migrations' could not be completed. Please share the full log of this operation using the command 'yunohost log share 20250718-093544-tools_migrations_migrate_forward' to get help
```
[10:24:52]
<rodinux> j'imagine que je dois reconfigurer le grub... j'ai lancer `dpkg --configure -a` et mis le grub-pc sur /dev/sda, maintenant j'ai toujours l'erreur php7.3
```
Installing for i386-pc platform.
Installation finished. No error reported.
grub-install success for /dev/sda
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-6.1.0-37-amd64
Found initrd image: /boot/initrd.img-6.1.0-37-amd64
Found linux image: /boot/vmlinuz-5.10.0-35-amd64
Found initrd image: /boot/initrd.img-5.10.0-35-amd64
Found linux image: /boot/vmlinuz-5.10.0-34-amd64
Found initrd image: /boot/initrd.img-5.10.0-34-amd64
Warning: os-prober will not be executed to detect other bootable partitions.
Systems on them will not be added to the GRUB boot configuration.
Check GRUB_DISABLE_OS_PROBER documentation entry.
done
Errors were encountered while processing:
php7.3-fpm
[10:29:00]
<err404> C'est normal ton i386-pc platform? tu n'a vraiment qu'une machine 32bits?
[10:29:27]
<rodinux> non
[10:29:41]
<rodinux> mais c'est une VM quemu
[10:30:38]
<rodinux> j'ai eu un soucis dans le genre avec une autre VM, j'avais du faire un `apt remove libc6-i386`
[10:30:54]
<rodinux> mais pas les mêmes erreurs...
[10:33:34]
<rodinux> là je supprime des vielles conf php7.3-fpm qui sont restées, mais pas utilisées
[10:34:22]
<rodinux> je pense que je peux même purger php7.3
[10:39:43]
<rodinux> Bon, en fait oui je peux le supprimer
```
sudo lsof | grep /var/run/php | awk '{print $9}' | sort -u | cut -d'/' -f5 | awk -F'-' '{print $1,$3}' | cut -d'.' -f1,2
php7.4 phpservermon
php8.0 my_webapp__6
php8.0 my_webapp__7
php8.0 my_webapp
php8.1 dokuwiki
php8.1 my_webapp__2
php8.1 my_webapp__4
php8.2 grav__2
php8.2 grav
php8.2 phpmyadmin
php8.3 dolibarr
php8.3 matomo
php8.3 roundcube
php8.4 my_webapp__3
[10:43:13]
<rodinux> Ahhh zut
```
apt purge php7.3
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Package 'php7.3' is not installed, so not removed
The following package was automatically installed and is no longer required:
linux-image-5.10.0-34-amd64
Use 'apt autoremove' to remove it.
0 upgraded, 0 newly installed, 0 to remove and 5 not upgraded.
1 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Setting up php7.3-fpm (7.3.33-25+0~20250707.133+debian12~1.gbp70fb14) ...
Job for php7.3-fpm.service failed because the control process exited with error code.
See "systemctl status php7.3-fpm.service" and "journalctl -xeu php7.3-fpm.service" for details.
invoke-rc.d: initscript php7.3-fpm, action "restart" failed.
● php7.3-fpm.service - The PHP 7.3 FastCGI Process Manager
Loaded: loaded (/lib/systemd/system/php7.3-fpm.service; disabled; preset: enabled)
Active: activating (auto-restart) (Result: exit-code) since Fri 2025-07-18 12:41:15 CEST; 10ms ago
Docs: man:php-fpm7.3(8)
Process: 3006019 ExecStart=/usr/sbin/php-fpm7.3 --nodaemonize --fpm-config /etc/php/7.3/fpm/php-fpm.conf (code=exited, status=78)
Process: 3006020 ExecStopPost=/usr/lib/php/php-fpm-socket-helper remove /run/php/php-fpm.sock /etc/php/7.3/fpm/pool.d/www.conf 73 (code=exited, status=0/S
UCCESS)
Main PID: 3006019 (code=exited, status=78)
CPU: 59ms
dpkg: error processing package php7.3-fpm (--configure):
installed php7.3-fpm package post-installation script subprocess returned error exit status 1
Errors were encountered while processing:
php7.3-fpm
E: Sub-process /usr/bin/dpkg returned an error code (1)
```
[10:49:57]
<rodinux> Argh, des vielles dependances sont restées, j'ai du suppimer ces paquets de vielles configs `apt remove wordpress-ynh-deps wordpress--3-ynh-deps ` qui devaient nécessiter php7.3
[10:50:39]
<rodinux> Mais je n'arrive toujours pas à remove php7.3
```
apt purge php7.3
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Package 'php7.3' is not installed, so not removed
The following packages were automatically installed and are no longer required:
linux-image-5.10.0-34-amd64 php7.3-curl php7.3-fpm php7.3-gd php7.3-ldap php7.3-mysql php7.3-soap php7.3-ssh2 php7.3-zip
Use 'apt autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 5 not upgraded.
1 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Setting up php7.3-fpm (7.3.33-25+0~20250707.133+debian12~1.gbp70fb14) ...
Job for php7.3-fpm.service failed because the control process exited with error code.
See "systemctl status php7.3-fpm.service" and "journalctl -xeu php7.3-fpm.service" for details.
invoke-rc.d: initscript php7.3-fpm, action "restart" failed.
● php7.3-fpm.service - The PHP 7.3 FastCGI Process Manager
Loaded: loaded (/lib/systemd/system/php7.3-fpm.service; disabled; preset: enabled)
Active: activating (auto-restart) (Result: exit-code) since Fri 2025-07-18 12:47:34 CEST; 9ms ago
Docs: man:php-fpm7.3(8)
Process: 3010673 ExecStart=/usr/sbin/php-fpm7.3 --nodaemonize --fpm-config /etc/php/7.3/fpm/php-fpm.conf (code=exited, status=78)
Process: 3010674 ExecStopPost=/usr/lib/php/php-fpm-socket-helper remove /run/php/php-fpm.sock /etc/php/7.3/fpm/pool.d/www.conf 73 (code=exited, status=0/S
UCCESS)
Main PID: 3010673 (code=exited, status=78)
CPU: 54ms
dpkg: error processing package php7.3-fpm (--configure):
installed php7.3-fpm package post-installation script subprocess returned error exit status 1
Errors were encountered while processing:
php7.3-fpm
[10:53:03]
<tituspijean[m]> @rodinux:matrix.orgque se passe-t-il si tu suis la suggestion de faire `apt autoremove` ?
[10:53:43]
<tituspijean[m]> et sinon, que se passe-t-il si tu fais `apt remove php7.3-fpm` ?
[10:53:51]
<rodinux> yep ! merci
[10:54:00]
<tituspijean[m]> (puisque que clairement c'est ça qui bloque la purge)
[10:54:12]
<rodinux> maintenant je relance la migration ?
[10:54:54]
<tituspijean[m]> si ça a marché, je ne vois pas ce qui t'en empêcherait
[10:56:49]
<rodinux> Il me fait un truc chelou
```
to read info for coturn : Invalid version: '4.5.2.3~ynh8'
Error: Failed to read info for dokuwiki : Invalid version: '2024.02.06a~ynh1'
Error: Failed to read info for dolibarr : Invalid version: '19.0.3~ynh1'
Error: Failed to read info for etherpad_mypads : Invalid version: '1.9.1~ynh3'
Error: Failed to read info for galene : Invalid version: '0.9.1~ynh4'
Error: Failed to read info for gitea : Invalid version: '1.20.4~ynh1'
Error: Failed to read info for grav : Invalid version: '1.7.48~ynh2'
Error: Failed to read info for grav__2 : Invalid version: '1.7.48~ynh2'
Error: Failed to read info for listmonk : Invalid version: '4.1.0~ynh2'
Error: Failed to read info for matomo : Invalid version: '5.1.2~ynh1'
Error: Failed to read info for my_webapp : Invalid version: '1.0~ynh21'
Error: Failed to read info for my_webapp__2 : Invalid version: '1.0~ynh21'
Error: Failed to read info for my_webapp__3 : Invalid version: '1.0~ynh21'
Error: Failed to read info for my_webapp__4 : Invalid version: '1.0~ynh21'
Error: Failed to read info for my_webapp__6 : Invalid version: '1.0~ynh21'
Error: Failed to read info for my_webapp__7 : Invalid version: '1.0~ynh21'
Error: Failed to read info for phpmyadmin : Invalid version: '5.2.1~ynh1'
Error: Failed to read info for phpservermon : Invalid version: '3.5.2~ynh6'
Error: Failed to read info for redirect : Invalid version: '2.1~ynh1'
Error: Failed to read info for redirect__2 : Invalid version: '2.1~ynh1'
Error: Failed to read info for redirect__3 : Invalid version: '2.1~ynh1'
Error: Failed to read info for redirect__4 : Invalid version: '2.1~ynh1'
Error: Failed to read info for redirect__5 : Invalid version: '2.1~ynh1'
Error: Failed to read info for redirect__6 : Invalid version: '2.1~ynh1'
Error: Failed to read info for redirect__7 : Invalid version: '2.1~ynh1'
Error: Failed to read info for roundcube : Invalid version: '1.6.11~ynh1'
Error: Failed to read info for sogo : Invalid version: '5.8.0~ynh6'
Info: Running migration 0027_migrate_to_bookworm…
[10:57:37]
<rodinux> Peut-être car il a déjà changer le dépôt des apps ??
[11:05:44]
<lautre> > <@mr.whale:matrix.org> apparement ils bloquent ces ports pour des raisons de sécurités....
Vu les ports, c'est ce que j'avais compris comme intentions. Chez Free, le port 25 est bloqué par défaut, mais il y a une case à cocher pour déverrouiller.
Je n'ai pas connaissance de d'autres blocages.
Beaucoup d'autres FAI (Bouyggues) bloquent le port 53, c'est à dire que tu ne peux pas interroger les DNS en dehors de ceux du FAI, et, bien entendu, ils mentent (les DNS des FAI, pour se plier aux demandes de la justice pour "bloquer des sites").
Orange avait perdu un procès en prétendant vendre un accès Internet, mais avec des ports bloqués, et que pour débloquer, il fallait l'option "pro" plus chère.
Internet, c'est tous les ports, donc, ils ont été obligé d'activer l'accès "pro" au prix grand public, pour le plaignant.
D'ailleurs, Orange à toujours dit qu'il y a "Internet, et Internet by Orange".
Enfin bon, si on veut un vrai FAI, il faut s'adresser à FDN, quand on est éligible.
Oulà là, je pense avoir été un peu hors-sujet, même pour un vendredi
[11:09:55]
<lautre> C'est chelou.
Je ferai bien un `apt dist-upgrade`, pour "voir", mais ça ne devrait pas régler le truc zarb que tu as, je n'ai pas assez d'expériences dans Yunohost
[11:12:12]
<rodinux> c'est bon la migration first step est passée... je vais voir la suite
[12:15:42]
<rodinux> Par contre quelques petits bus
[12:15:59]
<rodinux> bugs... en mettant à jour matomo `Matomo fonctionne sur l'ancienne version 5.3.1 et nous avons détecté que votre base de données a été mise à jour vers la version plus récente 5.3.2`
[15:11:00]
<rodinux> corrigé en upgradant sur la testing...
[15:31:44]
<rodinux> cool, il ne me restera plus plus que 2 serveurs à migrer, mais je dois attendre encore pour diverses raisons techniques...
[18:47:07]
<Daize> Hi everyone!
I'd love to host for some friends. They trust me, but I don't need to be able to see their files (it would make me uncomfortable if I could).
In testing, I can see other accounts' files on the server, they're not encrypted. Is there any way I can set it up so that (and show to my friends) that in no way, I could access their files (unless they explicitly share them with me of course)?
[19:07:35]
<Salamandar> As a root admin on a machine, you're always able to see other users' files… Unless you use apps that do encryption for you, I think Nextcloud can be set up this way, Immich does it by default too.
[20:26:08]
<Daize> > <@Salamandar:matrix.org> As a root admin on a machine, you're always able to see other users' files… Unless you use apps that do encryption for you, I think Nextcloud can be set up this way, Immich does it by default too.
Ooo sweet. Yeah, I noticed borg backup does it, I'll check per app then. But then it's not a yunohost thing to manage, I suppose!