H2O_King89

Members
  • Posts

    335
  • Joined

  • Last visited

Everything posted by H2O_King89

  1. it looks like the priv-fullchain-bundle.pem has the key in it. so you said I need to rename this to sub.domain.com_unraid_bundle.pem and settings > identification > server name needs to be the same sub.domain.com?
  2. are you doing pihole in docker or vm? I have mine in docker with br0 for the network and openvpn can't use it.
  3. Can you use the certs from the LE docker? Has anyone made a script that can copy them over? I have mine set up as a wildcard. Sent from my iPhone using Tapatalk Pro
  4. Sorry that's what I meant. what do I do in there? Do I make a file in this path? /mnt/user/appdata/nodered/path/to/appdir And thank you, got dark mode working!
  5. I don't understand this part. Do I do this in the appdata folder? also does anyone how to turn on dark mode?
  6. I just thought of this. I only need one remote connecting. So with my port forward it only allows from that ip Sent from my iPhone using Tapatalk Pro
  7. Wondering the same thing Sent from my iPhone using Tapatalk Pro
  8. I even got this far I think Sent from my iPhone using Tapatalk Pro
  9. Well I tried with no luck. here is the .zip with the files from lsi. What files do I all pull from it to put on the usb? 9305_24i_Package_P16_IT_FW_BIOS_for_MSDOS_Windows.zip
  10. I think I found it but scared i'm going to mess something up. It look like I use rufus it make a bootable usb. Then put mpt3x64.rom , sas3flsh.exe , SAS9305_24i_IT_P.bin on the flash drive. Then boot into the flash drive? sas3flash -c SAS9305_24i_IT_P.bin -b mpt3x64.rom I don't want to break my system
  11. Where do I get the update and how to? Sent from my iPhone using Tapatalk Pro
  12. Put the HBA in a new pcie slot and rebuilt the parity drive. how do things look now? king-unraid-diagnostics-20190501-0442.zip
  13. Thank you. I’ll re-seat it when I get home tonight. Sent from my iPhone using Tapatalk Pro
  14. woke up to issue with my server and need help finding out why. king-unraid-diagnostics-20190428-1633.zip
  15. I’ve tried this a few times and still can’t get the error to go away in Nextcloud. I don’t know what I’m missing Sent from my iPhone using Tapatalk Pro
  16. Un install the one from the App Store. Copy the link>plugins>install plugin tab then paste Sent from my iPhone using Tapatalk Pro
  17. cat5e is fine for gig. Sounds like a bad cable
  18. i've tried this trice. every time i reboot the plugin is not installed could you try a beta plugin?
  19. I did add the file and change change the hash. When I did the reboot the plugin wasn’t installed any more. This started on my intel system, I just switch to AMD Threadripper. What kind of info can I post to help? Sent from my iPhone using Tapatalk Pro
  20. I tried this and after the reboot. the plugin wasn't installed any more. I'm on rc5 and still doesn't work out of the box.
  21. I just got doing a build like yours. Is there anything special need to be done in the bios do you optimize for unraid? Also I’m having issues trying to pass through my onboard sound card or a PCI sound card to a w10 vm. Did you have any issues like this? Sent from my iPhone using Tapatalk Pro
  22. I upgraded to a 2970wx and have a pci sound card. When I try passing the card I get a Execution error. <?xml version='1.0' encoding='UTF-8'?> <domain type='kvm'> <name>Windows 10</name> <uuid>fa94eb55-c9bf-d987-890e-9c79e800e804</uuid> <metadata> <vmtemplate xmlns="unraid" name="Windows 10" icon="windows.png" os="windows10"/> </metadata> <memory unit='KiB'>4194304</memory> <currentMemory unit='KiB'>2097152</currentMemory> <memoryBacking> <nosharepages/> </memoryBacking> <vcpu placement='static'>4</vcpu> <cputune> <vcpupin vcpu='0' cpuset='42'/> <vcpupin vcpu='1' cpuset='43'/> <vcpupin vcpu='2' cpuset='46'/> <vcpupin vcpu='3' cpuset='47'/> </cputune> <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/fa94eb55-c9bf-d987-890e-9c79e800e804_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='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/Windows 10/vdisk1.img'/> <target dev='hdc' bus='virtio'/> <boot order='1'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x0'/> </disk> <disk type='file' device='cdrom'> <driver name='qemu' type='raw'/> <source file='/mnt/user/isos/Windows.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.160-1.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='0x04' function='0x0'/> </controller> <interface type='bridge'> <mac address='52:54:00:f9:cc:d2'/> <source bridge='br0'/> <model type='virtio'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x03' 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'/> <graphics type='vnc' port='-1' autoport='yes' websocket='-1' listen='0.0.0.0' keymap='en-us'> <listen type='address' address='0.0.0.0'/> </graphics> <video> <model type='qxl' ram='65536' vram='65536' vgamem='16384' heads='1' primary='yes'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0'/> </video> <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x07' slot='0x00' function='0x0'/> </source> <address type='pci' domain='0x0000' bus='0x00' slot='0x06' function='0x0'/> </hostdev> <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x08' slot='0x00' function='0x0'/> </source> <address type='pci' domain='0x0000' bus='0x00' slot='0x08' function='0x0'/> </hostdev> <memballoon model='none'/> </devices> </domain>