sh: /sbin/modprobe: not found
我是在树莓派上运行,报错:sh: /sbin/modprobe: not found
是不是缺少依赖镜像呢?貌似这个aptman不支持x86-64
先要运行action目录中的set_qus.py吗? 运行了一下,发现确实binfmt和modprobe。
我是在树莓派上运行,报错:sh: /sbin/modprobe: not found
是不是缺少依赖镜像呢?貌似这个aptman不支持x86-64
./setup-qus.py测试,也是缺少东西。这个modprobe和binfmt_misc是安装在aptman/qus内部吗?pull得到的aptman/qus里面为啥会缺少?
Can you show the output of cat /proc/sys/fs/binfmt_misc/qemu-x86_64 after executing docker run --rm --privileged aptman/qus -s -- -p x86_64?
Can you also please check which image of aptman/qus did you get? aptman/qus is a manifest that points to different images, depending on the host architecture (see https://hub.docker.com/r/aptman/qus/tags?page=&page_size=&ordering=&name=latest).
@umarcor
./setup-qus.py测试,也是缺少东西。这个modprobe和binfmt_misc是安装在aptman/qus内部吗?pull得到的aptman/qus里面为啥会缺少?