What happens when you just run it without using the service?
Code:
collectd
collectd
I meant that full version which is you can see in /etc/redhat-release, but looking at the kernel version you are probably running on the latest version. Install the following package strace. Then run it like thiscollectd-5.8.1-1.el7.x86_64 is the version of collectd
3.10.0-1127.13.1.el7.x86_64
is the version of CentOS7
strace -o collectd.log collectd
I literally told you how in my previous post. You can attach a file by using the attach button when you make a post.How can I attach collectd.log file ? And Where is it exactly??
How can I attach collectd.log file ? And Where is it exactly??
yum install strace
strace -o collectd.log collectd
If you are having a new problem you should start a new topic. It's just telling you your compiler version(gcc) is to old to compile what you are trying to compile. The kernel you are trying to compile probably needs a newer gcc version in order to compile. Which kernel are you wanting to install?Hi I wanted to compile my kernel and upgrade it but I receive this error?
./include/linux/compiler-gcc.h:15:3: error: #error Sorry, your compiler is too old - please upgrade it.
I get this error when I run make bzImage
As I said install kernel-ml from the elrepo repository, I just installed it on my test system:I want a newest kernel 5.8.1
my Kernel version is I think 3....
[root@rhel7 ~]# rpm -q kernel-ml
kernel-ml-5.8.1-1.el7.elrepo.x86_64
1. Read instructions here how to install the elrepo repository: https://elrepo.org/tiki/tiki-index.phpHow to install it I don't have it
Yes, when you reboot you will have to select the kernel version because it will by default boot in a 3x kernel.If I run this command uname -a Will I see the new kernel version?
Since you are running Centos isn't it easier to use their Custom Kernel documentationhttps://borosan.gitbook.io/lpic2-exam-guide/2011-kernel-components
go to This link I have been trying to compile by this book go to compiling kernel section.