Recent content by Hannes Laimer

  1. Hannes Laimer

    Problemas con el proxy

    Hey, this is an english forum, so please try sticking to that. So more people are able to help you and this thread can be helpful to more. Also, provide some context, this says nothing about the problem you are having. Include things like - what are you trying to achieve - error messages -...
  2. Hannes Laimer

    Sicherung auf USB?

    Löschen nicht, aber die Schedule kannst du entfernen, dann läuft der nicht automatisch. Die Meldung kommt nicht vom GC selbst, sondern wenn nachgeschaut wird ob der per schedule jetzt gestartet werden soll.
  3. Hannes Laimer

    Sicherung auf USB?

    Kommt vom GC scheduler, also wenn du keine garbage-collection schedule hast gibt's die Meldung auch nicht.
  4. Hannes Laimer

    Sicherung auf USB?

    Zur Zeit geht das nicht, aber mit dem von mir erwähnten patch würden diese verschwinden.
  5. Hannes Laimer

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

    [SOLVED] Can a VM backup be used on a different node?

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

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

    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.
  9. 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...
  10. 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...
  11. 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?
  12. 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...
  13. Hannes Laimer

    [SOLVED] DNSBL message blocking

    @MicahHex this is both wrong and AI generated. Please delete your post.
  14. 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?
  15. 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.