Everything posted by theone
-
VirtualBox Plugin for unRAID v5 and v6
What do you sqlite for? You seem to have a non standard request. Post your SF Web Server issues on the specific thread: http://lime-technology.com/forum/index.php?topic=19508.0 or http://lime-technology.com/forum/index.php?topic=12698.0 I will not incorporate the Web Server installation into my plugin and don't think it is wise to do so. You can install a different web server on another PC just to access the virtualbox WEBUI.
-
VirtualBox Plugin for unRAID v5 and v6
I use the Guest Additions. It adds some functionality: http://www.virtualbox.org/manual/ch04.html
-
VirtualBox Plugin for unRAID v5 and v6
I have Windows 7 running as a virtual machine on an ATOM D510 (I allocated for it 1 processor and 768MB memory). It is working nicely. Although it depends what you are running on it.
-
VirtualBox Plugin for unRAID v5 and v6
Enjoy... thanks to lainie for the virtualbox package.
-
VirtualBox Plugin for unRAID v5 and v6
It should come up in the port configured in WebServer - so 81 is OK (I use 1234). Change the default WebServer location to /boot/tmp (where you extracted phpvirtualbox), otherwise you will need to copy it over to /tmp/web after each unRAID boot. Nice to hear that you like the plugin
-
VirtualBox Plugin for unRAID v5 and v6
Where did you extract the phpvirtualbox package to?
-
VirtualBox Plugin for unRAID v5 and v6
Change it to the phpvirtualbox folder.
-
VirtualBox Plugin for unRAID v5 and v6
0ki99, Do you have Webserver Plugin installed and enabled? Is PHPvirtualbox located in the webserver location? You should access phpvirtualbox by: http://unRAID_IP:webserver_port/phpvirtualbox_location_under_webserver_top_folder" mine is: http://192.168.2.104:1234/phpvirtualbox
-
VirtualBox Plugin for unRAID v5 and v6
SlrG and AeroSteveO, I see you are both using SimpleFeatures v1.0.11. I am currently running v1.0.5 and have no such issue. My WEBUI does stop responding though after ~1 week when WebServer plugin is enabled. could it be the same issue I wonder ... ? http://lime-technology.com/forum/index.php?topic=23274.0 I will try a few things (maybe update to SF v1.0.11)...
-
VirtualBox Plugin for unRAID v5 and v6
Please supply the following: * Output of vboxmanage list vms from unraid command line * Output of vboxmanage list runningvms from unraid command line * Full WEBUI screenshot * Syslog * /boot/config/plugins/virtualbox/vms_session.cfg
-
VirtualBox Plugin for unRAID v5 and v6
As long as there is a compiled vbox package for the specific unRaid kernel version then it will work. simplefeatures version doesn't matter.
-
VirtualBox Plugin for unRAID v5 and v6
do you have /boot/custom/vbox folder?
-
VirtualBox Plugin for unRAID v5 and v6
According to your logs and what you described it seems that the packages (vbox and extension) were not installed properly probably due to a bad download of the packages. If the download is done from the plugin WEBUI it is important not to interrupt it by refreshing the WEBUI - that kills the download and gives a partially downloaded package.
-
VirtualBox Plugin for unRAID v5 and v6
New Version: 0.5.2 - Added Latest Release version available from VirtualBox.org (not necessarily existing for unRAID yet) - Local versions extraction - Cosmetic changes
-
VirtualBox Plugin for unRAID v5 and v6
What I meant was the developing what you wanted is not necessary because phpVirtualBox exists and works. Starting to develop a plugin (or extension to my plugin) with the features you stated will end up with something like phpVirtualBox which already exists so why develop it?
-
VirtualBox Plugin for unRAID v5 and v6
What you are talking about is phpVirtualBox. I have incorporated simple VM start and stop for individual VMs in my plugin.
-
VirtualBox Plugin for unRAID v5 and v6
did you install webserver plugin?
-
VirtualBox Plugin for unRAID v5 and v6
I haven't tested it on the new simplefeatures yet, maybe over the weekend. Can you describe the problems you see? post syslog? screenshot WEBUI? Edit: Tested it on my virtual test server and it is working OK under SimpleFeatures v1.0.11
-
VirtualBox Plugin for unRAID v5 and v6
What is rc.vboxserv? If the package does not install then the plugin will show it as not installed. Can you post a screenshot of the WEBUI? Can you post your syslog? Do you have the following folder /opt/VirtualBox? what is the contents? Do you have the following folder /opt/VirtualBox/ExtensionPacks/Oracle_VM_VirtualBox_Extension_Pack? what is the contents? I am not responsible for the package itself - just the plugin. Does it install when you manually try to install it using "installpkg ...."?
-
VirtualBox Plugin for unRAID v5 and v6
OK, because this was an upgrade from 0.4x version to 0.5.1 version and there was no previous Symbolic link defined in the cfg file then it didn't know where to move the existing files from. When upgrading from older version plugins the following line should be added to cfg file before upgading the plugin: VBOX_SYMLINK_LOCATION="/boot/custom/vbox" That way the plugin can move existing files once you decide to move the VirtualBox symbolic link from original location "/boot/custom/vbox" to your new desired location.
-
VirtualBox Plugin for unRAID v5 and v6
Didn't it move over the files automatically once you changed the symlink location in the WEBUI? Can you please post a syslog so I can see if I have an error in the plugin?
-
Swap File Plugin for unRAID v5 and v6
New version 0.5.2 - Fixed bottom of page is sometimes not visible due to unRAID progressframe (also for virtualbox plugin )
-
VirtualBox Plugin for unRAID v5 and v6
New version: 0.5.1 - Fixed bottom of page is sometimes not visible due to unRAID progressframe
-
Swap File Plugin for unRAID v5 and v6
New version released: 0.5.1 - Fixed division by zero in usage percentage calculation for usage bar.
-
VirtualBox Plugin for unRAID v5 and v6
I think you can copy them over and reopen them from new location using phpVirtualbox. I don't want to add too much to the plugin that can be achieved using phpVirtualbox.