Leaderboard

Popular Content

Showing content with the highest reputation on 02/26/20 in all areas

  1. Or if you hit Clear Statistics on the Main tab
    2 points
  2. I put my system in the case tonight swapping out the old components, but, now the BMC will not initialize. Really strange. Yesterday I had IPMI working perfectly and accessing the server via the HTML5 management interface (it's a beautiful thing). I have contacted ASRock to see if they have some pointers. On the plus side, hardware transcoding seems to be working with the Linux 4.19.98 kernel i915 drivers (hopefully this is not because the BMC is not initialized). I forced a movie to transcode on my iPhone and it reports (hw) decode and encode with very little CPU activity even though audio transcode is done by the CPU.
    2 points
  3. This is where I will be hosting some dockers that I find useful, built on a Phusion or Linuxserver base. Add to your templates if you wish. https://github.com/spants/unraidtemplates/ *** Also added template support for the official NodeRed docker image - loads the latest version!!!. You can extra nodes through the Palette menu option. Therefore I will retire my unofficial version. Make a copy of your appdata directory and rename any 'flow' files to 'flows' *** NodeRed ====== This is THE Internet of Things package!. See http://www.nodered.org and http://flows.nodered.org for more info. I use this to link with my TADO heating system, Ciseco wireless sensors and Open weathermap linked with EmonCMS to produce heating graphs. It uses building blocks to manipulate data from devices/databases/twitter/http/mqtt etc etc - very powerful! MQTT *** Revert to Mosquitto 1.4.8 and Alpine Linux 3.3 27th Jan 2020 - due to timeout bug found *** ==== Please see Skylord123's excellent tutorial on setting this up https://skylar.tech/installing-mqtt-under-docker/ Setup for port 1883 and websockets on Port 9001. Supports usernames/passwords and certificates. To add authenticated users to MQTT, create a file named passwords.txt and save in the config directory. On restart, these will be encrypted and added to the top of the passwords.mqtt file. You might need to run NEWPERMS to edit the config file. Dashing *** Updated 08-Dec-2015, added dev tools *** ====================================== From dashing.io = Dashing is a Sinatra based framework that lets you build beautiful dashboards. Key features: Use premade widgets, or fully create your own with scss, html, and coffeescript. Widgets harness the power of data bindings to keep things DRY and simple. Powered by batman.js. Use the API to push data to your dashboards, or make use of a simple ruby DSL for fetching data. Drag & Drop interface for re-arranging your widgets. Host your dashboards on Heroku in less than 30 seconds. This project was created at Shopify for displaying custom dashboards on TVs around the office. Sample dashboards installed at IPaddress:3030/sample and IPaddress:3030/sampletv couchDB ======= unRaid template for the (semi)official Apache couchDB docker https://github.com/apache/couchdb-docker
    1 point
  4. So, I am not able to test it out right now but will tomorrow. But a big Thank You! for the fast response - very much appreciated!
    1 point
  5. You must calculate the MD5 hash of the new txz and add edit that in the plg. Than reboot your server and you should use the edited script. Btw i can download the attache file without any issues.
    1 point
  6. I'll try one more completely fresh/new container even if my primary container works allready. Thanks for help and fix! Cheers! 👍
    1 point
  7. @t33j4y @Drattaner @slayerbrk Fix released, if the game doesn't find the librarys it will download it and extract it automagically. Please updated or redownload the container and it will work!
    1 point
  8. I do this as well, but I use the script below to add the additional networks i am connecting with, I believe now you can just add the additional networks (comma separated values) in the LOCAL_NETWORK variable. #!/bin/bash echo adding 10.1.0.0/24 LAN_NETWORK docker exec Transmission_VPN /bin/sh -c "/sbin/ip r a 10.1.0.0/24 via 172.17.0.1 dev eth0" echo Netowrk added echo adding 10.253.0.0/24 LAN_NETWORK docker exec Transmission_VPN /bin/sh -c "/sbin/ip r a 10.253.0.0/24 via 172.17.0.1 dev eth0" echo Netowrk added exit
    1 point
  9. It always possible to cause some fs corruption, even when errors are limited to a disk, more likely when multiple disks get affected, but it will also depend if it happens on the middle of write activity, or there were recent writes and all data wasn't flushed to disk.
    1 point
  10. VMs on the parity array will be impacted by the slower parity writes, and they may keep parity and array disks spinning. Another approach would be to use Unassigned Devices for an SSD outside the array or cache pool.
    1 point
  11. A formatted disk is not a clear disk. A clear disk is all zeros and has no effect on parity. An empty formatted disk contains the filesystem metadata that represents an empty top level folder ready to receive new folders and files. Format is a write operation and all write operations update parity, so parity would have been changed if you had formatted the disk.
    1 point
  12. I used the Skylake emulation above - somehow with the upgrade or my panicked tinkering, the edit was lost from my xml
    1 point
  13. No, removing the disk after formatting would need a pairity re-sync, there wouldn't be many errors, but there would be some, and a single error is one too many.
    1 point
  14. No danger, it will create a new empty filesystem that can be used immediately.
    1 point
  15. Here's the zip file for the diagnostics I ran. Thank you! tower-diagnostics-20200226-0751.zip
    1 point
  16. Diagnostic files are generated from the GUI via Tools >> Diagnostic or from the command line using the 'diagnostics' command.
    1 point
  17. It is worth pointing out that if you are short of PCIe slots that the LSI cards also come in 16 port variants.
    1 point
  18. Have you tried adding nohz_full and rcu_nocs to your syslinux? It seems to have worked on my server but I'd like to double check on a different config just to be sure it ain't placebo effects.
    1 point
  19. You need at least 1 SSD, regardless of type in the cache pool. That is where critical stuff like docker img, docker appdata, libvirt img (critical for VM), vbios etc. will be saved. Now for your VM, there are 2 ways to do storage, either vdisk or PCIe-pass-through. If using vdisk then you can use the same cache SSD above. Just need a larger SSD to cover for the vdisk size. In this scenario, NVMe would not be a bad choice but SATA has been proven to be entirely sufficient (i.e. it comes down to how much you are willing to pay). If doing PCIe pass-through then you need a 2nd SSD, which must be NVMe (remember, NVMe SSD is a PCIe device). That is how you get maximum performance. There is a 3rd method which is ata-id pass-through (and a rarer 4th method which is scsi bus pass-through) but it isn't much better than using vdisk so I would rather simplify things to (1) or (2). PCIe 4.0 NVMe, other than bragging rights, does not offer any real life benefits over PCIe 3.0 outside of incredibly niche workloads. If everything exactly the same, obviously you would prefer PCIe 4.0 but otherwise, don't factor that into your consideration. However, you must consider these 3 things when it comes to SSD. Avoid DRAM-less SSD like the plague. Avoid QLC NVMe (e.g. Intel 660p). You want 3D TLC or V-NAND or 3D-NAND or something to that effect. If you intend to pass through an NVMe SSD as a PCIe device then make sure you research the device controller before buying. Some require special workarounds (with limitations) and some just refuse to be passed through. Ideally, you want to see what existing Unraid forumers are using (hint: check the signatures). You can put SSD in the array and it would work but (a) there's no TRIM and (b) it's not officially supported e.g. parity may have errors.
    1 point
  20. Thank you for LANCACHE and for your latest update. Since the update it is possible to download Windows Update, Wargaming games and also games from Microsoft Store. I send you three thanks for coffee (donate). My english is terrible
    1 point
  21. Thanks, can confirm that this works. Also major thanks for the docker container!
    1 point
  22. Yes, if the new disk was precleared and never formatted then parity is valid without it, still you should run a parity check after the new config.
    1 point
  23. You can put multiple comma-separated network ids.
    1 point
  24. I mainly use Sketch (for macOS) when making these, but yeah, Illustrator will certainly do the trick aswell
    1 point
  25. @louij2 within that syslog tutorial Frank1940 said I prefer option three but do it how you like as long as you create a situation where the syslog persists after reboot.
    1 point
  26. Yes. This may be a problem for certain windows apps because you might create a file named "MyFile" but windows is permitted to open as "MYFILE" and this will result in "file not found". In 6.8.3 we added a share SMB config setting called "Case-sensitive names" which can take on the values Auto, Yes, or Forced lower. Here's the Help text: > The default setting of **auto** allows clients that support case sensitive filenames (Linux CIFSVFS) > to tell the Samba server on a per-packet basis that they wish to access the file system in a case-sensitive manner (to support UNIX > case sensitive semantics). No Windows system supports case-sensitive filenames so setting this option to **auto** is the same as > setting it to No for them; however, the case of filenames passed by a Windows client will be preserved. This setting can result > in reduced peformance with very large directories because Samba must do a filename search and match on passed names. > > A setting of **Yes** means that files are created with the case that the client passes, and only accessible using this same case. > This will speed very large directory access, but some Windows applications may not function properly with this setting. For > example, if "MyFile" is created but a Windows app attempts to open "MYFILE" (which is permitted in Windows), it will not be found. > > A value of **Forced lower** is special: the case of all incoming client filenames, not just new filenames, will be set to lower-case. > In other words, no matter what mixed case name is created on the Windows side, it will be stored and accessed in all lower-case. This > ensures all Windows apps will properly find any file regardless of case, but case will not be preserved in folder listings. > Note this setting should only be configured for new shares. "Auto" selects the current behavior (and is actually the current default). If you need both faster directory operations because you have huge number of files in a directory, AND you have to preserve window case-insensitive filename semantics, then you can use "Forced lower". But if you set this for an existing share, you will need to run a shell command to change all the file and directory names to all-lower case. Then if you create "MyFile" it will be stored and show up in directory listings as "myfile". If windows tries to open "MYFILE" samba will change requested filename on-the-fly to "myfile" and thus be able to find it.
    1 point
  27. Day 3 of the build. It’s sort of working. Live @ twitch.tv/haijak
    1 point
  28. To enable viewing of sigs on this forum (disabled by default) click on your user name at top right on any forum page and select Account Settings. There you will be able to enable viewing of sigs and setup your own sig.
    1 point
  29. Man it seems like people are starting to think about this like I did. I'll do my "boilerplate" answer to start with: see my sig.
    1 point
  30. The sleep plugin is know for being defunctional for quite some people since the last update nearly two years ago. You could give this a try:
    1 point
  31. Probably more of a feature request, but is there a way to get Privoxy working with a Wireguard VPN provider instead of an OpenVPN provider? The goal would be for speed.
    1 point
  32. UEFI / BIOS Settings: Tweaker -> Advanced CPU Settings -> SVM Mode -> Enable Settings -> Miscellaneous -> IOMMU -> Enable Settings -> AMD CBS -> ACS Enable -> Enable Settings -> AMD CBS -> Enable AER Cap -> Enable Boot Mode: UEFI VM: Machine Type: Q35-4.1 BIOS: OVMF Hyper-V: Yes Used my own dumped vbios. First time installing the gpu drivers take 10-15 minutes. Not sure why that is. Once it's installed. Restart Windows VM and it worked for me. I was battling this Error 43 for a month! Also, very happy this gigabyte x570 Aorus Pro Wifi! With the F10 BIOS I can passthrough a USB controller! Didn't even need to turn on ACS override.
    1 point
  33. Another way to see with what is full your cache drive is to open a Terminal from your Web GUI and run the following command: In my case the cache is used by appdata, domains, system and share4all - one of the shares which should be moved automatically to Array at a specific disk usage threshold.
    1 point