guest addition is not working.

General support questions
Post Reply
saan24
Posts: 1
Joined: 2018/12/18 17:18:38

guest addition is not working.

Post by saan24 » 2018/12/18 17:32:14

Dear Supporters,

install of guest addition is failing.

Please help on the below issue:



More issue about the issue:
=============================
guest addition error message

opying additional installer modules ...
Installing additional modules ...
VirtualBox Guest Additions: Building the VirtualBox Guest Additions kernel modules. This may take a while.

VirtualBox Guest Additions: Look at /var/log/vboxadd-setup.log to find out what went wrong

==============================
/sample output from var/log/vboxadd-setup.log


^
/tmp/vbox.2/vbox_ttm.c: In function ‘vbox_bo_pin’:
/tmp/vbox.2/vbox_ttm.c:452:2: error: too many arguments to function ‘ttm_bo_validate’
ret = ttm_bo_validate(&bo->bo, &bo->placement, false, false);
^
In file included from /tmp/vbox.2/vbox_drv.h:92:0,
from /tmp/vbox.2/vbox_ttm.c:31:
include/drm/ttm/ttm_bo_api.h:344:5: note: declared here
int ttm_bo_validate(struct ttm_buffer_object *bo,
^
/tmp/vbox.2/vbox_ttm.c: In function ‘vbox_bo_unpin’:
/tmp/vbox.2/vbox_ttm.c:486:2: error: too many arguments to function ‘ttm_bo_validate’
ret = ttm_bo_validate(&bo->bo, &bo->placement, false, false);
^
In file included from /tmp/vbox.2/vbox_drv.h:92:0,
from /tmp/vbox.2/vbox_ttm.c:31:
include/drm/ttm/ttm_bo_api.h:344:5: note: declared here
int ttm_bo_validate(struct ttm_buffer_object *bo,
^
/tmp/vbox.2/vbox_ttm.c: In function ‘vbox_bo_push_sysram’:
/tmp/vbox.2/vbox_ttm.c:525:2: error: too many arguments to function ‘ttm_bo_validate’
ret = ttm_bo_validate(&bo->bo, &bo->placement, false, false);
^
In file included from /tmp/vbox.2/vbox_drv.h:92:0,
from /tmp/vbox.2/vbox_ttm.c:31:
include/drm/ttm/ttm_bo_api.h:344:5: note: declared here
int ttm_bo_validate(struct ttm_buffer_object *bo,
^


=================================================
My linux details:

[root@localhost etc]# cat redhat-release
CentOS Linux release 7.6.1810 (Core)
[root@localhost etc]# date
Tue Dec 18 22:55:01 IST 2018


VirtualBox 5.2.22 Guest Additions for Linux.


please assist.

-SG

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

Re: guest addition is not working.

Post by TrevorH » 2018/12/18 17:47:46

As said in the 7.6 Release Notes, you need the VirtualBox Guest Additions 5.2.23 to work with 7.6. You need to get those from vbox.
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

chemal
Posts: 776
Joined: 2013/12/08 19:44:49

Re: guest addition is not working.

Post by chemal » 2018/12/18 17:58:03

RH has also backported a bug, which needs to be fixed too: https://bugs.centos.org/view.php?id=15570

HenrykD
Posts: 75
Joined: 2011/01/14 06:09:52
Location: Poland

Re: guest addition is not working.

Post by HenrykD » 2018/12/19 18:20:29

There is currently version 6.0 of VirtualBox, only 64-bits.

I upgrade the kernel (version 4.19) using ELRepo and the problem with the strange operations of the mouse disappeared. :D
https://www.tecmint.com/install-upgrade ... -centos-7/

Post Reply