ARM ltsp 클라이언트 이미지를 빌드하는 중 오류가 발생했습니다.

ARM ltsp 클라이언트 이미지를 빌드하는 중 오류가 발생했습니다.

Ubuntu 14.04 서버에 ltsp를 설치했으며 다음을 사용하여 arm 클라이언트 이미지를 빌드하려고 합니다.

sudo ltsp-build-client --arch armhf

목표는 Raspberry Pi를 사용하여 서버에 로그인하는 것입니다.베리터미널.

하지만 계속해서 다음과 같은 오류가 발생합니다.

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

누구든지 내가 어떻게 작동하게 할 수 있는지 말해 줄 수 있습니까? amd64 클라이언트 작업을 구축하는 것은 완벽합니다.

답변1

http://cascadia.debian.net/~vagrant/rpi-ltsp-howto.txt

ltsp-build-client용 ltsp-server, LDM을 지원하는 ldm-server, 아키텍처 간 지원을 위한 qemu-user-static 및 binfmt-support를 설치합니다.

apt-get install ltsp-server qemu-user-static binfmt-support ldm-server

관련 정보