Have you started the affected container during the time of this log? You can use journalctl --since '2026-06-12 09:38:00' --until '...' to capture the output between some time span (I filled in the --since with the rough start time of the LXC...
SOLUTION FOUND
------------------------------
After further investigation, I can now confirm the root cause and working solution for LXC container backups failing to NTFS NFS shares in Proxmox 7+.
THE PROBLEM (TWO-PART)
1. NTFS filesystem...
Here's a simple script I wrote for our Nagios that monitor errors with the replications
#!/bin/bash
# Script to check Proxmox storage replication
# ExitCode:
# 0 = Ok
# 1 = Warning
# 2 = Critical
# 4 = Ok (No replicatons configured)...
Small caveat with that workaround: on Debian 13 `/etc/resolv.conf` is often a symlink managed by resolvconf or systemd-resolved, so writing it directly can be overwritten later or bypass the resolver stack. If this is only for a template, I would...
If you mean an IP on the PVE host side, I would not edit the generated `wan1` bridge directly; SDN will overwrite that again. Add it as a subnet/gateway in Datacenter -> SDN -> VNets/Subnets, then Apply SDN and check `ip addr show wan1` plus the...
I switched to chrony at some point but I cannot remember if I was using systemd-timesyncd or full ntpd. Either way AIUI `apt install chrony` will warn about removal of a conflicting package. My preference would be for switching time daemon rather...
Good morning,
apt -U dist-upgrade works fine. No errors. I just have updated librabbitmq4.
systemctl --failed shows me those two LXCs that I tried to restart on this server:
root@proxmox-2:~# systemctl --failed
UNIT LOAD...
Since search brought me here while I was looking for some answers, I'm posting back here with more details as well.
The ID refers to the Relying Party ID and must be the specific domain of the node, or a parent domain for all nodes.
The Name is...
Live Training Video (40m)
https://www.youtube.com/watch?v=Qhm8NsYq6dc
WARNING: Follow Carefully, You May Only Get 1 Try
As per our experimentation, it is possible to misconfigure WebAuthn in a way that cannot easily be fixed by using the...
Hello All,
I’ve upgraded to Proxmox Ver 9 after when I tried to startup my Windows 11 Pro I received the error message below:
WARN: EFI disk without 'ms-cert=2023k' option, suggesting that not all UEFI 2023
certificates from Microsoft are...
I would read that as SDN/IPAM bookkeeping first, not necessarily as the container using DHCP. If the IP was set inside the container, Proxmox/dnsmasq can still keep a lease/allocation for that MAC/VMID, and the important check is whether the...
Small caveat with that workaround: on Debian 13 `/etc/resolv.conf` is often a symlink managed by resolvconf or systemd-resolved, so writing it directly can be overwritten later or bypass the resolver stack. If this is only for a template, I would...
I would read that as SDN/IPAM bookkeeping first, not necessarily as the container using DHCP. If the IP was set inside the container, Proxmox/dnsmasq can still keep a lease/allocation for that MAC/VMID, and the important check is whether the...
If you mean an IP on the PVE host side, I would not edit the generated `wan1` bridge directly; SDN will overwrite that again. Add it as a subnet/gateway in Datacenter -> SDN -> VNets/Subnets, then Apply SDN and check `ip addr show wan1` plus the...
Great suggestions Anna. All of those commands and files report back the correct name resolution and IP's. That's the strange thing about this. I'm not sure where the pve-cluster status is generating its results with that old IP. So far...
Dann ist die 60-GB-Partition nicht automatisch falsch, aber sie löst kein Redundanzproblem. Wenn pro Host nur eine kleine SSD da ist, würde ich eher schlicht PVE auf diese SSD installieren und die 4-TB-SSD komplett als VM-Pool nutzen. Wichtig ist...
Thanks.
I think perhaps the installs that did not have the ntpd apparmor issue were fresh from ISO, and not upgrades.
It's hard to tell at this point. I've got a lot of servers to manage, and no help. Things get hectic.
I have passed through a second nvme which got assigned to PCI 05:00.0 and after setting the romfile to AMDGopDriver_8745hs.rom (and NOT AMDGopDriver_8845hs.rom!) I got for the first time a HDMI DisplayLink output on my monitor with this setup...