Everything posted by SimonF
-
Unraid 7.2.7 Now Available
The are two stable releases. A 7.3 update will becoming also. docs.unraid.net/unraid-os/download_list/
-
Unraid 7.2.7 Now Available
The docker version will be bumped when the next 7.3 release happens.
-
VMs won't autostart after motherboard replacement
Warning may be a bug, but will review logs. Do you have any SR-IOV devices showing below?
-
VMs won't autostart after motherboard replacement
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.
-
VMs won't autostart after motherboard replacement
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.
-
Using the Intel Arc Pro B70 for AI on Unraid
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.
-
Processor wattage and temperature incorrect on 7.3.0
I have updated the plugin with a few code updates, please can you update and confirm it is still working correctly for you systems.
-
Processor wattage and temperature incorrect on 7.3.0
Could you provide a screen print please.
-
Processor wattage and temperature incorrect on 7.3.0
@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
-
How to use unused space on internal boot pool?
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.
-
Processor wattage and temperature incorrect on 7.3.0
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"
-
Intel 7 265K iGPU Not in /dev/dvi/
Happy to help
-
[PLUGIN] GPU Statistics
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
-
Intel 7 265K iGPU Not in /dev/dvi/
Are you sure you are using the beta, also check in Plex transcoding the GPU is selected.
-
Intel 7 265K iGPU Not in /dev/dvi/
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.
-
Intel 7 265K iGPU Not in /dev/dvi/
I previous post I saw that XE was being used and Jorge mentioned the kernel options. I think it is worth trying XE.
-
Intel 7 265K iGPU Not in /dev/dvi/
You need to have the beta version of Plex to use the XE driver
-
[PLUGIN] GPU Statistics
Created a new version 2026.05.16 which adds a debug option to settings so should not show the log entries now unless enabled.
-
[PLUGIN] GPU Statistics
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?
-
Processor wattage and temperature incorrect on 7.3.0
Can you provide output sensors when you run in a terminal
-
Processor wattage and temperature incorrect on 7.3.0
Can you run sensors in a terminal and post results
-
[PLUGIN] GPU Statistics
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
-
[PLUGIN] GPU Statistics
Try doing ctlr + F5 to reload the page as may have cache the JavaScript.
-
[Plugin] USB_Manager
Will check with Squid as it is in CA.
-
[PLUGIN] Intel iGPU SR-IOV - Support Page
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.