chairwa
chairwa
Thanks for you reply. > We can make it run on Android. Have you looked into OpenYurt or SuperEdge? Do you mean "crun run on Android"? Would you be kind...
As you can see, docker release include static runc binary; and it can run on Android. https://download.docker.com/linux/static/stable/aarch64/docker-20.10.16.tgz Certainly, we have to root and rebuild Android SBC kernel to support container.
problem reason might be that the following cmd was not executed: kubectl create -f calico-vpp.yaml
if the info is fixed, perhaps you can try to save it into somewhere/.devices, then -b somewhere/.devices:/proc/bus/pci/devices into the guest.
I started an alpine vm in android termux. `qemu-system-aarch64 -machine virt -m 4096 -smp cpus=4 -cpu cortex-a76 -drive if=pflash,format=raw,read-only=on,file=$PREFIX/share/qemu/edk2-aarch64-code.fd -netdev user,id=n1,dns=8.8.8.8,hostfwd=tcp::2222-:22 -device virtio-net,netdev=n1 -cdrom alpine-standard-3.20.2-aarch64.iso -nographic -vnc :1 alpine_binder.img` the...
vi /etc/default/grub, add psi=1 grub-mkconfig -o /boot/grub/grub.cfg
./check-config.sh config.gz info: reading kernel config from config.gz ... Generally Necessary: - cgroup hierarchy: properly mounted [/sys/fs/cgroup] - CONFIG_NAMESPACES: enabled - CONFIG_NET_NS: enabled - CONFIG_PID_NS: enabled - CONFIG_IPC_NS: enabled -...
https://github.com/twoyi/twoyi As what Twoyi did, I'm trying to run Android rootfs in termux proot environment. Twoyi's logcat is OK, but my AOSP logcat failed to connect logdr socket. At first,...
It seems to be caused by my modifications to proot. I cannot bind entire /dev to the proot guest, and -b /dev/socket/logdr will also fail. `proot warning: can't sanitize binding...
Unlike x86_64 libgcc, /usr/lib/arm-linux-gnueabihf/libgcc_s.so.1 not provide __register_frame. arm32 libunwind also did not provide these symbols.