Monthly Archive: February 2018

How to check the list of installed kernels and the current one 0

How to check the list of installed kernels and the current one

Get list of installed kernels on CentOS $> rpm -qa kernel kernel-2.6.32-696.13.2.el6.x86_64 kernel-2.6.32-696.el6.x86_64 kernel-4.9.75-30.el6.x86_64 kernel-2.6.32-696.16.1.el6.x86_64 Get current kernel $> uname -r 4.9.75-30.el6.x86_64 Downgrade to a previous one You don't need to downgrade or uninstall a...

0

gyp info it worked if it ends with ok gyp info using node-gyp@1.0.1 gyp info using node@0.10.38 | linux | ia32 gyp info chdir ldapjs/node_modules/buffertools gyp ERR! clean error gyp ERR! stack Error: EACCES,...