Search results

  1. Stoiko Ivanov

    Opt-in Linux 6.14 Kernel for Proxmox VE 8 available on test & no-subscription

    Which boards/BIOS versions do both of you have? I'll see that we include the patch 1/3 https://lore.kernel.org/all/20250203162511.911946-1-Basavaraj.Natikar@amd.com/ in our kernel as well - but narrowing this down further might help upstream to also include it Thanks
  2. Stoiko Ivanov

    Opt-in Linux 6.14 Kernel for Proxmox VE 8 available on test & no-subscription

    hm - the updated kernel in our repo does boot successfully on our testsystem (ASUS RS500 based - I just reverified this with the kernel from our repos): root@pve-test:~# uname -r 6.14.0-2-pve root@pve-test:~# lspci -d 1022:14dc 04:00.1 System peripheral: Advanced Micro Devices, Inc. [AMD] SDXI...
  3. Stoiko Ivanov

    Failed to insert module 'zfs': Key was rejected by service - problems since kernel 6.8.12-9-pve?

    hm - that's unexpected - and might be a hint. please provide: * `dpkg -l |grep -Ei '(zfs|zpool|2.2.*-pve)'` * `strace -yyftt -o ./zfs-version.trace zfs version` (the last one will create a file ./zfs-version.trace - please attach that one as well) Thanks!
  4. Stoiko Ivanov

    Failed to insert module 'zfs': Key was rejected by service - problems since kernel 6.8.12-9-pve?

    unrelated to the ZFS pool not getting imported - if I remember correctly - `intremap=off` on the kernel commandline can help with some issues on HP G8 series hardware (at least DL380)
  5. Stoiko Ivanov

    Failed to insert module 'zfs': Key was rejected by service - problems since kernel 6.8.12-9-pve?

    the combination of key-error (which might point to a secure-boot issue) and the hp-g8 series (not sure if they do support EFI-boot/Secure boot at all?) is indeed odd. on a hunch - did you maybe at some point install some DKMS modules? (maybe even ones for ZFS)? else the following outputs might...
  6. Stoiko Ivanov

    Opt-in Linux 6.14 Kernel for Proxmox VE 8 available on test & no-subscription

    with 2 patches from this series applied (those that should also be applied in kernel.org 6.14.2) - the system where we ran into the issue booted up ok: https://lore.proxmox.com/all/20250410130834.1745644-1-s.ivanov@proxmox.com/T/#u once this is applied (or our kernel is updated to >= 6.14.2)...
  7. Stoiko Ivanov

    Proxmox Backup Server Kernel 6.8.12-9 download speed problem

    could you also try if the opt-in kernel 6.14 is affected? (`apt install proxmox-kernel-6.14` ) This information would indeed be helpful (and which driver is used)
  8. Stoiko Ivanov

    Opt-in Linux 6.14 Kernel for Proxmox VE 8 available on test & no-subscription

    Thanks for the effort and work! We found a system where we could potentially reproduce the issue - and will try to backport the patches you mentioned: https://lore.kernel.org/all/20250203162511.911946-1-Basavaraj.Natikar@amd.com/ Will post an update if there's any progress
  9. Stoiko Ivanov

    Domainfactory relay not permitted

    Die Frage wird prinzipiell nur Domainfactory beantworten können - beim Blogpost scheint der Fehler zu sein, dass nicht das Templateing system verwendet wurde: https://pmg.proxmox.com/pmg-docs/pmg-admin-guide.html#pmgconfig_template_engine sonst hab ich noch folgendes gefunden (wahrscheinlich...
  10. Stoiko Ivanov

    Opt-in Linux 6.14 Kernel for Proxmox VE 8 available on test & no-subscription

    The issue with Realtek NICs is that their individual models actually represent quite a large array of slightly different NICs - which gain support eventually in the mainline 8169 driver - e.g. for some systems I've seen - a Realtek 8125 from Q2 2024 is supported by r8169 since kernel 6.2, while...
  11. Stoiko Ivanov

    Spam / Quarantine Databases

    The quarantined data is not included in the backup - and can not be moved in this way. In general this is not an issue, as it's transient anyways and you can ask your users to release what they need before you do the switch (or keep your old install around for 30 more days) as the data is both...
  12. Stoiko Ivanov

    [SOLVED] Quarantined untracked messages

    The "Include empty Sender" includes mails sent with an empty Envelope-from (SMTP-level sender/ MAIL FROM.. - see https://en.wikipedia.org/wiki/Bounce_address) - the Tracking Center in general does look only at the syslog, and postfix usually does not log the from header. I hope this explains it
  13. Stoiko Ivanov

    [SOLVED] PMG Spam Assassin "KAM_GB_INVALID_FROM" Issues

    that is usually done by the postfix cleanup-daemon: https://www.postfix.org/cleanup.8.html glad you found the issue by yourself!
  14. Stoiko Ivanov

    Opt-in Linux 6.14 Kernel for Proxmox VE 8 available on test & no-subscription

    the complete journal of a failing boot (`journalctl -b` after you tried to start the VM and it fails) would help for beginning to debug this.
  15. Stoiko Ivanov

    pmg ?missed? email

    did you select the checkbox "Include Empty Senders" in the Tracking Center?
  16. Stoiko Ivanov

    per domain outgoing relay host + credentials

    These settings are not exposed by PMG - so you need to adapt the postfix configuration. to make changes permanent use the templateing system: https://pmg.proxmox.com/pmg-docs/pmg-admin-guide.html#pmgconfig_template_engine I hope this helps!
  17. Stoiko Ivanov

    Add header to Spam Report

    There's a patch on the pmg-devel list that would add Auto-Submitted: auto-replied to the generated mail - this should suppress the autoreply as well: https://lore.proxmox.com/pmg-devel/20250310180612.21877-1-s.ivanov@proxmox.com/T/#t once this or an improved version has been applied an packaged...
  18. Stoiko Ivanov

    Muss die DKIM-Signatur für automatisch generierte Mails aus v8.2 extra aktiviert werden?

    Siehe ein paar Zeilen weiter unten (bei https://pmg.proxmox.com/wiki/index.php?title=Roadmap): sprich - einfach eine admin-mail-from Adresse eintragen, die signiert werden würde: https://pmg.proxmox.com/pmg-docs/pmg-admin-guide.html#_options Ich hoffe das hilft!