jasonwert

Members
  • Posts

    14
  • Joined

  • Last visited

Everything posted by jasonwert

  1. When I run controller benchmarks everything runs fine. When I try to benchmark my drives I get repeated speed gap errors where the benchmarking never complete, even though I disabled Speed Gap detection. I've tried this in Firefox and Chrome. I've re-installed the plugin. I've tried this plugin a couple years ago and had this Speed Gap issue, I still have this issue. Am I doing something wrong? Thanks for your consideration! -Jason
  2. My drives are all over the place , but the lowest is 180G free. I am writing to a cache pool though, that is 2 500GB drives and they are at 300GB free. So in my case there is plenty of space. I moved a bunch of files around yesterday and using sftp instead of samba is definitely my temporary fix. No issues at all.
  3. I wanted to update this so it can be helpful to others who might stumble onto this post. My issue ended up being a "rouge" motherboard offset in my case that was apparently causing something to short on the back of the motherboard. As soon as I removed it the onboard usb ports worked perfectly. -Jason
  4. An update. I'm using kde as the a desktop on Linux. The file manager, Dolphin, allows me to use sftp for setting up network shares. When I do that all my issues go away. The transfer speed is much better and I don't get any time outs or any of the cpu issues. There seems to be a lot of issues with Samba in unRAID right now.
  5. Same with me. I've also tried Windows and MacOS. I've tried to eliminate as many things as I can. With and without my one VM running, I've removed a pci-e USB 3 card and AMD GPU. I have a bonded dual 8023ad (supported in my ubiquiti switch) that I have tried with and without. None of these things make a difference for me. -Jason
  6. I've been running into an issue where as I'm moving files from my linux desktop to an unraid share the cpu usage on the unraid server increases. If I'm moving enough files I will end up with 6-8 cores (of 24) pegged at 100% usage and the file transfers will start to fail on the desktop side diving me an error that the location is unavailable. I'm on unRAID 6.8, but had this issue on the 6.7+ versions. I'm using a 500GB SSD cache pool and have plenty of space left open (300GB+). I have 48GB of ram and the server is using no more than 50% of the ram when these errors occur. Any help would be greatly appreciated. Thanks -Jason unraid-diagnostics-20200107-1622.zip
  7. Having a weird issue with a Supermicro X8DTi-F board. It has two internal onboard USB ports. If I try to boot my unRAID usb stick from either of these ports, it doesn't show up in the bios or as an option in the boot list. But, if I plug the same unraid usb stick into the usb ports on the back of the motherboard or plug a 10 pin-to-usb adapter into either of the two USB onboard headers I can boot through without any issue. There seems to be something disabling these onboard, internal usb ports. Any ideas? Thanks!
  8. Just to update the update my choppy usb audio was fixed by passing through a usb 3.0 card to OSX following SpaceInvaderOne's video guide. now it is all good. No issues. I was even able to upgrade High Sierra to Mojave using the standard update method. Everything is working great. Thanks everyone for all the help and suggestions. -Jason
  9. I had the cpu pinned, but not isolated. I will try that once I can reboot the unraid server. Thanks!
  10. hdmi, and audio works through that fine, but it's not my preferred way to play audio. I'd rather use the usb.
  11. Hello, I wanted to follow up on this for anyone having similar issues. I reinstalled following this guide and never was able to get around it until I found a Nvidia GT720 from ebay for $20. I popped it in and it worked right away with no problems. I get the booting everything and it works great. I strongly recommend this route. One issue I am having is that audio works great when pass through on the Nvidia card over the HDMI cable. But when I try to use a USB speaker the audio is really choppy. Has anyone else ran into this? Does anyone else know of a fix? I'm using the onboard USB ports. I also lose the keyboard and mouse from time to time and have to detach/reattach them from unRAID. I'm thinking it might be a Clover setting I'm missing. All these things work fine in other VMs. Thanks! -Jason
  12. Hello, I do a lot of telecom work. Can we add an icon for freePBX (https://www.freepbx.org/) and Asterisk (https://www.asterisk.org/) Thanks! -Jason
  13. I'm on unraid 6.6.3. I'm working with High Sierra. Everything works fine for me untill I try to pass through the gpu. At this point when I start the VM the animated reload button takes maybe 30 seconds to finish before it goes green, inplying it is running, but it never appears to boot up fully. I can't ping it and it never pops up on Slashtop. This is the second time I started over from scratch with the same result. Any help would be greatly appreciated! <?xml version='1.0' encoding='UTF-8'?> <domain type='kvm' xmlns:qemu='http://libvirt.org/schemas/domain/qemu/1.0'> <name>High Sierra</name> <uuid>9f6acb29-981d-054b-5e1b-82fbd83ee8b6</uuid> <metadata> <vmtemplate xmlns="unraid" name="Linux" icon="Apple_vintage_trans.png" os="linux"/> </metadata> <memory unit='KiB'>8388608</memory> <currentMemory unit='KiB'>8388608</currentMemory> <memoryBacking> <nosharepages/> </memoryBacking> <vcpu placement='static'>8</vcpu> <cputune> <vcpupin vcpu='0' cpuset='8'/> <vcpupin vcpu='1' cpuset='20'/> <vcpupin vcpu='2' cpuset='9'/> <vcpupin vcpu='3' cpuset='21'/> <vcpupin vcpu='4' cpuset='10'/> <vcpupin vcpu='5' cpuset='22'/> <vcpupin vcpu='6' cpuset='11'/> <vcpupin vcpu='7' cpuset='23'/> </cputune> <os> <type arch='x86_64' machine='pc-q35-3.0'>hvm</type> <loader readonly='yes' type='pflash'>/usr/share/qemu/ovmf-x64/OVMF_CODE-pure-efi.fd</loader> <nvram>/etc/libvirt/qemu/nvram/9f6acb29-981d-054b-5e1b-82fbd83ee8b6_VARS-pure-efi.fd</nvram> </os> <features> <acpi/> <apic/> </features> <cpu mode='host-passthrough' check='none'> <topology sockets='1' cores='4' 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/cache/domains/High Sierra/vdisk3.img'/> <target dev='hdc' bus='sata'/> <boot order='1'/> <address type='drive' controller='0' bus='0' target='0' unit='2'/> </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='pcie-root-port'> <model name='pcie-root-port'/> <target chassis='1' port='0x10'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0' multifunction='on'/> </controller> <controller type='pci' index='2' model='pcie-root-port'> <model name='pcie-root-port'/> <target chassis='2' port='0x11'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x1'/> </controller> <controller type='pci' index='3' model='pcie-root-port'> <model name='pcie-root-port'/> <target chassis='3' port='0x12'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x2'/> </controller> <controller type='pci' index='4' model='pcie-root-port'> <model name='pcie-root-port'/> <target chassis='4' port='0x13'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x3'/> </controller> <controller type='pci' index='5' model='pcie-root-port'> <model name='pcie-root-port'/> <target chassis='5' port='0x8'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x0' multifunction='on'/> </controller> <controller type='pci' index='6' model='pcie-root-port'> <model name='pcie-root-port'/> <target chassis='6' port='0x9'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x1'/> </controller> <controller type='pci' index='7' model='pcie-to-pci-bridge'> <model name='pcie-pci-bridge'/> <address type='pci' domain='0x0000' bus='0x01' slot='0x00' function='0x0'/> </controller> <controller type='virtio-serial' index='0'> <address type='pci' domain='0x0000' bus='0x02' slot='0x00' function='0x0'/> </controller> <interface type='bridge'> <mac address='52:54:00:86:d7:75'/> <source bridge='br0'/> <model type='e1000-82545em'/> <address type='pci' domain='0x0000' bus='0x04' slot='0x00' 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='1'/> </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='0x03' slot='0x00' function='0x0'/> </source> <address type='pci' domain='0x0000' bus='0x05' slot='0x00' function='0x0'/> </hostdev> <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x03' slot='0x00' function='0x1'/> </source> <address type='pci' domain='0x0000' bus='0x06' slot='0x00' function='0x0'/> </hostdev> <hostdev mode='subsystem' type='usb' managed='no'> <source> <vendor id='0x047d'/> <product id='0x1015'/> </source> <address type='usb' bus='0' port='2'/> </hostdev> <hostdev mode='subsystem' type='usb' managed='no'> <source> <vendor id='0x2222'/> <product id='0x0003'/> </source> <address type='usb' bus='0' port='3'/> </hostdev> <memballoon model='virtio'> <address type='pci' domain='0x0000' bus='0x03' slot='0x00' function='0x0'/> </memballoon> </devices> <qemu:commandline> <qemu:arg value='-usb'/> <qemu:arg value='-device'/> <qemu:arg value='usb-mouse,bus=usb-bus.0'/> <qemu:arg value='-device'/> <qemu:arg value='usb-kbd,bus=usb-bus.0'/> <qemu:arg value='-device'/> <qemu:arg value='isa-applesmc,osk=deleted'/> <qemu:arg value='-smbios'/> <qemu:arg value='type=2'/> <qemu:arg value='-cpu'/> <qemu:arg value='Penryn,vendor=GenuineIntel,kvm=on,+invtsc,+avx,+avx2,+aes,+xsave,+xsaveopt,vmware-cpuid-freq=on,'/> </qemu:commandline> </domain>