-
-
Notifications
You must be signed in to change notification settings - Fork 5
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
create() panics #32
Comments
Have you started the lxc service? |
from what I can tell, yes:
CLI based creation of containers and vms work. Is there any other service I need to start? In snap or apt repos there doesn't seem to be any additional lxc service. Thanks! |
sorry, lxc service is started but in "exited" state systemctl status lxc Dec 01 16:11:06 5b3s30 systemd[1]: Starting lxc.service - LXC Container Initialization and Autoboot Code... |
My bad, you don’t need to start the lxc service, but you need to have privileges (Creating unprivileged containers as a user or running example has root). |
Hi,
I'm trying the unmodified demo.rs. Binary compiles fine but trying to run gives me:
thread 'main' panicked at src/main.rs:13:14:
Failed to create container rootfs: Error { num: 0, str: "" }
note: run with
RUST_BACKTRACE=1
environment variable to display a backtraceAny idea?
The text was updated successfully, but these errors were encountered: