Closed jpetitcolas closed 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.
gaudi
You may encounter the following error on Linux Mint (probably Ubuntu?):
If it occurs, you are probably missing kernel control groups. To fix the issue, simply run:
Then you can relaunch your
gaudi
command.