lzrdking71

Members
  • Posts

    54
  • Joined

  • Last visited

Everything posted by lzrdking71

  1. @vindictive-voyeur2295 Maybe this can help you, it solved my issue.
  2. @bally12345@Leandres Maybe this can help you, it solved my issue.
  3. @frosty_hedgehog Maybe this can help you, it solved my issue.
  4. @jamie543 Maybe this can help you, it solved my issue.
  5. I am on unraid 6.12.6 and am seeing this same error in my windows 11 vm logs when passing through a 3060ti gpu on and Intel 13900k system. I have the gpu stubbed out and the vm starts but have no idea how to fix the vm so the errors don't occur. @ich777 and @SimonF, I tried the below and it did not resolve the issue, any ideas? Update: If I use the commands above and install OVMF for QEMU - edk2-stable202208, the errors in the log go away. I did this working my way back from the newest version and all of the other versions did produce the errors in the log.
  6. If you want to use a Coral USB TPU module, I got it to work by setting the docker to privileged....adding the device to the template (see screenshot below)....and then downloading the module in the webui. I got the idea from looking at how the Frigate template in CA handles it then doing it the same way.
  7. @JM2005, it looks like there is an active issue listed on github for this https://github.com/codeproject/CodeProject.AI-Server/issues/59#issue-1857894572.
  8. @slidermike You may be able to change it in another place but if you go to the main tab and then to the section where it lists your unassigned devices, click the gears settings icon. Once clicked, I added : # This will prevent this drive from spinning down hdparm -S0 $DEVICE below # This will refresh the UD webpage when the script is finished. /usr/local/sbin/rc.unassigned refresh $DEVICE above ;;
  9. @KaizacI believe there is a typo, shouldn't it just be -vv instead of --vv?
  10. I believe this to be a C-states issue on my ryzen setup and Realtek device it has on the motherboard. I disabled Global C-States in the bios and it hasn't happened since.
  11. I believe this to be a C-states issue on my ryzen setup and Realtek device it has on the motherboard. I disabled Global C-States in the bios and it hasn't happened since.
  12. Happy birthday! Thank you Limetech for all your work over the years on Unraid.
  13. I had the same issue with a 3060ti nvidia gpu. I updated my windows nvidia driver and it fixed the problem.
  14. May 20 17:57:24 Tower kernel: serial 0000:05:00.2: Couldn't register serial port c400, irq 37, type 0, error -28 May 20 17:57:24 Tower mcelog: ERROR: AMD Processor family 23: mcelog does not support this processor. Please use the edac_mce_amd module instead. May 20 17:58:00 Tower kernel: pci 0000:05:00.0: VPD access failed. This is likely a firmware bug on this device. Contact the card vendor for a firmware update Any clarification/help on what these problems are or how to fix them would be appreciated. tower-diagnostics-20220520-1855.zip
  15. May 20 17:57:24 Tower kernel: serial 0000:05:00.2: Couldn't register serial port c400, irq 37, type 0, error -28 May 20 17:57:24 Tower mcelog: ERROR: AMD Processor family 23: mcelog does not support this processor. Please use the edac_mce_amd module instead. May 20 17:58:00 Tower kernel: pci 0000:05:00.0: VPD access failed. This is likely a firmware bug on this device. Contact the card vendor for a firmware update Any clarification/help on what these problems are or how to fix them would be appreciated. tower-diagnostics-20220520-1855.zip
  16. @T0rqueWr3nch is it possible for you to share the unmount script mentioned below in this forum? https://github.com/BinsonBuzz/unraid_rclone_mount/issues/28#issuecomment-854122090
  17. I am using your Krusader docker and seeing "Not connected to D-Bus server" errors in the log, any ideas?
  18. If I rename the dockers prefixed w/ a number like 01_Dockername will it load them numerically in order?
  19. Is it possible to have the dockers which are not set to autostart but are running and stopped for backup re-start using the order that they are organized in on the docker tab instead of alphabetically?
  20. Any idea if this BSOD bug with qemu 5.0 and windows vm's was fixed in the included qemu 5.1? https://www.youtube.com/watch?v=9VSP3aPlOFk Update: Looking through the comments on that linked video, looks like the answer is yes.
  21. So I did this by just going to the docker page using an existing template as a base then changing the name of the docker, the port used, and the appdata folder but when the containers update and both containers are running the update doesn't work and fails on one of them. If I shut down one of the duplicate containers and hit update manually then the update correctly applies. Any ideas of what I should have done or should do differently to setup duplicate dockers and have updates work correctly?
  22. I have a questions that has more to do w/ mergerfs and a little to do with the script which I am modifying for my needs. If you created identical directory structures for LocalFilesShare1 (located on Unassigned Disk 1) and LocalFilesShare2 (located on Unassigned Disk 2) whatever docker you used that would be pointed to /mnt/disks/mount_mergerfs/gdrive_media_vfs/downloads (for example in my case) would see the local directories as one and mergerfs would manage which physical disk the local data (seeded downloads) is written to based on available space in the localfileshare#/gdrive_media_vfs/download locations correct?