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.

tophat17

Members
  • Joined

  • Last visited

  1. Thanks all, I updated my Template file. The issue was the '&' symbol in the template. I used an escape character format "&" in place of '&', and the issue went away! Thanks!
  2. Hello All, Thanks for finding the issue. I will fix this ASAP to get things back up. Just so I know how the system works, does Squid add the app to his CA, then when I make a push to git, the new app is updated automatically? In other words, once I fix the template issue, will the app show up on the CA automatically, or do I need to make any other changes? Thanks, all.
  3. Unfortunately, @Squid is very busy and has not responded to my DMs. I sent him an unrelated DM 4 weeks ago, and it's still unread. Do you have another recommendation to get the app back on the store? Thanks in advance.
  4. Hello All. I recently made changes to my app on GitHub, and following my app was removed from the UnRaid CA. Can you please share a link to resubmit the app to the community store? - I put a lot of heart into getting it to work with user feedback. App Link: GitHubGitHub - tophat17/jelly-requestContribute to tophat17/jelly-request development by creating an account on GitHub.
  5. Hello All. I recently made changes to my app on GitHub, and following my app was removed from the UnRaid CA. Can you please share a link to resubmit the app to the community sotre? - I put a lot of heart into getting it to work with user feedback. App Link: GitHubGitHub - tophat17/jelly-requestContribute to tophat17/jelly-request development by creating an account on GitHub.
  6. Im trying to publish my app to the community app store, can anyone tell me how to do this, please?
  7. The solution to increase the stability of my server was to disable c-states in the bios and to cap my Memory from 3600mhz to 3200mhz.
  8. Hello all, I am bashing my head against the wall trying to get this GPU passthrough working. No matter what I try I get Error 43 in the Windows VM. Please see my XML below. Please help, im virtually out of ideas and I have been fighting this issue for weeks. <?xml version='1.0' encoding='UTF-8'?> <domain type='kvm'> <name>Windows 10 Test</name> <uuid>6121bb8d-83c6-8496-5183-df1c390b22a4</uuid> <metadata> <vmtemplate xmlns="unraid" name="Windows 10" icon="windows.png" os="windows10"/> </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='24'/> <vcpupin vcpu='2' cpuset='10'/> <vcpupin vcpu='3' cpuset='26'/> <vcpupin vcpu='4' cpuset='12'/> <vcpupin vcpu='5' cpuset='28'/> <vcpupin vcpu='6' cpuset='14'/> <vcpupin vcpu='7' cpuset='30'/> </cputune> <resource> <partition>/machine</partition> </resource> <os> <type arch='x86_64' machine='pc-q35-7.2'>hvm</type> <loader readonly='yes' type='pflash'>/usr/share/qemu/ovmf-x64/OVMF_CODE-pure-efi.fd</loader> <nvram>/etc/libvirt/qemu/nvram/6121bb8d-83c6-8496-5183-df1c390b22a4_VARS-pure-efi.fd</nvram> </os> <features> <acpi/> <apic/> <hyperv mode='custom'> <relaxed state='on'/> <vapic state='on'/> <spinlocks state='on' retries='8191'/> <vendor_id state='on' value='1234567890ab'/> </hyperv> <kvm> <hidden state='on'/> </kvm> </features> <cpu mode='host-passthrough' check='none' migratable='on'> <topology sockets='1' dies='1' cores='4' 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='qcow2' cache='writeback'/> <source file='/mnt/user/domains/Windows 10 Test /vdisk1.img'/> <backingStore/> <target dev='hdc' bus='virtio'/> <serial>vdisk1</serial> <boot order='1'/> <address type='pci' domain='0x0000' bus='0x03' slot='0x00' function='0x0'/> </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='pcie-root'/> <controller type='pci' index='1' model='pcie-root-port'> <model name='pcie-root-port'/> <target chassis='1' port='0x8'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x0' multifunction='on'/> </controller> <controller type='pci' index='2' model='pcie-root-port'> <model name='pcie-root-port'/> <target chassis='2' port='0x9'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x1'/> </controller> <controller type='pci' index='3' model='pcie-root-port'> <model name='pcie-root-port'/> <target chassis='3' port='0xa'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x01' 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> <interface type='bridge'> <mac address='52:54:00:5d:b6:b0'/> <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'/> <audio id='1' type='none'/> <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x0a' slot='0x00' function='0x0'/> </source> <rom file='/mnt/user/isos/vBios/Sapphire.RX6800XT.1.rom'/> <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='0x0a' slot='0x00' function='0x1'/> </source> <address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x1'/> </hostdev> <memballoon model='none'/> </devices> <seclabel type='dynamic' model='dac' relabel='yes'/> </domain>
  9. Update: I think the issue was I was passing my video card to a VM. I have 2 video cards in my system. I set the second video card to handle my monitor output rather then the one being passthrough and the issue went away.
  10. Okay, we're making progress. I found part of the solution by trail by fire. I found that because I have an Nvidia and AMD GPU in the same system, I was getting a strange driver error. Before I had "Latest" pre-selected as my branch. After changing it to production, the card shows up in Unraid, but with the error 43. Can you recommend how to fix this issue? Thanks. gpn-server-diagnostics-20240305-2152.zip
  11. @JorgeB If I remake the flash drive, my server configuration is lost. How can I fix the issue while keeping my existing server config. As you can imagine, it took a long time to build my server. Thanks for the tip.
  12. Hello Everyone. My Server recently stated doing this and im concerned. The server used to display "login" and ask for my user and now it displays this wall of text and never moves on to the login screen. I tired waiting for a day and it just sits on this screen. The server on the WebUI works just fine, I can log in and nothing is out of place, but I am concerned; this is not normal. Logs where generated just after boot and are attached; any advise? gpn-server-diagnostics-20240304-2021.zip
  13. @JorgeB Thanks, I'll try disabling C-States in the bios and removing my XMP profile from 3600mhz to 2933mhz and see if that addresses system stability. If the issue persists ill follow-up on this thread. Thanks.
  14. Hey @SimonF Thanks for the response. Please see the logs attached. I setup the Card to be used in the VM, its bound at boot, all VM and PCIE passthrough settings are enabled and still no dice. Please let me know if you have any thoughts; I am out of ideas. gpn-server-diagnostics-20240304-1959.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.