Latest activity

  • B
    Gute Frage, das Thema kommt immer wieder auf. Kurz gesagt: NUT Server direkt auf dem PVE Host laufen lassen, nicht in einer VM. Alles andere wird nur kompliziert und dein Henne-Ei-Problem bleibt. Die USV hängt per USB am Host, also gehört der NUT...
  • D
    Dzonzi replied to the thread No video signal from PVE console.
    but the backup is on that drive ;/ Any chance to restore it from drive?
  • B
    Ja das ist klassisches Unknown-Unicast-Flooding auf der Linux Bridge. Deine Analyse stimmt, der Host kennt die Ziel-MAC nicht (mehr) und flutet das Paket an alle Ports auf dem VLAN. Die 290 Sekunden passen zur Default Ageing Time der Bridge...
  • B
    Die split_lock_detect Meldungen im dmesg sind ziemlich eindeutig der Auslöser für die Freezes. Der Kernel 7.0 fängt Split-Lock-Zugriffe aus der VM ab und bremst die vCPU-Threads aus, das erklärt die 100% CPU und dann gehts wieder normal. Was...
  • B
    Because they are tucked away in proxmox and I'm asking for them to be exposed to be more easily usable. You seem to be stuck on your way is the only correct way.
  • A
    Bingo. why arent you using those?
  • B
    So I want (more) hardware separation than is currently offered, but is possible with existing tools. I care about data integrity, transparent compression, and instant snapshots that can be send to other machines more than HA. And you still missed...
  • D
    Hi, i have installed PVE on miniPC Firebat T8 plus and it was working for several months without any issues. One day, suddenly power supply failed. i bought a new one and when i started miniPC i got some error about read-only mode to not to lose...
  • A
    Ignorance. although I usually leave room for the possibility the ignorance is mine. there is no more certainty in being wrong then not allowing for a different perspective. believing you're right and being, err, forceful about it says more about...
  • B
    Die meisten "langsamen Windows VMs" die hier im Forum aufschlagen, das liegt an Config-Fehlern. Also fehlende VirtIO-Treiber, CPU-Typ auf kvm64 statt host, IDE statt VirtIO-SCSI als Disk-Controller. Wenn das passt, läuft ne VM bei 95%+ der...
  • B
    Looks like something changed in the IOMMU/VT-d handling between those two kernel versions. The DMAR faults basically mean the IOMMU is blocking DMA requests from your H240ar. Try adding iommu=pt to your kernel command line in /etc/default/grub...
  • B
    Bu66as replied to the thread USB an VM durchreichen..
    USB-Passthrough ist immer 1:1, also ein Gerät pro VM. Gleichzeitig an mehrere geht nicht, das liegt an USB. Für CD-Laufwerke würd ich aber eh nen anderen Weg gehen: ISOs erstellen und die als virtuelles Laufwerk in die VMs mounten. Geht mit dd...
  • D
    Update: So I upgraded our cluster to the 9.2.3 version which brought in the Custom CPU model feature. I created a custom CPU model that basically used the kvm64 as the base model and then added all the flags that I saw listed at...
  • B
    I'm sorry I didn't sugarcoat it. If you are looking at something incorrectly what do you call it? Well. That's what I have. I want to combine multiple machines onto one as well as with VMs. Not everything runs in docker, either. I am bothering...
  • Stoiko Ivanov
    Try changing the All Match to Any Matches on the who object - see: https://pmg.proxmox.com/pmg-docs/pmg-admin-guide.html#_application_of_rules I hope this helps!
  • B
    Wichtig ist halt, dass du nach dem Reboot die Logs vom vorherigen Boot anschaust, nicht vom aktuellen. Also journalctl -b -1 für den letzten Boot davor, -b -2 für den vorletzten. Wenn da nix kommt, check mal ob persistent journald storage aktiv...
  • A
    I Imagine you're very popular with you peers. Why bother with a hypervisor then? just set up docker and linux and you're done...
  • UdoB
    Das Thema ZFS und SSD-Wear wird gerne übertrieben. Ja, ZFS hat durch Copy-on-Write und Checksummen etwas mehr Write Amplification als LVM — aber bei modernen SSDs (auch Consumer) ist das in der Praxis irrelevant. Die meisten SSDs halten locker 5+...
  • B
    Your view is flawed. You're not giving the container access to the underlying hardware, you are giving the container the ability to manage it's own files. The container can make datasets, snapshots, do it's own backups if needed, change it's...
  • D
    The weird thing surrounding this Proxmox perspective or vision is that using github guide it is working in unprivileged containers (albeit with some caveats). The reasoning or logic behind those security concerns confuses me as this feature was...