[Kernel-packages] [Bug 2044722] Re: Enabling fips-preview on Jammy AWS fails with: Unexpected APT error

2023-11-27 Thread Thomas Bechtold
** Package changed: ubuntu-advantage-tools (Ubuntu) => linux-aws (Ubuntu) ** Summary changed: - Enabling fips-preview on Jammy AWS fails with: Unexpected APT error + Enabling fips-preview on Jammy AWS fails with: Depends: linux-aws-fips (>= 5.15.0.1042.43) but it is not installable -- You

[Kernel-packages] [Bug 2043307] Re: Ethernet Controller I225-V (rev 03) fails after some time with: igc 0000:09:00.0 eno1: PCIe link lost, device now detached

2023-11-15 Thread Thomas Bechtold
> Is this a regression, i.e., has it worked before? This is a new desktop PC so idk if this is a regression. But from what I read on the internet, it seems to be broken forever > Are you running the latest BIOS? Yes. This is with "ROG STRIX X670E-F GAMING WIFI BIOS 1709" (1709 is the version

[Kernel-packages] [Bug 2043307] [NEW] Ethernet Controller I225-V (rev 03) fails after some time with: igc 0000:09:00.0 eno1: PCIe link lost, device now detached

2023-11-12 Thread Thomas Bechtold
Public bug reported: I have a "ASUSTeK COMPUTER INC. ROG STRIX X670E-E GAMING WIFI" motherboard and the builtin ethernet card does fail from time to time (randomly - usually some hours). Steps to reproduce: - activate ethernet - wait hour(s) - then ethernet will no longer work The kernel logs

[Kernel-packages] [Bug 2037316] Re: SEV_SNP failure to init

2023-10-09 Thread Thomas Bechtold
I did test the kernel from lunar proposed (6.2.0.1015.16) on AWS. The image boots with sev-snp enabled: # sudo dmesg | grep -i sev [5.563677] Memory Encryption Features active: AMD SEV SEV-ES SEV-SNP [6.140250] SEV: Using SNP CPUID table, 64 entries present. [8.507286] SEV: SNP guest

[Kernel-packages] [Bug 2032933] Re: Mantic (23.10) minimal images increase in memory consumption, port usage and processes running

2023-09-04 Thread Thomas Bechtold
Ah. I see. KSM_ENABLED=AUTO from /etc/default/qemu-kvm is used through /usr/share/qemu/init/qemu-kvm-init via the qemu-kvm.service systemd service. thanks for the hint! -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1959593] Re: tcm_loop requires '-extras' for EKS optimised AMIs

2023-09-01 Thread Thomas Bechtold
this is included in all available EKS images (and in general in Ubuntu images on AWS). Feel free to reopen if you still encounter this problem. ** Changed in: cloud-images Status: New => Fix Released -- You received this bug notification because you are a member of Kernel Packages, which

[Kernel-packages] [Bug 2032933] Re: Mantic (23.10) minimal images increase in memory consumption, port usage and processes running

2023-08-30 Thread Thomas Bechtold
@Seth, ksm is disabled by default so it's still opt-in: # cat /sys/kernel/mm/ksm/run 0 it only gets activated when you install ksmtuned (which is not installed by default). So I think that's fine. -- You received this bug notification because you are a member of Kernel Packages, which is

[Kernel-packages] [Bug 2018303] [NEW] move sev-guest module from linux-modules-extra to linux-modules

2023-05-02 Thread Thomas Bechtold
Public bug reported: AWS did recently announce AMD SEV-SNP support (see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/sev-snp.html. To have that working in the ubuntu AWS images, the module needs to be available (linux-modules-extra is not installed by default). So please move the module

[Kernel-packages] [Bug 1959452] Re: 8GB Raspberry Pi 4 shows only 1 GB memory with Core20 arm64

2022-03-09 Thread Thomas Bechtold
** Changed in: linux-raspi (Ubuntu) Status: Incomplete => Invalid ** Changed in: snappy Status: New => Invalid -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux-raspi in Ubuntu. https://bugs.launchpad.net/bugs/1959452

[Kernel-packages] [Bug 1931841] Re: generic arm64 kernel can not boot initrdless and there is no -kvm kernel

2021-09-29 Thread Thomas Bechtold
** Changed in: linux (Ubuntu) Status: Incomplete => Confirmed -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1931841 Title: generic arm64 kernel can not boot initrdless and there

[Kernel-packages] [Bug 1931841] Re: generic arm64 kernel can not boot initrdless and there is no -kvm kernel

2021-06-18 Thread Thomas Bechtold
** Summary changed: - generic arm64 kernel can not boot initrdless + generic arm64 kernel can not boot initrdless and there is no -kvm kernel -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1931841] [NEW] generic arm64 kernel can not boot initrdless

2021-06-14 Thread Thomas Bechtold
Public bug reported: The CPC team wants to build minimal arm64 images. Those images should boot initrdless (similar to the amd64 images where the -kvm kernel is used). But booting an initrdless image (build with livecd-rootfs) does fail with: $ sudo qemu-system-aarch64 -m 2G -M virt -cpu max