[Bug 2113868] Re: Backport request for fix for IPsec UDP GRO option issue

2025-06-11 Thread Tobias Brunner
> The 6.11 kernel will get the stable paches from 6.12 longterm tree, so 6.11 will include the fix automatically. Great, thanks. > Since you are the author of the fix, if you could backport the fix to 6.6 longterm tree, the ubuntu-6.8 kernel will include the fix automatically as well. 6.6 is not

[Bug 2113868] [NEW] Backport request for fix for IPsec UDP GRO option issue

2025-06-10 Thread Tobias Brunner
Public bug reported: Since kernel v6.7, GRO offloading of UDP-encapsulated ESP packets is supported. This is enabled for individual UDP sockets via the UDP_ENCAP_ESPINUDP and UDP_GRO options. Unfortunately, the original implementation caused issues in some cases. In particular, if the esp4_offloa

[Bug 2111256] Re: upgrade to 25.04 failed on Dell XPS 13 9345

2025-05-19 Thread Tobias Heider
2025-05-19 12:49:22,911 DEBUG guessing '' as missing meta-pkg 2025-05-19 12:49:22,911 ERROR failed to mark '' for install ("The cache has no package named ''") This looks really broken. I wonder what might have caused this. Adding a few more people to take a look. -- You received this bug notif

[Bug 2110951] [NEW] 25.04 Can't install"

2025-05-16 Thread Tobias Grundmann
Public bug reported: Distribution Upgrade Message: It was impossible to install a required package. Please report this as a bug using 'ubuntu-bug ubuntu-release-upgrader-core' in a terminal. ProblemType: Bug DistroRelease: Ubuntu 24.10 Package: ubuntu-release-upgrader-core 1:24.10.14 ProcVersion

[Bug 2110398] [NEW] package nvidia-dkms-545 545.29.06-0ubuntu0.22.04.2 failed to install/upgrade: »installiertes nvidia-dkms-545-Skript des Paketes post-installation«-Unterprozess gab den Fehlerwert 1

2025-05-11 Thread Tobias Weigel
Public bug reported: Kann keine nicht die passende Bildschirmauflösung wählen. Bildformat ist auf 4:3 festgesetzt. ProblemType: Package DistroRelease: Ubuntu 22.04 Package: nvidia-dkms-545 545.29.06-0ubuntu0.22.04.2 ProcVersionSignature: Ubuntu 5.15.0-139.149-lowlatency 5.15.178 Uname: Linux 5.15

[Bug 2110133] Re: Use of snaps breaks user expectations of stability

2025-05-08 Thread Tobias Heider
** Merge proposal linked: https://code.launchpad.net/~tobhe/ubuntu/+source/ubuntu-x1e-settings/+git/ubuntu-x1e-settings/+merge/485638 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2110133 Title:

[Bug 2109499] Re: Dockerd crashes with SEGV during image pull / docker cp

2025-05-08 Thread Tobias Günther
https://github.com/moby/moby/issues/49886#issuecomment-2834357625 states the official docker binaries are compiled using go 1.23 - probably it would be better if the ubuntu build binaries are using the same. ** Bug watch added: github.com/moby/moby/issues #49886 https://github.com/moby/moby/iss

[Bug 2103601] Re: 25.0.1 breaks gdm on panfrost

2025-05-06 Thread Tobias Heider
After some more research it seems this is actually a kernel display driver bug exposed by a recent mesa change. AFBC is currently broken on mt818* chips but mediatek-drm claims to support it. It only actually started being used with https://gitlab.freedesktop.org/mesa/mesa/-/commit/e0f48568c7f2a6

[Bug 2100858] Re: Snapdragon X Elite: Sync concept kernel changes

2025-05-05 Thread Tobias Heider
Urgh, that is unfortunate. I think an easy fix would be putting the hack behind an ifdef arm64. @juergh what do you think? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2100858 Title: Snapdragon X

[Bug 2107692] Re: [SRU] Asus Vivobook S15 hwe-qcom-x1e-meta modsignature doesn't work

2025-05-05 Thread Tobias Heider
** Description changed: [ Summary ] hwe-qcom-x1e-meta should automatically get installed during Ubuntu installation on supported laptops. This works by using modalias signatures in d/hwe-qcom-x1e-meta.modaliases which ubuntu-drivers uses to find supported driver packages. The cur

[Bug 2107692] Re: [SRU] Asus Vivobook S15 hwe-qcom-x1e-meta modsignature doesn't work

2025-05-05 Thread Tobias Heider
** Description changed: [ Summary ] hwe-qcom-x1e-meta should automatically get installed during Ubuntu installation on supported laptops. This works by using modalias signatures in d/hwe-qcom-x1e-meta.modaliases which ubuntu-drivers uses to find supported driver packages. The cur

[Bug 2107692] Re: [SRU] Asus Vivobook S15 hwe-qcom-x1e-meta modsignature doesn't work

2025-05-05 Thread Tobias Heider
** Description changed: [ Summary ] hwe-qcom-x1e-meta should automatically get installed during Ubuntu installation on supported laptops. This works by using modalias signatures in d/hwe-qcom-x1e-meta.modaliases which ubuntu-drivers uses to find supported driver packages. The cur

[Bug 2107692] Re: [SRU] Asus Vivobook S15 hwe-qcom-x1e-meta modsignature doesn't work

2025-05-05 Thread Tobias Heider
** Also affects: ubuntu-x1e-settings (Ubuntu Questing) Importance: Undecided Status: Fix Released ** Also affects: ubuntu-x1e-settings (Ubuntu Plucky) Importance: Undecided Status: New ** Changed in: ubuntu-x1e-settings (Ubuntu Plucky) Status: New => Fix Committed --

[Bug 2109499] [NEW] Dockerd crashes with SEGV during image pull / docker cp

2025-04-28 Thread Tobias Günther
Public bug reported: Since updating to 25.04 and the docker.io update that came along my deamon crashes when pulling multiple images at the same time. Unfortunately dockerd bring down all containers with it when crashing, casuing service outages. Package version: 27.5.1-0ubuntu3 This worked be

[Bug 2107477] Re: Display broken in initramfs on Qualcomm CRD

2025-04-16 Thread Tobias Heider
bdrung: that would be panel_samsung_atna33xc20. Do you think we could solve this in a way where any panel module that is currently loaded would be included? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bug

[Bug 2107477] Re: Display broken in initramfs on Qualcomm CRD

2025-04-16 Thread Tobias Heider
We could either fix this in ubuntu-x1e-settings and include the required panel manually or make initramfs-tools detect panels automatically and include them. The second option probably scales better. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribe

[Bug 2107477] [NEW] Display broken in initramfs on Qualcomm CRD

2025-04-16 Thread Tobias Heider
Public bug reported: After installation the display only turns on after the initramfs. This means there is no visible input field if disk encryption was selected in the installer. The initrd seems to be missing the panel module. ** Affects: initramfs-tools (Ubuntu) Importance: Undecided

[Bug 2106101] Re: Pinebook Pro cannot launch installer from live image on Aarch64

2025-04-11 Thread Tobias Heider
I don't own a Pinebook but https://pine64.org/documentation/Pinebook_Pro/Software/Debian_installer/ suggests that firmware might be missing for wifi and bluetooth and recommends pulling it from the manjaro package. If you have some spare time could you check if the latest daily build from https://

[Bug 2106728] Re: grub-efi-arm64 fails with out of memory error on some hardware

2025-04-10 Thread Tobias Heider
MR move to https://code.launchpad.net/~tobhe/grub/+git/ubuntu/+merge/484238 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2106728 Title: grub-efi-arm64 fails with out of memory error on some hardwar

[Bug 2106728] Re: grub-efi-arm64 fails with out of memory error on some hardware

2025-04-10 Thread Tobias Heider
** Description changed: A patch we added in 2.12-5ubuntu10 to fix LP: #2103864 caused a regression that breaks other hardware. There is no guarantee on arm64 that any memory under 0x is available so forcing allocations below that address breaks affected machines. The responsib

[Bug 2106728] Re: grub-efi-arm64 fails with out of memory error on some hardware

2025-04-10 Thread Tobias Heider
MR open at https://code.launchpad.net/~tobhe/ubuntu/+source/grub2/+git/grub2/+merge/484236 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2106728 Title: grub-efi-arm64 fails with out of memory error

[Bug 2106728] Re: grub-efi-arm64 fails with out of memory error on some hardware

2025-04-10 Thread Tobias Heider
Potential fix would be replacing d/p/arm64-Limit-memory-allocations- to-4GB.patch with https://git.launchpad.net/~tobhe/grub/+git/ubuntu/tree/debian/patches/0201-Try- allocating-in-the-lower-4GB-before-first.patch?h=xelite2 Currently building in a ppa at https://launchpad.net/~tobhe/+archive/ubunt

[Bug 2106728] [NEW] grub-efi-arm64 fails with out of memory error on some hardware

2025-04-10 Thread Tobias Heider
Public bug reported: A patch we added in 2.12-5ubuntu10 to fix LP: #2103864 caused a regression that breaks other hardware. There is no guarantee on arm64 that any memory under 0x is available so forcing allocations below that address breaks affected machines. The responsible patch is d/p

[Bug 2106101] Re: Pinebook Pro cannot launch installer from live image on Aarch64

2025-04-07 Thread Tobias Heider
** Changed in: ubuntu-desktop-provision Status: New => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2106101 Title: Pinebook Pro cannot launch installer from live image on Aarch

[Bug 2106101] Re: Pinebook Pro cannot launch installer from live image on Aarch64

2025-04-07 Thread Tobias Heider
Hopefully fixed with https://github.com/canonical/ubuntu-desktop- provision/pull/1031#issuecomment-2783221848 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2106101 Title: Pinebook Pro cannot launch

[Bug 2106101] Re: Pinebook Pro cannot launch installer from live image on Aarch64

2025-04-07 Thread Tobias Heider
Looks like we need to ship libgles2 to fix the actual error. Good to know that there is a workaround though. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2106101 Title: Pinebook Pro cannot launch i

[Bug 2106101] Re: Pinebook Pro cannot launch installer from live image on Aarch64

2025-04-07 Thread Tobias Heider
** Also affects: ubuntu-desktop-provision Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2106101 Title: Pinebook Pro cannot launch installer from live imag

[Bug 2103601] [NEW] 25.0.1 breaks gdm on panfrost

2025-04-05 Thread Tobias Heider
Public bug reported: Summary === At boot gdm shows an entirely black screen with some weird screen artifacts. The mouse still works. After experimenting a bit I found that logging in blindly works and only wayland seems to be affected. Changing the gdm config to wayland=false makes it rende

[Bug 2084103] Re: arm64 desktop installer CJK broken

2025-04-05 Thread Tobias Heider
** Attachment added: "journal.log" https://bugs.launchpad.net/ubuntu-desktop-provision/+bug/2084103/+attachment/5867523/+files/journal.log -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2084103 Tit

[Bug 2092340] Re: wwan card permanently disappears after resuming from suspending

2025-04-05 Thread Tobias Mamerow
Hello, this issue still persists with Ubuntu Desktop 24.04.2 LTS on the 6.11 kernel. When entering sleep, the kernel module immediately throws an error and the wwan card remains unavailable. cdc_mbim 1-4:1.0: Tx URB error: -19 Only a restart of the system can fix that which defies the purpose o

[Bug 2084103] Re: arm64 desktop installer CJK broken

2025-04-05 Thread Tobias Heider
** Attachment added: "ubuntu_bootstrap.log" https://bugs.launchpad.net/ubuntu-desktop-provision/+bug/2084103/+attachment/5867521/+files/ubuntu_bootstrap.log -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net

[Bug 2100858] Re: Snapdragon X Elite: Sync concept kernel changes

2025-04-04 Thread Tobias Heider
There are a few issues that have surfaced with the current state so I'm planning to open a follow-up PR. Those are: - Display on some laptops stays dark at boot - External displays don't work with docking stations - Some ath12k wifi errors causing blue screens - USB broken on HP laptops -- You r

[Bug 2106254] [NEW] HP Omnibook modalias signature doesn't work

2025-04-04 Thread Tobias Heider
Public bug reported: The Omnibook modalias signature in https://git.launchpad.net/ubuntu/+source/ubuntu-x1e-settings/tree/debian/hwe-qcom-x1e-meta.modaliases?h=ubuntu/plucky doesn't match what's reported by the firmware which is: dmi:bvnInsyde:bvrF.12:bd11/19/2024:br15.12:efr17.40:svnHP:pn

[Bug 2103601] Re: 25.0.1 breaks gdm on panfrost

2025-04-04 Thread Tobias Heider
Still broken unfortunately. I feel like it might actually be caused by our build configuration somehow. The version I built by hand is almost identical and works. That was build with the default upstream build intstructions from the README. -- You received this bug notification because you are a

[Bug 2103601] Re: 25.0.1 breaks gdm on panfrost

2025-04-03 Thread Tobias Heider
didn't help either -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2103601 Title: 25.0.1 breaks gdm on panfrost To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source

[Bug 2106101] Re: Pinebook Pro cannot launch installer from live image on Aarch64

2025-04-03 Thread Tobias Heider
I did some further research. You could try and see if explicitly falling back to software rendering works: LIBGL_ALWAYS_SOFTWARE=yes ubuntu-desktop-bootstrap Alternatively enabling LIBGL_DEBUG might give us more info: LIBGL_DEBUG=yes ubuntu-desktop-bootstrap -- You received this bug notificati

[Bug 2106101] Re: Pinebook Pro cannot launch installer from live image on Aarch64

2025-04-03 Thread Tobias Heider
If you open a terminal and manually launch ubuntu-desktop-bootstrap, do you get any meaningful error messages? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2106101 Title: Pinebook Pro cannot launch

[Bug 2106101] Re: Pinebook Pro cannot launch installer from live image on Aarch64

2025-04-03 Thread Tobias Heider
** Project changed: ubuntu-concept => ubuntu ** Also affects: Ubuntu Plucky Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2106101 Title: Pinebook Pro can

[Bug 2100798] Re: [X1E] HP Elitebook Ultra G1Q Kernel 6.14 black screen

2025-04-01 Thread Tobias Heider
I think it might not have made it into the beta on time. It is fixed in newer daily builds and the concept ppa kernel. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2100798 Title: [X1E] HP Elitebook

[Bug 2103601] Re: 25.0.1 breaks gdm on panfrost

2025-03-31 Thread Tobias Heider
I'm afraid it doesn't no. I'll have to take a look what's different with the locally build libEGL that works. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2103601 Title: 25.0.1 breaks gdm on panfro

[Bug 2104922] Re: update-m1n1 defaults to Debian dtb and uboot paths which are incompatible with Ubuntu

2025-03-28 Thread Tobias Heider
** Summary changed: - update-m1n1 defaults to Debian dtb path which is incompatible with Ubuntu + update-m1n1 defaults to Debian dtb and uboot paths which are incompatible with Ubuntu -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. h

[Bug 2104922] [NEW] update-m1n1 defaults to Debian dtb path which is incompatible with Ubuntu

2025-03-28 Thread Tobias Heider
Assignee: Tobias Heider (tobhe) Status: New ** Changed in: asahi-scripts (Ubuntu) Assignee: (unassigned) => Tobias Heider (tobhe) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2104922 Ti

[Bug 2104922] Re: update-m1n1 defaults to Debian dtb path which is incompatible with Ubuntu

2025-03-28 Thread Tobias Heider
Fix in https://code.launchpad.net/~tobhe/ubuntu/+source/asahi- scripts/+git/asahi-scripts/+merge/483570 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2104922 Title: update-m1n1 defaults to Debian dt

[Bug 2104909] [NEW] FFe: Sync asahi-audio 3.2-1

2025-03-28 Thread Tobias Heider
Public bug reported: [ Summary ] 3.2.1 fixed an issue introduced in the previous version: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1100656 It technically also adds features such as microphone support for a few machines https://github.com/AsahiLinux/asahi-audio/releases/tag/v3.2 [ Regre

[Bug 2104429] [NEW] postinst hook switch of snap channel doesn't work in installer

2025-03-27 Thread Tobias Heider
Public bug reported: The postinst hook is supposed to switch the snap channel of gnome-24-2204 to adreno/stable. This doesn't seem to work when ubuntu-x1e-settings is installed by the Ubuntu installer. The resulting installation defaults to latest/stable/25.04 ** Affects: ubuntu-x1e-settings (Ub

[Bug 2084103] Re: arm64 desktop installer CJK broken

2025-03-27 Thread Tobias Heider
possibly related: https://github.com/flutter/flutter/issues/139293 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2084103 Title: arm64 desktop installer CJK broken To manage notifications about this

[Bug 2084103] Re: arm64 desktop installer CJK broken

2025-03-27 Thread Tobias Heider
I did some more testing, if I change the system language to Japanese other flutter apps like the snap store show the same issue. ** Bug watch added: github.com/flutter/flutter/issues #139293 https://github.com/flutter/flutter/issues/139293 -- You received this bug notification because you are

[Bug 2084103] Re: arm64 desktop installer CJK broken

2025-03-26 Thread Tobias Heider
** Attachment added: "screen.png" https://bugs.launchpad.net/ubuntu-desktop-provision/+bug/2084103/+attachment/5867524/+files/screen.png -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2084103 Title

[Bug 2084103] Re: arm64 desktop installer CJK broken

2025-03-26 Thread Tobias Heider
** Attachment added: "journal.log" https://bugs.launchpad.net/ubuntu-desktop-provision/+bug/2084103/+attachment/5867522/+files/journal.log -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2084103 Tit

[Bug 2084103] Re: arm64 desktop installer CJK broken

2025-03-26 Thread Tobias Heider
Rediscovered the issue when testing the plucky installer. Above are the requested logs from that session. ** Attachment removed: "journal.log" https://bugs.launchpad.net/ubuntu-desktop-provision/+bug/2084103/+attachment/5867522/+files/journal.log -- You received this bug notification because

[Bug 2104310] [NEW] Plucky arm64 desktop: boot console showing on serial port only

2025-03-26 Thread Tobias Heider
Public bug reported: The boot console defaults to ttyAMA0 on arm64 because that is hardcoded in the kernel config. This breaks the boot console and consequently FDE unlocking in desktop setups. Manually adding console=tty0 to the kernel command line fixes the issue. The same issue previously aff

[Bug 2104199] Re: FFe: firmware extracted by qcom-firmware-extract not included in initrd

2025-03-25 Thread Tobias Heider
Fix at https://code.launchpad.net/~tobhe/ubuntu/+source/ubuntu-x1e-settings/+git/ubuntu-x1e-settings/+merge/483437 ** Description changed: [ Summary ] A recent change in qcom-firmware-extract changed the path firmware is extracted to from /lib/firmware to /lib/firmware/updates. This

[Bug 2104199] [NEW] FFe: firmware extracted by qcom-firmware-extract not included in initrd

2025-03-25 Thread Tobias Heider
Public bug reported: [ Summary ] A recent change in qcom-firmware-extract changed the path firmware is extracted to from /lib/firmware to /lib/firmware/updates. This was necessary because some of the device firmware files were upstreamed into linux-firmware, so extracting to /lib/firmware would

[Bug 2103996] [NEW] FFe: Add support for Qualcomm CRD

2025-03-24 Thread Tobias Heider
Public bug reported: [ Summary ] We updated debian-cd to also support the Qualcomm CRD laptop out of the box. This gives us access to some more hardware to test the 25.04 release with. In addition we also need to add it to the .modalias to make sure the hwe-* meta package is installed automatica

[Bug 2103864] Re: grub-efi-riscv64-bin 2.12-5ubuntu9 fails with "relocation overflow"

2025-03-22 Thread Tobias Heider
The good news is: I have so far not managed to reproduce it on arm64. We know for sure that laptops with 64, 32 and 16GB RAM work. I have also tested a kvm vm with 12 GB. A bigger cloud instance or server hardware might be interesting too. -- You received this bug notification because you are a m

[Bug 2103601] Re: 25.0.1 breaks gdm on panfrost

2025-03-20 Thread Tobias Heider
looks like updating libEGL_mesa.so.0.0.0 from the mesa staging/25.0 branch fixes the issue so this is hopefully fixed with the next update -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2103601 Title:

[Bug 2063207] Re: libllvm18:i386 conflicts with libllvm18

2025-03-18 Thread Tobias Heider
** Changed in: llvm-toolchain-18 (Ubuntu Noble) Status: Fix Committed => Triaged -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2063207 Title: libllvm18:i386 conflicts with libllvm18 To manag

[Bug 2100858] Re: Snapdragon X Elite: Sync concept kernel changes

2025-03-15 Thread Tobias Heider
** Description changed: [ Summary] We are planning to ship 25.04 with Snapdragon X Elite hardware running out of the box. Installer and meta packages are already updated, the last thing missing is syncing kernel changes and configuration from our linux-qcom-x1e kernel used in our concept

[Bug 2100858] Re: Snapdragon X Elite: Sync concept kernel changes

2025-03-15 Thread Tobias Heider
** Description changed: + [ Summary] We are planning to ship 25.04 with Snapdragon X Elite hardware running out of the box. - Installer and meta packages are already updated the last thing missing is syncing kernel changes and configuration from our linux-qcom-x1e kernel used in our concept i

[Bug 2102227] [NEW] API changes in 1.6 are not backwards compatible

2025-03-14 Thread Tobias Brunner
Public bug reported: In one of our projects we use Mpz_Init_Set_Str(). In the bindings of previous versions of libgmpada this was defined as follows: procedure Mpz_Init_Set_Str (Result :out int; Rop:out Mpz_T; Str: i

[Bug 2102248] Re: FFe: Sync got 0.109-3 from debian unstable

2025-03-14 Thread Tobias Heider
** Summary changed: - FFe: Sync 0.109-3 from debian unstable + FFe: Sync got 0.109-3 from debian unstable -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2102248 Title: FFe: Sync got 0.109-3 from deb

[Bug 2100858] Re: Snapdragon X Elite: Sync concept kernel changes

2025-03-14 Thread Tobias Heider
Fixed another issue and pushed a new branch + started a new build. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2100858 Title: Snapdragon X Elite: Sync concept kernel changes To manage notificati

[Bug 2100858] Re: Snapdragon X Elite: Sync concept kernel changes

2025-03-13 Thread Tobias Heider
Ready to review tree is now available at https://code.launchpad.net/~ubuntu- concept/ubuntu/+source/linux/+git/oracular/+ref/ubuntu/plucky-x1e This one is rebased onto 6.14.0-10.10 and ubuntu-check-commit clean. A test build is running in https://launchpad.net/~tobhe/+archive/ubuntu/x1e-kernel-tes

[Bug 2102248] [NEW] FFe: Sync 0.109-3 from debian unstable

2025-03-13 Thread Tobias Heider
Public bug reported: I have uploaded a bug fix release to Debian unstable. The changelog since 0.106-1 includes a bunch of NULL deref fixes, memory management fixes, and an important fix to make got work with git servers configured with a non-english locale. Would be nice if we could sync this in

[Bug 2102108] Re: Missing pipewire-libcamera dependency

2025-03-12 Thread Tobias Heider
Looks reasonable to me! @Jeremy: I don't have upload rights though, do you think you could help us sponsor? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2102108 Title: Missing pipewire-libcamera d

[Bug 2101171] [NEW] depthchargectl doesn't find Ubuntu dtbs

2025-03-07 Thread Tobias Heider
Public bug reported: depthchargectl builds ChromeOS capable boot images (similar to FIT) containing kernel, initrd, dtbs and command line and automatically writes them to the kernel partition on updates. It doesn't not currently work on Ubuntu out of the box because it does not recognize our devi

[Bug 2100858] Re: Snapdragon X Elite: Sync concept kernel changes

2025-03-06 Thread Tobias Heider
A WIP git tree is available at https://code.launchpad.net/~ubuntu- concept/ubuntu/+source/linux/+git/oracular/+ref/ubuntu/unstable-x1e -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2100858 Title: S

[Bug 2100858] [NEW] Snapdragon X Elite: Sync concept kernel changes

2025-03-04 Thread Tobias Heider
Public bug reported: We are planning to ship 25.04 with Snapdragon X Elite hardware running out of the box. Installer and meta packages are already updated the last thing missing is syncing kernel changes and configuration from our linux-qcom-x1e kernel used in our concept image (https://disco

[Bug 2100858] Re: Snapdragon X Elite: Sync concept kernel changes

2025-03-04 Thread Tobias Heider
** Also affects: linux (Ubuntu Plucky) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2100858 Title: Snapdragon X Elite: Sync concept kernel changes To m

[Bug 2100857] [NEW] Snapdragon X Elite: Sync concept kernel changes

2025-03-04 Thread Tobias Heider
Public bug reported: We are planning to ship 25.04 with Snapdragon X Elite hardware running out of the box. Installer and meta packages are already updated the last thing missing is syncing kernel changes and configuration from our linux-qcom-x1e kernel used in our concept image (https://disco

[Bug 2098866] Re: [needs-packaging] qcom-firmware-extract

2025-02-20 Thread Tobias Heider
** Changed in: ubuntu Status: New => Fix Committed ** Changed in: ubuntu Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2098866 Title: [needs-pac

[Bug 2098866] [NEW] [needs-packaging] qcom-firmware-extract

2025-02-19 Thread Tobias Heider
Public bug reported: URL: https://code.launchpad.net/~tobhe/+git/qcom-firmware-extract/+ref/ubuntu License: GPL-2+ Notes:  Script to extract Qualcomm firmware from Windows partition  This package contains a script used to extract firmware from Qualcomm  Snapdragon X Elite powered machines such as

[Bug 2095536] Re: [MIR] ubuntu-x1e-settings

2025-02-19 Thread Tobias Heider
> But I do not see a dep onto hwe-qcom-x1e-meta. There shouldn't be one. It is pulled in by ubuntu-drivers via modalias, see d/hwe-qcom-x1e-meta.modaliases -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bu

[Bug 2098111] Re: arm64: kernel image cannot be booted in UEFI despite EFI stub and ZBOOT

2025-02-18 Thread Tobias Heider
A few more observations below. Running the file command on both gives us: linux/arch/arm64/boot$ file Image.gz Image.gz: gzip compressed data, max compression, from Unix, original size modulo 2^32 63220224 linux/arch/arm64/boot$ file vmlinuz.efi vmlinuz.efi: PE32+ executable (EFI applic

[Bug 2095536] Re: [MIR] ubuntu-x1e-settings

2025-02-14 Thread Tobias Heider
tests are now merged -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2095536 Title: [MIR] ubuntu-x1e-settings To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/u

[Bug 2098111] Re: arm64: kernel image cannot be booted in UEFI despite EFI stub and ZBOOT

2025-02-14 Thread Tobias Heider
I came to a similar conclusion, I think the Ubuntu fix would look sth like https://git.launchpad.net/~tobhe/+git/linux/commit/?id=a02543cadcc0615d8a9ed78fc58ecda716d2d55c Currently building a test kernel in a PPA to see if this actually works. EDIT: I also looked at CONFIG_COMPRESSED_INSTALL, tho

[Bug 2098111] Re: arm64: kernel image cannot be booted in UEFI despite EFI stub and ZBOOT

2025-02-13 Thread Tobias Heider
** Changed in: linux (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2098111 Title: arm64: kernel image cannot be booted in UEFI despite EFI stub and ZBOOT

[Bug 2095536] Re: [MIR] ubuntu-x1e-settings

2025-02-11 Thread Tobias Heider
I think I managed to clarify #2 further and added a few notes on why the workarounds are needed and when we can drop them. ** Description changed: [Availability] Currently in universe [Rationale] Very much like we did with the Lenovo Thinkpad X13s for 24.10 [1] I would like to add su

[Bug 2095536] Re: [MIR] ubuntu-x1e-settings

2025-02-11 Thread Tobias Heider
Requested packaging changes should be fixed with: https://code.launchpad.net/~tobhe/ubuntu/+source/ubuntu-x1e-settings/+git/ubuntu-x1e-settings/+merge/481007 I also updated the bug description with an explanation for the uncommon snap channel changes -- You received this bug notification because

[Bug 2095536] Re: [MIR] ubuntu-x1e-settings

2025-02-10 Thread Tobias Heider
re testing: added more tests to cover all the quirks introduced by the meta package in https://code.launchpad.net/~tobhe/ubuntu-manual- tests/+git/ubuntu-manual-tests/+merge/480925 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https:

[Bug 2095536] Re: [MIR] ubuntu-x1e-settings

2025-02-07 Thread Tobias Heider
** Description changed: [Availability] Currently in universe [Rationale] Very much like we did with the Lenovo Thinkpad X13s for 24.10 [1] I would like to add support for some of the new Snapdragon X Elite laptops in our coming release. Because arm64 is a bit special we need to ship

[Bug 2091375] Re: [needs-packaging] ubuntu-x1e-settings

2025-02-07 Thread Tobias Heider
** Changed in: ubuntu Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2091375 Title: [needs-packaging] ubuntu-x1e-settings To manage notifications about this bug g

[Bug 2095536] Re: [MIR] ubuntu-x1e-settings

2025-02-05 Thread Tobias Heider
** Package changed: ubuntu-x13s-settings (Ubuntu) => ubuntu-x1e-settings (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2095536 Title: [MIR] ubuntu-x1e-settings To manage notifications abou

[Bug 2096816] Re: Heaptrack on arm64 produces corrupt data files

2025-01-29 Thread Tobias Heider
Debian seems not to be affected according to my tests -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2096816 Title: Heaptrack on arm64 produces corrupt data files To manage notifications about this

[Bug 2096816] Re: Heaptrack on arm64 produces corrupt data files

2025-01-29 Thread Tobias Heider
** Also affects: heaptrack (Ubuntu Noble) Importance: Undecided Status: New ** Also affects: heaptrack (Ubuntu Oracular) Importance: Undecided Status: New ** Also affects: heaptrack (Ubuntu Plucky) Importance: Medium Status: Confirmed ** Changed in: heaptrack (Ubunt

[Bug 2096816] Re: Heaptrack on arm64 produces corrupt data files

2025-01-28 Thread Tobias Heider
I ran a few tests and it looks like this is related to -mbranch- protection=standard. Building with "DEB_BUILD_MAINT_OPTIONS = hardening=+all,-branch" fixes the issue. I'll open a MR with a fix tomorrow. Might be worth checking if Debian is also affected. -- You received this bug notification bec

[Bug 2096816] Re: Heaptrack on arm64 produces corrupt data files

2025-01-28 Thread Tobias Heider
** Summary changed: - Heaptrack on Ubuntu Asahi produces corrupt data files + Heaptrack on arm64 produces corrupt data files -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2096816 Title: Heaptrack o

[Bug 2096816] Re: Heaptrack on Ubuntu Asahi produces corrupt data files

2025-01-28 Thread Tobias Heider
Thanks for the report, I can confirm that the same happens on my m2 air running Noble. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2096816 Title: Heaptrack on Ubuntu Asahi produces corrupt data fi

[Bug 2096816] Re: Heaptrack on Ubuntu Asahi produces corrupt data files

2025-01-28 Thread Tobias Heider
** Changed in: heaptrack (Ubuntu) Importance: Undecided => Medium -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2096816 Title: Heaptrack on Ubuntu Asahi produces corrupt data files To manage not

[Bug 2095536] [NEW] [MIR] ubuntu-x1e-settings

2025-01-22 Thread Tobias Heider
Public bug reported: [Availability] Currently in universe [Rationale] Very much like we did with the Lenovo Thinkpad X13s for 24.10 [1] I would like to add support for some of the new Snapdragon X Elite laptops in our coming release. Because arm64 is a bit special we need to ship a settings packa

[Bug 2076421] Re: IKev2 VPN generates a local routing loop

2025-01-10 Thread Tobias Brunner
I see. Maybe you could provide them with an installer script (could perhaps even configure the complete VPN connection via nmcli). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2076421 Title: IKev2

[Bug 2076421] Re: IKev2 VPN generates a local routing loop

2025-01-07 Thread Tobias Brunner
As I wrote above, you can avoid the issue with a simple config change (it's basically the same thing the patch does). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2076421 Title: IKev2 VPN generates

[Bug 2092340] [NEW] wwan card permanently disappears after resuming from suspending

2024-12-21 Thread Tobias Mamerow
Public bug reported: Hello, on my ThinkPad P16s Gen2 AMD with the Quectel EM05-G modem configured, I'm running Ubuntu Desktop 24.04.1 LTS with the kernel package "linux-generic-hwe-24.04" version "6.8.0-51.52" I am facing the issue that after resuming from suspending, the WWAN card completely

[Bug 2085848] Re: db5.3: FTBFS in oracular !amd64 because of implicit-int

2024-12-11 Thread Tobias Heider
ahasenack: I don't think that is right. I think that was a reply for #3 and the patch works as expected afaiu EDIT: 5.3.28+dfsg2-7ubuntu1 clearly built successfully on all the non amd64 platforms and the build logs show that "checking for 64-bit integral type support for sequences... yes" works

[Bug 2091375] Re: [needs-packaging] ubuntu-x1e-settings

2024-12-11 Thread Tobias Heider
> 1) Are there any devices that *don't* need -settings (e.g. which don't boot with GRUB)? It is more about the grub settings being possibly destructive to non-x1e hardware. Eventually we might want to include -nogrub unconditionally in the live installer iso. Currently we only support grub. > 2)

[Bug 2091375] [NEW] [needs-packaging] ubuntu-x1e-settings

2024-12-10 Thread Tobias Heider
Public bug reported: URL: https://git.launchpad.net/~ubuntu-concept/ubuntu/+source/ubuntu-x1e-settings License: GPL-2+ Notes:  This ubuntu-x1e-settings package contains some default settings that are specific to Ubuntu  running on Qualcomm X Elite arm64 laptops which don't affect other hardware.

[Bug 2065186] Re: [needs-packaging] ubuntu-x13s-settings

2024-12-10 Thread Tobias Heider
** Changed in: ubuntu Status: In Progress => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2065186 Title: [needs-packaging] ubuntu-x13s-settings To manage notifications about t

[Bug 2084252] Re: 6.11.0-8-generic: system fails to wake up from suspend

2024-11-26 Thread Tobias Heider
possibly the same as https://bugzilla.kernel.org/show_bug.cgi?id=219514 @dloose what does hciconfig -a | grep Manufacturer output on your machine? Mine is: Manufacturer: MediaTek, Inc. (70) ** Bug watch added: Linux Kernel Bug Tracker #219514 https://bugzilla.kernel.org/show_bug.cgi?id=21951

[Bug 2084252] Re: 6.11.0-8-generic: system fails to wake up from suspend

2024-11-26 Thread Tobias Heider
@dloose: I tested without bluetooth and indeed that works, thx! Wonder if that helps us find a fix. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2084252 Title: 6.11.0-8-generic: system fails to wak

[Bug 2087949] Re: "systemctl status sshd" does not work in noble

2024-11-12 Thread Tobias Heider
This looks like a regression caused by sshd socket activation. The man page at https://www.freedesktop.org/software/systemd/man/latest/systemd.unit.html suggests Alias= makes systemd automatically symlink the service to the alias name when enabled. Previously this would have worked because ssh.ser

  1   2   3   4   5   6   7   8   9   10   >