Search results

  1. U

    Wie allesAktuell halten?? Welche Update´s etc??

    Der Vorteil von topgrade ist dass es nicht nur die apt pakete updated, sondern auch flatpak, snap, rust etc. Allerding sind auf einem Proxmox host diese normal nicht installiert
  2. U

    Stuck VM on removed host

    Output of ceph -s ? Do you still need this vm 102? You should be able to move the file 102.con from the deletet host to another host: mv /etc/pve/nodes/host-deleted/qemu-server/102.conf /etc/pve/nodes/host-still-existing/qemu-server/102.conf Then try deleting /etc/pve/nodes/host-deleted/
  3. U

    Proxmox 2 Installationen Rpool ZFS

    zpool import ... -R /new/path/to/mount/under
  4. U

    journald only mail gateway / journald support for pmg-log-tracker

    Optional syslog, journald default sounds good
  5. U

    CVE-2024-3094 - Proxmox betroffen

    Kurze Antwort: Nein Längere Antwort: Das manipulierte Paket ist nur in Debian testing / unstable gewesen, NICHT in stable
  6. U

    PVE apt Problem

    grep -ris enterprise /etc/apt should show you the file and line, just add a # in front of it
  7. U

    PVE apt Problem

    Just comment out the enterprise repository line in your sources
  8. U

    Spam quarantine is empty

    Can i whitelist a sender for clamav scans instead of spamassassin, if so , how?
  9. U

    Spam quarantine is empty

    I also have this effect here, log say mail is quarantined, journal show it: root@mx01:~# journalctl |grep 3741E6613C38B2A7F5 Apr 08 10:14:35 mx01 pmg-smtp-filter[348601]: 3739A6613C36A0B2CF: moved mail for <xxxx@yyyy.com> to virus quarantine - 3741E6613C38B2A7F5 (rule: Block Viruses) Apr 08...
  10. U

    Full Disk Encryption mit TPM2 - Anleitung benötigt

    Suchst du sowas? https://www.my-it-brain.de/wordpress/network-bound-disk-encryption-im-ueberblick
  11. U

    Proxmox komplett zerschossen

    Kuck unter /etc/pve/ storage*
  12. U

    Proxmox komplett zerschossen

    lvs sollte die logical volumes anzeigen, du musst die VG noch als storage hinzufügen
  13. U

    Proxmox komplett zerschossen

    Du must es möglicherweise mit vgchange -ay vg aktivieren (VG ist der Volume group name)
  14. U

    Proxmox komplett zerschossen

    Mach Mal ein pvscan und vgscan ob dein LVM erkannt wird
  15. U

    Proxmox komplett zerschossen

    Wichtig: Keine Panik ;) Du schreibst ja dass du die Daten auf den Disks noch siehst, also neuen Proxmox Server anlegen und die Config und Platten der VMs von den vorhandenen SSDs kopieren
  16. U

    ZFS Anfängerfrage

    Vorsicht bei HA mit ZFS Replikation: Wenn die Repl unbemeerkt hängt und die HA dann auf anderem Host neu startet werden möglicherweise aktuellere Daten von alten Daten überschrieben.
  17. U

    Proxmox search by IP address

    If you have the quemu guest agent installed, the guest IP is shown in the web interface, I suppose you should be able to search for it with the API, don't ask me how exactly
  18. U

    Proxmox Cluster / different version compatibility

    VMs should work without any problems, very old systems in containers might have problems with cgroup v2
  19. U

    Proxmox Cluster / different version compatibility

    Yes, or you install a new cluster and migrate your vms
  20. U

    Proxmox Cluster / different version compatibility

    No, this will NOT work 7 and 8 together work, but 5 is before knet. You will have to upgrade your cluster from 5 to 6, then from 6 to 7 and from 7 to 8. Have fun ;)