Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Redroid in proxmox ubuntu VM #783

Open
harryxmin opened this issue Nov 10, 2024 · 4 comments
Open

Redroid in proxmox ubuntu VM #783

harryxmin opened this issue Nov 10, 2024 · 4 comments

Comments

@harryxmin
Copy link

harryxmin commented Nov 10, 2024

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.

@harryxmin harryxmin changed the title Express VPN app issue Redroid in proxmox ubuntu VM Nov 11, 2024
@zhouziyang
Copy link
Member

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

@harryxmin
Copy link
Author

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

@eitchtee
Copy link

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

@zhouziyang
Copy link
Member

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants