UdoB's latest activity

  • UdoB
    Yes, migrate to a vm instead of an LXC for Docker Hostings. Docker inside lxc is known to break after updates, from time to time, like in this older thread from the German forum...
  • UdoB
    UdoB reacted to t.lamprecht's post in the thread Proxmox VE 9.0 BETA released! with Like Like.
    We are pleased to announce the first beta release of Proxmox Virtual Environment 9.0! The 9.x family is based on the great Debian 13 "Trixie" and comes with a 6.14.8-1 kernel, QEMU 10.0.2, LXC 6.0.4, OpenZFS 2.3.3. Note: The current release of...
  • UdoB
    UdoB reacted to fba's post in the thread Proxmox live restore + snapshot with Like Like.
    Hi, assuming you're referring to the live restore when using a PBS, the process is explained here: https://pve.proxmox.com/pve-docs/chapter-vzdump.html#_live_restore In short: anything the vm needs asap is restored asap, in non-consecutive order...
  • UdoB
    This is as expected see https://forum.proxmox.com/threads/fabu-can-i-use-zfs-raidz-for-my-vms.159923/ For performance ( striped ) mirror ( like RAID10 on hw raid) or 2+n way mirrors are best...
  • UdoB
    Können kann man vieles, für ein produktives Setup würde ich trotzdem immer mit einen eigenen HBA-/SATA-Controller arbeiten: https://www.truenas.com/blog/yes-you-can-virtualize-freenas/...
  • UdoB
    UdoB reacted to Johannes S's post in the thread Migrate VM from vSphere to PVE with Like Like.
    How handy that the endorser of Vinchin is working there *sigh* At the moment I wouldn't recommend Vinchin for two reasons: - They don't support the most recent version of ProxmoxVE (see here...
  • UdoB
    UdoB replied to the thread Proxmox Backup Checksum Fehler.
    Siehe auch: https://forum.proxmox.com/threads/proxmox-vm-backup-checksum-fehler.168589/
  • UdoB
    UdoB replied to the thread Proxmox VM Backup Checksum Fehler.
    Siehe auch: https://forum.proxmox.com/threads/proxmox-backup-checksum-fehler.168580/
  • UdoB
    Beim PBS ist es halt dieses Verhalten, zu anderen Backupsystemen weiß ich es nicht. Sechs last, 24 hourly, 30 Tage, 12 monthly und 1 yearly. Das erlaubt schnelles Zurückspringen zu einen alten Stand bei Fehlern und gibt mir ein Jahr Historie im...
  • UdoB
    Understood. Did you try to use zramswap to get out more of your existing ram? https://pve.proxmox.com/wiki/Zram#Alternative_Setup_using_zram-tools It's not optimal but at least should help you to utilice the existing resources better. Personally...
  • UdoB
    UdoB replied to the thread 3 DP ports, 3 monitors, 3 VMs.
    Not "officially", as @leesteken already pointed out. You used Raspberry Pis, I take it you are not "high end enterprise with endless money" then. If you really, really want to tinker a little bit you can try to go this route: setup PVE add a...
  • UdoB
    UdoB reacted to alexskysilk's post in the thread Proxmox PoC with Like Like.
    looks like you have internet connectivity issues and/or ipv6 taking priority. you can force apt to use ipv4 by adding -o Acquire::ForceIPv4=true to your apt command, eg apt -o Acquire::ForceIPv4=true update && apt -o Acquire::ForceIPv4=true...
  • UdoB
    Well something similar happens with ZVOLs. You can see it's there with zfs list -t vol but not easily access the files within. The .raw file is a file based virtual disk. The file system on it can be mounted inside the guest like with any other...
  • UdoB
    UdoB reacted to alexskysilk's post in the thread import vmware Winnt4 in to PVE 8.3.0 with Like Like.
    You dont have your imported disk mapped to any bus; if you look on the GUI you will see it sitting there at the bottom unassigned. Once you DO map it, you would need to change your boot order to reflect it.
  • UdoB
    UdoB reacted to Johannes S's post in the thread allgemeine Fragen zur VM with Like Like.
    Eine andere Sache ist, dass für Docker-Container und Co ( Podman, kubernetes) in lxcs immer mal wieder Probleme auftreten, die man in VMs nicht hat. Und Nichtlinuxsysteme ( Windows, BSD...) kriegt man nur als VM zum Laufen
  • UdoB
    UdoB replied to the thread Ethernet Disconnects on Boot.
    No, sorry. You gave us zero actual configuration info... :-( (Re-) start by posting the output of cat /etc/network/interfaces and ip add show after boot and repeat the last one after you did your magic restart...
  • UdoB
    UdoB reacted to ThoSo's post in the thread allgemeine Fragen zur VM with Like Like.
    Zu 3: auf keinen Fall! Das system benötigt sowohl CPU als auch Speicher. Du must deinen VMs und Containern den Speicher und CPU zuweisen, die diese benötigen. Du darfst aber auch nicht mehr verteilen als vorhanden. Das geht dann ganz böse nach...
  • UdoB
    UdoB replied to the thread allgemeine Fragen zur VM.
    Nein, mach das nicht! Gib jeder VM / jedem Container das, was er braucht. Nicht mehr. Kerne: du hast 8. Man kann die Anzahl in Summe "over-committen". Also mehrere VMs mit 2+4+6+2+4+2=18Kerne wird (vermutlich) laufen. Gib aber bitte keiner VM...
  • UdoB
    UdoB reacted to glockmane's post in the thread Proxmox für zwei Desktop-OS? with Like Like.
    Ich würde immer GPU Passthrough verwenden, wenn ich 3D-Beschleunigung brauche.. Und dann würde ich in der VM Sunshine installieren und auf dem Host Moonlight verwenden, um ein nahezu natives Erlebnis zu erhalten. Als Ergänzung zu UdoBs Beitrag..
  • UdoB
    Vielleicht findest du hier hinreichend Hinweise: https://pve.proxmox.com/wiki/Advanced_Migration_Techniques_to_Proxmox_VE "Importing ... Go to the command line interface of Proxmox VE. Use the command qm importovf ..."