Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Dismes

Members
  • Joined

  • Last visited

Everything posted by Dismes

  1. it seems to fix the problem, going to do a bit more testing but its looking good so far
  2. Just replaced the ethernet cord, Going to do a few test to see if its work
  3. I might be complety wrong with this but, I when you say NIC i assume a ethernet port connected to a pcie, which I don't have. I am connected directly to my mobo so i assume it a mobo issue?
  4. Ok now its not even detecting the vdisk anymore
  5. So my unraid is being really buggy and it seems to freeze for like 10 secs at a time and I have no clue what it could be. So a few things I just moved to a new place so I phyically moved my server, I really hope nothing was damaged as part of this My parity failed and my i fucked up the recovery so I lost that One drive failed, which I just did made a new config and just removed it because i thought that was causing the error One of my VM is pointing at a file which i can't find but it can still access The VM still runs and everything but i just can't seem to find the file I hope I really didn't fuck my the system that bad with this. tower-diagnostics-20241014-1202.zip
  6. I have tried a new USB, still same thing, I am at this point assuming its CPU problems. I got to a screen once where it was cpu checking or something
  7. So my unraid crashed last night and i havn't been able to bring it up. It freezes at one of two points. It freezes after unraid give me the options to pick from safe mode, gui mode, ect. and the other time is while its loading up. Anyone have a clue why it isn't loading? other things i have tried to do, remove all compents besides, CPU, GPU, and RAM, CMOS reset, New USB.
  8. So I created a back up of the current usb and i reinstalled unraid on it, setup alot of the setting once again and i was able to connect the old way using \\tower\rootshare. So i am guessing something bonked a setting when my usb got corrupted
  9. I tried to map the the drive with the share name but it still didn't work
  10. Sorry i thought i replied you earlier, but by accessible do you mean by the server itself or by me? Any docker container seems to have access to files, aka plex. I can't access the shares with my windows computer I have tried the ipaddress sharename but i don't think it was working either, I can try again once I am home. I tried to access the share using a different computer as well but with no luck.
  11. Could it possibly be the USB at this point? after my usb drive said it fail, i made a backup and copied that to another usb
  12. I got this error when trying to make the shortcut
  13. I assume this is what you are talking about, I have tried setting it up but still cannot access it. Imma give this a look tonight and see if i can solve it this way. For the USB, I have multiple different ones crash or corrupt over the year. and each time i have backup and upload the files on the a new usb
  14. Ill try to delete them tonight when I have a bit more time, i have never touched any files on the flash drive so i hope i don't do anything wrong So here is the error i get when i try to access the folder i usually have it mapped to my z drive as a network drive, if that makes any sense. I have also tried to make a user and accessing that way, i get the same error as above
  15. As the titles says, my server had a error and i had to replace the usb drive, after that I couldn't access the smb share via the network drive i setup on my windows 11. I am currently on unraid Version 6.12.4. The way i originally set it up was using space invader's video I set it up using the public share. Sorry if something is hard to understand, English isn't my first language. Thanks tower-diagnostics-20230910-1934.zip
  16. So the easiest solution i found was just to switch to Q35. I couldn't just change it and it would give me a error but I just made a new VM with q35 as the default and the gpu passthrough worked Thanks
  17. Hi, I hope i posted this is the right section. To keep this simple, I was previously on 6.11.1 and had a VM with my gpu passthrough working and decided to update after seeing Space invader's new video after the update it bonked my VM and it wouldn't run. I created a new VM with windows 10 install on it where it would run fine with the virtual display drivers but once I passthroug my GPU it doesn't want to start. here is the xml for the vm <?xml version='1.0' encoding='UTF-8'?> <domain type='kvm'> <name>Windows 10</name> <uuid>5540f026-0ba2-b36c-f149-696c2565b60c</uuid> <metadata> <vmtemplate xmlns="unraid" name="Windows 10" icon="windows.png" os="windows10"/> </metadata> <memory unit='KiB'>39845888</memory> <currentMemory unit='KiB'>39845888</currentMemory> <memoryBacking> <source type='memfd'/> <access mode='shared'/> </memoryBacking> <vcpu placement='static'>16</vcpu> <cputune> <vcpupin vcpu='0' cpuset='8'/> <vcpupin vcpu='1' cpuset='24'/> <vcpupin vcpu='2' cpuset='9'/> <vcpupin vcpu='3' cpuset='25'/> <vcpupin vcpu='4' cpuset='10'/> <vcpupin vcpu='5' cpuset='26'/> <vcpupin vcpu='6' cpuset='11'/> <vcpupin vcpu='7' cpuset='27'/> <vcpupin vcpu='8' cpuset='12'/> <vcpupin vcpu='9' cpuset='28'/> <vcpupin vcpu='10' cpuset='13'/> <vcpupin vcpu='11' cpuset='29'/> <vcpupin vcpu='12' cpuset='14'/> <vcpupin vcpu='13' cpuset='30'/> <vcpupin vcpu='14' cpuset='15'/> <vcpupin vcpu='15' cpuset='31'/> </cputune> <os> <type arch='x86_64' machine='pc-i440fx-6.2'>hvm</type> <loader readonly='yes' type='pflash'>/usr/share/qemu/ovmf-x64/OVMF_CODE-pure-efi.fd</loader> <nvram>/etc/libvirt/qemu/nvram/5540f026-0ba2-b36c-f149-696c2565b60c_VARS-pure-efi.fd</nvram> <boot dev='fd'/> </os> <features> <acpi/> <apic/> <hyperv mode='custom'> <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' migratable='on'> <topology sockets='1' dies='1' cores='8' threads='2'/> <cache mode='passthrough'/> <feature policy='require' name='topoext'/> </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/os/domains/Gaming/vdisk1.img'/> <target dev='hdc' bus='virtio'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x08' 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/> <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.225-2.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='qemu-xhci' ports='15'> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x0'/> </controller> <controller type='virtio-serial' index='0'> <address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x0'/> </controller> <controller type='pci' index='0' model='pci-root'/> <controller type='sata' index='0'> <address type='pci' domain='0x0000' bus='0x00' slot='0x06' function='0x0'/> </controller> <controller type='ide' index='0'> <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x1'/> </controller> <filesystem type='mount' accessmode='passthrough'> <driver type='virtiofs' queue='1024'/> <binary path='/usr/libexec/virtiofsd' xattr='on'> <cache mode='always'/> <sandbox mode='chroot'/> <lock posix='on' flock='on'/> </binary> <source dir='/mnt/user/Games'/> <target dir='Games'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/> </filesystem> <interface type='bridge'> <mac address='52:54:00:6f:73:9c'/> <source bridge='br0'/> <model type='virtio-net'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x04' 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='0x02' function='0x0'/> </video> <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x11' slot='0x00' function='0x0'/> </source> <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='0x11' slot='0x00' function='0x1'/> </source> <address type='pci' domain='0x0000' bus='0x00' slot='0x0a' function='0x0'/> </hostdev> <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x11' slot='0x00' function='0x2'/> </source> <address type='pci' domain='0x0000' bus='0x00' slot='0x0b' function='0x0'/> </hostdev> <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x11' slot='0x00' function='0x3'/> </source> <address type='pci' domain='0x0000' bus='0x00' slot='0x0c' function='0x0'/> </hostdev> <memballoon model='none'/> </devices> </domain> and here is the logs for it -name 'guest=Windows 10,debug-threads=on' \ -S \ -object '{"qom-type":"secret","id":"masterKey0","format":"raw","file":"/var/lib/libvirt/qemu/domain-27-Windows 10/master-key.aes"}' \ -blockdev '{"driver":"file","filename":"/usr/share/qemu/ovmf-x64/OVMF_CODE-pure-efi.fd","node-name":"libvirt-pflash0-storage","auto-read-only":true,"discard":"unmap"}' \ -blockdev '{"node-name":"libvirt-pflash0-format","read-only":true,"driver":"raw","file":"libvirt-pflash0-storage"}' \ -blockdev '{"driver":"file","filename":"/etc/libvirt/qemu/nvram/5540f026-0ba2-b36c-f149-696c2565b60c_VARS-pure-efi.fd","node-name":"libvirt-pflash1-storage","auto-read-only":true,"discard":"unmap"}' \ -blockdev '{"node-name":"libvirt-pflash1-format","read-only":false,"driver":"raw","file":"libvirt-pflash1-storage"}' \ -machine pc-i440fx-6.2,usb=off,dump-guest-core=off,memory-backend=pc.ram,pflash0=libvirt-pflash0-format,pflash1=libvirt-pflash1-format \ -accel kvm \ -cpu host,migratable=on,topoext=on,hv-time=on,hv-relaxed=on,hv-vapic=on,hv-spinlocks=0x1fff,hv-vendor-id=none,host-cache-info=on,l3-cache=off \ -m 38912 \ -object '{"qom-type":"memory-backend-memfd","id":"pc.ram","share":true,"x-use-canonical-path-for-ramblock-id":false,"size":40802189312}' \ -overcommit mem-lock=off \ -smp 16,sockets=1,dies=1,cores=8,threads=2 \ -uuid 5540f026-0ba2-b36c-f149-696c2565b60c \ -no-user-config \ -nodefaults \ -chardev socket,id=charmonitor,fd=40,server=on,wait=off \ -mon chardev=charmonitor,id=monitor,mode=control \ -rtc base=localtime \ -no-hpet \ -no-shutdown \ -boot strict=on \ -device '{"driver":"qemu-xhci","p2":15,"p3":15,"id":"usb","bus":"pci.0","addr":"0x7"}' \ -device '{"driver":"ahci","id":"sata0","bus":"pci.0","addr":"0x6"}' \ -device '{"driver":"virtio-serial-pci","id":"virtio-serial0","bus":"pci.0","addr":"0x5"}' \ -blockdev '{"driver":"file","filename":"/mnt/os/domains/Gaming/vdisk1.img","node-name":"libvirt-3-storage","cache":{"direct":false,"no-flush":false},"auto-read-only":true,"discard":"unmap"}' \ -blockdev '{"node-name":"libvirt-3-format","read-only":false,"cache":{"direct":false,"no-flush":false},"driver":"raw","file":"libvirt-3-storage"}' \ -device '{"driver":"virtio-blk-pci","bus":"pci.0","addr":"0x8","drive":"libvirt-3-format","id":"virtio-disk2","write-cache":"on"}' \ -blockdev '{"driver":"file","filename":"/mnt/user/isos/Windows.iso","node-name":"libvirt-2-storage","auto-read-only":true,"discard":"unmap"}' \ -blockdev '{"node-name":"libvirt-2-format","read-only":true,"driver":"raw","file":"libvirt-2-storage"}' \ -device '{"driver":"ide-cd","bus":"ide.0","unit":0,"drive":"libvirt-2-format","id":"ide0-0-0"}' \ -blockdev '{"driver":"file","filename":"/mnt/user/isos/virtio-win-0.1.225-2.iso","node-name":"libvirt-1-storage","auto-read-only":true,"discard":"unmap"}' \ -blockdev '{"node-name":"libvirt-1-format","read-only":true,"driver":"raw","file":"libvirt-1-storage"}' \ -device '{"driver":"ide-cd","bus":"ide.0","unit":1,"drive":"libvirt-1-format","id":"ide0-0-1"}' \ -chardev 'socket,id=chr-vu-fs0,path=/var/lib/libvirt/qemu/domain-27-Windows 10/fs0-fs.sock' \ -device '{"driver":"vhost-user-fs-pci","id":"fs0","chardev":"chr-vu-fs0","queue-size":1024,"tag":"Games","bus":"pci.0","addr":"0x3"}' \ -netdev tap,fd=41,id=hostnet0 \ -device '{"driver":"virtio-net","netdev":"hostnet0","id":"net0","mac":"52:54:00:6f:73:9c","bus":"pci.0","addr":"0x4"}' \ -chardev pty,id=charserial0 \ tower-diagnostics-20221124-2327.zip
  18. Dismes replied to Dismes's topic in General Support
    Ok I think it was due to my GPU not being slotted in correctly. I reseated it and my logs are at 1%
  19. I Reseated my GPU which might have fixxed the issue, Ill leave this open for a few hours to see how sable it is
  20. Hi, First off, if there are any mods out there, I have another post If I am breaking any rules by trying to fix 2 problems at once, feel free to delete this one I am trying to passthrough my RX 6800 and i keep getting a code 43 error Although I don't have a vbios install atm, I had one earlier and still got this error I been following spaceinavder's guide but with no luck Thanks Windows.xml
  21. Dismes replied to Dismes's topic in General Support
    Do I just removed my nvidia GPU out of my system, do I need to install this? for some context, i removed my 980ti and replaced it with RX 6800. I wanted to do some cloud gaming and was changing parts on my server. Thanks Also Sorry for the late reply, I fell a sleep after posting the post
  22. Dismes posted a topic in General Support
    Hi, I got a error on my fix common problems on my server I have tried to increase the size of the logs and restarting my server. When i restart my server, it starts at 1% but fills to 100% quickly Help and Thanks tower-diagnostics-20221012-0128.zip

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.