Hannes Laimer's latest activity

  • Hannes Laimer
    Hannes Laimer replied to the thread Sicherung auf USB?.
    Kommt vom GC scheduler, also wenn du keine garbage-collection schedule hast gibt's die Meldung auch nicht.
  • Hannes Laimer
    Hannes Laimer replied to the thread Sicherung auf USB?.
    Zur Zeit geht das nicht, aber mit dem von mir erwähnten patch würden diese verschwinden.
  • Hannes Laimer
    Hannes Laimer replied to the thread Sicherung auf USB?.
    @JensF jap, macht eigentlich keinen Sinn, dass das immer im Log landet. Sollte mit [1] behoben werden. [1] https://lore.proxmox.com/pbs-devel/20251014075545.20528-1-h.laimer@proxmox.com/T/#u
  • Hannes Laimer
    Hey, yes. That'll work, you just need access to the same backup storage. Backups do include the config, so you may have to update things like NIC names if they should be different on the new node after restoring.
  • Hannes Laimer
    Hannes Laimer replied to the thread Sicherung auf USB?.
    Der unmounting Prozess wird mithilfe eines eigenen Maintenance modes abgebildet, damit wird verhindert, dass was neues startet. Im unmounting task log, sollte ausgegeben werden auf wie viele Operationen noch gewartet wird.
  • Hannes Laimer
    Hannes Laimer replied to the thread Sicherung auf USB?.
    Generell wartet ein unmount task auf alle bereits laufenden Operationen und verhindert das Starten von neuen. Also kann das unmounting auch schon kurz nach dem start vom sync gestartet werden.
  • Hannes Laimer
    Hannes Laimer reacted to Markus.K's post in the thread [SOLVED] DNSBL message blocking with Like Like.
    It's not possible via PMG's postfix-based DNSBL implementation. But it should be possible via custom SpamAssassin rules, see https://forum.proxmox.com/threads/spam-filtering-and-dnsbl.111156/post-479320...
  • Hannes Laimer
    Hey, ceph has its own file under /etc/apt/sources.d/, you can change that to use bookworm temporarily. Then apt update shouldn't pull in any new minor versions as bookworm is a little behind trixie. But ceph really does not mind having small...
  • Hannes Laimer
    Hey, you can create an active-backup bond[1], there are different types of bonds but for this active-backup is what you want. It'll basically use the other if one is not working. Config is pretty straight forward and looks something like this...
  • Hannes Laimer
    Hey, yes, changing the bridge-ports of vmbr0 and ifreload -a is enough. But "only one VM reachable" is not a thing that happens if the NIC is fried. Could you post the output of cat /etc/network/interfaces and ip a? Also, does ifreload -avvv...
  • Hannes Laimer
    Hannes Laimer replied to the thread Search field (generally).
    Hey, what is considered in the search is everything that is shown in the table when you click the search field. About IPs/MACs specifically, VMs may have multiple of both, or we may not know the IP at(depending on weather there's a guest agent...
  • Hannes Laimer
    @MicahHex this is both wrong and AI generated. Please delete your post.
  • Hannes Laimer
    Hey, just through VNC? Or did you pass-through the UBS port you have the peripherals connected to?
  • Hannes Laimer
    Hey, not really. DNSBL happens before the mail ever reaches the rule-system (which would do the quarantining). If a SMTP server matches a DNSBL, the mail is not even accepted.
  • Hannes Laimer
    Hannes Laimer reacted to megachips's post in the thread Proxmox 9.0.10 - Slow API call with Like Like.
    Interesting - I hadn't rebooted the hypervisor since the upgrade. After rebooting - it responds like it should
  • Hannes Laimer
    Hey, this endpoint hasn't changed in a while, actually quite a bit longer than the latest major release. Is there any chance something changed network-wise? And do you notice the same when doing pvesh get /version --output-format json on the...
  • Hannes Laimer
    Hey, I could not reproduce this. Are there any errors/warnings in the browser dev console?
  • Hannes Laimer
    Hey, Wireguard[1] or other VPNs is probably what you are looking for. Depending on whether you have a static IP you may also need DDNS or some small VPS somewhere with a static IP that your VPN clients all connect to. [1] https://www.wireguard.com/
  • Hannes Laimer
    Jap daran liegts, accessed ist vor dem update größer (also neuer), als nach dem update. Als Referenz, hier der relevant Code [1] für diesen Fehler. Es wird also erwartet, dass sich die atime nach einem update der Datei geändert hat, idealerweise...
  • Hannes Laimer
    Hey, es wird geprüft ob das Dateisystem atime updates respektiert, also diese korrekt speichert. Hier scheint CIFS das nicht zu tun, garbage collection stellt mit der accestime feststellt ob ein chunk weg kann. Grob gesagt werden gebrauchte...