VBox 5.2.14 - "entitlement error" Installing VBox_GAs

General support questions
Post Reply
genjar
Posts: 3
Joined: 2018/07/08 17:45:18

VBox 5.2.14 - "entitlement error" Installing VBox_GAs

Post by genjar » 2018/07/13 16:29:13

Hello,
Newbie here.
I don't know if I placed enough info in the Subject.
  • CentOS 7.5.1804 in
  • VBoxGuestAdditions.iso 5.2.14.123301 on
  • Win8.1 PC
I was trying to install VBox Guest Additions.
When I run this command

Code: Select all

yum install kernel-devel
from this site
https://www.megajason.com/2017/06/10/in ... -centos-7/

I get this error
Screenshot - 7_13_2018 , 12_07_23 PM.png
Screenshot - 7_13_2018 , 12_07_23 PM.png (153.9 KiB) Viewed 917 times
Checking this site
https://stackoverflow.com/questions/493 ... el-modules

I learned this command

Code: Select all

yum install kernel-devel-3.10.0-862.6.3.el7.x86_64
and no more errors.

A tech on another site stated "entitlement server...subscription-manager" error was displayed because I was trying to load a CentOS package(?) onto RHEL. However, I'm not using RHEL.

My question is why would I be receiving this error mentioning subscription-manager if I am using CentOS 7? And is there a link explaining this?

Thanks and God bless,
Genesius

User avatar
TrevorH
Site Admin
Posts: 33216
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: VBox 5.2.14 - "entitlement error" Installing VBox_GAs

Post by TrevorH » 2018/07/13 17:53:42

I've tested all the links in your post that you get a 401 error on and I can access them all from here. My best guess is that you are behind a web proxy and the 401 error is coming from the proxy to tell you that you need to supply proxy username/password to get to the outside world.

You get the error about the entitlement server because you have installed the subscription-manager package.
The future appears to be RHEL or Debian. I think I'm going Debian.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are deadest, do not use them.
Use the FAQ Luke

genjar
Posts: 3
Joined: 2018/07/08 17:45:18

Re: VBox 5.2.14 - "entitlement error" Installing VBox_GAs

Post by genjar » 2018/07/13 18:20:03

Thanks for the quick reply TrevorH.
I think I might have found the answer.

Both on CentOS wiki
https://wiki.centos.org/HowTos/Virtuali ... entOSguest
and a 3rd party video
https://www.google.com/search?source=hp ... #kpvalbx=1
state to use Linux as Type and Red Hat/Red Hat (64 bit) as Version when installing CentOS on VBox.

Is it possible that VBox is installing a plugin, subscription-manager, and others, to be used by CentOS when it shouldn't?
Screenshot - 7_13_2018 , 1_43_32 PM.png
Screenshot - 7_13_2018 , 1_43_32 PM.png (153.22 KiB) Viewed 902 times

Thanks and God bless,
Genesius

User avatar
TrevorH
Site Admin
Posts: 33216
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: VBox 5.2.14 - "entitlement error" Installing VBox_GAs

Post by TrevorH » 2018/07/13 18:44:00

The subscription manager error is entirely cosmetic and affects nothing. The problem is that you are getting 401 errors from the requests that yum makes using curl to obtain the necessary metadata to run.
The future appears to be RHEL or Debian. I think I'm going Debian.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are deadest, do not use them.
Use the FAQ Luke

genjar
Posts: 3
Joined: 2018/07/08 17:45:18

Re: VBox 5.2.14 - "entitlement error" Installing VBox_GAs

Post by genjar » 2018/07/13 20:53:12

TervorH,

The 401 went away when I used

Code: Select all

yum install kernel-devel-3.10.0-862.6.3.el7.x86_64
instead of

Code: Select all

yum install kernel-devel
Now a colleague is informing me that I need to "loop mount" the iso. Then I won't need to add the "-3.10.0-862.6.3.el7.x86_64" when I perform yum installs.

Off to Google.

Enjoy your weekend.

Thanks and God bless,
Genesius

User avatar
TrevorH
Site Admin
Posts: 33216
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: VBox 5.2.14 - "entitlement error" Installing VBox_GAs

Post by TrevorH » 2018/07/13 20:57:34

Your colleague is incorrect. You only need to loopback mount the iso if you have no access to the internet to get to the CentOS mirror network. The iso will not contain the 862.6.3 kernel in any case as that was one released after the iso was spun.
The future appears to be RHEL or Debian. I think I'm going Debian.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are deadest, do not use them.
Use the FAQ Luke

Post Reply