Recent content by Hannes Laimer

  1. Hannes Laimer

    [SOLVED] Recommendations for PVE 9 upgrade with Ceph

    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 deviations in minor version within one cluster, so...
  2. Hannes Laimer

    [SOLVED] request help changing main Ethernet port

    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 auto bond0 iface bond0 inet manual bond-slaves...
  3. Hannes Laimer

    [SOLVED] request help changing main Ethernet port

    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 exit with 0? Does it show any warnings/errors?
  4. Hannes Laimer

    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 in the VM running). So the extra column would...
  5. Hannes Laimer

    [SOLVED] DNSBL message blocking

    @MicahHex this is both wrong and AI generated. Please delete your post.
  6. Hannes Laimer

    Can't use my mouse and keyboard in VM

    Hey, just through VNC? Or did you pass-through the UBS port you have the peripherals connected to?
  7. Hannes Laimer

    [SOLVED] DNSBL message blocking

    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.
  8. Hannes Laimer

    Proxmox 9.0.10 - Slow API call

    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 node itself?
  9. Hannes Laimer

    PBS - Remove and Reboot buttons in Web UI not working

    Hey, I could not reproduce this. Are there any errors/warnings in the browser dev console?
  10. Hannes Laimer

    Friends in Different Countries, Their Own VMs in My Proxmox — How Can They Connect?

    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/
  11. Hannes Laimer

    PBS / Hetzner StorageBox / CIFS -> "status access time safety check failed"

    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 in Richtung Gegenwart :) [1]...
  12. Hannes Laimer

    PBS / Hetzner StorageBox / CIFS -> "status access time safety check failed"

    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 chunks eben damit als "gebraucht" markiert, dieser...
  13. Hannes Laimer

    Question on namespaces

    Hey, hmm, no. Namespaces should not disappear, regardless of being empty or not. Does the cache still have it? ls <CACHE_PATH>/ns And what does proxmox-backup-debug api get /admin/datastore/<DATASTORE_NAME>/namespace say?
  14. Hannes Laimer

    After update PVE 8.4 and PBS 4.0 very slow backup CT

    Hey, could you post the task log from an earlier backup. Could you also iperf3 -s on the PBS and iperf3 -c <PBS_IP> on the PVE host, what does it report?
  15. Hannes Laimer

    Ramifications of changing primary NIC?

    Hey, not really. Maybe check if there are reports of problems with the specific model and a specific kernel version, this is not very common, especially with recent hardware. But still, a quick search could save you some headache later on.