On 10/01/2019 10:13 PM, Frank Batschulat wrote:
> David, according to your guest information you are running
> the following version of the guest additions inside the guest:
> 
> $ sysctl status vboxadd-service
> ● vboxadd-service.service
>    Loaded: loaded (/opt/VBoxGuestAdditions-5.2.30/init/vboxadd-service;
> 
> This is the old guest additions without the fix for:
> 
> https://www.virtualbox.org/ticket/18961
> 
> backported to the 5.2 branch as revision 133319.
> 
> You follow up email with the build errors proves this if you compare
> the compile errors to this bug.
> 
> you need to use the _new_ guest additions in your 5.3 guest
> corresponding to the new test build package, and those are:
> 
> https://www.virtualbox.org/download/testcase/VBoxGuestAdditions_5.2.33-133577.iso
> 
> ie. the ones that come with:
> 
> https://www.virtualbox.org/download/testcase/VirtualBox-5.2.33-133577-Linux_amd64.run
> 
> 
> The current available public release 5.2.30 does _not_ contain the fix.
> 
> cheers

Thank you Frank!

$ lsmod | grep vbox
vboxsf                 57344  1
vboxvideo              45056  2
ttm                   118784  1 vboxvideo
drm_kms_helper        212992  1 vboxvideo
drm                   516096  5 drm_kms_helper,vboxvideo,ttm
syscopyarea            16384  2 drm_kms_helper,vboxvideo
sysfillrect            16384  2 drm_kms_helper,vboxvideo
sysimgblt              16384  2 drm_kms_helper,vboxvideo
vboxguest             307200  5 vboxsf

$ systemctl status vboxadd-service
● vboxadd-service.service
   Loaded: loaded (/opt/VBoxGuestAdditions-5.2.33/init/vboxadd-service;
enabled; vendor preset: disabled)
   Active: active (running) since Wed 2019-10-02 14:32:02 CDT; 32min ago
  Process: 4188 ExecStart=/opt/VBoxGuestAdditions-5.2.33/init/vboxadd-service
start (code=exited, status=0/SUCCESS)
    Tasks: 8
   Memory: 2.4M
   CGroup: /system.slice/vboxadd-service.service
           └─4198 /usr/sbin/VBoxService --pidfile /var/run/vboxadd-service.sh

Oct 02 02:04:13 vl1 systemd[1]: Starting vboxadd-service.service...
Oct 02 02:04:13 vl1 vboxadd-service[4188]: vboxadd-service.sh: Starting
VirtualBox Guest Addition service.
Oct 02 02:04:13 vl1 vboxadd-service.sh[4191]: Starting VirtualBox Guest
Addition service.
Oct 02 14:32:02 vl1 systemd[1]: Started vboxadd-service.service.

The build from testcase works fine. Just had to sort out an ID10T error.
Thanks again.


-- 
David C. Rankin, J.D.,P.E.


_______________________________________________
VBox-users-community mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/vbox-users-community
_______________________________________________
Unsubscribe:  
mailto:[email protected]?subject=unsubscribe

Reply via email to