Jump to content
We're Hiring! Full Stack Developer ×

tjb_altf4

Members
  • Posts

    1,401
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by tjb_altf4

  1. Here in Australia, 18TB retail internal HDD is about AUD$1K Buying an external HDD off Amazon AU costs around AUD$500 I won't be saying goodbye to shucks anytime soon
  2. well I messed up that original reply somehow... sorry mods There is always a cumulative changelog available through the Unraid GUI
  3. I can see some iptable call traces. I saw similar after moving from a solid 6.9.2 to 6.10.x, where I was seeing random crashes during btrfs balance/scrubs. Try stopping your docker services (setting > docker > enable docker > no) and setting Docker custom network type to ipvlan (from macvlan). For me, that fixed those call traces that locked up my server.
  4. I've got 2 mybook and 4 element boards from recent shucks that have manufacturer dates from this year, none have that damage shown on your pictures. All have JMS579 chips too.
  5. localhost won't work for docker, use IP:PORT EDIT: sorry just tracked up and saw its running through deluge-vpn, you have additional config that binhex will help with
  6. Pretty sure vfio binding happens too late to work for the primary display device. Passing a correct vBIOS should allow the card to be passed to the VM successfully in this scenario.
  7. I wonder if there are issues due to the shim network itself being macvlan as noted in help section, which is already been known to cause crashes for some (certainly has for me since moving to 6.10).
  8. Try turning off the 2 "privacy" settings in windows explorer folder options. This worked for me when having similar issues years ago
  9. fpcalc is a fingerprinting app, so I think Lidarr is scanning your library trying to identify music. I would use cpu pinning options in the docker template (toggle advanced) and give it 2-4 vcores, that way it won't cripple your server
  10. It's done on a per disk/pool basis on their individual settings page, which you can get to from main tab
  11. I see now the available legacy driver version was updated from v470.94 to v470.129.06... is there a way we can lock in that legacy driver branch? The double update reboot is a pain, although I'm still thankful the functionality is there at all! note: now up and running again with driver support after a reboot
  12. I don't want to be that guy, but the return of syslog colouring has bled over to docker logs, which is now overwriting colouring where/if defined by those applications. Previous docker container log New docker container log
  13. Linked post is how I did it (for Win10), but as always advised, make a backup of your vdisk incase things go sideways.
  14. Sonarr/Radarr can use a recycle bin, but it's not enabled by default, and the path is customisable and not necessarily the same folder used for SMB recycle bin.
  15. Much like we can in docker, it would be super helpful if we could set network to none in VMs. My use case is I will be passing though physical NICs, and although I can edit the XML to remove the interface, I'd rather not have the risk of virtual NICs recreated anytime modify the template (and subsequently forget to remove from XML again). There is also a different use case where a user may want their VM to have no LAN or WAN access at all. Docker template: VM template:
  16. When trying to move a single file to the base of a share (disk share in this case), file manager insists on recreating the parent folder in the destination unless a different sub folder is clicked.
  17. First 2 things I would check your vpn subscription is paid up and active the vpn endpoint (provider's server) you are using is not down (try switching to another)
  18. If he happens to be impacted by the tg3 blacklisting (seems likely), he'll need to delete the entry from /boot/config/modprobe.d/ otherwise the NIC will still be blacklisted when he rolls back
  19. I personally prefer to jump into VMs and Docker and use the stop all when doing planned maintenance, but the array stop function will shut those services off for you just fine. I mainly do this as I have a lot of dockers (+20), and can make troubleshooting shutdown issues quicker.
  20. Not sure if it fits your use case, but you can set exec perms at build time in dockerfile COPY docker-entrypoint.sh /usr/local/bin/ # fix script permissions RUN chmod +x /usr/local/bin/docker-entrypoint.sh
  21. It works for me my 1950X, has been working for about 12 months now. Steps were something like: unraid: backup vm (if nested doesn't work properly, vm will brick) unraid cmd: modprobe -r kvm_amd unraid cmd: modprobe kvm_amd nested=1 unraid: reboot win10 vm: install wsl2 (and associated restart) win10 vm: install docker desktop Performance was crap for me in 6.9 when nested virt was enabled, but perf got a lot better in 6.10 (but this may have been my other dockers being ram hogs during 6.9 time)
  22. 6.10.0rc are prereleases and technically comes before 6.10.0 stable, which is the new minimum supported version.
  23. You can run the VM itself on UEFI using OVMF, regardless of what the host (Unraid) is running
  24. My nvme cache (raid1) just went readonly this morning, probably corrupted filesystem. Can't for sure say its related, but it's the first time in 5 years I have had it happen. (currently on 6.10.2) EDIT: after reboot cache seems to have come good
×
×
  • Create New...