MothyTim

Members
  • Posts

    308
  • Joined

  • Last visited

Everything posted by MothyTim

  1. Has anyone worked out what is causing this? Now on 6.8.3 and have the same error and to my knowledge no libvirtwol plug-in installed. df shows /dev/sdf1 mounted at boot, which is my flash drive! tower-diagnostics-20200310-1221.zip
  2. Ok, so change the path in docker settings? Or somewhere else?
  3. Hi looks like there are 2! How did that happen, best way to fix? Linux 4.19.98-Unraid. root@Tower:~# find /mnt -name docker.img /mnt/user/system/docker/docker.img /mnt/cache/system/docker/docker.img root@Tower:~#
  4. Should I have deleted the docker image or did the system create a new one anyway?
  5. Hi yes I reformatted cache to XFS and then formatted again back to btrfs? tower-diagnostics-20200305-1553.zip
  6. Ok, so memtest passed, so I reinstalled all my vm's and dockers from backups etc, did a reboot to check all is ok and all my dockers have gone!!! Whats that about?
  7. Oh! What did I do to cause that? 🤯
  8. Rebooted system and updated bios, now cache drive is read only and btrfs errors in log! Has bios update done something that Unraid doesn't like or is this something else? System shows cache drive as ok. Attached diagnostics. Cheers, Tim tower-diagnostics-20200304-1354.zip
  9. Hi, I have been trying to setup olbat cups as some others here have suggested and can get it working but cannot work out how to make my setup persist a reboot! I've tried mapping /etc/cups to appdata/cups/config but this causes the container to fail to start, my limited knowledge of docker says that appdata is overwriting the container when I want it the other way round yes? Also need the HP plugin to persist as my Laserjet CP1025 color needs the propriatry plugin! If I run hp-plugin in the container console and accept the license then it works until reboot! My docker run command: root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='cupsd' --net='host' --privileged=true -e TZ="Europe/London" -e HOST_OS="Unraid" -e 'TCP_PORT_631'='631' -v '/var/run/dbus/':'/var/run/dbus/':'rw' -v '/dev/':'/dev/':'rw' -v '/mnt/user/appdata/cupsd/logs':'/var/log/':'rw' 'olbat/cupsd' Hopefully someone with better docker knowledge can see where I'm going wrong? Cheers, Tim
  10. Yes it seems that way, glad it wasn’t the video card as that would have been expensive to replace! It’s been working ok since so all good I think! thanks for your help and forcing me back to basics, hadn’t occurred to me to not pass through the sound as a test! cheers Tim
  11. Yes I know its really annoying! Now on version 6.8.2 and still no fix!!
  12. Hi @toastman Ok so I have done that and it worked! So the only thing differrent to my tests before was that I didn't pass through my USB card! I was passing it through for the USB sound card that was plugged into it! So I moved the USB sound dongle to my motherboard and passed it through with mouse and keyboard this worked! So did the same with my main VM and that's worked! I can watch stuff from Netfilx and on Plex! So is my USB3 card faulty or does it just not like being passed through? Its a "VIA Technologies, Inc. VL805 USB 3.0 Host Controller". I thought that pluging the sound into it would be the best way? Cheers, Tim
  13. Hi @toastman Ok so that works! But as soon as I passthrough the GPU it stops working! Is it a dodgy graphics card or just that Qemu doesn't like it for some reason? Cheers, Tim
  14. Hi @SpaceInvaderOne Firstly thanks for all the videos, they've helped me loads since I moved to the Unraid platform! Ok I tried the MSI interupts as you suggested, but alas no help, in fact that made it worse and the videos will only play for a minute before stopping! So I put them back as they were and now I'm back to around 10 mins play time! Yes I saw your video a couple of weeks ago and had already done your suggestions! Here is my current XML <?xml version='1.0' encoding='UTF-8'?> <domain type='kvm' id='24'> <name>Windows 10</name> <uuid>032e02b4-0499-0511-6306-3d0700080009</uuid> <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'>8</vcpu> <cputune> <vcpupin vcpu='0' cpuset='2'/> <vcpupin vcpu='1' cpuset='8'/> <vcpupin vcpu='2' cpuset='3'/> <vcpupin vcpu='3' cpuset='9'/> <vcpupin vcpu='4' cpuset='4'/> <vcpupin vcpu='5' cpuset='10'/> <vcpupin vcpu='6' cpuset='5'/> <vcpupin vcpu='7' cpuset='11'/> </cputune> <resource> <partition>/machine</partition> </resource> <os> <type arch='x86_64' machine='pc-i440fx-3.1'>hvm</type> <loader readonly='yes' type='pflash'>/usr/share/qemu/ovmf-x64/OVMF_CODE-pure-efi.fd</loader> <nvram>/etc/libvirt/qemu/nvram/032e02b4-0499-0511-6306-3d0700080009_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'> <topology sockets='1' cores='4' threads='2'/> </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' discard='unmap'/> <source file='/mnt/cache/domains/Windows 10/vdisk1.img' index='2'/> <backingStore/> <target dev='hdc' bus='scsi'/> <boot order='1'/> <alias name='scsi0-0-0-2'/> <address type='drive' controller='0' bus='0' target='0' unit='2'/> </disk> <disk type='file' device='cdrom'> <driver name='qemu' type='raw'/> <source file='/mnt/user/isos/virtio-win-0.1.171.iso' index='1'/> <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='scsi' index='0' model='virtio-scsi'> <alias name='scsi0'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/> </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='0x04' function='0x0'/> </controller> <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> <interface type='bridge'> <mac address='52:54:00:36:ca:92'/> <source bridge='br0'/> <target dev='vnet1'/> <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/1'/> <target type='isa-serial' port='0'> <model name='isa-serial'/> </target> <alias name='serial0'/> </serial> <console type='pty' tty='/dev/pts/1'> <source path='/dev/pts/1'/> <target type='serial' port='0'/> <alias name='serial0'/> </console> <channel type='unix'> <source mode='bind' path='/var/lib/libvirt/qemu/channel/target/domain-24-Windows 10/org.qemu.guest_agent.0'/> <target type='virtio' name='org.qemu.guest_agent.0' state='connected'/> <alias name='channel0'/> <address type='virtio-serial' controller='0' bus='0' port='1'/> </channel> <input type='tablet' bus='usb'> <alias name='input0'/> <address type='usb' bus='0' port='1'/> </input> <input type='mouse' bus='ps2'> <alias name='input1'/> </input> <input type='keyboard' bus='ps2'> <alias name='input2'/> </input> <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x01' slot='0x00' function='0x0'/> </source> <alias name='hostdev0'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x0' multifunction='on'/> </hostdev> <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x01' slot='0x00' function='0x1'/> </source> <alias name='hostdev1'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x1'/> </hostdev> <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x03' slot='0x00' function='0x0'/> </source> <alias name='hostdev2'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x08' function='0x0'/> </hostdev> <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x05' slot='0x00' function='0x0'/> </source> <alias name='hostdev3'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x09' function='0x0'/> </hostdev> <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x08' slot='0x00' function='0x0'/> </source> <alias name='hostdev4'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x0a' function='0x0'/> </hostdev> <hostdev mode='subsystem' type='usb' managed='no'> <source> <vendor id='0x046d'/> <product id='0xc05b'/> <address bus='1' device='3'/> </source> <alias name='hostdev5'/> <address type='usb' bus='0' port='2'/> </hostdev> <hostdev mode='subsystem' type='usb' managed='no'> <source> <vendor id='0x1a2c'/> <product id='0x0c21'/> <address bus='1' device='6'/> </source> <alias name='hostdev6'/> <address type='usb' bus='0' port='3'/> </hostdev> <memballoon model='none'/> </devices> <seclabel type='dynamic' model='dac' relabel='yes'> <label>+0:+100</label> <imagelabel>+0:+100</imagelabel> </seclabel> </domain>
  15. Hi, thanks for the suggestion but the GPU doesn't get above 43c? Cheers, Tim
  16. Ok I'll try to do that, Ubuntu works fine though?
  17. I’d like to be able to upload from IOS but really don’t want to try as it crashes other dockers that I need to run! my problem is universal as it doesn’t seem to matter what is used to download with!
  18. So I've now setup Redis and still the docker image fills up whenever anyone downloads a file!!!!!! I daren't try to upload! Can't believe Nextcloud has reached version 17 with this bad a bug in it!
  19. Ok so I have tried pluging a usb network card into the passed through usb3 pcie card and I get the same thing! The video plays for 10 mins max and then just stops! This is only streaming, from any source! What else can it be?
  20. Hi, ok I've tried that and unfortunately it makes no difference.