eric.frederich

Members
  • Posts

    68
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

eric.frederich's Achievements

Rookie

Rookie (2/14)

1

Reputation

  1. Almost a year ago (Oct 28th 2022), I got hit with some PHP version error. I changed my image to use a fixed tag (linuxserver/nextcloud:24.0.6) and have been using that fine ever since. I feel like I shouldn't be running a year old software though. Is it find to just change it to (linuxserver/nextcloud)... will it upgrade fine?
  2. Just got a new laptop yesterday... what a dumb time for me to update this Docker image. I got hit with a PHP version error. Just changed my tag to "linuxserver/nextcloud:24.0.6" and thankfully it seems to have worked. I didn't get that message about mid-upgrade that someone else got.
  3. I've been unable to download stuff, even things like Ubuntu iso torrents. It'll make some initial connections to a peer or two then nothing. I updated my openvpn config file and crt from IPVanish, nothing. I've used the same openvpn config file and crt in a qtorrentvpn container and it is able to download torrents. No idea what is going on.
  4. Hi. I'm having difficulty running this on anything other than port 8080. The problem is that port 8080 is in use by another container of mine. I had to stop that container to even get this thing to start up. I have changed both Host Port 3 as well as the WEBUI_PORT and I cannot connect to the web ui. I am using the custom network proxynet (as shown in SpaceInvaderOne's YouTube videos) for running behind a SWAG (nginx) LetsEncrypt reverse proxy. Side node: the reason I'm trying this qtorrentvpn is becaues for some reason my deluge container stopped being able to download. I can't even download an Ubuntu ISO torrent. I updated my openvpn config files and crt files. No idea whats going on there. The same config files are working fine here on qtorrent. In my deluge container the torrents seem to start to download then immediately stop. They'll have a peer pop up then disappear.
  5. Cool thanks for the reply. Maybe you can clarify something for me then. It's my understanding that: WireGuard is baked into the Linux kernel TailScale is built on top of WireGuard The Dynamix WireGuard plugin for UnRaid simply provides a web-ui to manage the WireGuard already baked into the kernel. Is all of that correct? If so, I'm curious how they don't conflict with each other.
  6. I currently have WireGuard working with UnRaid via the Dynamix WireGuard plugin. What do I need to do if I want to try out this TailScale? Can both run at the same time or do I need to uninstall the WireGuard plugin? I only have two clients, so I don't care if they're lost.
  7. Awesome work @HyperV thanks. It worked for me. Where is that code maintained? I wanted to see if it was fixed in a newer version of if we should file a bug. All I found was this which seems to be 5 years old and completely out of date. https://github.com/limetech/dynamix The DockerClient.php in that repo doesn't even have any Docker-Content-Digest.
  8. I'm having this issue as well. I'm also on 6.8.3... I haven't updated my images in 2 months. Now every one of them is showing "not available". I hopped on #unraid IRC channel on FreeNode and asked there too. It's pretty quiet there, but the one person who did check was also having the issue... again on 6.8.3 I wouldn't assume it's a problem with this specific version until we hear from someone on a different release saying "it works for me". That hasn't happened yet.
  9. I'm having this problem as well.... I constantly have to `umount` then `mount` the shares after getting stale NFS errors.
  10. Thanks, I had someone recommend WD Blue 3D. Neither Amazon or Newegg pages mentioned cache. Had to find some PDF which mentioned it. https://documents.westerndigital.com/content/dam/doc-library/en_us/assets/public/western-digital/product/internal-drives/wd-blue-ssd/user-manual-wd-blue-3d-nand-sata-ssd.pdf The Crucial MX500 I guess has a known issue with Unraid. I think I may go with this one unless someone can recommend another good value for 500GB.
  11. Backstory: I had a Samsung 840 120G working fine in Unraid. Son needed an SSD in his laptop, so I ordered a Samsung 860 500G and I'd give him the 120. Now I get CRC errors. Apparently this is a known issue between AMD controllers and Samung SSDs. My motherboard is an AMD 970 chipset. Reference: So... now I need a recommendation on a new drive for cache. It's difficult to find information on whether various drives have a DRAM cache or not. Even drives that have it don't advertise it up front and it takes research for each drive. Is DRAM cache important? Many options I see... Western Digital, Kingston, SanDick, Crucial, PNY, SK Hynix, ADATA, etc... What specific drives or brands should I go with? What drives should I definitely stay away from?
  12. I was just looking at the MX500. It's almost impossible to see on the specs whether these things have DRAM cache or not. It seems the Crucial has something called Momentum Cache but that uses your system RAM as a buffer and is only for Microsoft Windows.
  13. Thanks... I found some things on both Samsung and AMD website... none of them seem to acknowledge the issue. Is this only a problem on older AMD chipsets or even new ones? This is an old AMD 970 board. Would upgrading to a new Ryzen based system fix the issue? I can't justify spending money right now on a new system, but I'm curious for down the road. I just received the drive yesterday, so I should be able to return it to Amazon. From my research, it seemed Samsung EVO was the way to go for SSD with DRAM cache. What is the best 2nd choice?... what should I use instead of Samsung EVO 860? EDIT: I know it's more of an opinion, but I see many options, Western Digital, Kingston, SanDick, Crucial, PNY, SK Hynix, ADATA, etc... I can read reviews on Amazon but I'd like to know from an Unraid perspective if there are ones to use or ones to stay away from.
  14. Thanks. Can you point me to any documentation regarding this? Like, is there a list of SSDs or chipsets / controllers? The drive I upgraded from was a Samsung 840 120G, this is a Samsung 860 500G. Are the errors being caught and handled?... or should I replace the drive? This morning I see the count is now 21 after being idle last night. It seems to have a new error every 31 minutes or so.
  15. Just came across this: https://superuser.com/questions/1294158/what-may-cause-very-high-crc-errors-on-ssd-apart-from-bad-sata-cables-if-any Someone said could be issue with AMD SATA controller and the drive. He recommended disabling NCQ but had a Windows registry solution. Is it possible to disable NCQ on Unraid?... is it advisable?