Recent content by fabian

  1. fabian

    Error creating OCI container

    a totally unrelated one that just had a similar name :)
  2. fabian

    [SOLVED] Proxmox VE 9.0 ISO Upload Corrupts Some Windows Server 2025 ISOs

    since this weekend's Debian point release, glibc is fixed, so this should no longer be an issue on a fully updated and rebooted system.
  3. fabian

    Error creating OCI container

    the issue is that the template contains hardlinks to symlinks, with one of the hardlinked copies being dangling: $ ls -lha llvm/usr/lib64/llvm18/lib/ total 114M drwxrwxr-x 2 fgruenbichler fgruenbichler 180 Jan 12 12:01 . drwxrwxr-x 3 fgruenbichler fgruenbichler 60 Jan 12 12:01 .. lrwxrwxrwx...
  4. fabian

    Error creating OCI container

    thanks, I can reproduce the problem now..
  5. fabian

    Compile PBS against 16k page size

    you can't, at the moment - the code in question there assumes 4k pages at the moment, and this is also encoded in the on-disk format, so can't just be bumped without breaking compatibility. we'd need to implement a fallback path there that works without mmap. could you please file a bug in our...
  6. fabian

    !Please help! Proxmox not booting after upgrade to 9.1.4

    could one of you please provide the journal for a failed boot using the problematic kernel? or if there isn't one, collect console output via netconsole/serial console? thanks!
  7. fabian

    Error creating OCI container

    what kind of settings do you choose when creating the container? could you try re-downloading the OCI template?
  8. fabian

    Error creating OCI container

    seems to work for me (as in - I don't get that error, I haven't verified further) - could you provide more details about the container configuration?
  9. fabian

    [SOLVED] Super slow, timeout, and VM stuck while backing up, after updated to PVE 9.1.1 and PBS 4.0.20

    1. we did fix the issue we could reproduce quite fast 2. despite this long thread, only a (small!) subset of systems is affected, which is the reason why we haven't been able to reproduce the remaining issue at all so far, despite many hours spent by multiple team members on our end 3. rebooting...
  10. fabian

    Unable to acquire lock "/etc/proxmox-backup/.datastore.lck"

    its performance and reliablity are not on a level where I would consider using it directly as a datastore. the lock failures are likely (transient?) issues on their end, either ratelimiting or service interruptions.
  11. fabian

    Unable to acquire lock "/etc/proxmox-backup/.datastore.lck"

    is this datastore backed by a hetzner storagebox?
  12. fabian

    [SOLVED] Super slow, timeout, and VM stuck while backing up, after updated to PVE 9.1.1 and PBS 4.0.20

    from which kernel version to which kernel version? were other components/packages upgraded at the same time? do you see other symptoms described in this thread (connections stalling with tiny receive windows)?