Latest activity

  • T
    I've finally narrowed down the exact settings / what is causing the issue. I've been repeating installs on 4 different proxmox host machines over and over changing one thing at a time and comparing. It's the SSD and Discard flag being set...
  • VictorSTS
    @Upstairs_Cycle384 Not sure why Windows still detects it, maybe querying the CPUID leaf directly still works or something. Regarding the other question, there is a custom CPU model editor coming with the next Proxmox VE 9.2 point release. There...
  • T
    TErxleben replied to the thread Kaufberatung Hardware homelab.
    Ich setze eher auf refurbished-Teile von namhaften Herstellern. Mit einer vernünftigen Datensicherung kann man im geschilderten Fall alles probieren.
  • M
    micneu replied to the thread Kaufberatung Hardware homelab.
    Und wie sieht es mit diesen Geräten aus: https://minisforumpc.eu/products/ms-01 bzw. https://minisforumpc.eu/products/ms-a2-mini-pc ? Für ein Homelab bieten die aus meiner Sicht mehr als genug Leistung.
  • I
    Thanks for the above markc. In my case, I had multiple disks (zfs raid 10). This makes it a little easier since you need to remove old kernels from all of the disks: mkdir /tmp/fixme; for i in $(cat /etc/kernel/proxmox-boot-uuids); do echo...
  • L
    A quick update. First of all, even though the guests are not running systemd, nesting=1 is enough to solve the issue. I am wondering why. Second, I was under the impression that some guests worked, but it was only because it was their first boot...
  • N
    Updated to v0.8.0 — heads up: includes default behavior changes This release is a breaking change: behavior on a fresh run is different from v0.7.x, even though nothing about the CLI or config changed. If you upgrade and see datasets being...
  • A
    Yes. For Kubernetes nodes to interact with Ceph directly (via RBD or CephFS), they need to be on the Ceph public network. Without that direct line of sight, the Kubernetes workers won't be able to map the block devices or mount the filesystems...
  • A
    I think I understand now. When the VM is stopped then started and this is in place "ms-cert=2023k", it does exactly what enroll-efi-key does right before it actually powers it on.
  • O
    Onslow reacted to t.lamprecht's post in the thread Proxmox Backup Server 4.2 released! with Like Like.
    New LTO generations are still being released, autoloaders and libraries handle the swapping, and WORM media gives you actual physical protection-not just a software flag that can be cleared. Tape is cheap per TB over its whole lifetime and, more...
  • A
    alexskysilk replied to the thread pct list endless.
    a container in zombie state would do what you experience. use ps to find the process (it would be in a permanent 'D' state.) The good news is that the rest of your containers work normally and you can use pct commands to control them. the bad...
  • G
    gfngfn256 replied to the thread Proxmox won't boot.
    Yes, it appears that nvme0n1 which is a WD 2tb drive is the one you referred to as "data" above. Proxmox appears to be installed on the other (1tb, Crucial?) & it would appear that you have a "regular" ext4 installation, so non-zfs. Although it...
  • C
    OK, also in anderen Worten willst du keinen direkten Output über die onboard Display-Connectoren, sondern beschleunigten Remote-Desktop. Siehe hier...
  • P
    pongomongo replied to the thread Proxmox won't boot.
    nvme1n1 vs nvme0n1 ----it is definitely nvme0n1 as of checking today. The original post was made late at night after staring at the screen for many hours. Sorry for the confusion. Hand transposing out of a recovery mode terminal onto the forum...
  • C
    CNAK reacted to jlauro's post in the thread Progress on sync jobs with Like Like.
    Multiple sync and backup jobs feeding the server not to mention verification jobs so there is always traffic, and the remote side does show get and download chunks, but pretty much locks up the browser as those are too verbose/long for multi-TB...
  • C
    CNAK replied to the thread Progress on sync jobs.
    I agree with you jlauro, it would be a very useful feature to see sync status during the sync in order to see how much, how fast, etc the sync is happening.
  • P
    pongomongo replied to the thread Proxmox won't boot.
    • pvelsblk image.jpg
  • J
    jaminmc reacted to t.lamprecht's post in the thread Kernel 6.14 - End of Support with Like Like.
    We will re-evaluate it, but cannot make any promises. What we also look into periodically is reducing the attack surface in general, like we started rolling out some simple but relatively effective approach to block autoloading of various niche...
  • fiona
    Thanks for all the informations and work already done above! I'am currently on the way to test the downgrade of pve-qemu-kvm to 10.1.2 to see if that helps. In my book, the kernel of the host is less likely the cause here (this is only a bet). I...
  • fiona
    Is there anything noticeable (besides the segfaults) in the guest system logs starting from the boot after the upgrades were applied? Since the disk format might play a role: IO or filesystem errors?