fireon's latest activity

  • 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
  • fireon
    After a lot of trial and error, I was finally able to get Windows Clustering working under PVE with Ceph as the backend storage The way I was able to get this to work is using Storage Spaces Direct (I know this is a Datacenter only feature) but...
  • fireon
    Zumindest keines was nix kostet (mir ist zumindest keines bekannt). X2go war in X-Zeiten wirklich sehr fein. Kasm muss ich erst testen, gerade herunter geladen.
  • fireon
    Um nochmal nachzuheulen: RDP gehört zu Win wie ein Kalb zur Kuh. freerdp als Grundlage in Guacamole funktioniert auch sehr sehr gut um auf Win-Clients zuzugreifen Rdp als Server auf unixoiden Systemen ist unterdisch VNC ist grundsätzlich...
  • fireon
    fireon reacted to umutkuepeli's post in the thread Virtueller TS sehr langsam with Like Like.
    Kann geschlossen werden Lösung war, das der TS warum auch immer ENTRA beigetreten ist das haben wir nun unterbunden.
  • fireon
    Ich darf mich hier auch zum Thema dazu hängen. Mit Linux Terminal Servern hatte ich schon vor gut 20 Jahren zu tun und war eigentlich immer der volle Fan von LTSP. Ich habe LTSP mit der aktuell komplett neu geschriebenen Version nicht getestet...
  • fireon
    fireon reacted to comfreak's post in the thread [SOLVED] Shrink disk on Ceph with Like Like.
    Ok, got it. I can access the Ceph RBD directly through qemu-img. Great! - Shrink partition inside the VM (Windows, gparted, etc.) - Shutdown VM - Resize the image: qemu-img resize -f raw --shrink rbd:<pool>/<disk-img> <size> (example: qemu-img...
  • fireon
    fireon reacted to fabian's post in the thread HA-Cluster mit Ceph in 2 Brandabschnitten with Like Like.
    ja, dafuer muesstest du noch einen node in nem dritten brandabschnitt mit entsprechender anbindung haben, um dort den tie-braker ceph mon und die tie-braker corosync instanz laufen zu lassen (ohne ceph waere auch ein qdevice eine option, aber...
  • fireon
    fireon reacted to t.lamprecht's post in the thread Proxmox Mail Gateway 9.1 released! with Like Like.
    Siehe https://forum.proxmox.com/threads/proxmox-mail-gateway-9-1-released.184240/
  • fireon
    After some more fiddling, I would say this is some kind of regression related to SeaBIOS and Windows Server 2025 or generally newer Windows versions which still don't use UEFI (just as reference, UEFI is still not an official requirement for...
  • fireon
    fireon reacted to homero's post in the thread Verifcation and Restore is failing with Like Like.
    By default, Raspberry Pi OS on the Pi 5 uses a kernel configured with a 16KB memory page size. However, PBS (which is compiled primarily for amd64 architecture) relies on a 4KB page size for mapping, creating, and reading fixed index files...