
Ich habe ltsp auf einem Ubuntu 14.04 Server installiert und versuche, ein Arm-Client-Image zu erstellen mit
sudo ltsp-build-client --arch armhf
Das Ziel ist die Anmeldung am Server über einen Raspberry Pi mitBeerenterminal.
Ich erhalte jedoch ständig die folgende Fehlermeldung:
W: Failure trying to run: chroot /opt/ltsp/armhf mount -t proc proc /proc
W: See /opt/ltsp/armhf/debootstrap/debootstrap.log for details
debootstrap.log:
chroot: failed to run command 'mount': Exec format error
Kann mir jemand sagen, wie ich das zum Laufen bekomme? Das Erstellen des amd64-Clients funktioniert einwandfrei.
Antwort1
http://cascadia.debian.net/~vagrant/rpi-ltsp-howto.txt
Installieren Sie den LTSP-Server für den LTSP-Build-Client, den LDM-Server zur Unterstützung von LDM, den QEMU-User-Static und den Binfmt-Support für architekturübergreifende Unterstützung.
apt-get install ltsp-server qemu-user-static binfmt-support ldm-server