brainbudt

Members
  • Posts

    32
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

brainbudt's Achievements

Noob

Noob (1/14)

2

Reputation

  1. wow! well... I have learned that not everything is searchable in a browser using Ctrl+f thanks allot buddy!
  2. Hey guys, I currently got a problem where an VM won't start. I'm getting the following error: internal error: Did not find USB device 0451:16a8 In the gui the USB device isn't selected. And when read the XML file there isn't any mention about the USB device. down here you can find the XML file: <?xml version='1.0' encoding='UTF-8'?> <domain type='kvm'> <name>Hassio</name> <uuid>00ba38b1-bc26-7330-0d25-fbd265759084</uuid> <description>Hassio OS</description> <metadata> <vmtemplate xmlns="unraid" name="Linux" icon="linux.png" os="linux"/> </metadata> <memory unit='KiB'>6815744</memory> <currentMemory unit='KiB'>6815744</currentMemory> <memoryBacking> <nosharepages/> </memoryBacking> <vcpu placement='static'>15</vcpu> <cputune> <vcpupin vcpu='0' cpuset='8'/> <vcpupin vcpu='1' cpuset='1'/> <vcpupin vcpu='2' cpuset='9'/> <vcpupin vcpu='3' cpuset='2'/> <vcpupin vcpu='4' cpuset='10'/> <vcpupin vcpu='5' cpuset='3'/> <vcpupin vcpu='6' cpuset='11'/> <vcpupin vcpu='7' cpuset='4'/> <vcpupin vcpu='8' cpuset='12'/> <vcpupin vcpu='9' cpuset='5'/> <vcpupin vcpu='10' cpuset='13'/> <vcpupin vcpu='11' cpuset='6'/> <vcpupin vcpu='12' cpuset='14'/> <vcpupin vcpu='13' cpuset='7'/> <vcpupin vcpu='14' cpuset='15'/> </cputune> <os> <type arch='x86_64' machine='pc-q35-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/00ba38b1-bc26-7330-0d25-fbd265759084_VARS-pure-efi.fd</nvram> </os> <features> <acpi/> <apic/> </features> <cpu mode='host-passthrough' check='none' migratable='on'> <topology sockets='1' dies='1' cores='15' threads='1'/> <cache mode='passthrough'/> <feature policy='require' name='topoext'/> </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='vmdk' cache='writeback'/> <source file='/mnt/user/domains/Hassio/haos_ova-7.5.vmdk'/> <target dev='hdc' bus='virtio'/> <boot order='1'/> <address type='pci' domain='0x0000' bus='0x03' slot='0x00' function='0x0'/> </disk> <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='0x14'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x4'/> </controller> <controller type='virtio-serial' index='0'> <address type='pci' domain='0x0000' bus='0x02' slot='0x00' function='0x0'/> </controller> <controller type='sata' index='0'> <address type='pci' domain='0x0000' bus='0x00' slot='0x1f' function='0x2'/> </controller> <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> <interface type='bridge'> <mac address='52:54:00:b6:12:c4'/> <source bridge='br0'/> <model type='virtio-net'/> <address type='pci' domain='0x0000' bus='0x01' 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'/> <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> <audio id='1' type='none'/> <video> <model type='qxl' ram='65536' vram='65536' vgamem='16384' heads='1' primary='yes'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x0'/> </video> <hostdev mode='subsystem' type='usb' managed='no'> <source> <vendor id='0x0451'/> <product id='0x16a8'/> </source> <address type='usb' bus='0' port='2'/> </hostdev> <memballoon model='virtio'> <address type='pci' domain='0x0000' bus='0x04' slot='0x00' function='0x0'/> </memballoon> </devices> </domain> dino-server-diagnostics-20220816-1919.zip
  3. is it possible to add a VPN version like your other torrent dockers?
  4. hey geys, sinds 03-01 I have had many problems with my whole network. After a lot of crying and troubleshooting, I came to the conclusion that every time Unraid connects to the network, my modem from my ISP and or my routers crashes. I just don't know what's really wrong it. I have restarted it (I know it's not windows but who knows) updated all the dockers updated all the plugins deleted a couple of plugins I don't use disabled docker in the settings But I keep getting the same problems dino-server-diagnostics-20220106-2008.zip
  5. is it possible to use it with sonarr and radarr? or do you recommend it ?
  6. When I set the validate to true and restart it. It will keep in Version 340.3. Even after a few restarts it keeps on the same version. I have also disabled the Pihole like you said, but this also doesn't make a different.
  7. Hey guys, I got 2 questions about the ark server/ I can't seem to update the server. In the info it says you just need to restart the server, but this doesn't seem to be working. I wanto to enable the winterwonderland event, but that also doesn't seem to be working. The game keeps on version 340.3. This is what I have put in the "Extra game parameters" -server -log -ActiveEvent=WinterWonderland
  8. Hello, A few days ago I have added a 3e drive to a pool. But I just noticed that it doesn't use it. The pool is currently using raid 0 but unraid is saying there is 500gb of total storage on that pool. Even when I convert it to a raid 5 or 1 it still just use the first 2 drive. The 3e drive has less storage then the first 2 drive, but I thought that btrfs doesn't really care about that. dino-server-diagnostics-20211129-1114.zip
  9. thank you I have uploaded the log file
  10. Hi guys, Since e few hours I have a problem where I can't connect to the web gui. even After a reboot. I'm getting the error "connection refused". I also tried it on other devices. I already tried to restart the webgui but it didn't work. The weird thing is that I can still connect to a few docker webguis because they auto start after reboot. I'm running version 6.9.2(or 3 the latst stable version dino-server-diagnostics-20210930-1118.zip
  11. Thank you for the question answer. so if I understand it correct it should still be used as a cash pool and not as default storage
  12. Hey guys, Is it possible to put all drives in a pool and none in the array? or should a pool always be like a cache?
  13. Thanks! Would it be okay when you give the OS 2-4 thread and would there be any negatives in the file transfer speed with going to low?
  14. Hey guys! I have a question about how CPU pinning and isolation work. Is it right that when you pin a thread that it will just use that thread. And with CPU isolation that it will not use that thread? The reason I'm asking this is because that I always thought that it was the same thing.