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.

bally12345

Members
  • Joined

  • Last visited

Everything posted by bally12345

  1. Hi Guys, dont know if this is a dumb question or not... but I have just got myself a UDM Pro SE console so adopted all my devices over and got a camera for Protect... So my question is there anything else i can do with this container or is it time to delete and remove.
  2. Hi All, Coming across the following since moving to 6.10 beta, originally thought it was bug in RC1 but recently upgraded to RC2 and seeing the same. Looks like its IPMI and Hardware monitoring that is causing the issue Nov 5 04:35:21 Server kernel: w83795 0-002f: Failed to read from register 0x03c, err -6 Is my only option to disable IPMI plugin or is there something else I should be looking at? server-diagnostics-20211108-1043.zip
  3. Ignore me, I think this might have been due to me selecting wrong driver during windows setup for vdisk detection.
  4. Hi Guys, Having a bit of an issue with trying to setup Win11, for some reason after installing then trying to assign GFX card my VM goes back to WIn11 install. So I lose everything I have already setup. VNC to install Winodws 11, once installed and setup. Shutdown, Edit VM to assign GFX card and sound card Update XML to include multifunction='on' and set sound card on same slot as GFX Unable to access via remote desktop / teamviwer. Change back to VNC and see Windows setup boot mode but in black and white. I have tried a few different ways and always end up with losing everything and having to start over. So glad I have not touched my Win10 VM.... XML posted below, would appriciate if anyone can tell me what I am doing wrong. Also running on: 6.10.0-rc2 need to update my sig <?xml version='1.0' encoding='UTF-8'?> <domain type='kvm'> <name>Windows 11</name> <uuid>1f54777f-7ae7-bd2c-7539-bfabc87423b2</uuid> <metadata> <vmtemplate xmlns="unraid" name="Windows 11" icon="default.png" os="windowstpm"/> </metadata> <memory unit='KiB'>16777216</memory> <currentMemory unit='KiB'>16777216</currentMemory> <memoryBacking> <nosharepages/> </memoryBacking> <vcpu placement='static'>8</vcpu> <cputune> <vcpupin vcpu='0' cpuset='6'/> <vcpupin vcpu='1' cpuset='18'/> <vcpupin vcpu='2' cpuset='7'/> <vcpupin vcpu='3' cpuset='19'/> <vcpupin vcpu='4' cpuset='8'/> <vcpupin vcpu='5' cpuset='20'/> <vcpupin vcpu='6' cpuset='9'/> <vcpupin vcpu='7' cpuset='21'/> </cputune> <os> <type arch='x86_64' machine='pc-q35-6.1'>hvm</type> </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' migratable='on'> <topology sockets='1' dies='1' cores='4' threads='2'/> <cache mode='passthrough'/> </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 11/vdisk1.img'/> <target dev='hdc' bus='virtio'/> <boot order='1'/> <address type='pci' domain='0x0000' bus='0x04' slot='0x00' function='0x0'/> </disk> <disk type='file' device='cdrom'> <driver name='qemu' type='raw'/> <source file='/mnt/user/iso/Windows/Windows11.ISO'/> <target dev='hda' bus='sata'/> <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/iso/virtio-win-0.1.208-1.iso'/> <target dev='hdb' bus='sata'/> <readonly/> <address type='drive' controller='0' bus='0' target='0' unit='1'/> </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='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='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='pci' index='6' model='pcie-root-port'> <model name='pcie-root-port'/> <target chassis='6' port='0xa'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x2'/> </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> <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:d3:f6:c2'/> <source bridge='virbr0'/> <model type='virtio-net'/> <address type='pci' domain='0x0000' bus='0x03' 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-gb'> <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='0x07' slot='0x01' function='0x0'/> </video> <memballoon model='virtio'> <address type='pci' domain='0x0000' bus='0x05' slot='0x00' function='0x0'/> </memballoon> </devices> </domain>
  5. Glad this was bumped, think I am facing similar issues trying to setup vlans and coudlnt figure out why it wouldnt work.
  6. Anyone know why I am unbale to bind group 36 37 Loading config from /boot/config/vfio-pci.cfg BIND=0000:05:00.0|10de:128b 0000:05:00.1|10de:0e0f --- Processing 0000:05:00.0 10de:128b Vendor:Device 10de:128b found at 0000:05:00.0 IOMMU group members (sans bridges): /sys/bus/pci/devices/0000:05:00.0/iommu_group/devices/0000:05:00.0 Binding... chown: cannot access '/dev/vfio/36': No such file or directory Error: unable to adjust group ownership of /dev/vfio/36 --- Processing 0000:05:00.1 10de:0e0f Vendor:Device 10de:0e0f found at 0000:05:00.1 IOMMU group members (sans bridges): /sys/bus/pci/devices/0000:05:00.1/iommu_group/devices/0000:05:00.1 Binding... chown: cannot access '/dev/vfio/37': No such file or directory Error: unable to adjust group ownership of /dev/vfio/37 --- vfio-pci binding complete Devices listed in /sys/bus/pci/drivers/vfio-pci: lrwxrwxrwx 1 root root 0 Oct 26 10:38 0000:05:00.0 -> ../../../../devices/pci0000:00/0000:00:03.0/0000:05:00.0 lrwxrwxrwx 1 root root 0 Oct 26 10:38 0000:05:00.1 -> ../../../../devices/pci0000:00/0000:00:03.0/0000:05:00.1 ls -l /dev/vfio/ ls: cannot access '/dev/vfio/': No such file or directory Assuming this is why I am unbale to dump the vbios
  7. Cant seem to get passed code 43 so only getting 640x480... Edited my XML to add multifuncton='on' <?xml version='1.0' encoding='UTF-8'?> <domain type='kvm'> <name>Windows 10</name> <uuid>6adf78b3-580c-c31b-a250-1852ee4565fd</uuid> <metadata> <vmtemplate xmlns="unraid" name="Windows 10" icon="windows.png" os="windows10"/> </metadata> <memory unit='KiB'>16777216</memory> <currentMemory unit='KiB'>16777216</currentMemory> <memoryBacking> <nosharepages/> </memoryBacking> <vcpu placement='static'>8</vcpu> <cputune> <vcpupin vcpu='0' cpuset='6'/> <vcpupin vcpu='1' cpuset='18'/> <vcpupin vcpu='2' cpuset='7'/> <vcpupin vcpu='3' cpuset='19'/> <vcpupin vcpu='4' cpuset='8'/> <vcpupin vcpu='5' cpuset='20'/> <vcpupin vcpu='6' cpuset='9'/> <vcpupin vcpu='7' cpuset='21'/> </cputune> <resource> <partition>/machine</partition> </resource> <os> <type arch='x86_64' machine='pc-i440fx-6.0'>hvm</type> </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' migratable='on'> <topology sockets='1' dies='1' cores='4' threads='2'/> <cache mode='passthrough'/> </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='0x03' function='0x0'/> </disk> <disk type='file' device='cdrom'> <driver name='qemu' type='raw'/> <source file='/mnt/user/iso/cyg-win1803x64en.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/iso/virtio-win-0.1.173-2.iso'/> <target dev='hdb' bus='ide'/> <readonly/> <address type='drive' controller='0' bus='0' target='0' unit='1'/> </disk> <controller type='pci' index='0' model='pci-root'/> <controller type='virtio-serial' index='0'> <address type='pci' domain='0x0000' bus='0x00' slot='0x04' function='0x0'/> </controller> <controller type='ide' index='0'> <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x1'/> </controller> <controller type='usb' index='0' model='qemu-xhci' ports='15'> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x0'/> </controller> <interface type='bridge'> <mac address='52:54:00:2c:c4:f4'/> <source bridge='br0'/> <model type='virtio-net'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x02' 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'/> <sound model='ich9'> <address type='pci' domain='0x0000' bus='0x00' slot='0x09' function='0x0'/> </sound> <audio id='1' type='none'/> <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x05' slot='0x00' function='0x0'/> </source> <rom file='/mnt/user/iso/vbios/Asus.GT710.2048.170525.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='0x05' 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> Going back to VNC for now, but if anyone can point me in right direction I would appriciate it. Boot mode is set to legacy.
  8. Looks like I am having same issue as some others Script location: /tmp/user.scripts/tmpScripts/Vbios dump/script Note that closing this window will abort the execution of this script You have selected this device to dump the vbios from 05:00.0 VGA compatible controller: NVIDIA Corporation GK208B [GeForce GT 710] (rev a1) This does look like a valid GPU to me. Continuing ......... Checking if location to put vbios file exists Vbios folder already exists I will try and dump the vbios without disconnecting and reconnecting the GPU This normally only works if the GPU is NOT the Primary or the only GPU I will check the vbios at the end. If it seems wrong I will then retry after disconnecting the GPU Defining temp vm with gpu attached Domain 'dumpvbios' defined from /tmp/dumpvbios.xml Starting the temp vm to allow dump Domain 'dumpvbios' started Waiting for a few seconds ..... Stopping the temp vm Domain 'dumpvbios' destroyed Removing the temp vm Domain 'dumpvbios' has been undefined Okay dumping vbios file named GT710.rom to the location /mnt/user/isos/vbios/ cat: rom: Input/output error Um.... somethings gone wrong and I couldn't dump the vbios for some reason Sometimes when this happens all we need to do to fix this is 'stub' or 'bind to the vfio' the gpu and reboot the server This can be done in Unraid 6.8.3 with the use of the vfio config plugin or if you are on Unraid 6.9 or above it can be done directly from the gui in Tools/System Devices .....So please do this and run the script again I binded it using System Devices and rebooted, so for now just downloaded dump from techpowerup
  9. Hi All, Is this method still required? I added a 2nd GPU for my VM a NVIDIA GeForce GT 710 (05:00.0) but when I added it to VM template along with the sound on (05:00.1) the VM doesnt start up. Been awhile since I have done this and wasnt sure if I still need to dump the vbios. I have the following Nvidia Driver Version:470.74 Installed GPU(s):0: NVIDIA GeForce GTX 1650 03:00.0 1: NVIDIA GeForce GT 710 05:00.0 The GTX 1650 is used for Plex Transcoding and works and I want to use the GT 710 for a VM as I had it doing nothing and guessing it will be better than just using VNC
  10. Looking for a little advice if anyone can help. I have around 5APs and been using the controller with very basic WiFi setup. Wanted to do a bit more recently and add vlan with different DNS for kids WiFi but by the looks of it I will need to buy a USG or UDM? I already have 24 port netgear switch so don't want to spend extra. Question is can I achieve this the way it is currently set up or do I need to buy extra hardware? Possibly looking at EdgeRouter X or 4 sfp too. Sent from my SM-G991B using Tapatalk
  11. Ignore me seems to be issue with EDGE, tried CHROME and its working fine
  12. Is anyone else having issue with latest release? I am unable to add any torrents by file or link. supervisord.zip
  13. This issue has crept up again for me, original fix was to change shutdown timeout to 100 but in the last few months I have noticed this happening again. Currently on 6.10.0-rc1 server-diagnostics-20210819-1423.zip
  14. Probably a really simple question but how do I add proxy for youtube-dl material? There is nothing in the settings so assuming I need to pass a variable in docker template?
  15. Noticed today I have been disconnected from the mothership unraid-api restart API restart didn't work and I have the latest version of plugin, is there a wider issue? Hopefully nothing related to this
  16. Took me all of 10mins to set up including looking here root@Server:~# unraid-api restart Sending process 23909 SIGKILL. Starting unraid-api in "production" mode. Daemonizing process. Daemonized successfully! root@Server:~# Everything seems to be up and running, might see if I can set up a subdomain on mydomain.com if I get some time later. Thanks team 😄
  17. I had to delete my origial docker and reinstall as mine is using the old template. All sorted now getting 60MB/s Sent from my SM-G973F using Tapatalk
  18. Maybe I need to delete the docker and template and start a fresh as I am not seeing openvpn or wireguard option I have drop down for pia, airvpn or custom Current speedtest results show sh-5.1# speedtest-cli Retrieving speedtest.net configuration... Testing from Datacamp Limited (138.199.27.191)... Retrieving speedtest.net server list... Selecting best server based on ping... Hosted by ONLINE S.A.S. (Vitry-sur-Seine) [135.61 km]: 44.914 ms Testing download speed................................................................................ Download: 72.53 Mbit/s Testing upload speed...................................................................................................... Upload: 27.98 Mbit/s sh-5.1# UPDATE Changed Peer Connection Protocol to just TCP and now getting 18MB/s
  19. Not using wireguard. Using France nextgen but recently it's gone so slow. Looks like I will need to figure out how to switch to wireguard Sent from my SM-G973F using Tapatalk
  20. Anyone else suffering from super slow speeds? I use Pia but nothing downloads faster 500-600Kb/s Normally get around 20Mb/s Sent from my SM-G973F using Tapatalk
  21. No idea, but I already had telrgram on my phone so it was just easier to use this. Sent from my SM-G973F using Tapatalk
  22. It's called searcharr but it's not in CA toddrob/searcharr - Docker Hub Sent from my SM-G973F using Tapatalk
  23. So iv had telrgram for probably a year or two but never used it for much until I discovered botfather! I have a handful of bots now which keep me updated in Telegram. Unraid Notifications Plex Movie Downloaded Radarr/Sonarr add movie or series UptimeRobot that monitors a personal site and my Plex port. Can't believe iv left it this late to use. Anyone else got good ideas what to use bots for? Sent from my SM-G973F using Tapatalk
  24. Just checked mine and doing the same root@Server:~# sensors Error: File /etc/sensors.d/sensors.conf, line 2: Undeclared bus id referenced Error: File /etc/sensors.d/sensors.conf, line 4: Undeclared bus id referenced Error: File /etc/sensors.d/sensors.conf, line 6: Undeclared bus id referenced Error: File /etc/sensors.d/sensors.conf, line 8: Undeclared bus id referenced Error: File /etc/sensors.d/sensors.conf, line 10: Undeclared bus id referenced Error: File /etc/sensors.d/sensors.conf, line 12: Undeclared bus id referenced Error: File /etc/sensors.d/sensors.conf, line 14: Undeclared bus id referenced Error: File /etc/sensors.d/sensors.conf, line 16: Undeclared bus id referenced Error: File /etc/sensors.d/sensors.conf, line 18: Undeclared bus id referenced Error: File /etc/sensors.d/sensors.conf, line 20: Undeclared bus id referenced sensors_init: Can't parse bus name root@Server:~# Copy of sensor.conf # sensors chip "w83795adg-i2c-0-2f" ignore "fan2" chip "w83795adg-i2c-0-2f" ignore "fan4" chip "w83795adg-i2c-0-2f" ignore "fan5" chip "w83795adg-i2c-0-2f" ignore "fan6" chip "w83795adg-i2c-0-2f" ignore "fan7" chip "w83795adg-i2c-0-2f" label "temp1" "CPU Temp" chip "w83795adg-i2c-0-2f" label "temp5" "MB Temp" chip "w83795adg-i2c-0-2f" label "fan1" "Array Fan" chip "w83795adg-i2c-0-2f" label "fan3" "Array Fan" chip "w83795adg-i2c-0-2f" label "fan8" "Array Fan"
  25. I have this same issue, not quite sure when it started but I have ∞°c for all temp values. Had a quick lol at the wiki page and I am wondering if perl package needs to be updated via nerdpack? I have Supermicro X8DT3-F motherboard with Dual Intel Xeon x5690 Sent from my SM-G973F using Tapatalk

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.