l0ki99

Members
  • Posts

    5
  • Joined

  • Last visited

Everything posted by l0ki99

  1. Ok, so it turns out I missed that critical step . I missed the part in your first post when you said "(it does not install phpVirtualBox)". After I did that, the phpVirtualBox console app came up right away (though on the WebServer port (81), not the vboxwebsrv port (18083)). I found most of the install steps from here http://lime-technology.com/forum/index.php?topic=10978.315, but it has superfluous steps you've eliminated with your plugin, so I'm putting the steps I got to work here for anyone who stumbles on this: Starting state: UnRAID v5.0rc11, SimpleFeatures 1.0.5, VirtualBox PlugIn 0.5.2 1) Downloaded the phpVirtualBox package from here: http://code.google.com/p/phpvirtualbox/downloads/list. I used the phpvirtualbox-4.2-4.zip file as it indicated it was compatible with 4.2.x, which is the most current point release. 2) Unzipped to new directory /boot/tmp (able to copy over the network easily), then moved the entire contents of that folder to /tmp/web (default SimpleFeatures WebServer folder). 3) Renamed config.php-example to config.php. Also changed $username and $password variables, as well as $location variable to point to the LAN IP of the box. 4) Accessed the UI using "http://<UNRAID LAN IP>:81" and logged in. Looks like everything's working now. Really like the plugin - I've already used it to update to v4.2.10 and it worked flawlessly. Thanks!
  2. I've tried changing it to each of: /boot/custom/vbox /opt/VirtualBox /bin/vboxwebsrv and attempted to access using the URL "http://<unraid_ip>:18083/phpvirtualbox" - same SOAP error each time (potentially relevant bit): <SOAP-ENV:Fault SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> <faultcode>SOAP-ENV:Client</faultcode> <faultstring>HTTP GET method not implemented</faultstring> </SOAP-ENV:Fault> Screenshot of where I'm changing the value is attached. I must not have the right path - can you please let me know which one is right? Thanks.
  3. I enabled the web service (Settings > Web Server > Enable), and fixed the URL I was using (stupid mistake). I now get a SOAP error. The web service root is set to the /tmp/web folder and there's just an index.html file in there. Do I have to create a symlink to the phpvirtualbox folder? Thanks.
  4. Hi theone, I installed the plugin (0.5.2), and the download/install of the vbox components went very smoothly, however I haven't been able to access the phpvirtualbox web service. In the configuration, I changed the vboxwebsrv Host IP to the LAN IP of the unraid box, but left the port unchanged. I also have SimpleFeatures installed (v1.0.5), and I've verified the MD5 hash of the vbox .tgz file - it's correct. When I access http://<unraid_ip>/phpvirtualbox:18080, I just get a link broken error. Telnetting to that same IP/port will open a connection so something's listening, just not responding. (Note: as well, starting/restarting vboxwebsrv will never return from the page reload and has to be forced, but stopping returns properly after a few moments). My UI screenshot is attached. Any ideas? Thanks.