ashman70

Members
  • Posts

    2630
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by ashman70

  1. Yes I did. I had the host powered down, I powered it up, the VM was set to auto start, and it started, and it came up on the monitor. There were some pending windows updates, I installed them and it rebooted and I lost the display again.
  2. I have setup a new Windows 10 VM, I am passing through the following devices: GTX 1060 3GB video card Intel Audio Two USB devices. If I reboot my unRAID server with the VM set to auto start, it starts up and I get the display of my VM on the monitor that is connected to the DVI port on the 1060. Everything works as it should. If I do windows updates, and reboot the VM, I lose the display and the USB devices, at least the keyboard does not appear to be connected. What could be causing this? <?xml version='1.0' encoding='UTF-8'?> <domain type='kvm'> <name>Windows 10</name> <uuid>7d7e1b12-e6c4-5e98-18ae-46001b2f909e</uuid> <description>Gaming</description> <metadata> <vmtemplate xmlns="unraid" name="Windows 10" icon="windows.png" os="windows10"/> </metadata> <memory unit='KiB'>16777216</memory> <currentMemory unit='KiB'>16777216</currentMemory> <memoryBacking> <nosharepages/> </memoryBacking> <vcpu placement='static'>2</vcpu> <cputune> <vcpupin vcpu='0' cpuset='0'/> <vcpupin vcpu='1' cpuset='1'/> </cputune> <os> <type arch='x86_64' machine='pc-i440fx-5.1'>hvm</type> <loader readonly='yes' type='pflash'>/usr/share/qemu/ovmf-x64/OVMF_CODE-pure-efi.fd</loader> <nvram>/etc/libvirt/qemu/nvram/7d7e1b12-e6c4-5e98-18ae-46001b2f909e_VARS-pure-efi.fd</nvram> </os> <features> <acpi/> <apic/> <hyperv> <relaxed state='on'/> <vapic state='on'/> <spinlocks state='on' retries='8191'/> <vendor_id state='on' value='none'/> </hyperv> </features> <cpu mode='host-passthrough' check='none' migratable='on'> <topology sockets='1' dies='1' cores='2' threads='1'/> <cache mode='passthrough'/> </cpu> <clock offset='localtime'> <timer name='hypervclock' present='yes'/> <timer name='hpet' present='no'/> </clock> <on_poweroff>destroy</on_poweroff> <on_reboot>restart</on_reboot> <on_crash>restart</on_crash> <devices> <emulator>/usr/local/sbin/qemu</emulator> <disk type='file' device='disk'> <driver name='qemu' type='qcow2' cache='writeback'/> <source file='/mnt/user/domains/Windows 10/vdisk1.img'/> <target dev='hdc' bus='virtio'/> <boot order='1'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x04' function='0x0'/> </disk> <disk type='file' device='cdrom'> <driver name='qemu' type='raw'/> <source file='/mnt/user/isos/Windows 10/Win10_2004_English_x64.iso'/> <target dev='hda' bus='ide'/> <readonly/> <boot order='2'/> <address type='drive' controller='0' bus='0' target='0' unit='0'/> </disk> <disk type='file' device='cdrom'> <driver name='qemu' type='raw'/> <source file='/mnt/user/isos/virtio-win-0.1.173-2.iso'/> <target dev='hdb' bus='ide'/> <readonly/> <address type='drive' controller='0' bus='0' target='0' unit='1'/> </disk> <controller type='usb' index='0' model='ich9-ehci1'> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x7'/> </controller> <controller type='usb' index='0' model='ich9-uhci1'> <master startport='0'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x0' multifunction='on'/> </controller> <controller type='usb' index='0' model='ich9-uhci2'> <master startport='2'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x1'/> </controller> <controller type='usb' index='0' model='ich9-uhci3'> <master startport='4'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x2'/> </controller> <controller type='pci' index='0' model='pci-root'/> <controller type='ide' index='0'> <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x1'/> </controller> <controller type='virtio-serial' index='0'> <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/> </controller> <interface type='bridge'> <mac address='52:54:00:90:6c:be'/> <source bridge='br0'/> <model type='virtio'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0'/> </interface> <serial type='pty'> <target type='isa-serial' port='0'> <model name='isa-serial'/> </target> </serial> <console type='pty'> <target type='serial' port='0'/> </console> <channel type='unix'> <target type='virtio' name='org.qemu.guest_agent.0'/> <address type='virtio-serial' controller='0' bus='0' port='1'/> </channel> <input type='tablet' bus='usb'> <address type='usb' bus='0' port='3'/> </input> <input type='mouse' bus='ps2'/> <input type='keyboard' bus='ps2'/> <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x01' slot='0x00' function='0x0'/> </source> <rom file='/mnt/user/isos/1060.rom'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x0'/> </hostdev> <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x00' slot='0x1f' function='0x3'/> </source> <address type='pci' domain='0x0000' bus='0x00' slot='0x06' function='0x0'/> </hostdev> <hostdev mode='subsystem' type='usb' managed='no'> <source> <vendor id='0x0461'/> <product id='0x4d22'/> </source> <address type='usb' bus='0' port='1'/> </hostdev> <hostdev mode='subsystem' type='usb' managed='no'> <source> <vendor id='0x413c'/> <product id='0x2105'/> </source> <address type='usb' bus='0' port='2'/> </hostdev> <memballoon model='none'/> </devices> </domain>
  3. Today I noticed my windows 11 VM had some updates, went to run the updates and got this message: My mother board on this system is a Gigabyte Z370 HD3 which should support TPM 2.0 I believe I have enabled it in the BIOS Is there a way to pass it through to this VM I am running unRAID 6.8.2 on this server.
  4. Ok so I moved my appdata and other data off my failing cache drive, replaced the drive and then moved everything back. When I start docker none of my containers are there, is this normal? Should I restore my appdata backup or just add my containers back?
  5. That would be correct. This thread can be moved to general support.
  6. I have installed the plugin only just about an hour ago. My dockers are not running, does this affect the plugin?
  7. Looks like my backup completed, it is currently verifying. I will be getting a replacement 2TB drive (original was 2TB) and putting it in tonight. What are the steps to restore? I've read some posts that say once the new cache drive is in and docker is running, to re download my docker apps, start them, then stop them, then to delete anything in appdata, then restore my appdata backup? Is this correct?
  8. Recently I have had issues with my otherwise rock solid server. After some investigation is appears my cache drive has errors. I don't have an appdata backup but I am going to try and see if I can get one now. I recently moved Plex to its own SSD. Any suggestions on what I can do if I can't get an appdata backup? tower-diagnostics-20210805-1506.zip
  9. Thank you for your help, I was able to figure it out.
  10. "Container side must be the same as well" Do you mean in the app itself or in the docker settings?
  11. Thanks, I figured out how to post the docker run commands. I am still having the issue.
  12. Here is the data you requested. Apologies for my inability to follow simply instructions
  13. So I have matched the download folders paths for both Sonarr and SabNZB so they are pointing to /mnt/cache/downloads/completed/TV/ In Sab the completed download folder is pointing to /Data The error message is still saying: /data/TV ...Ensure the path exists and the user running sonarr has the correct permissions. What am I missing?
  14. I cant seem to figure out where Sonarr is pulling the path /Data/TV from
  15. These are my SABNZb folder settings:
  16. Ok I have removed the remote path mappings in the docker settings and I have removed them in Sonarr, still getting the error though. Sorry Squid, how do I generate the docker run command?
  17. I am attaching screen shots of the Sonarr docker mappings as well as a screen shot of the remote path mappings for download clients in Sonarr. I'm not sure where I am going wrong and why this error is showing up
  18. After years of using a different program in unRAID, I am trying to switch to Sonarr. I have mapped my paths so they are the same from the other program But I keep getting this error in Sonarr which I don't understand. Error] DownloadedEpisodesImportService: Import failed, path does not exist or is not accessible by Sonarr: /data/TV/xxx/. Ensure the path exists and the user running Sonarr has the correct permissions to access this file/folder
  19. I think I have it figured out, thanks.
  20. I think its happening because I am adding a custom container path that points to: /mnt/user/downloads/completed/TV The container path for this is: /data This container path is shared with another docker, could that be the issue? I'm just not sure how to get around this.
  21. I am trying to add a docker container and when I fill out the paths and try and install it, I get the following error: Duplicate mount point: /data. All my dockers are pointing to /data How can I get around this error?
  22. Figured it out, needed to turn on 'destructive mode' in the unassigned devices plugin settings.
  23. I added a new 1TB SSD to my server this morning as an unassigned device and I am unable to format it as the option is greyed out. I have done some Googling and I did find a post that mentioned 'edit settings' and to turn off the passthrough feature, but for the life of me I can't find where that 'edit settings' is located. I am running unRAID 6.9.2 I have attached two screen shots to show the drive and the fact that with the array started I have no 'Format' option to format the drive, also the drive itself shows no 'settings' icon either.
  24. Ok so I create another pool, what is my next move? Does unRAID automatically move stuff over or do I have to manually move it.