Installing Cloudmin GPL on a fresh CentOS 6.5 gives error

The error is:

Starting cgconfig service: Error: cannot mount cpu to /cgroup/cpu: No such file or directory
/sbin/cgconfigparser; error loading /etc/cgconfig.conf: Cgroup mounting failed
Failed to parse /etc/cgconfig.conf                         [FAILED]
.. done

Activating KVM kernel module ..
FATAL: Could not load /lib/modules/3.10.23-xxxx-std-ipv6-64/modules.dep: No such file or directory
FATAL: Could not load /lib/modules/3.10.23-xxxx-std-ipv6-64/modules.dep: No such file or directory
Opening /proc/modules: No such file or directory
.. kernel module did not load successfully

What could be a source of issue?

Status: 
Closed (fixed)

Comments

I am currently reading this: http://advancelinux.blogspot.com/2013/06/how-to-rebuild-initrd-or-initra... and my /boot directory has only:

[root@host ~]# ls -l /boot
total 10196
-rw-r--r-- 1 root root 7694800 Mar 18 11:54 bzImage-3.10.23-xxxx-std-ipv6-64
drwxr-xr-x 3 root root    4096 Jul  8  2011 efi
drwxr-xr-x 2 root root    4096 May 19 15:26 grub
-rw-r--r-- 1 root root 2735956 Mar 18 11:54 System.map-3.10.23-xxxx-std-ipv6-64

Howdy -- first, try running the command "depmod -a".

Once you do that, what is the output of the following commands:

ls -l lib/modules/
ls -l /lib/modules/3.10.23-xxxx-std-ipv6-64/

It appeared I used some kind of custom setup. I've re-installed CentOS from default image and everything went fine this time. Sorry for false alert and thanks!

Automatically closed -- issue fixed for 2 weeks with no activity.