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. Yes it both devices have the same name you can do at a port level. but both have different serial numbers so should be able to use name also.
  2. Release 2025.03.18a allows three devices. Display with sample data for 1 and 2, not found for 3.
  3. Can you touch /tmp/gpustatapps it should create a file called /tmp/gpuappsint cat you cat and post the data? Apps have to be coded within the app not related to kernel
  4. Looks like it may be a setting in the bios due to tile nature of TRs, Set this to enabled.
  5. The snapshot implementation does not create a full copy of the disk image. It creates a QCOW2 overlay in the same dir as the disk. It is not possible to create a snapshot via script/Cmdline currently. The database for snapshots is stored in /etc/libvirt/qemu/snapshotdb/VM name/ Planned for a future release to provide backups, but not in scheduled timeline as yet.
  6. Example View. I can add IP add an option for a description to show on the top line next to usage? I have not been able to test with data. Here is a test package, copy to your system and run installpkg path tasmotapm-2025.03.16-x86_64.txz
  7. Will allow 3 to start with, Does anyone have sample data they can supply? http://IP/cm?cmnd=Status%208 This is for no user + password
  8. What is the output of timeout -k .500 .400 intel_gpu_top -J -s 250
  9. OK thanks. Will make an update tomorrow with code changes if I don't find any issues with it.
  10. You need to be on 2023.03.12 for this file to work. For files cat /tmp/gpu* and post data. Main.php
  11. If I send the file are you able replace the existing.
  12. protected function getKernelDriver2(string $pciid) { $driver = ''; if (is_link('/sys/bus/pci/devices/'.$pciid.'/driver')) { $strLink = @readlink('/sys/bus/pci/devices/'.$pciid.'/driver'); if (!empty($strLink)) { $driver = basename($strLink); } } return $driver; } Top is this ^ will be called protected function getKernelDriver( just add a 2. Then paste this after. protected function getKernelDriver(string $pciid): string { $command = "udevadm info --query=property --path=/sys/bus/pci/devices/$pciid | grep 'DRIVER='"; $output = shell_exec($command); return $output ? trim(str_replace('DRIVER=', '', $output)) : ''; } ctlr s to save ctlr x to exit
  13. Sorry typo should be local.
  14. Are you able to edit i.e. nano /usr/locat/emhttp/plugins/gpustat/lib/Main.php, update the first function to have a 2 and then add a replacement function to see if that fixes the issue. protected function getKernelDriver2(string $pciid) { $driver = ''; if (is_link('/sys/bus/pci/devices/'.$pciid.'/driver')) { $strLink = @readlink('/sys/bus/pci/devices/'.$pciid.'/driver'); if (!empty($strLink)) { $driver = basename($strLink); } } return $driver; } protected function getKernelDriver(string $pciid): string { $command = "udevadm info --query=property --path=/sys/bus/pci/devices/$pciid | grep 'DRIVER='"; $output = shell_exec($command); return $output ? trim(str_replace('DRIVER=', '', $output)) : ''; }
  15. Can you post the gpu* files from /tmp ?
  16. Hi @Pri It is something we have been thinking about, but challenge is that libvirt only stores the PCI ID and does not include any vendor product information. I was thinking that we should store the last lspci values at reboot/power off so if hardware as been changed make the VM as not being able start if it contains a PCI ID that now has a different vendor/product. Could include updating devices or maybe suggest new ID. I guess you meant PCIID rather than IOMMU group as only would be an issue if the device was put into a new IOMMU group that had other cards.
  17. The module should is included in /lib/lcdproc. https://lcdproc.sourceforge.net/docs/lcdproc-0-5-5-user.html#imonlcd-howto Do you know which version of the device you have?
  18. When you see unparseable can you move off the Dashboard so it does not refresh and provide the 3 files from /tmp/gpu*
  19. What are your timers set to?
  20. So each one will be in a new panel like GPU stat?
  21. Works on my system as expected. Where you on the dashboard page for it to refresh and create the file? root@computenode:~# cd /tmp root@computenode:/tmp# ls gpu* gpuappsint gpudata0000:00:02.0 gpujson gpurawdata0000:00:02.0 gpustatapps root@computenode:/tmp# cat gpuappsint found app qemu qemu root@computenode:/tmp# cat gpustatapps root@computenode:/tmp# ls -l gpu* -rw-r--r-- 1 root root 21 Mar 14 19:19 gpuappsint -rw-r--r-- 1 root root 802 Mar 14 19:19 gpudata0000:00:02.0 -rw-r--r-- 1 root root 4232 Mar 14 19:19 gpujson -rw-r--r-- 1 root root 3566 Mar 14 19:19 gpurawdata0000:00:02.0 -rw-rw-rw- 1 root root 0 Mar 14 18:37 gpustatapps root@computenode:/tmp# Could you post gpudata0000:00:02.0
  22. If you touch /tmp/gpustatapps then it will create /tmp/gpuappsint if you send I can look at adding the apps.
  23. Xvnc and obsidian I don't think are in the apps list. But if no values in top then gui will not show.
  24. What does intel_gpu_top show,
  25. Can you post diagnostics please

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.