remote-android/redroid-doc

Redroid in proxmox ubuntu VM

harryxmin opened this issue · 4 comments

I have enabled dev/tun and cap add net_admin, raw and mknod. When I run the container, it crashes the host system as well. I'm running redroid container in Ubuntu VM on proxmox host.

Try collect Ubuntu VM console logs.
BTW, redroid container should not crash your host.

Ill grab the logs. the container commands are correct as well yes? dev/net/tun=/dev/tun and the cap settings.

I'm running into the same issue on Ubuntu 22.04.4, running on Oracle Free Tier.
If I run modprobe binder_linux devices="binder,hwbinder,vndbinder" and them

docker run -itd --rm --memory-swappiness=0 \
    --privileged --pull always \
    -v ./data:/data \
    -p 5555:5555 \
    --name redroid \
    redroid/redroid:10.0.0-latest \
    redroid.gpu.mode=guest

The entire system crashes/becomes unresponsive, requiring a manual reboot to work again.

But If I don't run modprobe binder_linux devices="binder,hwbinder,vndbinder", the container starts without crashes, but doesn't work.

@zhouziyang here's the last 1000 log lines, if you need something else let me know.
log.txt

@eitchtee seems something wrong with the binder drivers. Try switch to some other LTS kernel (such as 5.15 series) and install corresponding binder driver.