This bug has been reported on Bugzilla already: https://bugzilla.proxmox.com/show_bug.cgi?id=5032
See https://forum.proxmox.com/threads/problem-with-time-within-vms.166817/ for a workaround.
Hi @fiona,
I've tested it on the latest 7.0.6-2 kernel as well as the older 6.x kernel present using the proxmox boot tool; both did not work.
lshw gives me the following info on the physical nics:
*-network
description: Ethernet...
Hi,
thank you for the report, the git://git.proxmox.com/git/mirror_ubuntu-kernels was slightly behind, so it didn't yet contain the newest required tag. The issue should be fixed now thanks to @fabian!
We eventually created a test cluster to just test the different questions and solutions. What we ended up doing that worked perfectly:
Made sure all nodes were able to communicate over port 22 and 8006 on the public IP
updated /etc/hosts and...
Hi @citricut,
is the package proxmox-archive-keyring installed correctly on your system? The meta-package proxmox-backup depends on that so maybe that is not installed as well?
Your point don't address the root concern though. It's quite difficult to proove that a certain Software doesn't have a specific feature ( aka malicious code) due to the Halteproblem. Thus scanning with antivirus snakeoil only shows that your exe...
for all intents and purposes this could be malware, so no thanks. not going to trust an unknown exe from a source without known good reputation without available sourcecode.
Hello everybody,
I have 3 PMX in my architecture, when i updtae one of the server i migrate the VM on others.
But even i do this, the migrated VM's are not accessibles during the reboot of one PMX, (by SSH, by https there are webservers...)...
As a follow-up and to eliminate other possible causes: Have such segfaults or memory corrupts happened before on the node? If some maintenance time is possible, does a memtest with a few runs end successfully?
Hi @joelvdvoort and @gaetanc,
did you already try with kernel 7.0.6-2 to see if the backport there fixes the issue?
If it does not, could test with pve-qemu-kvm=10.2.1-2 and pve-qemu-kvm=10.1.2-7. A VM needs to be started fresh after installing...
Looks weird but actually works in our ...interesting... network setup here. The second server does not mind this configuration and reaches everything necessary via this gateway.
I found something rather interesting:
Both servers used to run in a...
@tomten could you share more details about your setup?
VM configuration qm config ID with the numerical ID
network configuration inside the VM
network configuration on the host
DNS configuration
the exact error you see with DNS
model of the...
If you are not using the iGPU, another way to make kernel 7 work is to blacklist the amdgpu driver:
echo "blacklist amdgpu" > /etc/modprobe.d/blacklist-amdgpu.conf
update-initramfs -u -k 7.0.6-2-pve
update-grub
You can also unpin v6 if you used...