Don Upton
Posts: 4
Joined: Tue Nov 24, 2015 11:44 pm

kernel

Thu Dec 03, 2015 2:25 am

My B+ appears to boot properly however it shows an orange warning marker on one line and says ' Kernel lacks c groups or memory controller not available , not starting c groups". Am using a pre-loaded micro card from Amazon. Help Please, Newbie Don

User avatar
DougieLawson
Posts: 39121
Joined: Sun Jun 16, 2013 11:19 pm
Location: A small cave in deepest darkest Basingstoke, UK
Contact: Website Twitter

Re: kernel

Thu Dec 03, 2015 2:28 am

Ignore it, it's not important.
Note: Any requirement to use a crystal ball or mind reading will result in me ignoring your question.

Criticising any questions is banned on this forum.

Any DMs sent on Twitter will be answered next month.
All non-medical doctors are on my foes list.

Navyscourge
Posts: 258
Joined: Sat Oct 24, 2015 1:50 pm

Re: kernel

Thu Dec 03, 2015 7:58 am

If it really worries you, try this solution

Code: Select all

sudo nano /boot/cmdline.txt
add line : cgroup_enable=memory (before elevator=deadline)

cgroups is a relatively new low level configuration tool for Linux kernel behaviour that is expained here: https://www.kernel.org/doc/Documentatio ... groups.txt. It is not really something that the new user needs to worry about (or would even understand?)

The checks into how useful cgroups are for the Pi came out neutral; it uses a little memory and does not add a lot. Not using them gives this message. This issue is one for the experts to consider ;)

User avatar
DougieLawson
Posts: 39121
Joined: Sun Jun 16, 2013 11:19 pm
Location: A small cave in deepest darkest Basingstoke, UK
Contact: Website Twitter

Re: kernel

Thu Dec 03, 2015 10:36 am

Navyscourge wrote: The checks into how useful cgroups are for the Pi came out neutral; it uses a little memory and does not add a lot. Not using them gives this message. This issue is one for the experts to consider ;)
Hence my reply. It's a kernel addition that's 100% pointless. I'm surprised Linus T. let it get added since he vociferously dislikes (with lots of swearing) things that are broken or useless.
Note: Any requirement to use a crystal ball or mind reading will result in me ignoring your question.

Criticising any questions is banned on this forum.

Any DMs sent on Twitter will be answered next month.
All non-medical doctors are on my foes list.

asandford
Posts: 1998
Joined: Mon Dec 31, 2012 12:54 pm
Location: Waterlooville

Re: kernel

Fri Dec 04, 2015 6:42 pm

DougieLawson wrote:Hence my reply. It's a kernel addition that's 100% pointless. I'm surprised Linus T. let it get added since he vociferously dislikes (with lots of swearing) things that are broken or useless.
From what I've read, it seems to want to give each user an 'almost virtualised' portion of the available resources. It sounds much like VM/CMS which was introduced ~50 years ago.

Return to “Beginners”