Everything posted by SimonF
-
[PLUGIN] GPU Statistics
The wrong js code was cached, doing ctrl+F5 reloads from server.
-
[PLUGIN] GPU Statistics
Thanks looks like the file is ok now. Does tha app show when running. You should just need to open the terminal and paste cat /usr/local/emhttp/plugins/gpustat/scripts/gpustatmulti.js
-
[PLUGIN] GPU Statistics
if you do CTRL + F5 to refresh the page does that fix it? also does cat /usr/local/emhttp/plugins/gpustat/scripts/gpustatmulti.js show the correct code?
-
[PLUGIN] GPU Statistics
Strange there should be 3 files, do you know how do use Debug in a browser (F12)? Can you confirm the code looks like this, there should be a section called active_apps. If you add a break point here it should stop and you can see the value of that info. If the code does not look like this do ctlr F5 for the browser to download from the server again. Once you see info like below if you hover over the data['active_apps'] you can to f12 to come out of debug.
-
[PLUGIN] GPU Statistics
Which Unraid vers are you running? Do you have any files in /tmp called gpu.... root@computenode:~# ls /tmp/gpu* /tmp/gpudata0000:00:02.0 /tmp/gpujson /tmp/gpurawdata0000:00:02.0 If yes can you provide GPU data and gpujson
-
[PLUGIN] GPU Statistics
Working ok for me with Intel GPUs. Can you confirm type of GPU you are using? Icon should be retrieved from the docker in the latest version so should be no need to add new apps, unless it is a host based one.
-
IOS API UPS
Unraid API only provides data on UPS via the APC integration, NUT is a plugin and not supported by the Unraid API hence no data in the app.
-
Mobile app shows ‘No UPS Detected’ while NUT on server works.”
Integration within the Unraid is for the APC UPS support in Unraid. NUT is a plugin and is not supported in the Unraid API so the App will not show data..
-
Nouveau driver update and support for vgpu
Nouveau is a kernel module that was added to support virgl. It is blacklisted by default. How does it break the vgpu driver?
-
Nouveau driver update and support for vgpu
If vgpu unlock is required for this to use then it wont be implemented. Also doesn't vgpu need a licence server and an official license?
-
[PLUGIN] Intel iGPU SR-IOV - Support Page
Create more virtual(VFs) GPUs upto a max of 7. Will use more memory also for vRAM
-
Is there any documentation or tutorial on Unraid 7 Snapshots?
Can you send full XML for windows also.
-
Is there any documentation or tutorial on Unraid 7 Snapshots?
Can you provide this for Debian also virsh dumpxml VMName | xmllint --xpath '//devices/disk'
-
Is there any documentation or tutorial on Unraid 7 Snapshots?
Was the VM running at the time? The output only shows that the VM is using just be original image file. Can you provide cat /etc/libvirt/qemu/snapshotdb/AArch/snapshots.db replacing AArch with your VM name. <disk type="file" device="disk"> <driver name="qemu" type="raw" cache="writeback" discard="unmap"/> <source file="/mnt/user/domains/Windows 11/vdisk1.img" index="3"/> <backingStore/> <target dev="hdc" bus="sata" rotation_rate="1"/> <serial>vdisk1</serial> <boot order="1"/> <alias name="sata0-0-2"/> <address type="drive" controller="0" bus="0" target="0" unit="2"/> </disk>
-
[PLUGIN] GPU Statistics
Try unchecking saving and then rechecking in the settings. If this does not work can you post nvidia-smi -q -x Do you have two NV gpus? Also try ctrl + F5 in dashboard.
-
[PLUGIN] GPU Statistics
Release 2025.11.23 Update puts the dynanic app detection into the mainstream plugin. Users on the dev branch will see the update and it will put you back onto the main branch. Thanks to @Peuuuur Noel for the initial PR that provided the base for the dynamic detection.
-
How to add a removed tile back to the dashboard? (7.2.x)
Click on the green padlock on the page selection line on the right. This will then show a spanner in the machine name panel click on it and it should show panels with check boxes to select or deselect.
-
Remembering @bonienl
It was a pleasure working with you and your insight into the inner workings of GUI and backgroud services. You brought so many enhancements like movable dashboard. You will be missed. RIP.
-
[PLUGIN] GPU Statistics
GPU stat just uses values from Nvidia smi value does change most of the time it shows p8 when not in use. Not sure why p5 is shown.
-
CPU Temperature via GraphQL?
The latest API has support for power and temps for CPUs. It will be in the next release or you can download the connect plugin. query ExampleQuery { info { cpu { packages { power temp totalPower } } } } Result { "data": { "info": { "cpu": { "packages": { "power": [ 11.82 ], "temp": [ 44 ], "totalPower": 11.82 } } } } }
-
[Plugin] USB_Manager
Do you have it enabled in the settings? You can check the log to see if usbipd is running. root@QNAPR420:~# cat /var/log/syslog | grep usbipd Nov 17 07:42:35 QNAPR420 usb_manager: Start usbipd Nov 17 07:42:35 QNAPR420 usbipd: usbipd: info: starting usbipd (usbip-utils 2.0) Nov 17 07:42:35 QNAPR420 usbipd: usbipd: info: listening on 0.0.0.0:3240 Nov 17 07:42:35 QNAPR420 usbipd: usbipd: info: listening on :::3240 Nov 17 07:43:43 QNAPR420 usbipd: usbipd: info: connection from 127.0.0.1:58920 Nov 17 07:43:43 QNAPR420 usbipd: usbipd: info: received request: 0x8005(11) Nov 17 07:43:43 QNAPR420 usbipd: usbipd: info: exportable devices: 0 Nov 17 07:43:43 QNAPR420 usbipd: usbipd: info: request 0x8005(11): complete root@QNAPR420:~#
-
VM Won't start :(
The VM disk file is a sparse file. I will grow as the VM consumes storage. The real file size on the disk will not be the full 60Gb of the VM disk until it is used. So if the physical under-lying storage has no space then the disk cannot expand and will cause the VM to pause. If you open the VM storage view it will show allocated space.
-
[PLUGIN] GPU Statistics
Try loading this dev version it should pickup icons from the dockers. Install this dev release, https://raw.githubusercontent.com/SimonFair/gpustat-unraid/refs/heads/Dynamic-App-Support/gpustat.plg I am looking to update the plugin to this new version within the next few weeks.
-
[PLUGIN] GPU Statistics
Data shows currently with you XML on my system. Try ctrl-F5 when on the dash board or in settings deselect all gpus, save and try to add again.
-
[PLUGIN] GPU Statistics
Can you provide output from nvidia-smi -q -x