Same here. ixgbe does not build on kernel 7. Thanks for opening the issue on github.
My current workaround is to pin kernel 6.17.13-6-pve and build ixgbe-6.3.6.
root@pve1:~# modinfo ixgbe | head -2
filename...
@Hamlet , here you are :)
In fact, at least two options.
"Output redirection"
E.g. you want to issue ip a and save the result in the file named ip_a.txt
ip a > ip_a.txt 2>&1
Notes:
a) > overwrites the file
b) >> appends to the file
c)...
Hi Nick
Ceph or any cluster should only ever operate in one datacentre. <1ms latency between each other.
The key to your question is what is your stated RTO/RPO goals? Would you be better hosting in 2 regions with 2 PBS instances which then...
Hi Moayad — image-level results below. Short version: you nailed it. The image itself benches dramatically worse than a scratch image on the same pool, especially in single-thread small/medium I/O.
Image identification
qm config 162 | grep...
In case someone else finds this, I was able to fix the issue by reinstalling some PVE packages from my node's shell.
apt update
apt install --reinstall pve-manager proxmox-widget-toolkit libpve-http-server-perl
Then refreshed browser and...
Hello justinclift,
Can this procedure be used on a case where an upgrade from 8.4.x to 9 (latest) will be done? Doing the procedure after dist-upgrade?
We want to upgrade but not use 7.0.x kernel for now.
Best regards
If you intend to stay on the older kernel for now, it may be a good idea to review the following security advisory:
https://forum.proxmox.com/threads/proxmox-virtual-environment-security-advisories.149331/post-850782
If your system is affected...
Up to Qemu 11, the only option is “Disabled.” Without hardware acceleration, performance will likely drop significantly.
https://forum.proxmox.com/threads/qemu-10-1-available-on-pve-test-and-pve-no-subscription-as-of-now.175350/post-850543
The...
Hi, I am migrating from VMware to Proxmox and I was wondering if there is a way to replicate this kind of settings on proxmox?
I assume its by using the SDN? But I would like some guidance or tips how to achieve this in proxmox ?
Thanks
This is typically the kind of thing which makes me feel enthusiastic - then I think of it more carefully and realize I will likely create more mess than anything :D. I will keep learning about Proxmox and Linux and hopefully try the upgrade. The...
There are very few reasons, if ever, for a home-laber running on mini-pc to upgrade from a known stable kernel.
Figuring out the reason would require Kernel bisect to find the differences, comparing modules across two kernels, possibly compiling...
Wenn in der Übersicht „Legacy BIOS” steht, wie auf deinem Screenshot, dann ist Secure Boot für den Host definitiv nicht aktiviert.
Und wenn „pre-enrolled-keys=1” nicht zu finden ist, würde ich sagen, dass auch in den VMs kein Secure Boot aktiv...
Ich meinte die Einstellung für SecureBoot in dem BIOS meiner Fujitsu Kiste hier auf der der Proxmox Host läuft. Aber mit "Übersichtsseite" meinst Du ja vermutlich das
und wenn ja wäre meine Frage ja geklärt.
VG Jim