TimTheSettler

Members
  • Posts

    140
  • Joined

  • Last visited

Everything posted by TimTheSettler

  1. I had an old PC. I wanted to try unRAID but have the option to go back if things didn't work out. I originally thought to leave the Windows drive in the PC and this would work ok with unRAID but decided to disconnect it. The trick is knowing which drives are for Windows and which ones are for unRAID. Both Windows and unRAID will ignore the drives until you tell them to use them but it's easy to forget which is used for what. Anyway, I recommend that you just give unRAID a try. There's a 30-day trial so install it and use it and see if you like it. I don't see anything wrong with your hardware but sometimes hardware is picky. I had some old M2 drives lying around so I bought a card that I could put them in. I plugged the card into a mobo but it wasn't recognized. I then plugged that same card into an older mobo and it worked there. Almost everything is built to work in Windows and most, but not all, things work in Linux. The best is to either just give it a try or read up on the device. You can try different combinations of cache drives including mixing and matching although it's easier to use similar sizes/devices. The cache drives can be used as fast access for docker apps and VMs or as a fast file cache. It's up to you.
  2. I don't use radarr or sonarr but I use multiple instances of a lot of apps. If you know you plan to use multiple then change the name of the app when you install it and as Squid mentions, change the port. What you change the port to is up to you but I just increment the number that the container starts with. Some apps require some other tweaking but you'll figure it out as you go. Just play around a bit. Here's a screenshot of my backup server. I have two Handbrakes so that my Blu-Ray discs use a different compression than the DVDs and I have multiple Vortas because Vorta only supports one archive (although Borg supports multiple). In the end it's easier just to create multiple instances and configure them slightly different and turn them off or on as needed.
  3. I only use my cache drives for apps. I use 500GB cache (NVMe) on all my servers except for the older unRAID05 machine which is using 120GB (SATA M2). I find that playing music or movies or updating docs or organizing pics are all fast with regular hard drives. I've never quite seen the appeal of SSD other than for a quick boot-up. In the end, I use the cache for the apps (and you don't need much for that). I originally tried TrueNAS and I loved the configurability but it's very low-level and I'm a Windows guy so it took a lot of work and trial and error to get things working. In the end I felt it was too much of a hassle. You had to be a really knowledgeable Linux person to use it properly. I thought that zfs was really slick but that's tricky to set up properly. After all, if the block size is small then it uses a lot of memory but if the block size is too large then you lose the real benefit of deduplication. My Linux friend suggested that I look at unRAID and I fell in love with it. Finally, someone who took a Linux OS and made it look good with great features. Add in the community plugins and docker apps and you've got a match made in heaven. Word of caution to Limetech. Make sure that you support the community because it's a symbiotic relationship. If the users and community don't feel that they are getting the support they need then they will jump ship to the next great thing. So far so good!
  4. Hi, I'm Tim and I also have OSD. I managed to convince some family members to host a couple of my servers. The unRAID01 and unRAID02 are off-site. The 01, 02, and 03 servers all synchronize between each other so each are duplicates (triplicates) of one another. Everything works pretty good but I constantly have to tweak things and I can't leave things alone.
  5. I think your plan is a good one. Wait and see and save some money. At some point you'll get annoyed with something. Maybe the CPU is overloaded all the time. Maybe transfer speeds are slow. Maybe you're running out of space. Whatever is bothering you is what should drive your choices.
  6. I also have the same problem. It just happened. I've been using Firefox with this server for a few months and everything's been ok until now. The following screenshots show the same server dashboard but with different browsers. The top is Firefox and the bottom is Edge. Both connections are https. The only thing that is different this time is that I'm running a comparison with dupeGuru which seems to be very intensive (and now seems to be frozen). Currently running unRAID 6.10.3. Plan is to upgrade to the latest this weekend. I guess we'll see what happens over the next few days.
  7. I had the same question. I tried to repurpose an old machine running Win7. I installed the Unraid OS and gave it a go but it was so old (Core2 Duo with 4GB RAM) that 50% of the CPU and half the memory was in use all the time, even when idle. The first thing to understand is that you don't really "install" the Unraid OS since it sits on its own USB stick. At first I thought this was weird but then I realized that it works nicely because it doesn't really matter what's in the box. My point here is that you should download the Unraid OS and try using your existing hardware. If it works then great but if you find it slow then upgrade the mobo, CPU, and memory. The Unraid OS will use the new hardware. Mobo is around $100, memory is about $150, and CPU is about $150.
  8. CPU: Intel i3-10100 RAM: 64GB Parity: 10TB Exos ST10000NM0016 Duration: 14 hours, 32 minutes, 18 seconds. Average speed: 191.1 MB/sec
  9. I have three servers in three different locations with each server talking to the other servers through Wireguard. Everything works ok for a few days and then server2 and server3 no longer talk to each other. In the screenshot below you can see that opnsense is denying the communication. The red "deny" log entries are the failed attempts of server2 to talk to server3. The thing is that Wireguard is configured to use port 51822 but it's using 31633. If I disable the tunnel on server2, wait about 10 seconds, and then re-enable it the tunnel connects ok again using the proper port 51822 as you can see below with the blue and green log entries.
  10. Hi binhex. I love this docker. Like Niop I'm just waiting for the 1.18.6 update since my syncthing is trying to update itself and getting the error. Anyway, maybe you could change the "Auto Upgrade Interval (hours)" to zero or set the parameter so that syncthing doesn't try to update itself in the future?
  11. I have three identical Unraid servers. Each uses syncthing to synchronize all data so that all three are identical. I use appdata backup to keep all the docker containers backed up and, of course, those backups are synchronized to the other servers. I've seen some requests here to change the single backup file into multiple backup files, one for each container. I like this not only because it makes sense and would be easier to identify the backup and its app but syncthing doesn't handle large files nicely. The bigger the file, the longer it takes. https://forum.syncthing.net/t/poor-performance-on-big-file/8934/4
  12. I'm not entirely sure where this problem is coming from. I have a few Windows 10 desktop machines. All connect to an unRAID server where I save all my files. I also have an older Windows machine where I back up all of the data from the unRAID server to that older Windows machine. On one of the Windows 10 machines I can open various files from the unRAID server but when I save those files the "last access timestamp" is set to the "max date" (https://en.wikipedia.org/wiki/Year_2038_problem). See the attached file. This causes problems with the synchronization program that I use. If I copy the file from unRAID to this Windows 10 machine and edit it there then the "last access timestamp" is set correctly. I can copy the file back to unRAID where my synchronization program will pick it up. On my other two Windows 10 machines if I open the same files and save them the "last access timestamp" is set correctly. So for some reason one of the Windows 10 machines is "weird". All three Windows 10 machines have the exact same version of Windows (19042.1288) and all three Windows 10 machines have the "last access" turned on (system managed). C:\Users\Tim>fsutil behavior query disablelastaccess DisableLastAccess = 2 (System Managed, Disabled) Is it possible that this is some lingering problem from the Linux 2038 fix in version 5.10 (https://linux.slashdot.org/story/20/10/17/2237236/linux-510-solves-the-year-2038-problem-until-2486) or is there something wrong with this one "weird" Windows machine? There's even a program out there to manually fix this timestamp problem (https://backupchain.com/i/file-date-repair-tool-v1-0-fixes-broken-invalid-time-stamps). The fact that this program exists proves that I'm not the only person to have this problem and yet if you search Google you don't find very much info about it. I'm stumped. Thanks, Tim.