Trying to install kernel headers but there seems to be a mismatch
In order to get VirtualBox 5.2 working on my Centos 7 VM, apparently, I need to install kernel headers. However there seems to be a mismatch on my system. When I run uname -r
the following version is returned.
3.10.0-514.el7.x86_64
But when I check the kernels directory, ll /usr/src/kernels/
, a different version is returned, as shown below.
drwxr-xr-x 22 root root 4096 Nov 23 07:12 3.10.0-862.14.4.el7.x86_64
Notice the version difference between the two. Should these two values match?
I tried searching for the 514
version with, yum search "kernel-headers-uname-r == $(uname -r)" --disableexcludes=all
, but there was nothing found. See below.
Warning: No matches found for: kernel-headers-uname-r == 3.10.0-514.el7.x86_64
No matches found.
So the question is: Which headers do I install and if necessary where can I find the 514
version.
System Info:
Host: Windows 10
Client: Centos 7 - This is where I am installing Virtual Box and the kernel headers
linux windows-10 virtualbox centos7
add a comment |
In order to get VirtualBox 5.2 working on my Centos 7 VM, apparently, I need to install kernel headers. However there seems to be a mismatch on my system. When I run uname -r
the following version is returned.
3.10.0-514.el7.x86_64
But when I check the kernels directory, ll /usr/src/kernels/
, a different version is returned, as shown below.
drwxr-xr-x 22 root root 4096 Nov 23 07:12 3.10.0-862.14.4.el7.x86_64
Notice the version difference between the two. Should these two values match?
I tried searching for the 514
version with, yum search "kernel-headers-uname-r == $(uname -r)" --disableexcludes=all
, but there was nothing found. See below.
Warning: No matches found for: kernel-headers-uname-r == 3.10.0-514.el7.x86_64
No matches found.
So the question is: Which headers do I install and if necessary where can I find the 514
version.
System Info:
Host: Windows 10
Client: Centos 7 - This is where I am installing Virtual Box and the kernel headers
linux windows-10 virtualbox centos7
I'm voting to close this question as off-topic because it's not about programming, but rather about RHEL(Fedora?/CentOS?) and belongs to unix.stackexchange.com/questions/tagged/linux
– tink
Nov 25 '18 at 3:52
Have you triedsudo yum update
?
– giwiro
Nov 25 '18 at 4:01
Really wild stab in the dark -- but have you rebooted since you updated the kernel??? (you may well have installed3.10.0-862
, but if you haven't rebooted since, you are still running on your old kernel)
– David C. Rankin
Nov 25 '18 at 4:20
add a comment |
In order to get VirtualBox 5.2 working on my Centos 7 VM, apparently, I need to install kernel headers. However there seems to be a mismatch on my system. When I run uname -r
the following version is returned.
3.10.0-514.el7.x86_64
But when I check the kernels directory, ll /usr/src/kernels/
, a different version is returned, as shown below.
drwxr-xr-x 22 root root 4096 Nov 23 07:12 3.10.0-862.14.4.el7.x86_64
Notice the version difference between the two. Should these two values match?
I tried searching for the 514
version with, yum search "kernel-headers-uname-r == $(uname -r)" --disableexcludes=all
, but there was nothing found. See below.
Warning: No matches found for: kernel-headers-uname-r == 3.10.0-514.el7.x86_64
No matches found.
So the question is: Which headers do I install and if necessary where can I find the 514
version.
System Info:
Host: Windows 10
Client: Centos 7 - This is where I am installing Virtual Box and the kernel headers
linux windows-10 virtualbox centos7
In order to get VirtualBox 5.2 working on my Centos 7 VM, apparently, I need to install kernel headers. However there seems to be a mismatch on my system. When I run uname -r
the following version is returned.
3.10.0-514.el7.x86_64
But when I check the kernels directory, ll /usr/src/kernels/
, a different version is returned, as shown below.
drwxr-xr-x 22 root root 4096 Nov 23 07:12 3.10.0-862.14.4.el7.x86_64
Notice the version difference between the two. Should these two values match?
I tried searching for the 514
version with, yum search "kernel-headers-uname-r == $(uname -r)" --disableexcludes=all
, but there was nothing found. See below.
Warning: No matches found for: kernel-headers-uname-r == 3.10.0-514.el7.x86_64
No matches found.
So the question is: Which headers do I install and if necessary where can I find the 514
version.
System Info:
Host: Windows 10
Client: Centos 7 - This is where I am installing Virtual Box and the kernel headers
linux windows-10 virtualbox centos7
linux windows-10 virtualbox centos7
asked Nov 25 '18 at 3:50
navig8trnavig8tr
76031132
76031132
I'm voting to close this question as off-topic because it's not about programming, but rather about RHEL(Fedora?/CentOS?) and belongs to unix.stackexchange.com/questions/tagged/linux
– tink
Nov 25 '18 at 3:52
Have you triedsudo yum update
?
– giwiro
Nov 25 '18 at 4:01
Really wild stab in the dark -- but have you rebooted since you updated the kernel??? (you may well have installed3.10.0-862
, but if you haven't rebooted since, you are still running on your old kernel)
– David C. Rankin
Nov 25 '18 at 4:20
add a comment |
I'm voting to close this question as off-topic because it's not about programming, but rather about RHEL(Fedora?/CentOS?) and belongs to unix.stackexchange.com/questions/tagged/linux
– tink
Nov 25 '18 at 3:52
Have you triedsudo yum update
?
– giwiro
Nov 25 '18 at 4:01
Really wild stab in the dark -- but have you rebooted since you updated the kernel??? (you may well have installed3.10.0-862
, but if you haven't rebooted since, you are still running on your old kernel)
– David C. Rankin
Nov 25 '18 at 4:20
I'm voting to close this question as off-topic because it's not about programming, but rather about RHEL(Fedora?/CentOS?) and belongs to unix.stackexchange.com/questions/tagged/linux
– tink
Nov 25 '18 at 3:52
I'm voting to close this question as off-topic because it's not about programming, but rather about RHEL(Fedora?/CentOS?) and belongs to unix.stackexchange.com/questions/tagged/linux
– tink
Nov 25 '18 at 3:52
Have you tried
sudo yum update
?– giwiro
Nov 25 '18 at 4:01
Have you tried
sudo yum update
?– giwiro
Nov 25 '18 at 4:01
Really wild stab in the dark -- but have you rebooted since you updated the kernel??? (you may well have installed
3.10.0-862
, but if you haven't rebooted since, you are still running on your old kernel)– David C. Rankin
Nov 25 '18 at 4:20
Really wild stab in the dark -- but have you rebooted since you updated the kernel??? (you may well have installed
3.10.0-862
, but if you haven't rebooted since, you are still running on your old kernel)– David C. Rankin
Nov 25 '18 at 4:20
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53464497%2ftrying-to-install-kernel-headers-but-there-seems-to-be-a-mismatch%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53464497%2ftrying-to-install-kernel-headers-but-there-seems-to-be-a-mismatch%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
I'm voting to close this question as off-topic because it's not about programming, but rather about RHEL(Fedora?/CentOS?) and belongs to unix.stackexchange.com/questions/tagged/linux
– tink
Nov 25 '18 at 3:52
Have you tried
sudo yum update
?– giwiro
Nov 25 '18 at 4:01
Really wild stab in the dark -- but have you rebooted since you updated the kernel??? (you may well have installed
3.10.0-862
, but if you haven't rebooted since, you are still running on your old kernel)– David C. Rankin
Nov 25 '18 at 4:20