我已经在Ubuntu14.04服务器上安装了ltsp,并且正在尝试使用
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 detailsdebootstrap.log:
chroot: failed to run command 'mount': Exec format error有人能告诉我怎样才能让这件事成功吗?构建amd64客户端工作非常好。
发布于 2014-06-26 20:31:50
http://cascadia.debian.net/~vagrant/rpi-ltsp-howto.txt
安装ltsp服务器用于ltsp构建客户端,LDM服务器支持LDM,qemu-用户静态支持和binfmt支持跨架构支持。
apt-get install ltsp-server qemu-user-static binfmt-support ldm-serverhttps://askubuntu.com/questions/477199
复制相似问题