Servus zusammen,
es gibt anscheinend Neuigkeiten bezüglich der NPU Nutzung unter Linux mit FastFlowLM.
https://lemonade-server.ai/flm_npu_linux.html
Wollte es ausprobieren aber seit dem Proxmox Firmware Update auf 3.18 wird bei mir die NPU...
aside from that video very obviously being ai generated, the underlying point is not wrong. in modern windows versions, using 'host' cpu mode activates VBS (virtualization based security) which can incur a heavy performance penalty. Alternatively...
Hi, newbie here, i'm trying to configure a VM to use my gpu with pci passthrough.
My specs are:
CPU: intel 265k
MB: gigabyte z890 eagle
GPU: gigabyte RX 9070 XT GAMING OC 16G
Now I know that an nvidia gpu would have worked better but here I am...
I believe there is no builtin option to change it since it is hardcoded. A quick workaround would be to reformat the output with sed:
tail -f /var/log/pveproxy/access.log | sed -E 's|\[([0-9]{2})/([0-9]{2})/([0-9]{4})|\[\2/\1/\3|g'
But this...
Hey DEZERTIR,
I've migrated a few VMs from Hyper-V to Proxmox before and ran into pretty much the exact same issue—after conversion and boot, changing RAM via the GUI does nothing, even with qemu-agent installed. Reboots didn't help either.
I...
Thanks all for your prompt responses - much appreciated.
I came to the same conclusion late this afternoon when I ran the lspci command on all my servers. All the one ones that work, identify as Ethernet whereas the one I'm trying to get working...
Hi all.
During some large VM (1.5TB pure data, 3TB VM) verify jobs I am seeing this more often than not...
Mar 06 10:42:20 pbs proxmox-backup-proxy[1989155]: <?xml version="1.0" encoding="UTF-8"?>
<Error><Code>InternalError</Code><Message>We...
The following youtube video suggest that host mode has a performance bottle neck and is slower than if you use x86-64-v3 is this true ?
https://www.youtube.com/watch?v=CU5j_XeUg20
I need to point out I use quite few Windows VM's
If I recall correctly you should also be able to use host + disabled flag for nested virtualization to get a good performance and maximum features of your cpu
-cpu x86-64-v3,... and -cpu host,... are not the same thing. x86-64-v3 is a named CPU model / ABI baseline, while host is host passthrough. In QEMU terms, named models expose a predefined, stable feature set, and host passthrough exposes the host...
Hello Swifty,
Exactly I'm affected by the apparmour problem. The solution turned out to disable named service from apparmor control.
Thanks for pointing that out.
Regards..
Hello,
Same problem here, if it can help I solved it by removing apparmor config for named (it's on an upgraded system so it must be inherit from a previous version of debian/proxmox).
sudo rm /etc/apparmor.d/usr.sbin.named
sudo aa-teardown...