Hannes Laimer's latest activity

  • Hannes Laimer
    Hey, das NO-CARRIER bedeutet, dass kein physischer link bei eno1 erkannt wird. Meistens ist das Kabel nicht ordentlich eingesteckt, oder defekt. Hast du das schon überprüft?
  • Hannes Laimer
    Hey, with the current default it behaves like sync would currently, that is also the reason it was chosen. Something like a datastore option that allows configuring the default could make sense. What I am not so sure about is offering an option...
  • Hannes Laimer
    We're pleased to announce the release of Proxmox Backup Server 4.2. This version is based on Debian 13.4 ("Trixie"), uses Linux kernel 7.0 as the new stable default for improved hardware support, and comes with ZFS 2.4 for reliable...
  • Hannes Laimer
    Hannes Laimer reacted to fba's post in the thread some questions firewall with Like Like.
    This is explained in the documentation, see https://pve.proxmox.com/pve-docs/pve-admin-guide.html#_ports_used_by_proxmox_ve and https://pve.proxmox.com/pve-docs/pve-admin-guide.html#pve_firewall_default_rules
  • Hannes Laimer
    Hannes Laimer replied to the thread some questions firewall.
    Hey, 1. not quite, for vnets the the firewall attaches to the bridge FORWARD hook, so there is no separate IN/OUT. So it will filter everything that goes through the bridge, this can be east-west traffic between guests on the same vnet, but also...
  • Hannes Laimer
    Hannes Laimer replied to the thread Sicherung auf USB?.
    Mit remove-vanished auf dem sync job sollten nicht mehr vorhandene entfernt werden. Und mit 4.1.8[1], gibt es eine Flag[2] mit der eingestellt werden kann, dass ein GC vor jedem unmount gestartet werden soll. Prune jobs können nicht direkt wie...
  • Hannes Laimer
    I think this is because we get ldap values already utf-8 encoded, but treat them as if they are not. sent a patch[0]. [0] https://lore.proxmox.com/pve-devel/20260417110451.134766-1-h.laimer@proxmox.com/T/#u
  • Hannes Laimer
    Hey, with Debian 13 /etc/sysctl.conf is no longer used[1]. Easiest solution is probably to just move the configs into a .conf file in /etc/sysctl.conf.d/ as outlined in [1]. [1]...