My NAS runs solaris (bare metal) and I was hoping to run a couple simple VMs on it. Since I don't have a gui (didn't think I would need it and Iwas originally running on an e-350 now upgraded to an Athlon II x2 250).
Anyways, I have apache+php installed and vboxphp loads. I have disabled authentication:
VBoxManage setproperty websrvauthlibrary null
The username/password in vboxphp config is blank.
However, when I type in admin/admin in vboxphp it just keeps spinning the indicator and the vboxwebsrv process ramps up to 50% CPU usage and nothing happens. I have the virtualbox/webservice service running.
I've added my user and the root user to the vboxusers group but that didn't seem to make a difference.
The only log file I can find is in ~/.VirtualBox/VBoxSVC.log:
Does anyone have any idea what is wrong or any experience with virtualbox/phpvirtualbox on solaris?
I can try asking over at the phpvbox forum but I figured I would ask [H] for help first!
Thanks,
s0rce
edit: I have the latest version of virtual box with the extension pack installed via vboxmanage extpack install ...
Anyways, I have apache+php installed and vboxphp loads. I have disabled authentication:
VBoxManage setproperty websrvauthlibrary null
The username/password in vboxphp config is blank.
However, when I type in admin/admin in vboxphp it just keeps spinning the indicator and the vboxwebsrv process ramps up to 50% CPU usage and nothing happens. I have the virtualbox/webservice service running.
I've added my user and the root user to the vboxusers group but that didn't seem to make a difference.
The only log file I can find is in ~/.VirtualBox/VBoxSVC.log:
Code:
VirtualBox (XP)COM Server 4.1.4 r74291 solaris.amd64 (Oct 3 2011 16:28:26) release log
00:00:00.001 main Log opened 2011-11-04T16:11:43.887779000Z
00:00:00.001 main OS Product: SunOS
00:00:00.001 main OS Release: 5.11
00:00:00.001 main OS Version: snv_151a
00:00:00.001 main OS Service Pack: snv_151a
00:00:00.001 main Executable: /opt/VirtualBox/amd64/VBoxSVC
00:00:00.001 main Process ID: 2813
00:00:00.001 main Package type: SOLARIS_64BITS_GENERIC
00:00:00.113 nspr-2 Loading settings file "/home/lyle/.VirtualBox/VirtualBox.xml" with version "1.12-solaris"
00:00:01.223 nspr-2 VDInit finished
00:00:06.575 Watcher ERROR [COM]: aRC=E_ACCESSDENIED (0x80070005) aIID={c28be65f-1a8f-43b4-81f1-eb60cb516e66} aComponent={VirtualBox} aText={The object is not ready}, preserve=false
Does anyone have any idea what is wrong or any experience with virtualbox/phpvirtualbox on solaris?
I can try asking over at the phpvbox forum but I figured I would ask [H] for help first!
Thanks,
s0rce
edit: I have the latest version of virtual box with the extension pack installed via vboxmanage extpack install ...