theone

Community Developer
  • Posts

    1361
  • Joined

  • Last visited

Everything posted by theone

  1. I have 3 drives in my cache pool and 1 of them is showing signs of failure (Reported uncorrect SMART - rising) the drives are: Label: none uuid: bffbfbc3-da3d-412f-89af-f88c64a38b43 Total devices 3 FS bytes used 183.69GiB devid 1 size 298.09GiB used 12.00GiB path /dev/sdf1 devid 2 size 465.76GiB used 180.03GiB path /dev/sde1 devid 3 size 465.76GiB used 180.03GiB path /dev/sdk1 I want to remove the 1st one (sdf) and keep the 2x 500GB drives as the cache pool. How do I go about it without loosing any data?
  2. I uploaded latest Virtualbox 5.1.16 compiled package for: * unRAID version 6.3.2 - kernel 4.9.10 Edit: I uploaded latest Virtualbox 5.1.18 compiled package for: * unRAID version 6.3.2 - kernel 4.9.10
  3. Updated plugin: - Added TRAY_NUM to HISTORICAL data - If drives fails you can see in which tray it was last seen - Added debug option - Time Profiling for data gathering performance analysis and future optimizations - Fixed support for ARECA controllers
  4. I looked at my development code and feature tracker and saw that I have already started working on it several months ago before being diverted to my other project. So it might be up earlier than I thought.
  5. I have not had time to update the plugin. I am working on another project (not related to unRAID). I will do my best to add the above request for saving the last known tray for historical drives.
  6. I uploaded latest Virtualbox 5.1.14 compiled package for: * unRAID version 6.3.2 - kernel 4.9.10 * unRAID version 6.3.1 - kernel 4.9.8 * unRAID version 6.3.0 - kernel 4.9.7 * unRAID version 6.3.0 RC9 - kernel 4.9.6
  7. I already tried but something failed. I will try to get back to it sometime soon.
  8. That's a bit on the slow side... mine takes 19hrs; granted all my other drives as 4TB Reds though... Your parity check is faster because your drive are smaller (4TB compared to 8TB) - your parity check speed is potentially slower than his if you extrapulate the drive size.
  9. I uploaded latest Virtualbox 5.1.10 compiled package for: * unRAID version 6.3.0 RC5 (kernel 4.8.10)
  10. No problem, as long as I am still using it...
  11. I uploaded latest Virtualbox 5.1.10 compiled package for: * unRAID version 6.2.4 (kernel 4.4.30) * unRAID version 6.3.0 RC4 (kernel 4.8.7)
  12. Why do you need both unraid vm and virtualbox?
  13. It should be fine but you can overcome this by: http://lime-technology.com/forum/index.php?topic=25715.msg494910#msg494910
  14. Edit the config.php file in the phpvirtualbox folder and remove the "#" from line: var $noAuth = true;
  15. Install the apache plugin and then extract phpvirtualbox to the defined web server root folder
  16. I uploaded latest Virtualbox 5.1.8 compiled package for: * unRAID version 6.2.1 (kernel 4.4.23) * unRAID version 6.3.0 RC1 (kernel 4.7.6) added: * unRAID version 6.2.2 (kernel 4.4.26) * unRAID version 6.3.0 RC3 (kernel 4.8.4)
  17. It work fine on unraid 6.2 and now also 6.2.1: I uploaded Latest Virtualbox 5.1.6 compiled package for unRAID version 6.2.1 (kernel 4.4.23)
  18. ls -l /usr/lib64/php/extensions | grep soap returns -rwxr-xr-x 1 root root 364504 Sep 7 01:59 soap.so* I looked at /etc/httpd/php.ini and it looked OK. I tried the symlink anyway and still same issue.
  19. Thank you for your help and patience. OK, I saw that NerdPack was not installing these packages so I turned them ON, rebooted and now Apache is running OK. But I have another problem. I am trying to run phpvirtualbox, as before, and am getting (I cleared the browser cache - no help): PHP does not have the SOAP extension enabled. I check the php.ini file and extension=soap.so is OK - not commented. php.ini file is exactly the same as it was in the previous Apache version I was running. when running: php -i | grep -i soap No mention of SOAP is given. Could it be that soap is missing in your package? Can you help here as well?
  20. I updated the plugin for 6.2 and the OP. Let me know if it works. You'll need to remove the old plugin and install from the new link below. https://raw.githubusercontent.com/dmacias72/unRAID-plugins/master/plugins/apache.plg Installed and there is still an ERROR but it seems on a different file: apache: /usr/sbin/httpd: error while loading shared libraries: libaprutil-1.so.0: cannot open shared object file: No such file or directory Sounds like apr-util isn't installed or a previous version overwrote it. Try these ls -l /var/log/packages/ | grep apr ls -l /boot/config/plugins/NerdPack/packages/6.2/ | grep apr the output is: root@Tower:~# ls -l /var/log/packages/ | grep apr root@Tower:~# ls -l /boot/config/plugins/NerdPack/packages/6.2/ | grep apr -rwxrwxrwx 1 root root 234776 Sep 17 20:50 apr-1.5.2-x86_64-1.txz* -rwxrwxrwx 1 root root 125180 Sep 17 20:50 apr-util-1.5.4-x86_64-2.txz* The versions seem to be the same as in the apache.plg file. I removed the old ones from the packages folder before installing the new plugin.
  21. I updated the plugin for 6.2 and the OP. Let me know if it works. You'll need to remove the old plugin and install from the new link below. https://raw.githubusercontent.com/dmacias72/unRAID-plugins/master/plugins/apache.plg Installed and there is still an ERROR but it seems on a different file: apache: /usr/sbin/httpd: error while loading shared libraries: libaprutil-1.so.0: cannot open shared object file: No such file or directory
  22. I uploaded Latest Virtualbox 5.1.6 compiled package for unRAID version 6.2 (kernel 4.4.19)
  23. I just upgraded unRAID to 6.2 and get the following error in the syslog when trying to run the web server: apache: /usr/sbin/httpd: error while loading shared libraries: libsasl2.so.2: cannot open shared object file: No such file or directory I know this plugin is not supported any more, but can someone please help?
  24. I am still maintaining the plugin - mostly new VirtualBox compilations. I currently don't have timoe to modify the plugin - I have already thought of doing what you requested - When I have the time... Sorry