Page 1 of 1

problem with the install kernelcare ( Cloud Linux )

Posted: Tue May 13, 2014 3:04 pm
by localhostdz
hello ,

I have a problem with the install kernelcare , this block here is the report of the install

[root@srv ~]# rpm -i http://patches.kernelcare.com/kernelcar ... x86_64.rpm
[root@srv ~]# Downloading updates
insmod: error inserting '/var/cache/kcare/21b78c1eaa889c8a4ff710fe376be21921934d06/kcare.ko': -1 Operation not permitted
Unable to load kmod (/var/cache/kcare/21b78c1eaa889c8a4ff710fe376be21921934d06/kcare.ko 1)

cpanel : CLOUDLINUX 6.5 x86_64 standard – srv WHM 11.42.1 (build 13)

answer ( Cloud Linux ) Igor Seletskiy :

It sounds like you have some security modification that doesn't allow to load kernel modules. Are you running atomic secure linux? If yes, could you please ask them how to disable such protection.


Regards,
Igor Seletskiy
CEO @ Cloud Linux Inc

Re: problem with the install kernelcare ( Cloud Linux )

Posted: Tue May 13, 2014 5:01 pm
by localhostdz
answer ( Cloud Linux ) Igor Seletskiy :

Please, check with ASL support. It is their changes that prevent kernel module to be laoded.
Unable to load kmod (/var/cache/kcare/21b78c1eaa889c8a4ff710fe376be21921934d06/kcare.ko 1)

Regards,
Igor Seletskiy
CEO @ Cloud Linux Inc

Re: problem with the install kernelcare ( Cloud Linux )

Posted: Tue May 13, 2014 5:57 pm
by localhostdz
answer : sshinn support ASL

That message would indicate that you have configured the system not to allow modules to load once the system has booted.
You will need to set ALLOW_kmod_loading through ASL Web and reboot the system for the change to go into effect.

thank you ASL

Re: problem with the install kernelcare ( Cloud Linux )

Posted: Tue May 13, 2014 8:46 pm
by scott
Once youve done that you can run the installer and then set it back to no again. The method we use is that the kernel is locked at the end of bootup (S99). Any init event that runs before that would be allowed to load without needing to modify it.

This is a kernel security feature that helps thwart kernel module root kits.