Jump to content

theone

Community Developer
  • Posts

    1,374
  • Joined

  • Last visited

Everything posted by theone

  1. Hello, I am proud to present: SwapFile plugin for unRAID v5 and v6 If you are low on memory and would like to add a Swap File to your unRAID server this plugin makes it simpler. The plugin enables creation/starting/stopping/changing of a Swap File on your unRAID server. If this is your first plugin upgrade from version 0.5.3 or before to a newer version (supporting unRAID v6 plugin manager) then I suggest deleting the existing swapfile.plg file at /boot/config/plugins and then install as described below for unRAID v6 - all your settings should remain intact. To install under unRAID v6: 1. In the unRAID Plugin Manager under "Install Plugin" tab enter https://raw.githubusercontent.com/theone11/swapfile_plugin/master/swapfile.plg 2. Wait for installation to complete. 3. Go to plugin WEGUI and change initial settings To install under unRAID v5: 1. Initial Download of plugin at https://raw.githubusercontent.com/theone11/swapfile_plugin/master/swapfile.plg 2. Copy plugin to /boot/config/plugins on your flash drive. 3. Reboot unRAID server or Install from command line: - installplg /boot/config/plugins/swapfile.plg - /etc/rc.d/rc.swapfile boot 4. Go to plugin WEGUI and change initial settings To update the plugin: * For WEBUI and functionality updates - Use the unRAID Plugin Manager or the VirtualBox Plugin WEBUI * For new Virtualbox compiled packages - Use the VirtualBox Plugin WEBUI The WEBUI is divided into 3 parts: ---------------------------------- 1. Status Summary - Shows status of configured Swap File and plugin version. 2. Actions - Shows all possible actions available to the user depending on the status of the user's server. - Start/Stop/Restart Swap File. - Update plugin. 3. Configuration - Change settings of the plugin and Swap File. Configuration Notes: -------------------- 1. Boot and Startup options - Change what happens during boot or installplg. 2. Swap file settings - Change Swap File location, name, etc... - Default Swap File location is on the Cache Drive - Change it if you must. Please comment on any problems encountered and any enhancements or missing features, that you would like added. (Here if possible: https://github.com/theone11/swapfile_plugin/issues) Changelog: 2015.09.21 - Changed start and stop events to "started" and "stopping_svcs" instead of "disks_mounted" and "unmounting_disks" to allow all array and non-array disks to be mounted before creating/using swap file 2015.09.17 - Add unRAID 6.1 compatibility and keep backward compatibility 2015.06.05 - Added launch option from plugin manager (unRAID v6) - Changed package version to same as plugin version 2015.04.22 - Added support for unRAID v6 Plugin Manager and Architecture - Changed timeout to 10 seconds for all network connections (was 60 seconds) 0.5.3 - Added 60 second timeout to all network accesses[/b] - Added comment regarding swap file location in WEBUI[/b] 0.5.2 - Fixed bottom of page is sometimes not visible due to unRAID progressframe 0.5.1 - Fixed division by zero in usage percentage calculation for usage bar 0.5 - Added existance check before deleting swap file - Cleaned up temporary file. 0.4.4 - Fixed: Icon file couldn't be saved because plugin folder doesn't exist on first run 0.4.3 - Fixed: Icon file deleted when upgrading plugin without restarting server 0.4.1 - Fixed: local plugin version not shown 0.4 - Workaround for downloading non exiting icon file 0.3 - Fixed startup sequence - Swap file must be activated only after array mounted 0.2.1 - Changed SWAP_ENABLE_ON_BOOT default value to "false" 0.2 - Initial Release Enjoy the plugin Note: ----- I used cofin's initial plugin (http://lime-technology.com/forum/index.php?topic=23515.0) and Joe L's unmenu swap file plugin as reference.
  2. When unRAID goes offline/shutsdown it runs the event handler: /usr/local/emhttp/plugins/virtualbox/event/unmounting_disks Which stops all needed components of the plugin to cleanly shutdown including savestate for all running VMs. /etc/rc.d/rc.virtualbox stop
  3. Posted new plugin version 0.2.7 (you can update via the WEBUI) Posted new WEBUI screenshot
  4. You have to install phpVirtualBox and WebServer - it is not part of this plugin.
  5. Thank you overbyrn, will be fixed in the next release (probably today).
  6. How can I check the validity of a downloaded file to check after download? If it is possible I will add it to the code.
  7. Believe me I am not doing any such thing - the source code is open for checking if you wish. I also had this problem (unrelated parameters shown in command line - progressbar) and I am not running openvpn. I think it was a from naming issue in the WEBUI code but I am not sure - I don't have the problem anymore. Can you try and restart your server?
  8. Please add screenshot - I need to see exactly what the status is (what the plugin sees). without the XXXXXXXX and YYYYYYY ofcourse
  9. I am using phpVirtualBox with my plugin (unRAID RC10 - kernel version 3.4.24) with no problems.
  10. Did you do a restart of your server or directly from WEBUI after plugin update? I have found another bug there. will be fixed soon...
  11. Refresh the WEBUI and you should see a new plugin version 0.2.3 - press the update plugin button. Please report if this was successful.
  12. Hello, I am proud to present: VirtualBox plugin for unRAID v5 and v6 The plugin installs both VirtualBox package and the VirtualBox Extension package (it does not install phpVirtualBox). If this is your first plugin upgrade from version 0.5.7 or before to a newer version (supporting unRAID v6 plugin manager) then I suggest deleting the existing virtualbox.plg file at /boot/config/plugins and then install as described below for unRAID v6 - all your settings should remain intact. To install under unRAID v6: 1. In the unRAID Plugin Manager under "Install Plugin" tab enter https://raw.githubusercontent.com/theone11/virtualbox_plugin/master/virtualbox.plg 2. Wait for installation to complete. 3. Go to plugin WEGUI and change initial settings To install under unRAID v5: 1. Initial Download of plugin at https://raw.githubusercontent.com/theone11/virtualbox_plugin/master/virtualbox.plg 2. Copy plugin to /boot/config/plugins on your flash drive. 3. Reboot unRAID server or Install from command line: - installplg /boot/config/plugins/virtualbox.plg - /etc/rc.d/rc.virtualbox boot 4. Go to plugin WEGUI and change initial settings To update the plugin: * For WEBUI and functionality updates - Use the unRAID Plugin Manager or the VirtualBox Plugin WEBUI * For new Virtualbox compiled packages - Use the VirtualBox Plugin WEBUI The WEBUI is divided into 3 parts: 1. Status Summary - Shows all versions of packages and plugin and there status (installed/local/online). 2. Actions - Shows all possible actions available to the user depending on the status of the user's server. - Start/Stop/Restart vboxwebsrv and Virtual Machines. - Download/Install/Update packages and Plugin. - Start and Savestate of individual Virtual Machines. 3. Configuration - Change settings of the plugin. Configuration Notes: 1. Boot and Startup options - Change what happens during boot or installplg. 2. Virtual Machines start options - Change what Virtual Machines to start once START command is given. 3. VBOXWEBSRV Host and Port options - Change Host and IP settings for vboxwebsrv 4. VBOXWEBSRV log file options - Change the vboxwebsrv log file options. - It is important to set the log file location accurately otherwise vboxwebsrv will not run properly. - You may want to place the log file outside of your flash drive. Please comment on any problems encountered and any enhancements or missing features, that you would like added. (Here if possible: https://github.com/theone11/virtualbox_plugin/issues) Enjoy the plugin Changelog: 2017.05.19c - Fixed extension pack install failure due to license agreement acceptance prompt 2015.09.18 - Fixed online package lookup 2015.09.17 - Added unRAID 6.1 compatibility and keep backward compatibility 2015.06.07 - Changed start and stop events to "started" and "stopping_svcs" instead of "disks_mounted" and "unmounting_disks" - Moved plugin icon to "User Utilities" section (unRAID v6) 2015.06.05 - Added launch option from plugin manager (unRAID v6) - Changed package version to same as plugin version - Fixed - Inadvertently Cleared vboxwebsrv settings - Returned onsubmit="validateForm();" to form submission 2015.04.21-1 - Fixed unRAID v5 compatability 2015.04.21 - Added support for unRAID v6 Plugin Manager and Architecture - Added support for tgz and txz compiled packages 0.5.7 - Reduced plugin load time by reducing network accessing when checking online versions 0.5.6 - Added MD5 checksum verification for all downloaded packages immediately after download - delete download if MD5 cannot be verified or fails verification 0.5.5 - Fixed kernel version number extraction from online package 0.5.4 - Changed unRAID compiled VirtualBox version availability and presentation in WEBUI (compatible and latest) - Changed timeout to 10 seconds (instead of 60) - Added plugin forum link to WEBUI - Automatic support for 32/64bit packages depending on OS 0.5.3 - Added changelog history - Enabled changing of Mount and Startup options also when virtualbox is running - They impact only during plugin start - Only if VirtualBox installed give option to update from local or online versions if exist otherwise download options - Changed "vboxmanage" to correct case "VBoxManage" and added full path "/opt/Virtualbox/VBoxManage" - Added to log confirmation that installation of packages completed correctly. - If "VirtualBox LOCAL version different than INSTALLED version" then function changed to "update" instead of "install" - Duplicated all "logger" output also to regular output "echo" - Added --timeout=60 on all wget commands - Minor UI Change 0.5.2 - Added Latest Release version available from VirtualBox.org (not necessarily existing for unRAID yet) - Local versions extraction - Cosmetic changes 0.5.1 - Fixed bottom of page is sometimes not visible due to unRAID progressframe 0.5 - Added option to download GuestAdditions Package - Added option to change /boot/custom/vbox to different location including moving of files - New parameter in configuration - Changed configuration update code - 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. 0.4.2 - Fixed: Icon file couldn't be saved because plugin folder doesn't exist on first run 0.4.1 - Fixed: Icon file deleted when upgrading plugin without restarting server 0.4 - Workaround for downloading non exiting icon file 0.3 - Fixed startup sequence - Virtualbox can only be started (specifically VMs) after array mounted 0.2.7 - Changed WEBUI layout, Corrected few functions 0.2.6 - Corrected access to previous session VM list (vms_session.cfg) 0.2.5 - Corrected boot and plugin update functions 0.2.4 - Fix install function during boot when online version doesn't exist or is not checked 0.2.3 - Fix install function 0.2.2 - Initial Release P.S. This is my first attempt at a plugin.
  13. Can I preclear a 3TB drive under unRAID 4.7 so it will be ready to use in its fullest under unRAID v5.0 latest beta?
  14. http://www.lsi.com/channel/products/storagecomponents/Pages/LSISAS9211-8i.aspx
  15. What is the "Correct" BIOS file mptsas2.rom? If it is always this name how do I know what the correct one is?
  16. I just bought an M1015 at ebay (prices are highly variable...) Can I flash a M1015 directly to P13 by replacing the IT firmware "2118it.bin" in batch file to the new version from LSI website? anything else needs to be changed? "mptsas2.rom"? Has anyone tried the new P14 version? Are the changes needed to flash P14 same as P13?
  17. From what I gathered the BRi10 does not work with >2TB drives at full capacity, correct? And the M1015 does work, correct? Has the M1015 been tested on unRAID 5.0 RC4? Is the linked M1015 correct version? Is there any other version? http://www.serversupply.com/products/part_search/pid_lookup.asp?pid=134940 What is a reasonable price for the M1015?
  18. The controller itself should run in 1x and 4x, but the card implementation can avoid this. from BR10i manual: The ServeRAID™-BR10i SAS/SATA Controller provides four or eight serial ports for connection to Serial Attached SCSI (SAS) and Serial ATA (SATA) devices. Each port is capable of a SAS link rate and a SATA link rate of 3.0 Gbps (gigabits per second). The PCI Express transmission and reception data rate is 2.5 Gbps in each direction, yielding a total bandwidth of 5.0 Gbps for each full-duplex lane. The controller is implemented using four or eight PCI Express physical layers (PHYs), which provide possible host-side maximum transmission and reception rates of up to 4.0 GBps (gigabytes per second). The controller supports PCI Express interfaces. The controller has the following PCI Express features: * Four or eight PCI Express physical layers * Single-physical-layer (1 lane) link transfer rate up to 2.5 Gbps in each direction * x8 and x4 link width support * Automatic downshift to an x4 link width if the controller is connected to an x4 connector or to an x8 connector that is wired as an x4 connector So will this work in my SuperMicro X7SPA-HF board that has a x16 connector wired as a x4 connector I guess it will, correct?
  19. Is there a difference between IBM ServeRAID BR10i SAS/SATA Controller models: Model Number: 44E8688 Model Number: 44E8689 Model Number: 44E8690 ?? Will these boards also work as at slower link PCIe x4 although defined as PCIe x8.
  20. Does the Supermicro AOC-SASLP-MV8 support 3TB drives and larger?
  21. I found this if anyone is a bit of a musician. http://www.intmath.com/trigonometric-graphs/music.php http://www.techlib.com/reference/musical_note_frequencies.htm
×
×
  • Create New...