Jump to content

theone

Community Developer
  • Posts

    1,368
  • Joined

  • Last visited

Everything posted by theone

  1. Change it to the phpvirtualbox folder.
  2. 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
  3. 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)...
  4. 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
  5. As long as there is a compiled vbox package for the specific unRaid kernel version then it will work. simplefeatures version doesn't matter.
  6. do you have /boot/custom/vbox folder?
  7. 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.
  8. New Version: 0.5.2 - Added Latest Release version available from VirtualBox.org (not necessarily existing for unRAID yet) - Local versions extraction - Cosmetic changes
  9. 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?
  10. What you are talking about is phpVirtualBox. I have incorporated simple VM start and stop for individual VMs in my plugin.
  11. 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
  12. 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 ...."?
  13. 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.
  14. 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?
  15. New version 0.5.2 - Fixed bottom of page is sometimes not visible due to unRAID progressframe (also for virtualbox plugin )
  16. New version: 0.5.1 - Fixed bottom of page is sometimes not visible due to unRAID progressframe
  17. New version released: 0.5.1 - Fixed division by zero in usage percentage calculation for usage bar.
  18. 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.
  19. peter_sm, They are not just temporary files. When moving this symlink in my plugin I also move the files to the new location. BillyJ, please post your syslog and virtualbox.cfg
  20. New version: 0.5 - Added option to download GuestAdditions Package - Added option to change /boot/custom/vbox to different location including moving of files - Changed configuration update code I added the option of downloading Guest Additions package so you don't have to look for it online. Changing the /boot/custom/vbox to a different location was requested so that there will not be any writing to the flash drive by VirtualBox.
  21. New version: 0.5 - Added existance check before deleting swap file - Cleaned up temporary file.
  22. New version: 0.4.2 - Fixed: Icon file couldn't be saved because plugin folder doesn't exist on first run.
  23. New version: 0.4.4 - Fixed: Icon file couldn't be saved because plugin folder doesn't exist on first run.
×
×
  • Create New...