-
Notifications
You must be signed in to change notification settings - Fork 60
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
Fails on Chrome OS Crostini #121
Comments
Missing /dev/net/tun? |
$ ls -lat /dev/net/tun Crostini runs in an LXC unprivileged container (I'm running Ubuntu 18.04 in Crostini). Could that be the issue? |
missing /etc/subuid and subgid? |
also you need security.nesting=true (not sure chromeos supports that, but I think I heard it supports) |
I did |
Here's the configuration of my "penguin" Crostini container (I removed security.nesting after trying it):
|
subuid and subgid needs to be set up in the LXC container, not on the host. Also, maybe you need |
I can't do security.privileged on Chrome OS. How should /etc/subuid and /etc/subgid be set up in the container? Right now they are:
where wpwoodjr is my username in the container. |
The text was updated successfully, but these errors were encountered: