I am interested in experimenting with MicroStack prior to installing it on bare metal. I would like to install the snap on an LXD container.
I have an empty/new Ubuntu 20.10 container on an ubuntu 20.10 host. When I attempt to run the command: snap install microstack --beta, I receive the following errors.
error: cannot perform the following tasks:
- Start snap “microstack” (222) services ([start snap.microstack.load-modules.service] failed with exit status 1: Job for snap.microstack.load-modules.service failed because the control process exited with error code.
See “systemctl status snap.microstack.load-modules.service” and “journalctl -xe” for details.
)
I see the following errors in the logs:
Dec 23 21:48:32 microstack systemd[1]: /lib/systemd/system/plymouth-start.service:17: Unit configured to use KillMode=none. This is unsafe, as it disables systemd’s process lifecycle management for the service. Please update your service to use a safer KillMode=, such as ‘mixed’ or ‘control-group’. Support for KillMode=none is deprecated and will eventually be removed.
Dec 23 21:48:32 microstack systemd[1]: /lib/systemd/system/dbus.service:12: Unit configured to use KillMode=none. This is unsafe, as it disables systemd’s process lifecycle management for the service. Please update your service to use a safer KillMode=, such as ‘mixed’ or ‘control-group’. Support for KillMode=none is deprecated and will eventually be removed.
Dec 23 21:48:33 microstack systemd[1]: systemd-udevd.service: Attaching egress BPF program to cgroup /sys/fs/cgroup/unified/system.slice/systemd-udevd.service failed: Invalid argument
Dec 23 21:48:33 microstack systemd[1]: systemd-hostnamed.service: Attaching egress BPF program to cgroup /sys/fs/cgroup/unified/system.slice/systemd-hostnamed.service failed: Invalid argument
Dec 23 21:48:33 microstack systemd[1]: systemd-logind.service: Attaching egress BPF program to cgroup /sys/fs/cgroup/unified/system.slice/systemd-logind.service failed: Invalid argument
Dec 23 21:48:33 microstack systemd[1]: systemd-journald.service: Attaching egress BPF program to cgroup /sys/fs/cgroup/unified/system.slice/systemd-journald.service failed: Invalid argument
Does anyone have experience running microstack under LXD?