If 5.4.65 is your 2nd kernel you would do the following.How to lock grub to specific kernel version for now while issue is being fixed?
OK, thanks to both of you for your feedback.
FYI: Our gen8 works fine with 5.4.73, which is actually rather bad for us, as having a reliable reproducer here would help a lot.
commit 552b270b5784dc322807df89eb359e74fc570fde
Author: Dan Carpenter <dan.carpenter@oracle.com>
Date: Mon Sep 28 12:13:00 2020 +0300
scsi: be2iscsi: Fix a theoretical leak in beiscsi_create_eqs()
BugLink: https://bugs.launchpad.net/bugs/1902115
[ Upstream commit 38b2db564d9ab7797192ef15d7aade30633ceeae ]
The be_fill_queue() function can only fail when "eq_vaddress" is NULL and
since it's non-NULL here that means the function call can't fail. But
imagine if it could, then in that situation we would want to store the
"paddr" so that dma memory can be released.
Link: https://lore.kernel.org/r/20200928091300.GD377727@mwanda
Fixes: bfead3b2cb46 ("[SCSI] be2iscsi: Adding msix and mcc_rings V3")
sha256sum *
47f9a85ab5517a7e3ec2c1514428c87a2b25eee5f7951af557261a96440e836f linux-tools-5.4_5.4.78-1~b1_amd64.deb
d4f1eb68d4c15ce0ba24c1290a9e1528fa17b142a827d9c7310bd481a43228dc linux-tools-5.4-dbgsym_5.4.78-1~b1_amd64.deb
c2032e2eb3d6fab4b207df922904afad52ad0f8ec89d8aace80980184647114a pve-headers-5.4.78-1-pve_5.4.78-1~b1_amd64.deb
289ee7218a8d7459966e78890be7dd7f7de77a257b26096864b25d3f67b1b920 pve-kernel-5.4.78-1-pve_5.4.78-1~b1_amd64.deb
f26a1b16205d9e093ecfb2968072672003127f36222411d1946df9a95306fcf5 pve-kernel-libc-dev_5.4.78-1~b1_amd64.deb
Thanks for testing it out and providing feedback! Then'll do a proper build and notify upstream, where applicable.Your latest testkernel pve_5.4.78-1~b1_amd64 really fixes the issue! Thank you.
I can confirm it has solved my issue as well. Appreciate the assistance!Thanks for testing it out and providing feedback! Then'll do a proper build and notify upstream, where applicable.
What do you mean?how did you end up fixing this issue? recompiling?
IIRC, the ISO was build with a kernel version that still has this problem, so you'd need to run a package update directly after installation (always a good idea).I tried to install it last night on my HP BL460C G8 last night from the ISO off your site and it still gave me the same issue.
So let's go for manual installation then.I cannot add another network card to it since its a blade server.. this will be hard..
wget
available:wget http://download.proxmox.com/debian/pve/dists/buster/pve-no-subscription/binary-amd64/pve-kernel-5.4.78-2-pve_5.4.78-2_amd64.deb
# verify checksum
sha256sum pve-kernel-5.4.78-2-pve_5.4.78-2_amd64.deb
e1fc14521d5f3aeb1e631202bb11eb8c79b73580d6586a9f9be3bc38db5d2655 pve-kernel-5.4.78-2-pve_5.4.78-2_amd64.deb
cd /path/where/usb/is/mounted
apt install ./pve-kernel-5.4.78-2-pve_5.4.78-2_amd64.deb