fireon's latest activity

  • 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
    Proxmox-Backup nach restic: ResticBackup.sh und ResticRestore.sh Zwei Bash-Skripte, eine gemeinsame config.cfg, ein restic-Repository auf einer externen Platte. Dedupliziert, verschlüsselt, ohne Umweg zurückspielbar – und einzelne Dateien...
  • 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