0edge

Members
  • Posts

    19
  • Joined

  • Last visited

Everything posted by 0edge

  1. Thanks, tried 6.12 this morning (also interested in the newer kernel for my quicksync issues), but it detected my ZFS mirror but not my RADIZ1. I selected the 4 drives, and identified it as a RAIDZ1 but wouldn't work. So i updated the BIOS as you pointed out and back on 6.11.5 re-running scrubs. I will try memtest at some point too thanks.
  2. I underclocked it to 3200mhz, it's a 3600mhz kit.
  3. I opened up the PC and reseated RAM, lowered RAM from 3600mhz to 3200mhz, reseated HBA card, replaced HBA card SATA cables and moved cables to other slot. I have the RAIDZ4 on the LSI HBA card, and the mirror on the motherboard SATA, all with brand new cables. Why do I keep getting CKSUM errors? Every time it's a different random file with an error. Also the mirror should be rock solid running off the mobo (even if HBA is bad) and brand new cables and barely used drives. What is going on here?
  4. Ugh i also had a weird situation where radarr could not copy a movie over from my downloads folder due to some "IO error", it would fail at 13gb copied every time. I had to delete the file. These are 4x14tb in RAIDZ1 ( Western Digital Ultrastar DC HC530 WUH721414ALE6L4 0F31284 14TB ). here's some more info I deleted the file and a scrub is running. This 4x14tb RAIDZ1 array is the only 4 disks running off a 9211-8i 6Gbps LSI HBA. Disks are all at 33-34C with fans in their face, the HBA does not have a dedicated fan but I do have a fan on the side panel which should be hitting it....
  5. Got home to a false degraded pool error and lots of "ereport.fs.zfs.deadman" in the logs. Restarted and everything is fine. Also been having a lot of the ACPI error. This is a brand new 12700k system, any input? Mar 14 15:06:22 GUNRAID kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG1.PEGP._DSM.USRG], AE_ALREADY_EXISTS (20220331/dsfield-184) Mar 14 15:06:22 GUNRAID kernel: ACPI Error: AE_ALREADY_EXISTS, CreateBufferField failure (20220331/dswload2-477) Mar 14 15:06:22 GUNRAID kernel: ACPI Error: Aborting method \_SB.PC00.PEG1.PEGP.\_DSM due to previous error (AE_ALREADY_EXISTS) (20220331/psparse-529) Mar 14 15:06:47 GUNRAID zed[21232]: Diagnosis Engine: error event 'ereport.fs.zfs.deadman' Mar 14 15:06:47 GUNRAID zed[21232]: Diagnosis Engine: error event 'ereport.fs.zfs.deadman'
  6. It was my own stupidity, another IOT device in my network was grabbing the same IP as my unraid box, it's solid smooth now! Please close this thread.
  7. I'm running Unraid on this new system below and every once in a while I am unable to connect to the Unraid UI or docker containers (lasts 10-20 seconds) in the browser. I have attached my logs, the issue had just happened (UI hung and came back) when I downloaded them. I was watching corefreq-cli when it froze so I know exactly when it happened. I don't know what triggers the issue or how often it happens. I also had the syslog open which doesn't seem to show anything when the hangs happen. Is there any known issues with the intel 2.5gb nic in the Z690 TUF? Anyone using this motherboard? Any help appreciated. gunraid-diagnostics-20230311-0952.zip
  8. Anyone getting slowdowns where UI becomes unresponsive and won't reload, same with containers, and even the terminal won't respond for 10-30 seconds? I just put this system together, any input appreciated. I even disabled e-cores. What settings are you guys using in the bios with regards to over/underclocking, power states etc? Is there maybe some incompatibility with c-states or something?
  9. So putting my docker and docker_volumes in my ZFS NVME drive can cause issues? Do we know what issues and why that is? Is it more stable on say 6.11.0 or another version? What storage driver is being used automatically right now, and how did you go about selecting overlay2?
  10. I was able to import my ZFS pools from Scale, which is awesome. Only question is what storage-driver is being used (i'm pointing docker directory and docker appdata at a NVME I have under ZFS). Typically I would edit the /etc/docker/daemon.json to make it look like this, however there's nothing in /etc. How does this work in Unraid, where is the daemon.json or equivalent? How do I set it to use overlay2?
  11. Thanks, must be an emby bug then. I’m just gona have to hope they fix it. Anyone here use Emby?
  12. Hey guys are people able to hardware transcode while also tonemapping (hardware or software tonemapping) on Alder Lake in unraid via docker (Jellyfin / Plex / Emby)? I put together a 12700k rig to hopefully replace my GPU with quicksync, but i'm only getting hardware transcoding on Emby if I leave tonemapping completely off. I would love to hear from anybody with a 12600k - 12900k who has been able to hardware transcode 50gb 4K HDR mkv's while also tonemapping. Which app are you using, what settings etc? Thanks
  13. Anybody with QSV experience on Alder Lake at all?
  14. A big reason for building a new NAS for me is to replace my 1050ti with quicksync entirely. Unfortunately, when trying it out with Emby docker container, i'm only getting quicksync hardware transcoding if I turn off tonemapping completely. I was wondering if other people are able to hardware transcode 4K HDR files while also hardware (or software) tonemapping, preferably on Emby but Plex / Jellyfin works too. I don't know if it's a bug, not possible, or what? I really would like to replace my 1050ti with the 12700k's quicksync!
  15. So I was able to import my ZFS pools from Truenas Scale successfully with the ZFS plugin (excited and patiently waiting for 6.12), which is awesome. The way you do it in Scale (after disabling their horrible apps and running docker bare-metal) is basically set up a pool (NVME for me) with a /docker dataset and /docker_volumes dataset (appdata I guess). I was able to replicate this in UNRAID after importing my ZFS pools, by setting the docker directory to directory mode and pointing at my existing docker and docker_volumes datasets as shown below. I then installed portainer and everything came right up. I'm pretty sure I could even dual boot into Scale and it would still work since the data structure is untouched (haven't tried, but pretty cool/interesting). My question is that I don't see a /etc/docker/daemon.json file. I may have read it's because UNRAID runs off RAM that /etc/ gets wiped. I'm guessing there must still be a docker daemon.json file somewhere? Where does it reside, and/or how do I make sure "storage-driver" is set to overlay2? Overlay2 is important when running docker on ZFS because other drivers have bad performance and/or generate tons of snapshot/image files. What storage driver is the docker daemon set to right now? Thanks in advance.