Recent content by Joe Botha

  1. Joe Botha

    Proxmox 8.2, Kernel 6.8 and i40e driver

    Ok, thanks. Sounds like the new naming scheme is here to say. Probably a good idea just to adopt the new names.
  2. Joe Botha

    Proxmox 8.2, Kernel 6.8 and i40e driver

    Hi, Please ask the person who deals with your kernel choices to investigate what happened with the i40e driver. It seems like a rather ugly solution to go do static MAC based naming. Problem waiting to happen as soon as a NIC gets swapped. We also use the ixgbe and mellanox drivers in some of...
  3. Joe Botha

    Proxmox 8.2, Kernel 6.8 and i40e driver

    Do you have an eta for Proxmox 8.3, and do you know which kernel is planned?
  4. Joe Botha

    Proxmox 8.2, Kernel 6.8 and i40e driver

    Hi, do you know in which naming scheme version the change was introduced which caused the i40e driver to change? I can't spot it. Which makes me think the i40e change is a bug. From: https://support.xilinx.com/s/article/000034471?language=en_US 'Currently network device drivers for the Linux...
  5. Joe Botha

    Proxmox 8.2, Kernel 6.8 and i40e driver

    Hi We have a few Proxmox 8.2 hosts pinned to kernel 6.5 because it seems the i40e driver gets creative with network interface naming in the upgrade to kernel 6.8. I'm considering just staying on the 6.5 kernel and waiting for this problem to go away. Is that an option? Are there plans for a...
  6. Joe Botha

    Mellanox drivers for Proxmox 8.2 Kernel 6.8

    Hi I noticed when upgrading from Proxmox 8.1 to 8.2 the Mellanox drivers fail to build. Probably because of the kernel version change to 6.8. Everything worked fine with version 6.5. I looked at the changelog for latest Mellanox drivers, but can't see anything relevant. Does the latest...
  7. Joe Botha

    Longer term stable repo

    Hi We have a few servers with the Proxmox PVE paid option to get access to the stable repo. All is working well, but I'd like to do less upgrades and reboots. Would it be possible to create a repo where no more than 4 reboots per year are needed, but in case there is a critical security issue...
  8. Joe Botha

    Proxmox 8 and i40e driver kernel 6.2

    Hi The intel i40e driver has some extra features and optimisations, in theory. We have been using the intel driver for a long time with x710 NICs. I changed one of our servers to the in-kernel driver a few minutes ago - it seems fairly happy, but I get some errors at startup - with both the...
  9. Joe Botha

    Proxmox 8 and i40e driver kernel 6.2

    Or, I guess I can try install pve-kernel-6.1.10-1-pve
  10. Joe Botha

    Proxmox 8 and i40e driver kernel 6.2

    Hi After upgrading to Proxmox 8.0, I tried to build the latest intel i40e driver, but I get an error. I'm guessing kernel 6.2 is a bit too new for the intel drivers. i40e driver: 2.22.20 kernel: 6.2.16-3-pve Error: i40e_ptp.c: In function ‘i40e_ptp_create_clock’...
  11. Joe Botha

    Match Field - Multi Line Regex for To Field

    Hi The solution using (?s)... (?s)(support@.*){2,}
  12. Joe Botha

    Match Field - Multi Line Regex for To Field

    bug 4498 open https://bugzilla.proxmox.com/show_bug.cgi?id=4498
  13. Joe Botha

    Match Field - Multi Line Regex for To Field

    Hi, is the regex logic in Perl? Perl seems to support this with /s Maybe this should be the default behaviour for match-field setting. ps. the UI can also make it more obvious if AND or OR logic is being used.
  14. Joe Botha

    Match Field - Multi Line Regex for To Field

    Hi, when testing with Gmail and mutt, it also works for me. When using Apple mail, which sends To in multiple lines, it does not match. Asked a friend to test from Windows (not sure which mail client) also did not match.
  15. Joe Botha

    Match Field - Multi Line Regex for To Field

    Hi, side note: would be great to also stop people from sending: To: support@foo Cc: support@bar but not a big deal if we can't stop that.