If you run any KernelCare kcarectl command and receive the following error:
# /usr/bin/kcarectl --info
Traceback (most recent call last):
File "/usr/bin/kcarectl", line 2916, in <module>
sys.exit(main())
File "/usr/bin/kcarectl", line 2885, in main
kcare_info(is_json=json and args.json)
...
IOError: [Errno 2] No such file or directory: '/proc/modules'
Chances are, you use the network kernel. KernelCare does not support them. You may check the list of supported kernels here: https://patches.kernelcare.com
Also, you can run this command and check if your kernel is supported:
curl -s https://raw.githubusercontent.com/iseletsk/kernelchecker/master/py/kc-compat.py | python
Comments
0 comments
Please sign in to leave a comment.