Jump to content

BRiT

Members
  • Posts

    6,582
  • Joined

  • Days Won

    8

Everything posted by BRiT

  1. Make sure you do not have your server directly exposed on the internet. It could be a kind person trying to give you a warning sign that your entire server is at risk without doing anything drastic.
  2. Support Thread for Preclear Plugin --
  3. They did not solve the legal issue with Oracle, they're rolling the dice and hoping they wont be sued. Linus Torvalds own personal take on it: https://www.phoronix.com/scan.php?page=news_item&px=Linus-Says-No-To-ZFS-Linux https://www.zdnet.com/article/linus-torvalds-avoid-oracles-zfs-kernel-code-on-linux-until-litigious-larry-signs-off/
  4. I'm trying to see ways of how you could but keep running into legal issues. Perhaps you could share the way forward without running into legal issues that you found?
  5. You can't just dismiss the huge Oracle court system win concerning API Copyrights. If the court case isn't overturned, I have no doubts Oracle will unleash lawsuits everywhere over every thing they have APIs for including Java and ZFS. There is no way of moving on unless that court case is overturned.
  6. Not a fan of BTRFS but at least BTRFS doesn't bring legal issues with it like anything Oracle owns or touches, such as ZFS. I wouldnt touch anything Oracle if I was a company like Limetech.
  7. No. 😜 It's all good. Though now that you mention it, HA and replication are great features I wish they'd add.
  8. As I have said in the past, we should have gotten multiple array support long before any and all of those. I'd gladly have traded the order of features added to move multiple array support earlier. Stop being silly goose, I am not proposing to use a time machine to change the past nor to remove features, just proposing to focus on NAS features. Once its added then go for the fringe cases.
  9. I am not confusing anything. I'd rather even just 5 minutes of LimeTech time be spent on genuine NAS functions and features than on any and all GPU-related work.
  10. I'd rather Limetech focus their limited development efforts and time on NAS functions and features. Sure, if they had unlimited time then include everything. Alas, that's not reality.
  11. Well over a long enough timeline, the need for transcoding has gone down. When media streaming was first making the rounds, every server had to transcode for the clients, like back when Xbox Media Center was actually run on original Xbox hardware with hacked setups. During that time, any media over 480p generally had to be transcoded. You used to need transcoding for anything in MKV containers, then codec of x264, then x265. Then as time went on, clients became more capable and now you really don't see a need for video transcoding of 1080p even with x265. Of course new media formats and resolution always push against this, but then after it becomes more mainstream, the clients will adapt. As you said, right now the bleeding edge push is 4K and 8K media with HEVC. The encoder for HEVC is insanely slow, so I don't see it proliferating until the encoding times are addressed.
  12. As time goes on, there will be less need for video card specific features, not more in a NAS server platform. Upgrade your clients and you wont have a need for transcoding which removes the need for this Nvidia build.
  13. Since you seem to still be posting comments about this, let me recycle my previous comment or give you a pointer to all the dejavu stuff.
  14. DejaVu. We've already discussed that in this thread.
  15. Every time there is a change to what's configured and included has an impact on what's required to create the custom distributions such as Nvidia and DVB. This includes the kernel version, the drivers and especially out-of-tree drivers, and additional patches. Fortunately, some tiny part of this is mitigated as Limetech generally does a good job of including what additional patches they apply. however, if a new patch is added then the fine folks at LinuxServer.IO have to be aware of it and be certain to include it in their build. It's very easy to overlook new items, especially if you attempt to have your builds mostly automated. I used to run a permanent persistent install on HDD of unRaid, but the task of doing all this was taking too much of my time.
  16. Upgraded and rebooted after having to navigate to another page just to reboot after the update finished. 😉 So far so good.
  17. I'm not certain of the parameter on the parity check, I know it's NOCORRECT for non-correcting parity check, so I'm guessing it's CORRECT for correcting parity check. # get the week number of the year without any padding weeknumber=$(date +%-V) # see if it's an even multiple of 4 by using modulo arithmetic, 0 means multiple of 4 forthweek=$((($weeknumber)%4)) if [ "$forthweek" -eq "0" ]; then # invoke parity check here /usr/local/sbin/mdcmd check CORRECT &> /dev/null fi
  18. Somewhat expected, depending on how you "transfer content" from one share to the other. Mover does not move files from cache to disk for shares set as use cache: no. Mover does not move files from cache to disk for share set as use cache: prefer.
  19. Update the firmware on your router and change your netgear and router username and password. They (netgear) have been hacked multiple times so anyone using the cloud features on their firmware are at severe risk.
  20. Probably need to do the following 2 steps. Watch out for the second step, it's a dozy. 1. Disable parity check schedule. 2. Write your own custom bash script scheduled to run every Saturday. Inside this custom script, determine the week of the year and if divisible by 4 then kick off a parity check, otherwise exit. Hint for day of year (ISO, Monday start, 01-53) /bin/date +%V
  21. Easier to use the user.scripts plugin to manage customizations than to modify the go file. Search for it in Community Applications.
  22. Validate this, but one trick I recall is ... Dont assign anything as parity. If you assign all drives as data then any old parity drive(s) will likely say unknown filesystem and can't be mounted. However, if you assign a data drive as new parity it will begin overwriting it immediately and your old data will be lost.
  23. Using separate router/firewall and access points is the way to go. You get the ability to upgrade and scale the WIFI portion as needed without having to redo/replace the router. Getting a ubiquity or mikrotik router should serve you well, being able to handle Gigabit or even multi Gigabit ISP connections. Price wise, it's not even more expensive compared to the higher-end consumer wifi all in one routers. Using dedicated router and separate WIFI APs was the best upgrade I ever did for myself, my parents, and sister's family.
  24. Also, you can't really go wrong with getting more capable and performant client hardware.
×
×
  • Create New...