Comment 2 for bug 803604

Revision history for this message
Baptiste Mille-Mathias (bmillemathias) wrote :

it seems to fail on that:

sudo /usr/sbin/cgconfigparser -l /etc/cgconfig.conf
Loading configuration file /etc/cgconfig.conf failed
Cgroup mounting failed

etc/cgconfig.conf contains
# lots of comments
#
mount {
        cpu = /sys/fs//cgroup/cpu;
        cpuacct = /sys/fs/cgroup/cpuacct;
        devices = /sys/fs/cgroup/devices;
        memory = /sys/fs/cgroup/memory;
}

yes with the double //, removing it don't fix the problem