Everything posted by SimonF
-
[PLUGIN] GPU Statistics
I am looking to change minimum release level to be 6.12 anyone using before this release I am updating application detection to pull icons from docker so they don't need to be defined in the plugin. Host based apps will be covered by the plugin but will allow user to add if missing icons qemu and xorg will be included as default. I am looking for testers for the new detection let me know if you want to test Plugin path to install if interested in testing. https://raw.githubusercontent.com/SimonFair/gpustat-unraid/refs/heads/Dynamic-App-Support/gpustat.plg
-
B580 GPU stats not working
I am changing the way apps are detected. I have not tested with XE drivers. But if you want to try NB this is dev code and not released. If you have an issue you will need to remove plugin and install again to revert. Upload to system and run installpkg on the uploaded file. gpustat-2025.08.22a-x86_64.txz Or install https://raw.githubusercontent.com/SimonFair/gpustat-unraid/refs/heads/Dynamic-App-Support/gpustat.plg
-
Unraid OS Version 7.2.0-beta.1 available
Any specific functions you are looking for from 10?
-
B580 GPU stats not working
Thanks, issue is that there is nothing that uniquely ids the application. Can you provide more info on the docker container you are using?
-
B580 GPU stats not working
XE reporting is limited to the clients. And you specific applications may need to be added. Replace the 0000:04:00.0 with pci of you card and run the command below and provide output. cat /sys/kernel/debug/dri/0000:04:00.0/clients For a PID that shows run php /usr/local/emhttp/plugins/gpustat/lib/Pidcheck 3459075 replace pid 3459075 with values from previous command output and provide that also.
-
Upgraded to Sparkle A380 Elf and issues
Do you know which driver you are using and any entries in the syslog, Post diagnostics if you don't know where to look.
-
[Plugins] iSCSI GUI and ISCSI Target
I dont believe there is a restriction with the ISCSI side of things. But will be dependant on file system where the file exists and the size of the storage to hold a file of that size.
-
Proven Working GPU List - VM
What are you looking to use the GPU for. Most GPUs work with Unraid, but some have challenges if you pass thru to a VM.
-
Intel B580 issues
There is a bug report for this already. Issue is in the kernel waiting for a revert of some commits. https://forums.unraid.net/bug-reports/prereleases/xe-drivers-not-working-in-72-r4015/?&tab=comments#comment-34991
-
Sata/SAS controllers tested (real world max throughput during parity check)
You need storcli and hba that provides temp.
-
New Forum Registration Policy
I am approved them
-
Intel Arc Temperature and Fan information
Unlikely to be back ported, but will take a look to see what was changed. Kernel will not be updated until next LTS as current releases are not around for more than a few months. There is a custom kernel by Thor you could look at.
-
[PLUGIN] GPU Statistics
Try clearing cookies
-
[PLUGIN] GPU Statistics
If you run intel_gpu_top it will show the pid. Can you run php /usr/local/emhttp/plugins/gpustat/lib/Pidcheck 3459075 where the number is the PID and post the results.
-
Cannot use vnc and rdp for VM pages when /mnt/user directory is disabled
Thanks for the report. This is a bug and will look at a fix for 7.2
-
[PLUGIN] IPMI for 6.11+
Currently no Gigabyte boards are supported. Do you have any links to documents for impi commands to control fans?
-
[PLUGIN] GPU Statistics
No needs to be defined in the plugin, Which GPU are you using?
-
Thunderbolt enclosures not working after 7.0 upgrade
This fixes the issue on my system with external egpu and nvme: Add this line in the syslinux config. Before the devices showed up but did not initialise. thunderbolt.host_reset=0
-
7.1.4 - DL380 G9 Fans 100% after installing NVIDIA Driver w/ Tesla P4
Could it be related to 3rd party PCIe cards. https://www.dell.com/support/kbdoc/en-us/000135682/how-to-disable-the-third-party-pcie-card-default-cooling-response-on-poweredge-13g-servers
-
VM Manager Feature requests
-
[PLUGIN] GPU Statistics
You cannot get stats if it is bound to vfio or in use in a VM. As the Nvidia driver is not available hence no data. You would need to have tool in the VM.
-
VMs are not started Unraid 7.1.4
@yezz Goto VM settings page and set the disable autostart/start option to no.
-
[PLUGIN] GPU Statistics
Do you get the same effect running nvidia-smi? Is 5080 bound to vfio?
-
What's your backup strategy?
Only backups for VMs is via the VM Backup plugin. Appdata backup does backup the libvirt parts. But you need to be saving the domains folder also. Plans for integrated backups are being looked at. VM Backups will be added to this but not sure if for inital release. I have been testing processes to create backups, but with options if snapshots exist but only as a PoC at present.
-
[PLUGIN] WOL for Services
You could put the Host mac address in the user defined mac for the VM. But not sure how you would get moonlight to send it again? Or in the S3 plugin there is a post wake script you could run a virsh command to start/resume?