Illegal instruction pour le script de postinstall sur raspberry pi 2

Mon serveur YunoHost

Matériel: Raspberry Pi à la maison
Version de YunoHost: 2020-10-03-yunohost-lite-qemu
J’ai accès à mon serveur : En SSH
Êtes-vous dans un contexte particulier ou avez-vous effectué des modificiations particulières sur votre instance ? : non

Description du problème

Bonjour,
je tente enfin l’installation de Yunohost sur mon raspberrypi2, mais au moment de faire la post installation il m’est impossible de passer l’étape du choix de nom de domaine et définition de password pour l’administration.
J’ai essayé sur l’interface web et via SSH.
Je n’ai pas trouvé de topic parlant de cela ici ou dans la doc.

root@yunohost:~# yunohost tools postinstall
Main domain: tk.nohost.me
New administration password:
Confirm new administration password:
Illegal instruction

Quel fichier pourrais-je interroger pour voir les logs d’erreurs et en savoir plus sur cette “illegal instruction” ?
j’ai utilisé l’image 2020-10-03-yunohost-lite-qemu.img
et suivi la doc pour raspberry
https://yunohost.org/#/install_on_raspberry

Zblerg, ça ressemble beaucoup à : Yunohost is broken on RPi 0 and 1 because metronome builds are not armv6 compatible · Issue #1423 · YunoHost/issues · GitHub

Est-ce que tu pourrais essayer de faire :

sed -i 's/import miniupnpc/#import miniupnpc/g' /usr/lib/moulinette/yunohost/firewall.py

et voir si ça resouds le probleme ? Normalement ce bug connu n’a lieu que sur Rpi 0 et 1, mais peut-être que ls ls toutes premieres RPi 2 sont affectées aussi …

la manip a fonctionné, mais j’ai du faire un redémarrage du Rpi.
Ensuite l’installation a pu se poursuivre.

après mise a jour de tout ça semble bien rouler. j’ai mis un nom de domaine bidon.
Sauf pour Metronome, le serveur XMPP. voici ce que disent les logs:

– Logs begin at Wed 2021-01-20 14:14:51 GMT, end at Wed 2021-01-20 18:02:38 GMT. –
Jan 20 14:15:24 systemd[1]: Starting LSB: Metronome XMPP Server…
Jan 20 14:15:32 metronome[513]: Starting Metronome XMPP Server: metronomeIllegal instruction
Jan 20 14:15:32 metronome[513]: failed!
Jan 20 14:15:32 systemd[1]: metronome.service: Control process exited, code=exited, status=1/FAILURE
Jan 20 14:15:32 systemd[1]: metronome.service: Failed with result ‘exit-code’.
Jan 20 14:15:32 systemd[1]: Failed to start LSB: Metronome XMPP Server.
Jan 20 14:37:26 systemd[1]: Starting LSB: Metronome XMPP Server…
Jan 20 14:37:26 metronome[2238]: Starting Metronome XMPP Server: metronomeIllegal instruction
Jan 20 14:37:26 metronome[2238]: failed!
Jan 20 14:37:27 systemd[1]: metronome.service: Control process exited, code=exited, status=1/FAILURE
Jan 20 14:37:27 systemd[1]: metronome.service: Failed with result ‘exit-code’.
Jan 20 14:37:27 systemd[1]: Failed to start LSB: Metronome XMPP Server.
Jan 20 14:40:40 systemd[1]: Starting LSB: Metronome XMPP Server…
Jan 20 14:40:40 metronome[3114]: Starting Metronome XMPP Server: metronomeIllegal instruction
Jan 20 14:40:40 metronome[3114]: failed!
Jan 20 14:40:40 systemd[1]: metronome.service: Control process exited, code=exited, status=1/FAILURE
Jan 20 14:40:40 systemd[1]: metronome.service: Failed with result ‘exit-code’.
Jan 20 14:40:40 systemd[1]: Failed to start LSB: Metronome XMPP Server.

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.