fireon's latest activity

  • fireon
    fireon replied to the thread Proxmox 8.4.19 to 9.2.4 failure.
    Thanks for your post. Interesting. A friend uses also MDADM for root. He didn't have any problems after the upgrade. Everything is set to default. EFI is used there as well. Root/PVE is on LVM.
  • fireon
    There are tools like https://github.com/libguestfs/virt-v2v and StarWind V2V that can convert your Xen VM, load the kernel and drivers etc into a Xen image. The problem with Xen is that it uses a ‘special’ kernel that gets access (through a...
  • fireon
    fireon reacted to LnxBil's post in the thread Fehler ZFS beim booten with Like Like.
    Kauf dir eine Support-Subskription, wir sind kein 24/7 Direkt-Antwort-Support-Channel - alternativ beauftrage einen der vielen Proxmox Partner. Ich tippe mal auf Consumer SSDs oder generell Consumer Hardware. Wir haben Tausende Enterprise-SSDs...
  • fireon
    Meine Empfehlung wäre, da es sich um eine geschäftliche Umgebung handelt, für die Migration einen erfahrenen Dienstleister oder Berater hinzuzuziehen. So kann sichergestellt werden, dass die Umstellung fachgerecht geplant und umgesetzt wird. Der...
  • fireon
    fireon replied to the thread PBS hinter Apache2 Reverse Proxy.
    Wer es gerne Klickibunti haben möchte: https://nginxproxymanager.com/ Hab ich für einige Seiten am Laufen. Habs mit PBS noch nie getestet, weil ich dafür keinen Proxy benötige, aber sollte damit auch gleich funktionieren. Mittelwelle kann man...
  • fireon
    ZFS “must” always be able to fully see the drives. If it doesn't, or only partially does, problems usually arise. See also the documentation here: https://pve.proxmox.com/pve-docs/pve-admin-guide.html#_hardware_2 Do not use ZFS on top of a...
  • fireon
    fireon replied to the thread Removable datastore.
    Da hab ich keine Ahnung... :D Aber kannst ihn ja gerne fragen.
  • fireon
    fireon replied to the thread Removable datastore.
    @TErxleben danke für den Link. Ja ich verwende nun die integrierte Backuplösung von PBS → USB schon ne ganze weile. Im Endeffekt läuft es sehr einfach: USB Platte an den PBS hängen, das was man definiert hat, wird automatisch auf die Platte...
  • fireon
    fireon replied to the thread Removable datastore.
    Verstehe. Ja wir hatten vor Jahren auch mal einige Zeit solche Usecases. Dafür hatten wir sogar ein Paket bis PVE7 gebaut. Event. kannst das ja für dich nutzen und das Script anpassen. Es funktionierte so, das man ein USBdevice einfach an den...
  • fireon
    Alles was du über Netzwerk an den PBS anschließt ist schon mal schlecht. Auch wenn du HDDs nutzt, am besten direkt anbinden. Wenn du einen gut laufenden PBS mit HDDs möchtest, dann einen ZFS Pool mit 2 vernünftig schnellen, kleinen NVMe als...
  • fireon
    fireon replied to the thread Removable datastore.
    Ich persönlich würde jetzt nicht behaupten das man USB Laufwerke überhaupt zuverlässig einsetzen kann... aber wenns nicht anders geht, ist das natürlich eine Möglichkeit. Grundsätzlich ist es Proxmox VE ja egal wo das Laufwerk die Quelle hat, ob...
  • fireon
    Did I understand you correctly: Proxmox VE can be installed. The very first boot works, but if you manually reboot the server, you get the error message in question, right? You mentioned that you’re using ZFS RAID1 with the P408i-a SR. This...
  • fireon
    Ich habe hier noch einen neuen (zumindest hier in diesem Thread) Kandidaten: kennt jemand https://xpra.org/ und hat bereits Erfahrungen gesammelt? Die Entwickler scheinen ziemlich aktiv zu sein: https://github.com/Xpra-org/xpra Ich selber...
  • fireon
    fireon reacted to ivenae's post in the thread [TUTORIAL] zfs_send -> restic with Like Like.
    Proxmox-Backup mit ZFS_SEND und Restic Wer virtuelle Maschinen und LXC-Container unter Proxmox betreibt, steht früher oder später vor der Frage nach einem verlässlichen, platzsparenden Backup. Genau dafür ist dieses Skript gedacht: Es sichert...
  • fireon
    Have you tried connecting via the actual domain/FQDN from the Let's Encrypt certificate instead of the IP address? My guess would be that if you use the IP address instead of the domain/FQDN, it will still use the original self-signed...
  • fireon
    In my experience, a fingerprint isn't required at all once you're using a public certificate. That would be like having to first import the CA locally into your OS or browser for every website you visit. Therefore, it should be sufficient to...
  • fireon
    OK, so I came up with this brief patch against PVE/QemuServer/Cloudinit.pm: diff --git a/src/PVE/QemuServer/Cloudinit.pm b/src/PVE/QemuServer/Cloudinit.pm index c1311da8..b3d2e9e2 100644 --- a/src/PVE/QemuServer/Cloudinit.pm +++...
  • fireon
    There is currently no way to do this directly in PVE via the GUI, but as you guessed, it can be done via the args parameter. Something in the form of this should work: -drive file=/path/to/nvme1.img,if=none,id=NVME1 -device...
  • fireon
    never tried it but : https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/7/html/virtualization_deployment_and_administration_guide/chap-kvm_guest_timing_management To enable the PHC device, do the following on the guest OS: Set...
  • fireon
    I don't know VMware but for Linux VM you can use ptp_kvm as the clock source: https://forum.proxmox.com/threads/how-to-enable-continuous-time-sync-between-qemu-guest-and-host.173396/#post-806460