trionify

Members
  • Posts

    21
  • Joined

Everything posted by trionify

  1. Thanks so much for the quick response. Working now. Hopefully the unRAID team resolves that bug soon!
  2. Hi there, Was there a recent update breaking /config permissions in the docker? Not sure it's related but I updated to the lastest unRAID the other day. 022-11-11 09:35:43.208718 [info] Permissions already set for '/config' 2022-11-11 09:35:43.237338 [info] Deleting files in /tmp (non recursive)... 2022-11-11 09:35:43.266610 [info] Starting Supervisor... 2022-11-11 09:35:43,437 INFO Included extra file "/etc/supervisor/conf.d/sonarr.conf" during parsing 2022-11-11 09:35:43,437 INFO Set uid to user 0 succeeded 2022-11-11 09:35:43,439 INFO supervisord started with pid 7 2022-11-11 09:35:44,441 INFO spawned: 'sonarr' with pid 58 2022-11-11 09:35:44,442 INFO reaped unknown pid 8 (exit status 0) 2022-11-11 09:35:45,023 DEBG 'sonarr' stdout output: [Info] Bootstrap: Starting Sonarr - /usr/lib/sonarr/bin/Sonarr.exe - Version 3.0.9.1549 2022-11-11 09:35:45,269 DEBG 'sonarr' stdout output: [Info] AppFolderInfo: Data directory is being overridden to [/config] 2022-11-11 09:35:45,274 DEBG 'sonarr' stdout output: [Trace] DiskProviderBase: Directory '/config' isn't writable. Access to the path "/config/sonarr_write_test.txt" is denied. 2022-11-11 09:35:45,274 DEBG 'sonarr' stdout output: 2022-11-11 09:35:45,317 DEBG 'sonarr' stdout output: [Fatal] ConsoleApp: EPIC FAIL! 2022-11-11 09:35:45,318 DEBG 'sonarr' stdout output: 2022-11-11 09:35:45,318 DEBG 'sonarr' stdout output: [v3.0.9.1549] NzbDrone.Common.Exceptions.SonarrStartupException: Sonarr failed to start: AppFolder /config is not writable at NzbDrone.Common.EnvironmentInfo.AppFolderFactory.Register () [0x00088] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\EnvironmentInfo\AppFolderFactory.cs:63 at NzbDrone.Host.Bootstrap.Start (NzbDrone.Common.EnvironmentInfo.StartupContext startupContext, NzbDrone.Host.IUserAlert userAlert, System.Action`1[T] startCallback) [0x0005a] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Host\Bootstrap.cs:36 at NzbDrone.Console.ConsoleApp.Main (System.String[] args) [0x00030] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Console\ConsoleApp.cs:42 2022-11-11 09:35:45,332 DEBG 'sonarr' stdout output: Press enter to exit... 2022-11-11 09:35:46,332 INFO success: sonarr entered RUNNING state, process has stayed up for > than 1 seconds (startsecs) 2022-11-11 09:35:46,333 DEBG 'sonarr' stdout output: Non-recoverable failure, waiting for user intervention.. Verified that /config is r/w in the docker XML. Was also able to create a new file to /config with docker exec and see the file as unRAID root.
  3. Hi there, I have two questions on this docker. 1. Is there a way to put authentication on the webgui? 2. Can I set a listening port without exposing the webgui publicly? I'm running pfsense with the docker running in port 8885. I have the port forward set from the listening port to redirect to port 8885, but now the webgui is wide-open. I just want to have the listening port open without compromising security. Thanks,
  4. Thank you! Bought some forward breakout cables and that fixed it. Cheers
  5. NORCO C-SFF8087-4S Discrete to SFF-8087 (Reverse breakout) Cable https://www.newegg.ca/Product/Product.aspx?Item=N82E16816133033
  6. Hoping someone might be able to help. Having some issues with the LSI SAS9211-8i in IT mode, the seller (ebay) flashed it to P19. From what I understand, this should be compatible. For some reason unraid is not recognizing any disks attached to the card. When booting my system I am successfully seeing the LSI BIOS page prior to unraid booting. Is there some other configuration I need to do to enable disk detection? EDIT: Is there a special type of flashing to IT required for unraid? Perhaps the ebay seller did it some other way..
  7. Forgive my ignorance.. what ROM are you referring to? I've taken a look at the GTX580 page (https://www.techpowerup.com/gpudb/270/geforce-gtx-580) and haven't found anything like that. For reference, I'm using the Zotac GTX580 (https://www.newegg.ca/Product/Product.aspx?Item=N82E16814500184)
  8. Hello, I'm trying setup a GPU passthrough with Debian using a GTX580, however after starting the VM I either get a black screen or no output on re-attempts. I've had success with another build with a GTX970 already, and I've followed the same process. VM XML <domain type='kvm'> <name>DebianPC</name> <uuid>2bb6f8a0-eba1-0f56-dcb5-15812410c64a</uuid> <metadata> <vmtemplate xmlns="unraid" name="Debian" icon="debian.png" os="debian"/> </metadata> <memory unit='KiB'>4194304</memory> <currentMemory unit='KiB'>4194304</currentMemory> <memoryBacking> <nosharepages/> <locked/> </memoryBacking> <vcpu placement='static'>4</vcpu> <cputune> <vcpupin vcpu='0' cpuset='1'/> <vcpupin vcpu='1' cpuset='2'/> <vcpupin vcpu='2' cpuset='6'/> <vcpupin vcpu='3' cpuset='7'/> </cputune> <os> <type arch='x86_64' machine='pc-q35-2.5'>hvm</type> <loader readonly='yes' type='pflash'>/usr/share/qemu/ovmf-x64/OVMF_CODE-pure-efi.fd</loader> <nvram>/etc/libvirt/qemu/nvram/2bb6f8a0-eba1-0f56-dcb5-15812410c64a_VARS-pure-efi.fd</nvram> </os> <features> <acpi/> <apic/> </features> <cpu mode='host-passthrough'> <topology sockets='1' cores='2' threads='2'/> </cpu> <clock offset='utc'> <timer name='rtc' tickpolicy='catchup'/> <timer name='pit' tickpolicy='delay'/> <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='raw' cache='writeback'/> <source file='/mnt/user/domains/DebianPC/vdisk1.img'/> <target dev='hdc' bus='virtio'/> <boot order='1'/> <address type='pci' domain='0x0000' bus='0x02' slot='0x03' function='0x0'/> </disk> <disk type='file' device='cdrom'> <driver name='qemu' type='raw'/> <source file='/mnt/user/isos/debian-8.7.1-amd64-netinst.iso'/> <target dev='hda' bus='sata'/> <readonly/> <boot order='2'/> <address type='drive' controller='0' bus='0' target='0' unit='0'/> </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='sata' index='0'> <address type='pci' domain='0x0000' bus='0x00' slot='0x1f' function='0x2'/> </controller> <controller type='pci' index='0' model='pcie-root'/> <controller type='pci' index='1' model='dmi-to-pci-bridge'> <model name='i82801b11-bridge'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x1e' function='0x0'/> </controller> <controller type='pci' index='2' model='pci-bridge'> <model name='pci-bridge'/> <target chassisNr='2'/> <address type='pci' domain='0x0000' bus='0x01' slot='0x01' function='0x0'/> </controller> <controller type='virtio-serial' index='0'> <address type='pci' domain='0x0000' bus='0x02' slot='0x02' function='0x0'/> </controller> <interface type='bridge'> <mac address='52:54:00:97:1c:1b'/> <source bridge='br0'/> <model type='virtio'/> <address type='pci' domain='0x0000' bus='0x02' slot='0x01' function='0x0'/> </interface> <serial type='pty'> <target port='0'/> </serial> <console type='pty'> <target type='serial' port='0'/> </console> <channel type='unix'> <source mode='connect'/> <target type='virtio' name='org.qemu.guest_agent.0'/> <address type='virtio-serial' controller='0' bus='0' port='1'/> </channel> <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x02' slot='0x00' function='0x0'/> </source> <address type='pci' domain='0x0000' bus='0x02' slot='0x04' function='0x0'/> </hostdev> <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x02' slot='0x00' function='0x1'/> </source> <address type='pci' domain='0x0000' bus='0x02' slot='0x05' function='0x0'/> </hostdev> <hostdev mode='subsystem' type='usb' managed='no'> <source> <vendor id='0x046d'/> <product id='0xc52b'/> </source> </hostdev> <memballoon model='virtio'> <address type='pci' domain='0x0000' bus='0x02' slot='0x06' function='0x0'/> </memballoon> </devices> </domain> VM logs ErrorWarningSystemArrayLogin 2017-01-31 03:42:37.509+0000: starting up libvirt version: 1.3.1, qemu version: 2.5.1, hostname: Skynet LC_ALL=C PATH=/bin:/sbin:/usr/bin:/usr/sbin HOME=/ QEMU_AUDIO_DRV=none /usr/local/sbin/qemu -name DebianPC -S -machine pc-q35-2.5,accel=kvm,usb=off,mem-merge=off -cpu host -drive file=/usr/share/qemu/ovmf-x64/OVMF_CODE-pure-efi.fd,if=pflash,format=raw,unit=0,readonly=on -drive file=/etc/libvirt/qemu/nvram/2bb6f8a0-eba1-0f56-dcb5-15812410c64a_VARS-pure-efi.fd,if=pflash,format=raw,unit=1 -m 4096 -realtime mlock=on -smp 4,sockets=1,cores=2,threads=2 -uuid 2bb6f8a0-eba1-0f56-dcb5-15812410c64a -nographic -no-user-config -nodefaults -chardev socket,id=charmonitor,path=/var/lib/libvirt/qemu/domain-DebianPC/monitor.sock,server,nowait -mon chardev=charmonitor,id=monitor,mode=control -rtc base=utc,driftfix=slew -global kvm-pit.lost_tick_policy=discard -no-hpet -no-shutdown -boot strict=on -device i82801b11-bridge,id=pci.1,bus=pcie.0,addr=0x1e -device pci-bridge,chassis_nr=2,id=pci.2,bus=pci.1,addr=0x1 -device ich9-usb-ehci1,id=usb,bus=pcie.0,addr=0x7.0x7 -device ich9-usb-uhci1,masterbvirtio-serial0.0,nr=1,chardev=charchannel0,id=channel0,name=org.qemu.guest_agent.0 -device vfio-pci,host=02:00.0,id=hostdev0,bus=pci.2,addr=0x4 -device vfio-pci,host=02:00.1,id=hostdev1,bus=pci.2,addr=0x5 -device usb-host,hostbus=3,hostaddr=4,id=hostdev2 -device virtio-balloon-pci,id=balloon0,bus=pci.2,addr=0x6 -msg timestamp=on Domain id=1 is tainted: high-privileges Domain id=1 is tainted: host-cpu char device redirected to /dev/pts/0 (label charserial0) 2017-01-31T03:45:16.262527Z qemu-system-x86_64: terminating on signal 15 from pid 12678 2017-01-31 03:45:17.663+0000: shutting down 2017-01-31 04:10:38.606+0000: starting up libvirt version: 1.3.1, qemu version: 2.5.1, hostname: Skynet LC_ALL=C PATH=/bin:/sbin:/usr/bin:/usr/sbin HOME=/ QEMU_AUDIO_DRV=none /usr/local/sbin/qemu -name DebianPC -S -machine pc-q35-2.5,accel=kvm,usb=off,mem-merge=off -cpu host -drive file=/usr/share/qemu/ovmf-x64/OVMF_CODE-pure-efi.fd,if=pflash,format=raw,unit=0,readonly=on -drive file=/etc/libvirt/qemu/nvram/2bb6f8a0-eba1-0f56-dcb5-15812410c64a_VARS-pure-efi.fd,if=pflash,format=raw,unit=1 -m 4096 -realtime mlock=on -smp 4,sockets=1,cores=2,threads=2 -uuid 2bb6f8a0-eba1-0f56-dcb5-15812410c64a -nographic -no-user-config -nodefaults -chardev socket,id=charmonitor,path=/var/lib/libvirt/qemu/domain-DebianPC/monitor.sock,server,nowait -mon chardev=charmonitor,id=monitor,mode=control -rtc base=utc,driftfix=slew -global kvm-pit.lost_tick_policy=discard -no-hpet -no-shutdown -boot strict=on -device i82801b11-bridge,id=pci.1,bus=pcie.0,addr=0x1e -device pci-bridge,chassis_nr=2,id=pci.2,bus=pci.1,addr=0x1 -device ich9-usb-ehci1,id=usb,bus=pcie.0,addr=0x7.0x7 -device ich9-usb-uhci1,masterbvirtio-serial0.0,nr=1,chardev=charchannel0,id=channel0,name=org.qemu.guest_agent.0 -device vfio-pci,host=02:00.0,id=hostdev0,bus=pci.2,addr=0x4 -device vfio-pci,host=02:00.1,id=hostdev1,bus=pci.2,addr=0x5 -device usb-host,hostbus=3,hostaddr=4,id=hostdev2 -device virtio-balloon-pci,id=balloon0,bus=pci.2,addr=0x6 -msg timestamp=on Domain id=7 is tainted: high-privileges Domain id=7 is tainted: host-cpu char device redirected to /dev/pts/0 (label charserial0) 2017-01-31T04:24:55.842939Z qemu-system-x86_64: terminating on signal 15 from pid 12678 2017-01-31 04:24:57.844+0000: shutting down I noticed some errors in my unraid log. I've confirmed the GPU is connected well (Or the best I can tell). Jan 30 23:13:19 Skynet kernel: pcieport 0000:00:02.0: can't find device of ID0010 Jan 30 23:13:19 Skynet kernel: pcieport 0000:00:02.0: AER: Multiple Corrected error received: id=0010 Jan 30 23:13:19 Skynet kernel: pcieport 0000:00:02.0: can't find device of ID0010 Jan 30 23:13:19 Skynet kernel: pcieport 0000:00:02.0: AER: Multiple Corrected error received: id=0010 Jan 30 23:13:19 Skynet kernel: pcieport 0000:00:02.0: can't find device of ID0010 Jan 30 23:13:19 Skynet kernel: pcieport 0000:00:02.0: AER: Multiple Corrected error received: id=0010 Jan 30 23:13:19 Skynet kernel: pcieport 0000:00:02.0: can't find device of ID0010 Jan 30 23:13:19 Skynet kernel: pcieport 0000:00:02.0: AER: Multiple Corrected error received: id=0010 Jan 30 23:13:19 Skynet kernel: pcieport 0000:00:02.0: can't find device of ID0010 Jan 30 23:13:19 Skynet kernel: pcieport 0000:00:02.0: AER: Multiple Corrected error received: id=0010 Jan 30 23:13:19 Skynet kernel: pcieport 0000:00:02.0: can't find device of ID0010 Jan 30 23:13:19 Skynet kernel: pcieport 0000:00:02.0: AER: Multiple Corrected error received: id=0010 Jan 30 23:13:19 Skynet kernel: pcieport 0000:00:02.0: can't find device of ID0010 Jan 30 23:13:19 Skynet kernel: pcieport 0000:00:02.0: AER: Multiple Corrected error received: id=0010 Jan 30 23:13:19 Skynet kernel: pcieport 0000:00:02.0: can't find device of ID0010 Jan 30 23:13:19 Skynet kernel: pcieport 0000:00:02.0: AER: Multiple Corrected error received: id=0010 Jan 30 23:13:19 Skynet kernel: pcieport 0000:00:02.0: can't find device of ID0010 Jan 30 23:13:19 Skynet kernel: pcieport 0000:00:02.0: AER: Multiple Corrected error received: id=0010 Jan 30 23:13:19 Skynet kernel: pcieport 0000:00:02.0: can't find device of ID0010 Jan 30 23:13:19 Skynet kernel: pcieport 0000:00:02.0: AER: Multiple Corrected error received: id=0010 Jan 30 23:13:19 Skynet kernel: pcieport 0000:00:02.0: can't find device of ID0010 Jan 30 23:13:19 Skynet kernel: pcieport 0000:00:02.0: AER: Multiple Corrected error received: id=0010 Jan 30 23:13:19 Skynet kernel: pcieport 0000:00:02.0: can't find device of ID0010 Jan 30 23:13:19 Skynet kernel: pcieport 0000:00:02.0: AER: Multiple Corrected error received: id=0010 Jan 30 23:13:19 Skynet kernel: pcieport 0000:00:02.0: can't find device of ID0010 Jan 30 23:13:19 Skynet kernel: pcieport 0000:00:02.0: AER: Multiple Corrected error received: id=0010 Jan 30 23:13:19 Skynet kernel: pcieport 0000:00:02.0: can't find device of ID0010 Jan 30 23:13:19 Skynet kernel: pcieport 0000:00:02.0: AER: Multiple Corrected error received: id=0010 Jan 30 23:13:19 Skynet kernel: pcieport 0000:00:02.0: can't find device of ID0010 Jan 30 23:13:19 Skynet kernel: pcieport 0000:00:02.0: AER: Multiple Corrected error received: id=0010 Jan 30 23:13:19 Skynet kernel: pcieport 0000:00:02.0: can't find device of ID0010 Jan 30 23:13:19 Skynet kernel: pcieport 0000:00:02.0: AER: Multiple Corrected error received: id=0010 Jan 30 23:13:19 Skynet kernel: pcieport 0000:00:02.0: can't find device of ID0010 Jan 30 23:13:19 Skynet kernel: pcieport 0000:00:02.0: AER: Multiple Corrected error received: id=0010 Jan 30 23:13:19 Skynet kernel: pcieport 0000:00:02.0: can't find device of ID0010 Jan 30 23:13:19 Skynet kernel: pcieport 0000:00:03.0: AER: Multiple Corrected error received: id=0018 Jan 30 23:13:19 Skynet kernel: pcieport 0000:00:03.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, id=0018(Receiver ID) Jan 30 23:13:19 Skynet kernel: pcieport 0000:00:03.0: device [8086:2f08] error status/mask=00000001/00002000 Jan 30 23:13:19 Skynet kernel: pcieport 0000:00:03.0: [ 0] Receiver Error (First) Any feedback would be appreciated!
  9. Thank's for the help everyone. This makes sense. Got it working by editing an existing template. Merry Christmas.
  10. Hi, I'm trying to switch from the Linuxserver.io Plex docker to the official docker. But the trying to add the docker URL doesn't yield any templates. Do I have to install this manually for it to work? For reference, what I'm trying to add: https://github.com/plexinc/pms-docker
  11. Hi, I've been using VMs (Windows and Ubuntu) as my daily drivers for the last couple weeks and noticed there are audio lags occassionally when watching videos. It ends up where the audio is lagging behind the video by about 2-3 seconds. Only way I've been able to fix it is by resetting the stream. I've found it occurs on either windows or ubuntu, and happens with youtube or plex streams. Audio is using the 3.5mm jack plugged directly into the mobo, video is from the GPU. Setup: CPU: i5-4690k GPU: GTX970 MB: MSI - Z87-GD65 GAMING (MS-7845) XML for windows: <domain type='kvm' id='6'> <name>JAK-VM-PC</name> <uuid>c8714ccc-ce8b-07ac-f9bc-0663722b9ddd</uuid> <metadata> <vmtemplate xmlns="unraid" name="Windows 10" icon="windows.png" os="windows10"/> </metadata> <memory unit='KiB'>13107200</memory> <currentMemory unit='KiB'>13107200</currentMemory> <memoryBacking> <nosharepages/> <locked/> </memoryBacking> <vcpu placement='static'>4</vcpu> <cputune> <vcpupin vcpu='0' cpuset='0'/> <vcpupin vcpu='1' cpuset='1'/> <vcpupin vcpu='2' cpuset='2'/> <vcpupin vcpu='3' cpuset='3'/> </cputune> <resource> <partition>/machine</partition> </resource> <os> <type arch='x86_64' machine='pc-i440fx-2.5'>hvm</type> <loader readonly='yes' type='pflash'>/usr/share/qemu/ovmf-x64/OVMF_CODE-pure-efi.fd</loader> <nvram>/etc/libvirt/qemu/nvram/c8714ccc-ce8b-07ac-f9bc-0663722b9ddd_VARS-pure-efi.fd</nvram> </os> <features> <acpi/> <apic/> <hyperv> <relaxed state='on'/> <vapic state='on'/> <spinlocks state='on' retries='8191'/> <vendor id='none'/> </hyperv> </features> <cpu mode='host-passthrough'> <topology sockets='1' cores='4' threads='1'/> </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='raw' cache='writeback'/> <source file='/mnt/user/domains/JAK-VM-PC/vdisk1.img'/> <backingStore/> <target dev='hdc' bus='virtio'/> <boot order='1'/> <alias name='virtio-disk2'/> <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.iso'/> <backingStore/> <target dev='hda' bus='ide'/> <readonly/> <boot order='2'/> <alias name='ide0-0-0'/> <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.118.iso'/> <backingStore/> <target dev='hdb' bus='ide'/> <readonly/> <alias name='ide0-0-1'/> <address type='drive' controller='0' bus='0' target='0' unit='1'/> </disk> <controller type='usb' index='0' model='ich9-ehci1'> <alias name='usb'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x7'/> </controller> <controller type='usb' index='0' model='ich9-uhci1'> <alias name='usb'/> <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'> <alias name='usb'/> <master startport='2'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x1'/> </controller> <controller type='usb' index='0' model='ich9-uhci3'> <alias name='usb'/> <master startport='4'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x2'/> </controller> <controller type='pci' index='0' model='pci-root'> <alias name='pci.0'/> </controller> <controller type='ide' index='0'> <alias name='ide'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x1'/> </controller> <controller type='virtio-serial' index='0'> <alias name='virtio-serial0'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/> </controller> <interface type='bridge'> <mac address='52:54:00:51:d9:22'/> <source bridge='br0'/> <target dev='vnet0'/> <model type='virtio'/> <alias name='net0'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0'/> </interface> <serial type='pty'> <source path='/dev/pts/0'/> <target port='0'/> <alias name='serial0'/> </serial> <console type='pty' tty='/dev/pts/0'> <source path='/dev/pts/0'/> <target type='serial' port='0'/> <alias name='serial0'/> </console> <channel type='unix'> <source mode='bind' path='/var/lib/libvirt/qemu/channel/target/domain-JAK-VM-PC/org.qemu.guest_agent.0'/> <target type='virtio' name='org.qemu.guest_agent.0' state='disconnected'/> <alias name='channel0'/> <address type='virtio-serial' controller='0' bus='0' port='1'/> </channel> <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x02' slot='0x00' function='0x0'/> </source> <alias name='hostdev0'/> <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='0x1b' function='0x0'/> </source> <alias name='hostdev1'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x06' function='0x0'/> </hostdev> <hostdev mode='subsystem' type='usb' managed='no'> <source> <vendor id='0x045e'/> <product id='0x0779'/> <address bus='3' device='10'/> </source> <alias name='hostdev2'/> </hostdev> <hostdev mode='subsystem' type='usb' managed='no'> <source> <vendor id='0x046d'/> <product id='0xc07d'/> <address bus='3' device='6'/> </source> <alias name='hostdev3'/> </hostdev> <hostdev mode='subsystem' type='usb' managed='no'> <source> <vendor id='0x04d9'/> <product id='0x2013'/> <address bus='3' device='3'/> </source> <alias name='hostdev4'/> </hostdev> <hostdev mode='subsystem' type='usb' managed='no'> <source> <vendor id='0x0d8c'/> <product id='0x0005'/> <address bus='3' device='7'/> </source> <alias name='hostdev5'/> </hostdev> <memballoon model='virtio'> <alias name='balloon0'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x08' function='0x0'/> </memballoon> </devices> </domain> Any insight would be appreciated.
  12. Hi, My Plex environment is not locally available - not sure how this happened. But it is accessible via app.plex.tv. I don't have a backup I can rollback as well unfortunately.. Any help would be appreciated. XML <?xml version="1.0"?> <Container version="2"> <Name>plex</Name> <Repository>linuxserver/plex</Repository> <Registry>https://registry.hub.docker.com/u/linuxserver/plex/</Registry> <Network>host</Network> <Privileged>false</Privileged> <Support/> <Overview>Plex organizes video, music and photos from personal media libraries and streams them to smart TVs, streaming boxes and mobile devices. [br]&#; [b][u][span style='color: #E80000;']Configuration[/span][/u][/b][br]&#; [b]VERSION[/b] Set to either latest,plexpass or a spesific version e.g. "0.9.12.11.1406-8403350" [br]&#; [b]/config[/b] Where plex should store settings and metadatalogs and configuration[br]&#; [b]/media[/b] Map this to your media, you can use several submappings here[br]&#; </Overview> <Category/> <WebUI>http://[iP]:[PORT:32400]/web</WebUI> <TemplateURL/> <Icon>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/plex-icon.png</Icon> <ExtraParams/> <DateInstalled>1477283038</DateInstalled> <Description>Plex organizes video, music and photos from personal media libraries and streams them to smart TVs, streaming boxes and mobile devices. [br]&#; [b][u][span style='color: #E80000;']Configuration[/span][/u][/b][br]&#; [b]VERSION[/b] Set to either latest,plexpass or a spesific version e.g. "0.9.12.11.1406-8403350" [br]&#; [b]/config[/b] Where plex should store settings and metadatalogs and configuration[br]&#; [b]/media[/b] Map this to your media, you can use several submappings here[br]&#; </Description> <Networking> <Mode>host</Mode> <Publish/> </Networking> <Data> <Volume> <HostDir>/mnt/user/Podcasts/</HostDir> <ContainerDir>/podcasts</ContainerDir> <Mode>rw</Mode> </Volume> <Volume> <HostDir>/mnt/user/appdata/PlexMediaServer</HostDir> <ContainerDir>/config</ContainerDir> <Mode>rw</Mode> </Volume> <Volume> <HostDir>/mnt/user/Movies/</HostDir> <ContainerDir>/Movies</ContainerDir> <Mode>rw</Mode> </Volume> <Volume> <HostDir>/mnt/user/TV/</HostDir> <ContainerDir>/TVShows</ContainerDir> <Mode>rw</Mode> </Volume> <Volume> <HostDir>/mnt/user/Anime/</HostDir> <ContainerDir>/Anime</ContainerDir> <Mode>rw</Mode> </Volume> <Volume> <HostDir>/mnt/user/Music/</HostDir> <ContainerDir>/Music</ContainerDir> <Mode>rw</Mode> </Volume> <Volume> <HostDir>/mnt/user/Documentaries/</HostDir> <ContainerDir>/Documentaries</ContainerDir> <Mode>rw</Mode> </Volume> <Volume> <HostDir>/mnt/user/Standup/</HostDir> <ContainerDir>/Standup</ContainerDir> <Mode>rw</Mode> </Volume> <Volume> <HostDir>/mnt/user/Education/</HostDir> <ContainerDir>/Education</ContainerDir> <Mode>rw</Mode> </Volume> <Volume> <HostDir>/mnt/user/Health/Greg Plitt/</HostDir> <ContainerDir>/greg_plitt</ContainerDir> <Mode>rw</Mode> </Volume> <Volume> <HostDir>/mnt/user/AnimeMovies/</HostDir> <ContainerDir>/anime_movies</ContainerDir> <Mode>rw</Mode> </Volume> <Volume> <HostDir>/mnt/user/Library/Photo and Video Collection/Mexico 2016/IMG/</HostDir> <ContainerDir>/Mexico2016IMG</ContainerDir> <Mode>rw</Mode> </Volume> <Volume> <HostDir>/mnt/user/Library/Photo and Video Collection/Mexico 2016/VID/</HostDir> <ContainerDir>/Mexico2016VID</ContainerDir> <Mode>rw</Mode> </Volume> </Data> <Environment> <Variable> <Value>99</Value> <Name>PUID</Name> <Mode/> </Variable> <Variable> <Value>100</Value> <Name>PGID</Name> <Mode/> </Variable> <Variable> <Value>latest</Value> <Name>VERSION</Name> <Mode/> </Variable> </Environment> <Config Name="Host Path 1" Target="/podcasts" Default="/mnt/user/Podcasts/" Mode="rw" Description="Container Path: /podcasts" Type="Path" Display="always" Required="true" Mask="false">/mnt/user/Podcasts/</Config> <Config Name="Host Path 2" Target="/config" Default="/mnt/user/appdata/PlexMediaServer" Mode="rw" Description="Container Path: /config" Type="Path" Display="always" Required="true" Mask="false">/mnt/user/appdata/PlexMediaServer</Config> <Config Name="Host Path 3" Target="/Movies" Default="/mnt/user/Movies/" Mode="rw" Description="Container Path: /Movies" Type="Path" Display="always" Required="true" Mask="false">/mnt/user/Movies/</Config> <Config Name="Host Path 4" Target="/TVShows" Default="/mnt/user/TV/" Mode="rw" Description="Container Path: /TVShows" Type="Path" Display="always" Required="true" Mask="false">/mnt/user/TV/</Config> <Config Name="Host Path 5" Target="/Anime" Default="/mnt/user/Anime/" Mode="rw" Description="Container Path: /Anime" Type="Path" Display="always" Required="true" Mask="false">/mnt/user/Anime/</Config> <Config Name="Host Path 6" Target="/Music" Default="/mnt/user/Music/" Mode="rw" Description="Container Path: /Music" Type="Path" Display="always" Required="true" Mask="false">/mnt/user/Music/</Config> <Config Name="Host Path 7" Target="/Documentaries" Default="/mnt/user/Documentaries/" Mode="rw" Description="Container Path: /Documentaries" Type="Path" Display="always" Required="true" Mask="false">/mnt/user/Documentaries/</Config> <Config Name="Host Path 8" Target="/Standup" Default="/mnt/user/Standup/" Mode="rw" Description="Container Path: /Standup" Type="Path" Display="always" Required="true" Mask="false">/mnt/user/Standup/</Config> <Config Name="Host Path 9" Target="/Education" Default="/mnt/user/Education/" Mode="rw" Description="Container Path: /Education" Type="Path" Display="always" Required="true" Mask="false">/mnt/user/Education/</Config> <Config Name="Host Path 10" Target="/greg_plitt" Default="/mnt/user/Health/Greg Plitt/" Mode="rw" Description="Container Path: /greg_plitt" Type="Path" Display="always" Required="true" Mask="false">/mnt/user/Health/Greg Plitt/</Config> <Config Name="Host Path 13" Target="/anime_movies" Default="/mnt/user/Anime Movies/" Mode="rw" Description="Container Path: /anime_movies" Type="Path" Display="always" Required="true" Mask="false">/mnt/user/AnimeMovies/</Config> <Config Name="Key 1" Target="PUID" Default="99" Mode="" Description="Container Variable: PUID" Type="Variable" Display="always" Required="false" Mask="false">99</Config> <Config Name="Key 2" Target="PGID" Default="100" Mode="" Description="Container Variable: PGID" Type="Variable" Display="always" Required="false" Mask="false">100</Config> <Config Name="Key 3" Target="VERSION" Default="latest" Mode="" Description="Container Variable: VERSION" Type="Variable" Display="always" Required="false" Mask="false">latest</Config> <Config Name="Mexico 2016 IMG" Target="/Mexico2016IMG" Default="" Mode="rw" Description="Container Path: /Mexico2016IMG" Type="Path" Display="always" Required="false" Mask="false">/mnt/user/Library/Photo and Video Collection/Mexico 2016/IMG/</Config> <Config Name="Mexico 2016 VID" Target="/Mexico2016VID" Default="" Mode="rw" Description="Container Path: /Mexico2016VID" Type="Path" Display="always" Required="false" Mask="false">/mnt/user/Library/Photo and Video Collection/Mexico 2016/VID/</Config> </Container> Logs ErrorWarningSystemArrayLogin Interface virbr0.IPv4 no longer relevant for mDNS. Leaving mDNS multicast group on interface virbr0.IPv4 with address 192.168.122.1. Withdrawing address record for 192.168.122.1 on virbr0. Got SIGTERM, quitting. Leaving mDNS multicast group on interface docker0.IPv4 with address 172.17.0.1. Leaving mDNS multicast group on interface br0.IPv4 with address 192.168.1.127. avahi-daemon 0.6.32-rc exiting. [cont-finish.d] executing container finish scripts... [cont-finish.d] done. [s6-finish] syncing disks. [s6-finish] sending all processes the TERM signal. [s6-finish] sending all processes the KILL signal and exiting. [s6-init] making user provided files available at /var/run/s6/etc...exited 0. [s6-init] ensuring user provided files have correct perms...exited 0. [fix-attrs.d] applying ownership & permissions fixes... [fix-attrs.d] done. [cont-init.d] executing container initialization scripts... [cont-init.d] 10-adduser: executing... ------------------------------------- _ _ _ | |___| (_) ___ | / __| | |/ _ \ | \__ \ | | (_) | |_|___/ |_|\___/ |_| Brought to you by linuxserver.io We do accept donations at: https://www.linuxserver.io/donations ------------------------------------- GID/UID ------------------------------------- User uid: 99 User gid: 100 ------------------------------------- [cont-init.d] 10-adduser: exited 0. [cont-init.d] 30-dbus: executing... [cont-init.d] 30-dbus: exited 0. [cont-init.d] 40-chown-files: executing... [cont-init.d] 40-chown-files: exited 0. [cont-init.d] 50-plex-update: executing... No update required [cont-init.d] 50-plex-update: exited 0. [cont-init.d] done. [services.d] starting services Starting dbus-daemon Starting Plex Media Server. [services.d] done. 6 3000 /config/Library/Application Support d dbus[278]: [system] org.freedesktop.DBus.Error.AccessDenied: Failed to set fd limit to 65536: Operation not permitted Starting Avahi daemon Found user 'avahi' (UID 106) and group 'avahi' (GID 107). Successfully dropped root privileges. avahi-daemon 0.6.32-rc starting up. No service file found in /etc/avahi/services. *** WARNING: Detected another IPv4 mDNS stack running on this host. This makes mDNS unreliable and is thus not recommended. *** socket() failed: Address family not supported by protocol Failed to create IPv6 socket, proceeding in IPv4 only mode socket() failed: Address family not supported by protocol Joining mDNS multicast group on interface docker0.IPv4 with address 172.17.0.1. New relevant interface docker0.IPv4 for mDNS. Joining mDNS multicast group on interface br0.IPv4 with address 192.168.1.127. New relevant interface br0.IPv4 for mDNS. Network interface enumeration completed. Registering new address record for 172.17.0.1 on docker0.IPv4. Registering new address record for 192.168.1.127 on br0.IPv4. Server startup complete. Host name is Skynet.local. Local service cookie is 3468160216. Joining mDNS multicast group on interface virbr0.IPv4 with address 192.168.122.1. New relevant interface virbr0.IPv4 for mDNS. Registering new address record for 192.168.122.1 on virbr0.IPv4.
  13. Hi, I've been reading a few threads - and experienced it myself - that running an antivirus can cause problems with windows VMs. Is there any anti-virus that is safe to use? Previously I was using BitDefender 2017 with Malwarebytes which kept causing crashes, then went to Avira with Malwarebytes - similar issue. Thanks,
  14. Ubuntu 16.04 XML <domain type='kvm'> <name>UbuntuVM</name> <uuid>3a17a6c0-247d-034c-c7d7-9439a779fa0e</uuid> <metadata> <vmtemplate xmlns="unraid" name="Ubuntu" icon="ubuntu.png" os="ubuntu"/> </metadata> <memory unit='KiB'>10485760</memory> <currentMemory unit='KiB'>10485760</currentMemory> <memoryBacking> <nosharepages/> <locked/> </memoryBacking> <vcpu placement='static'>4</vcpu> <cputune> <vcpupin vcpu='0' cpuset='0'/> <vcpupin vcpu='1' cpuset='1'/> <vcpupin vcpu='2' cpuset='2'/> <vcpupin vcpu='3' cpuset='3'/> </cputune> <os> <type arch='x86_64' machine='pc-q35-2.5'>hvm</type> <loader readonly='yes' type='pflash'>/usr/share/qemu/ovmf-x64/OVMF_CODE-pure-efi.fd</loader> <nvram>/etc/libvirt/qemu/nvram/3a17a6c0-247d-034c-c7d7-9439a779fa0e_VARS-pure-efi.fd</nvram> </os> <features> <acpi/> <apic/> </features> <cpu mode='host-passthrough'> <topology sockets='1' cores='4' threads='1'/> </cpu> <clock offset='utc'> <timer name='rtc' tickpolicy='catchup'/> <timer name='pit' tickpolicy='delay'/> <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='raw' cache='writeback'/> <source file='/mnt/user/domains/UbuntuVM/vdisk1.img'/> <target dev='hdc' bus='virtio'/> <boot order='1'/> <address type='pci' domain='0x0000' bus='0x02' slot='0x03' function='0x0'/> </disk> <disk type='file' device='cdrom'> <driver name='qemu' type='raw'/> <source file='/mnt/user/isos/ubuntu-16.04-desktop-amd64.iso'/> <target dev='hda' bus='sata'/> <readonly/> <boot order='2'/> <address type='drive' controller='0' bus='0' target='0' unit='0'/> </disk> <controller type='usb' index='0' model='nec-xhci'> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x0'/> </controller> <controller type='sata' index='0'> <address type='pci' domain='0x0000' bus='0x00' slot='0x1f' function='0x2'/> </controller> <controller type='pci' index='0' model='pcie-root'/> <controller type='pci' index='1' model='dmi-to-pci-bridge'> <model name='i82801b11-bridge'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x1e' function='0x0'/> </controller> <controller type='pci' index='2' model='pci-bridge'> <model name='pci-bridge'/> <target chassisNr='2'/> <address type='pci' domain='0x0000' bus='0x01' slot='0x01' function='0x0'/> </controller> <controller type='virtio-serial' index='0'> <address type='pci' domain='0x0000' bus='0x02' slot='0x02' function='0x0'/> </controller> <interface type='bridge'> <mac address='52:54:00:e7:c0:d2'/> <source bridge='br0'/> <model type='virtio'/> <address type='pci' domain='0x0000' bus='0x02' slot='0x01' function='0x0'/> </interface> <serial type='pty'> <target port='0'/> </serial> <console type='pty'> <target type='serial' port='0'/> </console> <channel type='unix'> <source mode='connect'/> <target type='virtio' name='org.qemu.guest_agent.0'/> <address type='virtio-serial' controller='0' bus='0' port='1'/> </channel> <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x02' slot='0x00' function='0x0'/> </source> <address type='pci' domain='0x0000' bus='0x02' slot='0x04' function='0x0'/> </hostdev> <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x00' slot='0x1b' function='0x0'/> </source> <address type='pci' domain='0x0000' bus='0x02' slot='0x05' function='0x0'/> </hostdev> <hostdev mode='subsystem' type='usb' managed='no'> <source> <vendor id='0x045e'/> <product id='0x0779'/> </source> </hostdev> <hostdev mode='subsystem' type='usb' managed='no'> <source> <vendor id='0x046d'/> <product id='0xc07d'/> </source> </hostdev> <hostdev mode='subsystem' type='usb' managed='no'> <source> <vendor id='0x04d9'/> <product id='0x2013'/> </source> </hostdev> <hostdev mode='subsystem' type='usb' managed='no'> <source> <vendor id='0x0d8c'/> <product id='0x0005'/> </source> </hostdev> <memballoon model='virtio'> <address type='pci' domain='0x0000' bus='0x02' slot='0x06' function='0x0'/> </memballoon> </devices> </domain> Ubuntu 16.04 Logs ErrorWarningSystemArrayLogin 2016-10-27 22:29:02.714+0000: starting up libvirt version: 1.3.1, qemu version: 2.5.1, hostname: Genisys LC_ALL=C PATH=/bin:/sbin:/usr/bin:/usr/sbin HOME=/ QEMU_AUDIO_DRV=none /usr/local/sbin/qemu -name UbuntuVM -S -machine pc-q35-2.5,accel=kvm,usb=off,mem-merge=off -cpu host -drive file=/usr/share/qemu/ovmf-x64/OVMF_CODE-pure-efi.fd,if=pflash,format=raw,unit=0,readonly=on -drive file=/etc/libvirt/qemu/nvram/3a17a6c0-247d-034c-c7d7-9439a779fa0e_VARS-pure-efi.fd,if=pflash,format=raw,unit=1 -m 2048 -realtime mlock=off -smp 1,sockets=1,cores=1,threads=1 -uuid 3a17a6c0-247d-034c-c7d7-9439a779fa0e -no-user-config -nodefaults -chardev socket,id=charmonitor,path=/var/lib/libvirt/qemu/domain-UbuntuVM/monitor.sock,server,nowait -mon chardev=charmonitor,id=monitor,mode=control -rtc base=utc,driftfix=slew -global kvm-pit.lost_tick_policy=discard -no-hpet -no-shutdown -boot strict=on -device i82801b11-bridge,id=pci.1,bus=pcie.0,addr=0x1e -device pci-bridge,chassis_nr=2,id=pci.2,bus=pci.1,addr=0x1 -device ich9-usb-ehci1,id=usb,bus=pcie.0,addr=0x7.0x7 -device ich9-usb-uhci1,masterbus=usb.0,fze=67108864,vgamem_mb=16,bus=pcie.0,addr=0x1 -device virtio-balloon-pci,id=balloon0,bus=pci.2,addr=0x4 -msg timestamp=on Domain id=13 is tainted: high-privileges Domain id=13 is tainted: host-cpu char device redirected to /dev/pts/1 (label charserial0) 2016-10-27T22:29:33.306269Z qemu-system-x86_64: terminating on signal 15 from pid 7278 2016-10-27 22:29:33.506+0000: shutting down 2016-10-27 22:29:44.091+0000: starting up libvirt version: 1.3.1, qemu version: 2.5.1, hostname: Genisys LC_ALL=C PATH=/bin:/sbin:/usr/bin:/usr/sbin HOME=/ QEMU_AUDIO_DRV=none /usr/local/sbin/qemu -name UbuntuVM -S -machine pc-q35-2.5,accel=kvm,usb=off,mem-merge=off -cpu host -drive file=/usr/share/qemu/ovmf-x64/OVMF_CODE-pure-efi.fd,if=pflash,format=raw,unit=0,readonly=on -drive file=/etc/libvirt/qemu/nvram/3a17a6c0-247d-034c-c7d7-9439a779fa0e_VARS-pure-efi.fd,if=pflash,format=raw,unit=1 -m 2048 -realtime mlock=off -smp 1,sockets=1,cores=1,threads=1 -uuid 3a17a6c0-247d-034c-c7d7-9439a779fa0e -no-user-config -nodefaults -chardev socket,id=charmonitor,path=/var/lib/libvirt/qemu/domain-UbuntuVM/monitor.sock,server,nowait -mon chardev=charmonitor,id=monitor,mode=control -rtc base=utc,driftfix=slew -global kvm-pit.lost_tick_policy=discard -no-hpet -no-shutdown -boot strict=on -device i82801b11-bridge,id=pci.1,bus=pcie.0,addr=0x1e -device pci-bridge,chassis_nr=2,id=pci.2,bus=pci.1,addr=0x1 -device ich9-usb-ehci1,id=usb,bus=pcie.0,addr=0x7.0x7 -device ich9-usb-uhci1,masterbus=usb.0,fial0.0,nr=1,chardev=charchannel0,id=channel0,name=org.qemu.guest_agent.0 -device usb-tablet,id=input0 -vnc 0.0.0.0:0,websocket=5700 -k en-us -device qxl-vga,id=video0,ram_size=67108864,vram_size=67108864,vgamem_mb=16,bus=pcie.0,addr=0x1 -device virtio-balloon-pci,id=balloon0,bus=pci.2,addr=0x4 -msg timestamp=on Domain id=14 is tainted: high-privileges Domain id=14 is tainted: host-cpu char device redirected to /dev/pts/1 (label charserial0) 2016-10-27T22:55:44.112603Z qemu-system-x86_64: terminating on signal 15 from pid 7278 2016-10-27 22:55:44.312+0000: shutting down 2016-10-27 22:55:47.063+0000: starting up libvirt version: 1.3.1, qemu version: 2.5.1, hostname: Genisys LC_ALL=C PATH=/bin:/sbin:/usr/bin:/usr/sbin HOME=/ QEMU_AUDIO_DRV=none /usr/local/sbin/qemu -name UbuntuVM -S -machine pc-q35-2.5,accel=kvm,usb=off,mem-merge=off -cpu host -drive file=/usr/share/qemu/ovmf-x64/OVMF_CODE-pure-efi.fd,if=pflash,format=raw,unit=0,readonly=on -drive file=/etc/libvirt/qemu/nvram/3a17a6c0-247d-034c-c7d7-9439a779fa0e_VARS-pure-efi.fd,if=pflash,format=raw,unit=1 -m 2048 -realtime mlock=off -smp 1,sockets=1,cores=1,threads=1 -uuid 3a17a6c0-247d-034c-c7d7-9439a779fa0e -no-user-config -nodefaults -chardev socket,id=charmonitor,path=/var/lib/libvirt/qemu/domain-UbuntuVM/monitor.sock,server,nowait -mon chardev=charmonitor,id=monitor,mode=control -rtc base=utc,driftfix=slew -global kvm-pit.lost_tick_policy=discard -no-hpet -no-shutdown -boot strict=on -device i82801b11-bridge,id=pci.1,bus=pcie.0,addr=0x1e -device pci-bridge,chassis_nr=2,id=pci.2,bus=pci.1,addr=0x1 -device ich9-usb-ehci1,id=usb,bus=pcie.0,addr=0x7.0x7 -device ich9-usb-uhci1,masterbus=usb.0,fial0.0,nr=1,chardev=charchannel0,id=channel0,name=org.qemu.guest_agent.0 -device usb-tablet,id=input0 -vnc 0.0.0.0:0,websocket=5700 -k en-us -device qxl-vga,id=video0,ram_size=67108864,vram_size=67108864,vgamem_mb=16,bus=pcie.0,addr=0x1 -device virtio-balloon-pci,id=balloon0,bus=pci.2,addr=0x4 -msg timestamp=on Domain id=15 is tainted: high-privileges Domain id=15 is tainted: host-cpu char device redirected to /dev/pts/1 (label charserial0) 2016-10-27T23:54:16.975750Z qemu-system-x86_64: terminating on signal 15 from pid 7278 2016-10-27 23:54:17.082+0000: shutting down 2016-10-28 00:12:16.345+0000: starting up libvirt version: 1.3.1, qemu version: 2.5.1, hostname: Genisys LC_ALL=C PATH=/bin:/sbin:/usr/bin:/usr/sbin HOME=/ QEMU_AUDIO_DRV=none /usr/local/sbin/qemu -name UbuntuVM -S -machine pc-q35-2.5,accel=kvm,usb=off,mem-merge=off -cpu host -drive file=/usr/share/qemu/ovmf-x64/OVMF_CODE-pure-efi.fd,if=pflash,format=raw,unit=0,readonly=on -drive file=/etc/libvirt/qemu/nvram/3a17a6c0-247d-034c-c7d7-9439a779fa0e_VARS-pure-efi.fd,if=pflash,format=raw,unit=1 -m 10240 -realtime mlock=on -smp 4,sockets=1,cores=4,threads=1 -uuid 3a17a6c0-247d-034c-c7d7-9439a779fa0e -nographic -no-user-config -nodefaults -chardev socket,id=charmonitor,path=/var/lib/libvirt/qemu/domain-UbuntuVM/monitor.sock,server,nowait -mon chardev=charmonitor,id=monitor,mode=control -rtc base=utc,driftfix=slew -global kvm-pit.lost_tick_policy=discard -no-hpet -no-shutdown -boot strict=on -device i82801b11-bridge,id=pci.1,bus=pcie.0,addr=0x1e -device pci-bridge,chassis_nr=2,id=pci.2,bus=pci.1,addr=0x1 -device nec-usb-xhci,id=usb,bus=pcie.0,addr=0x7 -device virtio-serial-pci,id=virtio,id=hostdev2 -device usb-host,hostbus=3,hostaddr=5,id=hostdev3 -device usb-host,hostbus=3,hostaddr=3,id=hostdev4 -device usb-host,hostbus=3,hostaddr=22,id=hostdev5 -device virtio-balloon-pci,id=balloon0,bus=pci.2,addr=0x6 -msg timestamp=on Domain id=17 is tainted: high-privileges Domain id=17 is tainted: host-cpu char device redirected to /dev/pts/0 (label charserial0) 2016-10-28T00:12:59.187740Z qemu-system-x86_64: terminating on signal 15 from pid 7278 2016-10-28 00:13:00.588+0000: shutting down
  15. Hi, I've been having trouble passing through my GTX970 to my Ubuntu 16.04 and Linux Mint 18 VMs. I have no issue doing this with my Windows 10 VM. When I try and boot with my Linux VMs, the BIOS shows up but shortly after my screens go black and my monitors no longer detect a signal (Change sources constantly). I can run it fine through VNC, it's only with passthrough that there is an issue. Linux Mint 18 XML <domain type='kvm'> <name>Mint18</name> <uuid>dafd44fe-e6f8-7585-ec08-1192ae87d5a0</uuid> <metadata> <vmtemplate xmlns="unraid" name="Ubuntu" icon="ubuntu.png" os="ubuntu"/> </metadata> <memory unit='KiB'>10485760</memory> <currentMemory unit='KiB'>10485760</currentMemory> <memoryBacking> <nosharepages/> <locked/> </memoryBacking> <vcpu placement='static'>4</vcpu> <cputune> <vcpupin vcpu='0' cpuset='0'/> <vcpupin vcpu='1' cpuset='1'/> <vcpupin vcpu='2' cpuset='2'/> <vcpupin vcpu='3' cpuset='3'/> </cputune> <os> <type arch='x86_64' machine='pc-q35-2.5'>hvm</type> <loader readonly='yes' type='pflash'>/usr/share/qemu/ovmf-x64/OVMF_CODE-pure-efi.fd</loader> <nvram>/etc/libvirt/qemu/nvram/dafd44fe-e6f8-7585-ec08-1192ae87d5a0_VARS-pure-efi.fd</nvram> </os> <features> <acpi/> <apic/> </features> <cpu mode='host-passthrough'> <topology sockets='1' cores='4' threads='1'/> </cpu> <clock offset='utc'> <timer name='rtc' tickpolicy='catchup'/> <timer name='pit' tickpolicy='delay'/> <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='raw' cache='writeback'/> <source file='/mnt/user/domains/Mint18/vdisk1.img'/> <target dev='hdc' bus='virtio'/> <boot order='1'/> <address type='pci' domain='0x0000' bus='0x02' slot='0x03' function='0x0'/> </disk> <disk type='file' device='cdrom'> <driver name='qemu' type='raw'/> <source file='/mnt/user/isos/linuxmint-18-cinnamon-64bit.iso'/> <target dev='hda' bus='sata'/> <readonly/> <boot order='2'/> <address type='drive' controller='0' bus='0' target='0' unit='0'/> </disk> <controller type='usb' index='0' model='nec-xhci'> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x0'/> </controller> <controller type='sata' index='0'> <address type='pci' domain='0x0000' bus='0x00' slot='0x1f' function='0x2'/> </controller> <controller type='pci' index='0' model='pcie-root'/> <controller type='pci' index='1' model='dmi-to-pci-bridge'> <model name='i82801b11-bridge'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x1e' function='0x0'/> </controller> <controller type='pci' index='2' model='pci-bridge'> <model name='pci-bridge'/> <target chassisNr='2'/> <address type='pci' domain='0x0000' bus='0x01' slot='0x01' function='0x0'/> </controller> <controller type='virtio-serial' index='0'> <address type='pci' domain='0x0000' bus='0x02' slot='0x02' function='0x0'/> </controller> <interface type='bridge'> <mac address='52:54:00:cd:34:29'/> <source bridge='br0'/> <model type='virtio'/> <address type='pci' domain='0x0000' bus='0x02' slot='0x01' function='0x0'/> </interface> <serial type='pty'> <target port='0'/> </serial> <console type='pty'> <target type='serial' port='0'/> </console> <channel type='unix'> <source mode='connect'/> <target type='virtio' name='org.qemu.guest_agent.0'/> <address type='virtio-serial' controller='0' bus='0' port='1'/> </channel> <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x02' slot='0x00' function='0x0'/> </source> <address type='pci' domain='0x0000' bus='0x02' slot='0x04' function='0x0'/> </hostdev> <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x00' slot='0x1b' function='0x0'/> </source> <address type='pci' domain='0x0000' bus='0x02' slot='0x05' function='0x0'/> </hostdev> <hostdev mode='subsystem' type='usb' managed='no'> <source> <vendor id='0x045e'/> <product id='0x0779'/> </source> </hostdev> <hostdev mode='subsystem' type='usb' managed='no'> <source> <vendor id='0x046d'/> <product id='0xc07d'/> </source> </hostdev> <hostdev mode='subsystem' type='usb' managed='no'> <source> <vendor id='0x04b8'/> <product id='0x013d'/> </source> </hostdev> <hostdev mode='subsystem' type='usb' managed='no'> <source> <vendor id='0x04d9'/> <product id='0x2013'/> </source> </hostdev> <hostdev mode='subsystem' type='usb' managed='no'> <source> <vendor id='0x0d8c'/> <product id='0x0005'/> </source> </hostdev> <memballoon model='virtio'> <address type='pci' domain='0x0000' bus='0x02' slot='0x06' function='0x0'/> </memballoon> </devices> </domain> Logs for Linux Mint 18 ErrorWarningSystemArrayLogin Domain id=8 is tainted: high-privileges Domain id=8 is tainted: host-cpu char device redirected to /dev/pts/0 (label charserial0) 2016-10-27T21:46:06.360812Z qemu-system-x86_64: terminating on signal 15 from pid 7278 2016-10-27 21:46:06.961+0000: shutting down 2016-10-27 21:46:23.690+0000: starting up libvirt version: 1.3.1, qemu version: 2.5.1, hostname: Genisys LC_ALL=C PATH=/bin:/sbin:/usr/bin:/usr/sbin HOME=/ QEMU_AUDIO_DRV=none /usr/local/sbin/qemu -name Mint18 -S -machine pc-q35-2.5,accel=kvm,usb=off,mem-merge=off -cpu host -drive file=/usr/share/qemu/ovmf-x64/OVMF_CODE-pure-efi.fd,if=pflash,format=raw,unit=0,readonly=on -drive file=/etc/libvirt/qemu/nvram/dafd44fe-e6f8-7585-ec08-1192ae87d5a0_VARS-pure-efi.fd,if=pflash,format=raw,unit=1 -m 10240 -realtime mlock=off -smp 4,sockets=1,cores=4,threads=1 -uuid dafd44fe-e6f8-7585-ec08-1192ae87d5a0 -no-user-config -nodefaults -chardev socket,id=charmonitor,path=/var/lib/libvirt/qemu/domain-Mint18/monitor.sock,server,nowait -mon chardev=charmonitor,id=monitor,mode=control -rtc base=utc,driftfix=slew -global kvm-pit.lost_tick_policy=discard -no-hpet -no-shutdown -boot strict=on -device i82801b11-bridge,id=pci.1,bus=pcie.0,addr=0x1e -device pci-bridge,chassis_nr=2,id=pci.2,bus=pci.1,addr=0x1 -device ich9-usb-ehci1,id=usb,bus=pcie.0,addr=0x7.0x7 -device ich9-usb-uhci1,masterbus=usb.0,firs,nr=1,chardev=charchannel0,id=channel0,name=org.qemu.guest_agent.0 -device usb-tablet,id=input0 -vnc 0.0.0.0:0,websocket=5700 -k en-us -device qxl-vga,id=video0,ram_size=67108864,vram_size=67108864,vgamem_mb=16,bus=pcie.0,addr=0x1 -device usb-host,hostbus=3,hostaddr=24,id=hostdev0 -device usb-host,hostbus=3,hostaddr=5,id=hostdev1 -device usb-host,hostbus=3,hostaddr=3,id=hostdev2 -device usb-host,hostbus=3,hostaddr=22,id=hostdev3 -device virtio-balloon-pci,id=balloon0,bus=pci.2,addr=0x4 -msg timestamp=on Domain id=9 is tainted: high-privileges Domain id=9 is tainted: host-cpu char device redirected to /dev/pts/0 (label charserial0) 2016-10-27T21:47:03.422277Z qemu-system-x86_64: terminating on signal 15 from pid 7278 2016-10-27 21:47:03.822+0000: shutting down 2016-10-27 21:47:25.710+0000: starting up libvirt version: 1.3.1, qemu version: 2.5.1, hostname: Genisys LC_ALL=C PATH=/bin:/sbin:/usr/bin:/usr/sbin HOME=/ QEMU_AUDIO_DRV=none /usr/local/sbin/qemu -name Mint18 -S -machine pc-q35-2.5,accel=kvm,usb=off,mem-merge=off -cpu host -drive file=/usr/share/qemu/ovmf-x64/OVMF_CODE-pure-efi.fd,if=pflash,format=raw,unit=0,readonly=on -drive file=/etc/libvirt/qemu/nvram/dafd44fe-e6f8-7585-ec08-1192ae87d5a0_VARS-pure-efi.fd,if=pflash,format=raw,unit=1 -m 10240 -realtime mlock=on -smp 4,sockets=1,cores=4,threads=1 -uuid dafd44fe-e6f8-7585-ec08-1192ae87d5a0 -nographic -no-user-config -nodefaults -chardev socket,id=charmonitor,path=/var/lib/libvirt/qemu/domain-Mint18/monitor.sock,server,nowait -mon chardev=charmonitor,id=monitor,mode=control -rtc base=utc,driftfix=slew -global kvm-pit.lost_tick_policy=discard -no-hpet -no-shutdown -boot strict=on -device i82801b11-bridge,id=pci.1,bus=pcie.0,addr=0x1e -device pci-bridge,chassis_nr=2,id=pci.2,bus=pci.1,addr=0x1 -device ich9-usb-ehci1,id=usb,bus=pcie.0,addr=0x7.0x7 -device ich9-usb-uhci1,masterbus=-serial0.0,nr=1,chardev=charchannel0,id=channel0,name=org.qemu.guest_agent.0 -device vfio-pci,host=02:00.0,id=hostdev0,bus=pci.2,addr=0x4 -device vfio-pci,host=00:1b.0,id=hostdev1,bus=pci.2,addr=0x5 -device usb-host,hostbus=3,hostaddr=24,id=hostdev2 -device usb-host,hostbus=3,hostaddr=5,id=hostdev3 -device usb-host,hostbus=3,hostaddr=3,id=hostdev4 -device usb-host,hostbus=3,hostaddr=22,id=hostdev5 -device virtio-balloon-pci,id=balloon0,bus=pci.2,addr=0x6 -msg timestamp=on Domain id=10 is tainted: high-privileges Domain id=10 is tainted: host-cpu char device redirected to /dev/pts/0 (label charserial0) 2016-10-27T21:48:20.974640Z qemu-system-x86_64: terminating on signal 15 from pid 7278 2016-10-27 21:48:21.775+0000: shutting down 2016-10-27 22:23:57.489+0000: starting up libvirt version: 1.3.1, qemu version: 2.5.1, hostname: Genisys LC_ALL=C PATH=/bin:/sbin:/usr/bin:/usr/sbin HOME=/ QEMU_AUDIO_DRV=none /usr/local/sbin/qemu -name Mint18 -S -machine pc-q35-2.5,accel=kvm,usb=off,mem-merge=off -cpu host -drive file=/usr/share/qemu/ovmf-x64/OVMF_CODE-pure-efi.fd,if=pflash,format=raw,unit=0,readonly=on -drive file=/etc/libvirt/qemu/nvram/dafd44fe-e6f8-7585-ec08-1192ae87d5a0_VARS-pure-efi.fd,if=pflash,format=raw,unit=1 -m 2048 -realtime mlock=off -smp 2,sockets=1,cores=2,threads=1 -uuid dafd44fe-e6f8-7585-ec08-1192ae87d5a0 -no-user-config -nodefaults -chardev socket,id=charmonitor,path=/var/lib/libvirt/qemu/domain-Mint18/monitor.sock,server,nowait -mon chardev=charmonitor,id=monitor,mode=control -rtc base=utc,driftfix=slew -global kvm-pit.lost_tick_policy=discard -no-hpet -no-shutdown -boot strict=on -device i82801b11-bridge,id=pci.1,bus=pcie.0,addr=0x1e -device pci-bridge,chassis_nr=2,id=pci.2,bus=pci.1,addr=0x1 -device ich9-usb-ehci1,id=usb,bus=pcie.0,addr=0x7.0x7 -device ich9-usb-uhci1,masterbus=usb.0,firstnr=1,chardev=charchannel0,id=channel0,name=org.qemu.guest_agent.0 -device usb-tablet,id=input0 -vnc 0.0.0.0:0,websocket=5700 -k en-us -device qxl-vga,id=video0,ram_size=67108864,vram_size=67108864,vgamem_mb=16,bus=pcie.0,addr=0x1 -device virtio-balloon-pci,id=balloon0,bus=pci.2,addr=0x4 -msg timestamp=on Domain id=12 is tainted: high-privileges Domain id=12 is tainted: host-cpu char device redirected to /dev/pts/1 (label charserial0) 2016-10-27T22:27:06.463904Z qemu-system-x86_64: terminating on signal 15 from pid 7278 2016-10-27 22:27:06.664+0000: shutting down 2016-10-28 00:10:58.007+0000: starting up libvirt version: 1.3.1, qemu version: 2.5.1, hostname: Genisys LC_ALL=C PATH=/bin:/sbin:/usr/bin:/usr/sbin HOME=/ QEMU_AUDIO_DRV=none /usr/local/sbin/qemu -name Mint18 -S -machine pc-q35-2.5,accel=kvm,usb=off,mem-merge=off -cpu host -drive file=/usr/share/qemu/ovmf-x64/OVMF_CODE-pure-efi.fd,if=pflash,format=raw,unit=0,readonly=on -drive file=/etc/libvirt/qemu/nvram/dafd44fe-e6f8-7585-ec08-1192ae87d5a0_VARS-pure-efi.fd,if=pflash,format=raw,unit=1 -m 10240 -realtime mlock=on -smp 4,sockets=1,cores=4,threads=1 -uuid dafd44fe-e6f8-7585-ec08-1192ae87d5a0 -nographic -no-user-config -nodefaults -chardev socket,id=charmonitor,path=/var/lib/libvirt/qemu/domain-Mint18/monitor.sock,server,nowait -mon chardev=charmonitor,id=monitor,mode=control -rtc base=utc,driftfix=slew -global kvm-pit.lost_tick_policy=discard -no-hpet -no-shutdown -boot strict=on -device i82801b11-bridge,id=pci.1,bus=pcie.0,addr=0x1e -device pci-bridge,chassis_nr=2,id=pci.2,bus=pci.1,addr=0x1 -device ich9-usb-ehci1,id=usb,bus=pcie.0,addr=0x7.0x7 -device ich9-usb-uhci1,masterbus=-serial0.0,nr=1,chardev=charchannel0,id=channel0,name=org.qemu.guest_agent.0 -device vfio-pci,host=02:00.0,id=hostdev0,bus=pci.2,addr=0x4 -device vfio-pci,host=00:1b.0,id=hostdev1,bus=pci.2,addr=0x5 -device usb-host,hostbus=3,hostaddr=24,id=hostdev2 -device usb-host,hostbus=3,hostaddr=5,id=hostdev3 -device usb-host,hostbus=3,hostaddr=7,id=hostdev4 -device usb-host,hostbus=3,hostaddr=3,id=hostdev5 -device usb-host,hostbus=3,hostaddr=22,id=hostdev6 -device virtio-balloon-pci,id=balloon0,bus=pci.2,addr=0x6 -msg timestamp=on Domain id=16 is tainted: high-privileges Domain id=16 is tainted: host-cpu char device redirected to /dev/pts/0 (label charserial0) 2016-10-28T00:12:12.497716Z qemu-system-x86_64: terminating on signal 15 from pid 7278 2016-10-28 00:12:13.298+0000: shutting down 2016-10-28 00:13:23.551+0000: starting up libvirt version: 1.3.1, qemu version: 2.5.1, hostname: Genisys LC_ALL=C PATH=/bin:/sbin:/usr/bin:/usr/sbin HOME=/ QEMU_AUDIO_DRV=none /usr/local/sbin/qemu -name Mint18 -S -machine pc-i440fx-2.5,accel=kvm,usb=off,mem-merge=off -cpu host -drive file=/usr/share/qemu/ovmf-x64/OVMF_CODE-pure-efi.fd,if=pflash,format=raw,unit=0,readonly=on -drive file=/etc/libvirt/qemu/nvram/dafd44fe-e6f8-7585-ec08-1192ae87d5a0_VARS-pure-efi.fd,if=pflash,format=raw,unit=1 -m 10240 -realtime mlock=on -smp 4,sockets=1,cores=4,threads=1 -uuid dafd44fe-e6f8-7585-ec08-1192ae87d5a0 -nographic -no-user-config -nodefaults -chardev socket,id=charmonitor,path=/var/lib/libvirt/qemu/domain-Mint18/monitor.sock,server,nowait -mon chardev=charmonitor,id=monitor,mode=control -rtc base=utc,driftfix=slew -global kvm-pit.lost_tick_policy=discard -no-hpet -no-shutdown -boot strict=on -device nec-usb-xhci,id=usb,bus=pci.0,addr=0x7 -device virtio-serial-pci,id=virtio-serial0,bus=pci.0,addr=0x3 -drive file=/mnt/user/domains/Mint18/vdisk1.img,format=raw,if=none,id=drive-virtio-disk2,t,hostbus=3,hostaddr=3,id=hostdev5 -device usb-host,hostbus=3,hostaddr=22,id=hostdev6 -device virtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x8 -msg timestamp=on Domain id=18 is tainted: high-privileges Domain id=18 is tainted: host-cpu char device redirected to /dev/pts/0 (label charserial0) 2016-10-28T00:14:29.278450Z qemu-system-x86_64: terminating on signal 15 from pid 7278 2016-10-28 00:14:30.679+0000: shutting down Appreciate any insight. Thanks,
  16. Thanks for your help. I just ran the repair again with '-L', no lost and found on my disk anymore. But it's able to mount and I think everything is there.
  17. Here are the results of the check. Phase 1 - find and verify superblock... - block cache size set to 3019632 entries Phase 2 - using internal log - zero log... zero_log: head block 3642972 tail block 3642681 - scan filesystem freespace and inode maps... Metadata corruption detected at xfs_agf block 0x74702f99/0x200 flfirst 118 in agf 1 too large (max = 118) agf 118 freelist blocks bad, skipping freelist scan sb_icount 130944, counted 132544 sb_ifree 41932, counted 36701 sb_fdblocks 130966721, counted 129739799 - found root inode chunk Phase 3 - for each AG... - scan (but don't clear) agi unlinked lists... - process known inodes and perform inode discovery... - agno = 0 - agno = 1 - agno = 2 - agno = 3 - process newly discovered inodes... Phase 4 - check for duplicate blocks... - setting up duplicate extent list... - check for inodes claiming duplicate blocks... - agno = 0 - agno = 1 - agno = 3 - agno = 2 No modify flag set, skipping phase 5 Phase 6 - check inode connectivity... - traversing filesystem ... - agno = 0 - agno = 1 - agno = 2 - agno = 3 - traversal finished ... - moving disconnected inodes to lost+found ... Phase 7 - verify link counts... No modify flag set, skipping filesystem flush and exiting. XFS_REPAIR Summary Sat Sep 24 15:26:37 2016 Phase Start End Duration Phase 1: 09/24 15:26:10 09/24 15:26:10 Phase 2: 09/24 15:26:10 09/24 15:26:13 3 seconds Phase 3: 09/24 15:26:13 09/24 15:26:28 15 seconds Phase 4: 09/24 15:26:28 09/24 15:26:28 Phase 5: Skipped Phase 6: 09/24 15:26:28 09/24 15:26:37 9 seconds Phase 7: 09/24 15:26:37 09/24 15:26:37 Total run time: 27 seconds If I understand the documentation correctly, it created a lost+found folder because the corruption is slightly more significant?
  18. Thanks, running the check right now with -nv. Hope this can help fix my issue.
  19. Hello, Earlier today I was playing around with my networking and accidently partially unplugged my router (While UNRAID was performing cloud backups). Didn't think much of it so I plugged it back in. Coming back to UNRAID, I noticed one of my shares was missing, and the backup started to fail. Turns out disk3 had issues and no data could be read off of it. I've tried rebooting (twice), and currently running SMART tests on all disks. My last re-mount of UNRAID indicates disk3 is unmountable and needs to be formatted. Is there anyway I can retrieve my data? I do not have a backup of it - it was running at the time! Greatly appreciate any help.. attached are diagnostics and logs. Unraid version: 6.2 skynet-diagnostics-20160924-1511.zip skynet-syslog-20160924-1516.zip