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.

SimonF

Community Developer
  • Joined

  • Last visited

Everything posted by SimonF

  1. The are two stable releases. A 7.3 update will becoming also. docs.unraid.net/unraid-os/download_list/
  2. The docker version will be bumped when the next 7.3 release happens.
  3. Warning may be a bug, but will review logs. Do you have any SR-IOV devices showing below?
  4. No need to worry about that but not sure why that is showing. You need to set the vfio file aswell, did you have an devices you pass thru to a VM? If not just check one of the vfio check boxes then uncheck the bind button is now enabled and will save a clean vfio file.
  5. Suggest going to system devices in tools and checking vfio is correct. PCI IDs will have change just toggle one of the check boxes and same to reset the file.
  6. Ed, has setup this up on my B50 which he has access to. I believe he will be making a follow up video at some point.
  7. I have updated the plugin with a few code updates, please can you update and confirm it is still working correctly for you systems.
  8. Could you provide a screen print please.
  9. @Woodpusherghd @emexso I have made some updates to the API which the dashboard uses. This a plugin that will install the changes, once you have tested you can remove or keep it in place until a release ships with the API changes. https://preview.dl.unraid.net/unraid-api/tag/PR2011/dynamix.unraid.net.plg
  10. Boot is the name of the pool, When you start the array you will have the option to format(File system type). By default it will format to xfs but if you want some thing different like btrfs or zfs click on the name and set there. If you want to change the name from boot you can rename it by clicking the name in the disk info page where you set the format. If you plan to install a 2nd device to make it mirror, then I would select btrfs or zfs as the format.
  11. Hi @emexso @Woodpusherghd Could you open a terminal nano temppower Copy this code block into the file, run using bash temppower and unload the directory and files created. OUT="/tmp/cpu-test-$(date +%Y%m%d-%H%M%S)"; mkdir -p "$OUT"; \ { echo "=== sensors ==="; sensors 2>&1; } > "$OUT/sensors.txt"; \ { echo "=== sensors -j ==="; sensors -j 2>&1; } > "$OUT/sensors.json.txt"; \ { echo "=== hwmon names + temp labels/inputs ==="; \ for d in /sys/class/hwmon/hwmon*; do [ -d "$d" ] || continue; \ echo; echo "[$d]"; [ -r "$d/name" ] && echo "name=$(cat "$d/name")"; \ for f in "$d"/temp*_label "$d"/temp*_input; do [ -r "$f" ] && echo "$(basename "$f")=$(cat "$f")"; done; \ done; } > "$OUT/hwmon.txt" 2>&1; \ { echo "=== powercap ==="; ls -la /sys/class/powercap 2>&1; \ find /sys/class/powercap -maxdepth 3 -type f \( -name name -o -name energy_uj -o -name max_energy_range_uj \) -print 2>/dev/null | \ while IFS= read -r f; do echo; echo "-- $f"; cat "$f" 2>/dev/null || true; done; } > "$OUT/powercap.txt" 2>&1; \ { echo "=== modules ==="; lsmod | grep -Ei 'k10temp|fam15h_power|zenpower|rapl|coretemp' || true; } > "$OUT/modules.txt"; \ echo "Saved to: $OUT"; ls -1 "$OUT"
  12. Happy to help
  13. If you can install the latest plugin version. Then replace this file in /usr/local/emhttp/plugins/gpustat/include Enable debug in the settings. Run a transcode and then logs are here. /var/log/gpustats.debug Main.php
  14. Are you sure you are using the beta, also check in Plex transcoding the GPU is selected.
  15. Before you applied it here, on 7.3 it is called boot parameters in settings. And you can set to raw mode to make the edits. But I would do via system drivers tools->system drivers click the pencil to edit, change the vlaue and press the disk to save. For your gpu in the i915 driver add options i915 force_probe=!7d67 in XE driver options xe force_probe=7d67 Once you have updated these it will required a reboot.
  16. I previous post I saw that XE was being used and Jorge mentioned the kernel options. I think it is worth trying XE.
  17. You need to have the beta version of Plex to use the XE driver
  18. Created a new version 2026.05.16 which adds a debug option to settings so should not show the log entries now unless enabled.
  19. Correct repo is here, https://github.com/SimonFair/gpustat-unraid I will look into it, do you have errors set on PHP log settings? Can you provide some info on the GPU you are using and the driver?
  20. Can you provide output sensors when you run in a terminal
  21. Can you run sensors in a terminal and post results
  22. Does this file exist and show any data? /tmp/hostapps When transcoding. Run qmassa in the terminal does it should any drm client. cat /sys/kernel/debug/dri/0000:04:00.0/clients
  23. Try doing ctlr + F5 to reload the page as may have cache the JavaScript.
  24. Will check with Squid as it is in CA.
  25. I don't believe the plugin updates the XE driver. Note on that repo the disclaimer. Disclaimer: This repository is a community project and is NOT affiliated with, endorsed by, or connected to Intel Corporation. This kernel module is a port based on the mainline kernel and Intel's implementation and may contain experimental and unstable features. Please use it at your own risk.

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.