[5.1.28] VBoxVNC / VNC extensionpack missing

Discussions about using Linux guests in VirtualBox.
Post Reply
Logman
Posts: 1
Joined: 29. Sep 2017, 22:25

[5.1.28] VBoxVNC / VNC extensionpack missing

Post by Logman »

Hi,

I did upgrade Virtualbox to 5.1.28 version. I did notice that VNC exntension is missing on debian .deb file.

Install source: Virtualbox debian repo.

Server: Ubuntu 16.04 xenial

Do not work
vboxheadless --startvm myvm --vrde on

Info:

Code: Select all

logman@purkki:~$ VBoxManage list extpacks
Extension Packs: 1
Pack no. 0:   Oracle VM VirtualBox Extension Pack
Version:      5.1.28
Revision:     117968
Edition:
Description:  USB 2.0 and USB 3.0 Host Controller, Host Webcam, VirtualBox RDP, PXE ROM, Disk Encryption, NVMe.
VRDE Module:  VBoxVRDP
Usable:       true
Why unusable:

Code: Select all

VBoxManage showvminfo w10|grep VRDE
VRDE:            enabled (Address 192.168.0.2, Ports 5001, MultiConn: off, ReuseSingleConn: off, Authentication type: null)
VRDE Connection:    not active

Code: Select all

VBoxManage setproperty vrdeextpack VNC
VBoxManage: error: No extension pack by the name 'VNC' was found
VBoxManage: error: Details: code VBOX_E_OBJECT_NOT_FOUND (0x80bb0001), component ExtPackManagerWrap, interface IExtPackManager, callee nsISupports
VBoxManage: error: Context: "COMSETTER(DefaultVRDEExtPack)(Bstr(a->argv[1]).raw())" at line 877 of file VBoxManageMisc.cpp
Perryg
Site Moderator
Posts: 34369
Joined: 6. Sep 2008, 22:55
Primary OS: Linux other
VBox Version: OSE self-compiled
Guest OSses: *NIX

Re: [5.1.28] VBoxVNC / VNC extensionpack missing

Post by Perryg »

VirtualBox does not provide the VNC module. You either build it yourself ( OSE ) or get it from your distro if they provide it. Also vRDE does not work with VNC so that is something else.
Post Reply