ucliker

Members
  • Posts

    174
  • Joined

  • Last visited

Everything posted by ucliker

  1. This is what I took away from this as well. I’m also assuming if ZFS is pools only that we would need to have disks in the standard array still?
  2. My 11600k isn’t unstable and Plex transcodes seem to be working fine with igpu. I just hope they refine everything down the road. Alder lake will get there eventually but I wonder how they will utilize the cores?
  3. I was just going to ask the same question. I just purchased a bunch of parts including a rocket lake cpu thinking this was fixed.
  4. Im assuming you tested both cards? It should should just show up in your network devices.
  5. What hardware are you running for the pfsense router?
  6. So basically I can't go wrong with either one? I have a TP-Link router (TL-R600VPN) but it seems to get bogged down quickly its also not compatible with the TP-Link Omada software or I would just got that route. So Aruba Instant On doesn't have a router? I guess I could also run pfsense.
  7. I recently moved and need to upgrade my network. I am tired of fighting with the Frontier ISP router and the horrible wifi range. I was thinking Ubiquiti Unifi system or an Aruba Instant On. I really want something that's software defined but and not CLI. I'm sure many users here have decent networking setups so any input would be appreciated.
  8. I need help deciphering what these attributes mean in scrutiny. I purchased two Seagate EXOS 8TB hard drives and one (my parity drive) shows failed Read Error Rate. Is this a comparison of data between my drive and Backblaze or is this actually failing? My smart reports all say PASSED. Given that this is my parity drive I would like to know before something really bad happens.
  9. I woke up this morning to this error "Out Of Memory errors detected on your server". I am running 64GB of ram and don't really have anything crazy running not even VM's. Here is my diagnostic report if anyone could help that would be appreciated. tower-diagnostics-20210319-1313.zip
  10. Squid replied in my other thread. You can use docker-xfs now in unRAID 6.9 rc2. You can change it I the the settings. I plan on upgrading my cache drive anyways tomorrow so I will realign and format it.
  11. tower-diagnostics-20210203-1923.zip Here is my diagnostics
  12. How do I go about changing my docker image from Btrfs to xfs in unRAID 6.9 rc2?
  13. How do I go about changing my docker image from Btrfs to xfs in unRAID 6.9 rc2?
  14. I’m getting constant writes to my cache drive (500GB SSD) and after upgrading to 6.9 rc2 I hoped it would fix it. I have narrowed down the issues to btrfs and loop2 in iotop. My question is why is btrfs showing up when my drive is xfs? Is the docker image or something else formatted as btrfs and if so can it be changed to docker-xfs? Also I have really know idea what loop2 means but I guess its the cache drive configuring and how unraid utilizes it?
  15. I'm not sure if this has anything to do with UD and UD+, I received a notification from Fix Common Problems to install UD+ so I did and now my unassigned SSD will not show up in shares anymore. It's mounted and the share button is on. Any input? The drive is NTFS if that helps.
  16. I love the fact that I can add different drive types without adding pools etc. It would be great if the SSD caching was so hard on the devices and the writes were better controlled.
  17. Thanks, Yes I got it working but I just assumed the "nag" reminder would go away. Thanks for the input though, it was driving me nuts.
  18. I have been trying for days to get the port forwarding message to go away. I have a Frontier router and I have port forwarded many times and this is the only time I can't get it to work. It's driving me crazy!
  19. My unraid system runs flawlessly even with the 6.8.0 update. I wanted to add an NVME PCIE SSD so I can transfer the files from it and format it. Every time I add it to the system my cache SSD (Sata) throws xfs errors and I need to repair it. I'm mounting the NVME as an unassigned device so I'm not really sure whats going on here. The NVME is my old windows 10 ntfs partition which shouldn't conflict with anything.
  20. Every 10Gbit NIC card I've used run pretty hot under load. I just try to add as much airflow to them as possible.
  21. I think adding the correct metrics worked. Since my 10gbe card is directly connected to another card in my workstation unRAID sees that and assumes it needs its own default route. I just set that to metric 2 and my default gateway (192.168.1.1) to metric 1 and it seemed to fix everything. Thanks @bonienl for comment regarding the router setup, that helped. Also thanks @ken-ji for the help with the metrics, the policy-based routing definitely made more sense once I read about it on the Cisco website. I may have had metrics setup prior to upgrading at some point and never changed it back after swapping nic cards or something.
  22. @bonienl I am not configuring anything. Every time I reboot the systems sets a default gateway like its supposed to. It only sets one but it is the wrong one every time. I then need to delete that one and add the correct one. It using my 10gbe adapter (eth2) which isn't connected to the internet instead of using eth0.
  23. @ken-ji I never had to change the metrics in the past, I always left everything as the default (1). I'm just surprised that after all these years of using unRAID that this is happening. Its not creating two default gateways when I reboot its assigning the gateway from eth2 as the default. I guess I will set the metrics and see what happens.
  24. From my experience the bridge label always matches the interface label, eth0 = br0, eth1 = br1, eth2 = br2. I have had so many networking issues like this since the last release of unRAID and I thought upgrading would fix it. For me the main issue is my default gateway changes to the wrong gateway every time I reboot now. My 10 gbe card isn't connected to the internet but it always uses that as the default gateway now. I know I can write a script to add the correct gateway but I would just like to know why.