marmelab / gaudi

Gaudi allows to share multi-component applications, based on Docker, Go, and YAML.
http://gaudi.io/
MIT License
563 stars 28 forks source link

Docker error: lxc-start: failed to spawn #25

Closed jpetitcolas closed 10 years ago

jpetitcolas commented 10 years ago

You may encounter the following error on Linux Mint (probably Ubuntu?):

lxc-start: failed to spawn '1f9776f14759b68c7d2bdee44149d0a092599eaebbe14fca18e6d1dc970d0b6e' 2014/03/04 06:58:02 build: The command [/bin/sh -c echo "deb http://ftp.fr.debian.org/debian/ wheezy non-free" >> /etc/apt/sources.list] returned a non-zero code: 255

If it occurs, you are probably missing kernel control groups. To fix the issue, simply run:

sudo apt-get install cgroup-lite
sudo cgroups-mount

Then you can relaunch your gaudi command.