Recent content by Stoiko Ivanov

  1. Stoiko Ivanov

    Memtest as default eEFInd option

    We added an entry to the known-issues section: https://pve.proxmox.com/wiki/Roadmap#Known_Issues_%26_Breaking_Changes Feedback welcome :)
  2. Stoiko Ivanov

    Memtest as default eEFInd option

    Thanks for chiming in here! Very much appreciated! The 2 locations are probably indeed a oversight from me - Thanks for noticing! - I sent a patch: https://lore.proxmox.com/pve-devel/20260623102957.246597-1-s.ivanov@proxmox.com/T/#u memtest being newer could also be due to `bootctl install`...
  3. Stoiko Ivanov

    [SOLVED] command dig not working in container in VE 9.1.1

    I sent a patch to add the override for abstractions/consoles to the pve-devel list: https://lore.proxmox.com/pve-devel/20260622164522.836988-1-s.ivanov@proxmox.com/T/#u
  4. Stoiko Ivanov

    [SOLVED] command dig not working in container in VE 9.1.1

    A colleague managed to reproduce the issue locally - I failed because I checked inside tmux or via ssh :) It seems the issue is with `/etc/apparmor.d/dig` (or rather the included `/etc/apparmor.d/abstractions/console`) Could you try the following to verify that any of the changes below fixes...
  5. Stoiko Ivanov

    [SOLVED] command dig not working in container in VE 9.1.1

    Hm - could not reproduce dig not providing any output in a container that I installed fresh from the ubuntu 26.04 template (guessed the version based on `1:9.20.18-1ubuntu2.1` version for bind9-dnsutils) - here it produces the root-nameservers: # dig ; <<>> DiG 9.20.18-1ubuntu2.1-Ubuntu <<>>...
  6. Stoiko Ivanov

    Memtest as default eEFInd option

    Thanks for digging into this, and the pointers to the OVH documentation! I was not aware that there is a way to explicitly tell which boot-entry to load - so that seems like a workaround if you want to keep the option to boot into rescue mode without going through the BIOS to change the...
  7. Stoiko Ivanov

    Postfix main.cf Template Bug in current 9.1 branch

    No need to apologize! - I do see that it's a bit harder to read - I think I never noticed/wasn't bothered by it, as it looks fine in the template itself. I'll see if I can adapt the template to add linkebreaks there (without adding tons of whitespace if any of the options is not used. Thanks...
  8. Stoiko Ivanov

    Proxmox Mail Gateway 9.1 released!

    Thanks for the report - seems the case of having /var/spool/pmg on a dedicated mount-point/filesystem in a container was missed while testing - I sent a patch for discussion to the pmg-devel mailing-list. once this or an improved version has been merged the issue should be gone. Out of...
  9. Stoiko Ivanov

    Postfix main.cf Template Bug in current 9.1 branch

    the config does work though? - I agree that this can be improved and would become more readable - but want to make sure that I don't miss something here?
  10. Stoiko Ivanov

    DKIM signing only PMG generated mails

    There are mails originating from PMG (the bounces generated directly by postfix) that are not signed in PMG - could that be the source of the reported mails?
  11. Stoiko Ivanov

    Umgang mit 452-4.2.2 "Postfach voll" Bounces

    prinzipiell ist in der default config in einem PMG delay_warning_time auf 4h - sprich der ursprüngliche sender sollte von PMG eine mail bekommen, dass die mail noch nicht zugestellt werden konnte - siehe: https://www.postfix.org/postconf.5.html#delay_warning_time...
  12. Stoiko Ivanov

    How to downgrade zfs?

    hm - if this also happens in a live-system that does not touch zfs before that's a bit odd (if anything or someone in the debian installation, tried running zpool import for all pools that would explain subsequent commands hanging) as is - restoring the data on the broken storage-01 pool from...
  13. Stoiko Ivanov

    Horrible download speeds from enterprise.proxmox.com (120 KB/s in 2026?)

    if the download manager uses many connections than it will run into rate-limits on all our download mirrors. Thanks for the feedback - would be great if you could try again with the other 2 hosts (with a short pause in between and a single wget) - might help us get a better view of how we could...
  14. Stoiko Ivanov

    How to downgrade zfs?

    Quickly skimming through the thread here and the upstream issue (so I might have missed something). I think the core issue here is that the broken zpool storage-01 is still configured as storage in PVE? - in that case pvestatd would try to import it repeatedly - which would explain the hung...
  15. Stoiko Ivanov

    LetsEncrypt Problem

    hm - is this node part of a cluster ? - maybe the cluster sync interferes here? else - if you share the log - and your acme configuration files we might see something more. "transient data" - this includes quarantined mails, and the tracking-center (/var/log/syslog is not included in the...