Hi all, this is my first post, so please let me know if there is any more information needed or anything.
I'm currently setting up a Linux Server, trying to get more practice for a potential admin job as well as personal experience, and I'm having trouble configuring my virtual machines.
My first problem is that when I create a Virtual Machine using phpVirtualBox, I'm unable to configure the remote desktop server port. When I create a virtual machine the RDP port is read and struck through.
Here is my linux version information:
Here is my VirtualBox information:
I read that perhaps the extenstion pack from Oracle should be downloaded to enable the RPD access, but when I try to install it I receive the following error:
Has anyone encountered this error? If so, what was the workaround? Or if not, where would you suggest I start to troubleshoot this issue?
The variable vbox_ver is the result of VBoxManage --version, FYI.
I'm currently setting up a Linux Server, trying to get more practice for a potential admin job as well as personal experience, and I'm having trouble configuring my virtual machines.
My first problem is that when I create a Virtual Machine using phpVirtualBox, I'm unable to configure the remote desktop server port. When I create a virtual machine the RDP port is read and struck through.
Here is my linux version information:
Code:
vboxuser@MediaBox:~$ uname -or3.13.0-24-generic GNU/Linux
Code:
vboxuser@MediaBox:~$ VBoxManage -version
4.2.24r92790
Code:
vboxuser@MediaBox:~$ VBoxManage extpack install Oracle_VM_VirtualBox_Extension_Pack-${vbox_ver/r/-}.vbox-extpack
0%...
Progress state: NS_ERROR_FAILURE
VBoxManage: error: Failed to install "/home/vboxuser/Oracle_VM_VirtualBox_Extension_Pack-4.2.24-92790.vbox-extpack"
VBoxManage: error: The installer failed with exit code 127: Error creating textual authentication agent: Error opening current controlling terminal for the process (`/dev/tty'): No such device or address
VBoxManage: error: Details: code NS_ERROR_FAILURE (0x80004005), component ExtPackManager, interface IExtPackManager
VBoxManage: error: Context: "int handleExtPack(HandlerArg*)" at line 1126 of file VBoxManageMisc.cpp
The variable vbox_ver is the result of VBoxManage --version, FYI.