WARLOCK

Members
  • Posts

    85
  • Joined

  • Last visited

Everything posted by WARLOCK

  1. @Nelinski Can you tell how you install SpeedTest++ in unraid ?
  2. Thanks, I have resolved the problem, I had to delete the container and the persisted files on unraid and reset it up
  3. I have been pulling my hear out trying to get this docker hub container and netflow working in Unraid, and I am having no luck Container https://hub.docker.com/r/blacktop/elastic-stack/ Netflow support https://www.elastic.co/guide/en/logstash/current/netflow-module.html My issue is I actually don't know how to force the container to mount certain folders to the unraid share and how to make an unraid friendly version. The elastic-stack container works off the shelf and mapping the port I am able to get to the Kibana interface, it's keeping my data persistence and I am having trouble actually capturing the data in elastic. If someone would like to tackle this as a small project it would be awesome.
  4. Hey Sparkly, The pf elk container you created I want to use it for Netflow and ELK you thing this is possialbe ?
  5. Please ingnore I am going to point it to docker hub
  6. Hey Guys, Hoping someone can help me here I want to create my own image for UNRAID docker, I am looking to run OctoPrint, there is already a docker image but how do I make it work with UNRAID ? Thanks
  7. Good Day, is there any chance we can get Speedtest-cli added to the tools, This is a cool utility to allow us to do internet speedtest from cli. Thanks in advance
  8. Follow the link to the git repo in the OP and it's not that hard to set Krypton as a branch option It's not default branch yet until the kodi dev in charge of their ppa comes back off holiday Shot, worked like a charm.
  9. Can some one please tell me how to re-enable the cache share, I used to be able browser to it now I am getting prompted for a password Thanks
  10. Feature Request: Please can we get dig added to the tools.
  11. I am still getting this | / __| | |/ _ \ | \__ \ | | (_) | |_|___/ |_|\___/ |_| Brought to you by linuxserver.io ----------------------------------- GID/UID ----------------------------------- User uid: 99 User gid: 100 ----------------------------------- Collecting cffi==1.5.0 Downloading cffi-1.5.0.tar.gz (385kB) Requirement already satisfied (use --upgrade to upgrade): pycparser in /usr/local/lib/python2.7/dist-packages (from cffi==1.5.0) Building wheels for collected packages: cffi Running setup.py bdist_wheel for cffi Stored in directory: /root/.cache/pip/wheels/ac/44/4b/301cfb6ad4531e8271f7ca364097c5276b65c975942d132151 Successfully built cffi Installing collected packages: cffi Found existing installation: cffi 1.4.2 Uninstalling cffi-1.4.2: Successfully uninstalled cffi-1.4.2 Successfully installed cffi-1.5.0 Collecting colorama==0.3.6 Downloading colorama-0.3.6-py2.py3-none-any.whl Installing collected packages: colorama Found existing installation: colorama 0.3.5 Uninstalling colorama-0.3.5: Successfully uninstalled colorama-0.3.5 Successfully installed colorama-0.3.6 Collecting cryptography==1.2.1 Downloading cryptography-1.2.1.tar.gz (372kB) Requirement already satisfied (use --upgrade to upgrade): idna>=2.0 in /usr/local/lib/python2.7/dist-packages (from cryptography==1.2.1) Requirement already satisfied (use --upgrade to upgrade): pyasn1>=0.1.8 in /usr/local/lib/python2.7/dist-packages (from cryptography==1.2.1) Requirement already satisfied (use --upgrade to upgrade): six>=1.4.1 in /usr/local/lib/python2.7/dist-packages (from cryptography==1.2.1) Requirement already satisfied (use --upgrade to upgrade): setuptools>=1.0 in /usr/local/lib/python2.7/dist-packages (from cryptography==1.2.1) Requirement already satisfied (use --upgrade to upgrade): enum34 in /usr/local/lib/python2.7/dist-packages (from cryptography==1.2.1) Requirement already satisfied (use --upgrade to upgrade): ipaddress in /usr/local/lib/python2.7/dist-packages (from cryptography==1.2.1) Requirement already satisfied (use --upgrade to upgrade): cffi>=1.4.1 in /usr/local/lib/python2.7/dist-packages (from cryptography==1.2.1) Requirement already satisfied (use --upgrade to upgrade): pycparser in /usr/local/lib/python2.7/dist-packages (from cffi>=1.4.1->cryptography==1.2.1) Building wheels for collected packages: cryptography Running setup.py bdist_wheel for cryptography
  12. Hey Guys, need a little help here, Every time I start the docker container I see in the logs it first does a full apt-get update, this is taking over 10mins to complete and results in the sickrage ui being unavailable till it's complete. How can I stop the container from doing this ? Thanks in advance
  13. A suggestion would be to move all the data from the failed drive eg. /mnt/disk2 onto the other working drives if there is capacity, and then start a new config with only 5 disks an allow parity to rebuild, just ensure you select the same disk you used for parity again else you'll loose data, and once your new drive arrives just add it and expand the array to 6 disks again. It would be awesome if there was an evacuate disk option, which would allow you to evacuated a disk from the array and then remove it, basically doing exactly what I have just explained above but supported from the gui.
  14. system_temperature, I am not seeing details about the system_temperature ? just getting a small green CPU and MB box ?
  15. I tested and seems to working, but I still see both openssl package versions downloaded
  16. I am having the same issue, with openssl in SF webserver and Sabnzbd
  17. WARLOCK

    Dedupe

    Just out of interest a colleague of mine test lessfs on ubuntu, he copies 4 series episodes onto the file system total 1.7GB the de-dupe reported that onlt 1.4GB was written so that's a saving of 0.3GB or 20%. Now that is quite substantial coz if your unRAID server has 6TB capacity that would allow you to save 7.2TB, 1.2TB more than usual Granted that was for series and not Movies and I can bet for movies there would be far less of minimal. but still if you series collections are large thats a large savings and worth the investment into testing this. So who is going to try
  18. SimpleFeatures has been split into separate plugins. Please see the original post, with the revised installation instructions. Cheers! My Bad, should have read the entire fist post, I have a suggestion though, I have have now downloaded and installed all the addon's, as this list grows if will be become increasingly difficult to track changes, maybe an update page can be created which lists all the installed addon's and their versions with some indication updates. Another nice option, would be to enable or disable the features or addon's from the webpage.
  19. @queeg, I originally used the installer method I have now move to the plugin with unRAID 5.13beta. How do I go about creating hotplugg events. This is my current event. echo "Running hotPlugAfterShareEvent.sh" case $SHARENAME in 'Transcend_500GB') date >> $SNAPLOGDIRECTORY/hotPlugAfterShareEvent.log cp -uRv /mnt/user/Media/Series/ $MOUNTPOINT/ 2>&1 >> $SNAPLOGDIRECTORY/hotPlugAfterShareEvent.log ;; esac