Everything posted by SimonF
-
[PLUGIN] GPU Statistics
If you run qmassa on the cmdline does it show fan speed? But will look into it.
-
Internal boot issue
It will not show the boot partition unless you have booted from it it will just show as a data pool. If you have created a boot pool try setting the nvme as the boot device in the bios and see if it boots. Or find the key to go into the boot menu, F11 for MSI motherboards brings up a list of devices but will be different for you machine
-
Internal boot issue
You may need to go into the bios and change the boot order to use the nvmes as it is still booting from the flash still.
-
7.3_rc2 - Boot data not persistent with internal boot?
Yes the model is still the same Unraid still runs from ram and the internal boot drive is similar to a flash drive storing configs and the bzfiles used at boot.
-
Unraid 7.3.0-rc.2 Now Available
The 1 means it does not spin down and will not be tried again.
-
[PLUGIN] GPU Statistics
Do cntr + F5 to reload the page if not already. You might get more info if you switch to the XE driver.
-
[PLUGIN] GPU Statistics
Give release 2026.05.08 a try for XE additional stats. This is the initial release and may need tweaks going forward. Question mark is nvtop. Spaceinvaderone was installing and running Ollama which is most of the mem usage. I was running plex with transcode and virtio3d running glxgears After loading the plugin I recommend do CTLR + F5 to reload the dashboard.
-
Intel Battlemage Pro B50 + B60
Give release 2026.05.08 a try for XE additional stats. This is the initial release and may need tweaks going forward.
-
[Plugin] USB_Manager
Yes USBIP allows connecting a USB device from another, i.e. a Raspberry PI could be the USBIP server and the Unraid server uses it over the network. You need to install an add on plugin for the usbip binaries. Note USBIP is not a very secure comms session. Hub processing will connect all of the devices on a specific hub as you cannot passthru hubs. It will go through each of the devices and attachment to a vm. Here is a post showing usbip.
-
Unraid 7.3.0-rc.2 Now Available
Thanks I have fixed this in https://github.com/unraid/webgui/pull/2632
-
Unraid 7.3.0-rc.2 Now Available
No they should not be and dont show on my system. Could you raise a bug on product.unraid.net in the prerelease section and include diagnostics? I have found the error it is related the the file system of btrfs and zfs. I missed a check to see if it was a pool or array device.
-
Intel Battlemage Pro B50 + B60
WIP So far for XE - Question mark is NVTOP. Working on Bus sizes and bar usage. Hoping to have an initial release this weekend. With Ollama running SpaceInvaderOne Testing
-
[Plugin] Snapshots
Thanks for the PR I will try and review over the weekend.
-
Unraid 7.3.0-rc.2 Now Available
Intel do not support SR-IOV on igpus. The plugin creates a modified driver which is not part of the main kernel hence why it is not included. SR-IOV support was added to the gui to support device that support it natively like ARC B pro GPUs and network adapters. If you need SR-IOV suppurt for igpus you still need the plugin for the modified driver.
-
Unraid 7.3.0-rc.2 Now Available
Not sure if this is still the case but I think you need to run the beta version of Plex to get arc battlemage support.
-
Intel Battlemage Pro B50 + B60
GPU Stats is limited on XE I am working on integrating qmassa
-
[PLUGIN] GPU Statistics
XE shows limited info in GPU Stats at present, at most Fans/Temps and processes. I am working on integrating qmassa which should provide some better status as Intel don't provide any useful tools and most others don't provide a JSON output that can be used.
-
[PLUGIN] IPMI for 6.11+
Not currently. But I guess should be the higher fan value should be used rather than the temp as you could set different values for each. i.e HDD Temp wants fan at 25% and CPU wants fan at 30% should use 30? So may be and add an option of cascade to use current setup or max fan to use the highest fan.
-
[PLUGIN] IPMI for 6.11+
@God_TM @nusyo Release 2026.05.05 fixes the Dell issue, sorry took me a bit longer as need to work on my test R420 to get it working correctly. The last update I remove the manual mode in errror. 2026-05-05 09:15:35 Fan:Temp, FAN123456(17%):Temp(39C) 2026-05-05 09:25:15 Stopping Fan Control 2026-05-05 09:25:15 Setting fans to auto 2026-05-05 09:25:17 Starting Fan Control 2026-05-05 09:25:17 Board: Dell Board Model: PowerEdge R420 2026-05-05 09:25:17 Setting fans to manual 2026-05-05 09:25:27 Fan:Temp, FAN123456(19%):Temp(41C)
-
[PLUGIN] IPMI for 6.11+
@God_TM @nusyo You can install and use this https://raw.githubusercontent.com/SimonFair/IPMI-unRAID/3f5c9bc0ea60fd09963e45f45644a35044c330a9/plugin/ipmi.plg to install the previous version. Nothing should have changed I will try an look at the Dell issue over the weekend. Do you have any fan logs you can send me?
-
Unraid 7.3.0-rc.1 Now Available!!
7.3 rc is already on a fixed kernel was fixed in 6.18.22 and the RC is Linux kernel: version 6.18.23-Unraid
-
Unraid OS Version 7.2.5 Available
Please update to version 2026.05.01 of the nvidia plugin for the CDI update. For more info see this thread. https://forums.unraid.net/topic/98978-plugin-nvidia-driver/page/232/#findComment-1620557
-
[PLUGIN] IPMI for 6.11+
Gigabyte support for MW34-SP0 add in release 2026.04.28
-
Meet the X15: Pre-Deposits Now Open ($99, Fully Refundable)
I have provided info on the IPMI page.
-
[PLUGIN] IPMI for 6.11+
I have been working on getting a Giga MW34-SP0 working as this is the motherboad in a X-15 and will be releasing in a few days. These are the raw commands, so if any other GB users what test and let me know if they work with there board. Note the fan IDs may be different. Set fan duty to 40% ipmi-raw 00 2e 10 0a 3c 00 40 01 66 A6 Set back to auto for all fans ipmi-raw 00 2e 10 0a 3c 00 40 00 00 00 ############################################# # Gigabyte Model for SW34-SP0 # raw => '00 2e 10 0a 3c 00 40 01 CC BB', # + value 0-255 for speed and ID A0-A6 # auto => '00 2e 10 0a 3c 00 40 00 00 00', # full => '00 2e 10 0a 3c 00 40 01 FF FF', # # BB # A0 - CPU_FAN # A1 - SYS_FAN1 # A2 - SYS_FAN2 # A3 - SYS_FAN3 # A4 - SYS_FAN4 # A5 - SYS_FAN5 # A6 - SYS_FAN6 # FF - all fans # # CC # 00 to FF - Set Speed (0-255) # # Fan duty is a value from 1-255, where 1 is 0% and 255 is 100%. The command sets manual mode inline. # No way to set individual fans to auto, but setting all fans to auto will override manual mode and set all fans to auto. ############################################# This board works differently to other manufactures where there is more control over individual fans so I have added the option to disabled so they can be managed by the BMC if required. Supermicro normally have zones. As a future enhancement I will look to add groups so you can set as a single options for a group of fans. Example log. 2026-04-27 10:22:59 Stopping Fan Control 2026-04-27 10:22:59 Setting fans to auto 2026-04-27 10:23:03 Starting Fan Control 2026-04-27 10:23:03 Board: Giga Board Model: MW34-SP0-00 2026-04-27 10:23:03 Fan:Temp, CPU0_FAN(Disabled), SYS_FAN1(58%):HDD Temp(32C), SYS_FAN2(Disabled), SYS_FAN3(Disabled), SYS_FAN4(Disabled), SYS_FAN5(Disabled), SYS_FAN6(58%):HDD Temp(32C) 2026-04-27 10:24:03 fan control config file updated, reloading settings 2026-04-27 10:24:03 Fan:Temp, CPU0_FAN(Disabled), SYS_FAN1(30%):HDD Temp(32C), SYS_FAN2(Disabled), SYS_FAN3(Disabled), SYS_FAN4(Disabled), SYS_FAN5(Disabled), SYS_FAN6(30%):HDD Temp(32C) 2026-04-27 10:24:53 fan control config file updated, reloading settings 2026-04-27 10:24:53 Fan:Temp, CPU0_FAN(Disabled), SYS_FAN1(25%):HDD Temp(32C), SYS_FAN2(Disabled), SYS_FAN3(Disabled), SYS_FAN4(Disabled), SYS_FAN5(Disabled), SYS_FAN6(20%):HDD Temp(32C) 2026-04-27 10:26:33 fan control config file updated, reloading settings 2026-04-27 10:27:33 fan control config file updated, reloading settings 2026-04-27 10:27:33 Fan:Temp, CPU0_FAN(30%):CPU0_TEMP(35C), SYS_FAN1(25%):HDD Temp(31C), SYS_FAN2(Disabled), SYS_FAN3(Disabled), SYS_FAN4(Disabled), SYS_FAN5(Disabled), SYS_FAN6(20%):HDD Temp(31C)