get phpVirtualBox 5.0.5 running with VirtualBox 5.2.x

If you haven’t already, upgrade to phpVirtualBox 5.0.5. Open file “endpoints/lib/config.php” on your phpvirtualbox installation in an editor of your choice. Change the line “define(‘PHPVBOX_VER’, …) as following: define(‘PHPVBOX_VER’, ‘5.2-0’); Download SDK for VirtualBox 5.2 from https://www.virtualbox.org/wiki/Downloads Extract the SDK-archive contents somewhere. Copy the files “bindings/webservice/vboxweb.wsdl” and “bindings/webservice/vboxwebService.wsdl” of the SDK to the folder “endpoints/lib”… Continue reading get phpVirtualBox 5.0.5 running with VirtualBox 5.2.x

The vboxdrv kernel module is not loaded

I recently got the problem with Virtualbox on Debian Jessie that vbox’s kernel modules were not loaded after updating my system. Every vbox-related command gave the following error output: WARNING: The vboxdrv kernel module is not loaded. Either there is no module available for the current kernel (3.16.0-4-amd64) or it failed to load. Please recompile… Continue reading The vboxdrv kernel module is not loaded