Latest activity

  • S
    I'm also looking to be able to do this! I was just learning about cloud-init and setting that up via API when I ran into this issue. For now I will use SSH/SFTP, which seems like the only alternative.
  • B
    bitranox reacted to spirit's post in the thread Corosync link flapping with 3 nodes with Like Like.
    corosync mtu is always lower than real mtu. in my production, I have also 1397 pmtud with 1500 mtu on nic Feb 19 11:05:20 corosync[23618]: [KNET ] pmtud: PMTUD link change for host: 4 link: 0 from 469 to 1397
  • D
    daves_nt_here reacted to Onslow's post in the thread Unknown network traffic with Like Like.
    Hi, @daves_nt_here I would do something like: log from a workstation into PVE2 with ssh, then about 10 minutes past an hour: tcpdump -i any not host ip.address.of.workstation You can make the filter more detailed but we don't know the source IP...
  • D
    daves_nt_here replied to the thread Unknown network traffic.
    This was the answer I needed. I ran it about a minute before the 11th minute and found a VPN address being accessed. It was a remote server that grabs a single file off of one of the NAS servers for a remote backup. Totally forgot about that...
  • J
    Johannes S reacted to spirit's post in the thread Corosync link flapping with 3 nodes with Like Like.
    corosync mtu is always lower than real mtu. in my production, I have also 1397 pmtud with 1500 mtu on nic Feb 19 11:05:20 corosync[23618]: [KNET ] pmtud: PMTUD link change for host: 4 link: 0 from 469 to 1397
  • J
    Johannes S reacted to spirit's post in the thread Corosync link flapping with 3 nodes with Like Like.
    So, here, at 22:04, why is your link down ? node reboot ? if not, you have clearly a problem with nic , the cable, or the switch port[/spoiler]
  • B
    good to know ! i did not check that on my hosts, it just caught my attention. I take everything back. ;-)
  • spirit
    for hardening, you can do something like DisableForwarding yes Match User root Address <<10.0.10.0/24,10.0.20.0/24>> DisableForwarding no AllowTcpForwarding yes X11Forwarding no AllowAgentForwarding no PermitTunnel no (replace...
  • spirit
    So, here, at 22:04, why is your link down ? node reboot ? if not, you have clearly a problem with nic , the cable, or the switch port[/spoiler]
  • spirit
    corosync mtu is always lower than real mtu. in my production, I have also 1397 pmtud with 1500 mtu on nic Feb 19 11:05:20 corosync[23618]: [KNET ] pmtud: PMTUD link change for host: 4 link: 0 from 469 to 1397
  • O
    Welcome, @rct I don't know if that makes any difference for this command, but the docs at https://pmg.proxmox.com/pmg-docs/pmg-admin-guide.html#chapter_pmg-log-tracker show double quotes, not single quotes. A literal example: pmg-log-tracker -i...
  • J
    It should be arch: amd64. Anything else will not work. Run this in your Console: nano /etc/pve/lxc/102.conf Then edit it to arch: amd64
  • J
    Backup fleecing in Proxmox is a write-cache layer for live VM backups that captures overwritten data in temporary local images, to protect guest performance when the backup target cannot keep up. But that only helps if disk I/O is the bottleneck...
  • J
    your use case is more suited for snapraid or unraid. these dont integrate with pve in any way, but they will work normally like any directory type store.
  • J
    Johannes S reacted to Impact's post in the thread zu wenig Speicherplatz? with Like Like.
    Teile bitte die Fehlermeldung, ein Bild von node > Summary und die Ausgabe von df -hT. Mit den Bildern lässt sich wenig über das Dateisystem sagen.
  • A
    artex replied to the thread zu wenig Speicherplatz?.
    Moin zusammen, ich bin recht neu in dem Thema und versuche auch gerade mein AdGuard zu updaten. Leider ebenfalls zu wenig Speicherplatz verfügbar. Das klappt bei mir leider nicht. Es kommt unter jeden Punkt "Permission denied".. was könnte hie...
    • Screenshot 2026-03-24 222041.png
  • bbgeek17
    Hi @McChaos , You should look into Resource Pools: https://pve.proxmox.com/pve-docs/pve-admin-guide.html#pveum_resource_pools Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
  • C
    thank you for posting this. i have implemented this on my gateway that gets quite a bit of mail, i have been thinking about moving to rspamd for a bit but like the appliance format of pmg, this gets me that without having to change my setup...
  • A
    your use case is more suited for snapraid or unraid. these dont integrate with pve in any way, but they will work normally like any directory type store.
  • T
    My understanding is that you move the "requested state" to "disabled" for the VM in HA resources, then back to "start". That should clear the error.