File server (Samba)
SSH server
FTP server
a low traffic web server (LAMP)
A web based jukebox (ampache, and jinzora)
Photo gallery (galleria)
Teamspeak server
The mobo's built in video supports HDMI out, so I'd like to utilize it by attaching it directly to the HD TV and watch stored media, as well as streaming media from sites like netflix and hulu.
So I figured I'd use virtualbox to create a VM to install mythbuntu. then I'd have a remote control and wireless keyboard/mouse for control media on the TV screen.
I've been told that this will not work, because the host does not have a desktop installed. I use SSH currently to make any changes to the server. I figured I could use a virtual desktop to install/configure mythbuntu from my Windoze PC. then when that was done. I could launch the VM directly on the server, connected via HDMI to the tv (or cable box?), and that would be success. My nay saying friends say that it can't work, and that I should do it the other way around. Meaning, the only way to do what I describe is to install mythbuntu first, then create a VM with ubuntu Intrepid Server.
question: Will what I prescribed work? or do I need to do it the way my friends have said.
I installed virtualbox 3.0.6 PUEL
via ssh I configured a VM
using vrdp & Remote Desktop Connection (XP) I installed mythbuntu-9.04-desktop-i386.iso
I connected the server using HDMI to my TV as the display unit.
from a command line physically at the server, I issue this.
Code: Select all
$ VBoxManage -q startvm mythbuntu
Waiting for the remote session to open...
ERROR: Virtual machine 'mythbuntu' has terminated unexpectedly during startup
Details: code NS_ERROR_FAILURE (0x80004005), component Machine, interface IMachine, callee <NULL>Code: Select all
$ sudo apt-get install x-window-system-core gnome-core gdmCode: Select all
$ startxCode: Select all
$ VBoxManage -q startvm mythbuntu
Waiting for the remote session to open...
ERROR: Virtual machine 'mythbuntu' has terminated unexpectedly during startup
Details: code NS_ERROR_FAILURE (0x80004005), component Machine, interface IMachine, callee <NULL>Code: Select all
$ find / -name '*VBox.log*'
/pathto/.VirtualBox/Machines/mythbuntu/Logs/VBox.log
/pathto/.VirtualBox/Machines/mythbuntu/Logs/VBox.log.1
/pathto/.VirtualBox/Machines/mythbuntu/Logs/VBox.log.2
/pathto/.VirtualBox/Machines/mythbuntu/Logs/VBox.log.3I could use some guidance...