this signal (11) is a "SIGSEGV" which means there was a segmentation fault somewhere. I'd guess it's either some corrupted file (you could check this with the 'debsums' package+command) or faulty hardware (like e.g. faulty memory)
since it...
setting the '+i' (immutable) flag is only a further protecting layer. It's set to prevent accidental modification of template base file (since it could have linked clones).
everything should continue to work even without that flag, but now an...
i agree it's not optimal. If you have a (in the best case concrete) improvement suggestion, please open an enhancement request on https://bugzilla.proxmox.com . that way we can better keep track of these requests :)
this is meant as a bar over time (left is older, right is newer) where the color indicates the usage (100% red, 0% green). I agree it's not the best visualization, but nothing better did come up yet.
e.g. see the example screenshot in the docs...
mhmm? not sure i get what you mean. which documentation is "behind fake walled gardens" ? every piece of the software and docs are out in the open. Yes, we don't have any detailed guide ourselves on e.g. how you to run jellyfin with a gpu...
there are no artifical limits in pdm itself, so the only limit is what the system can give.
mostly this is
* network latency/throughput (e.g. for remotes with many vms updating the metrics, etc. can be quite large)
* memory: from what i can...
while migration tasks should show on the pdm, i can confirm that the maintenance status of nodes is currently not shown on PDM
Would you mind opening a feature request/bug on https://bugzilla.proxmox.com/ ?
sadly that path alone does not really say where it comes from or anything else.
can you see which device (e.g. pci id) id belongs to?
what does it show?
you can print it by doing, e.g.
cat /sys/class/hwmon/hwmon1/temp1_input
yes, it should be the same as passing through any other gpu
note that passing through integrated gpus is a bit more complicated usually, and not as well supported as passing through "proper" pci devices.
i guess sometimes the sensors that are available in linux via drivers/etc are not the same that are available via the ipmi so it might be a different sensor.
do you know how beszel retrieves the sensor info?
if the package 'lm-sensors' is...
well, sr-iov is the 'pci standard' way to do multiple vgpus on a single pci card. nvidia takes a slightly different approach (you have to "activate" a profile on the virtual function and need a specialized driver)
for normal passthrough, nothing...
nur um ein bisschen Klarheit zu schaffen (die Doku page kann man hier sicher noch verbessern!):
grundsätzlich sind die angegebenen Versionen miteinander kompatibel weil explizit getestet, bzw. beim expliziten durchtesten von neuen NVIDIA Treiber...
i can't really speak to the performance of each card (maybe there is some relevant benchmark for you out there) but theoretically the b50 can do sr-iov (so "vGPU") while the a2000 can't do that. if that's relevant to you it might be an upgrade...
ok so because i also ran into a similar issue with an RTX Pro 6000 Blackwell card.
if the host has one region with X GiB + several others , the MMIO size must be the next multiple of 2 above X
so in your case, the host reports:
which would...
Hi, you say increasing the mmio size did not do anything:
how did you do increase the size?
did you see the different solutions to increasing the mmio size here...