Missing VBoxREM.so in Ubuntu 20.04

This is for discussing general topics about how to use VirtualBox.
Post Reply
sonny
Posts: 1
Joined: 26. Apr 2020, 21:41

Missing VBoxREM.so in Ubuntu 20.04

Post by sonny »

I installed virtualbox via the apt system in my new Ubuntu server and I see that it is missing the system file
/usr/lib/virtualbox/components/VBoxREM.so
which is supposed to be sym-linked to
../VBoxREM.so
The upshot of this is that my vboxheadless calls do not look like they are working, but it does (i.e., VM is running). That said, I do see some weird issues which may be unrelated (two IP addresses granted to VM, and no IP listed when enumerated using vboxmanage).

I specifically get this error:

Code: Select all

Oracle VM VirtualBox Headless Interface 6.1.6_Ubuntu
(C) 2008-2020 Oracle Corporation
All rights reserved.

VBoxHeadless: supR3HardenedVerifyFileFollowSymlinks: Failed to resolve the real path '/usr/lib/virtualbox/components/VBoxREM.so': No such file or directory (2)
Does anyone know how to fix this issue?

I am using VirtualBox 6.1.6 on Ubuntu 20.04 server x_64 edn.
scottgus1
Site Moderator
Posts: 20945
Joined: 30. Dec 2009, 20:14
Primary OS: MS Windows 10
VBox Version: PUEL
Guest OSses: Windows, Linux

Re: Missing VBoxREM.so in Ubuntu 20.04

Post by scottgus1 »

sonny wrote:I installed virtualbox via the apt system in my new Ubuntu server
If this is Ubuntu's repository, then that's Ubuntu's fork of Virtualbox, and they would know better where the file can be obtained.

20.04 is too new, and isn't yet officially supported. (when there's a 20.04 link in https://www.virtualbox.org/wiki/Linux_Downloads then it will be supported.)

Also a Linux Hosts question, not Using Virtualbox.

You can try searching the Linux Hosts subforum.
sergiomb
Posts: 21
Joined: 1. Dec 2011, 03:11
Primary OS: Fedora other
VBox Version: OSE Fedora
Guest OSses: windows Fedora rawhide

Re: Missing VBoxREM.so in Ubuntu 20.04

Post by sergiomb »

I had the same report here [1] now the default build doesn't build VBoxREM.so so we also don't want the symbol link , I send a patch that fix this problem . As usual the patch is sent under MIT License


[1]
https://bugzilla.rpmfusion.org/show_bug.cgi?id=5652
Attachments
VirtualBox-6.1.0-VBoxRem.patch
(592 Bytes) Downloaded 363 times
Post Reply