[Bug 2098861] Re: systemd 255.4-1ubuntu8.5 crashing on arm64 (Azure v6 VM sizes)

2025-03-07 Thread Luca Boccassi
That's very bizzarre as the objects appear to be half-initialized. It would be one thing if they were completely corrupted, but this is strange and I've never seen something like it. Are you able to try https://github.com/systemd/systemd/pull/36659 to see if it at least stops the crashes? -- You

[Bug 2050083] Re: generate and ship vmlinux.h to allow packages to build BPF CO-RE

2025-03-03 Thread Luca Boccassi
** Tags removed: verification-needed-noble-linux-intel verification-needed-noble-linux-nvidia-tegra ** Tags added: verification-done-noble-linux-intel verification-done-noble-linux-nvidia-tegra -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

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

2025-02-19 Thread Luca Boccassi
No it is not a new issue, the Noble arm64 kernel ships in the the same gzip format: https://ports.ubuntu.com/pool/main/l/linux-signed/linux- image-6.8.0-53-generic_6.8.0-53.55_arm64.deb It's just that I noticed it just now while trying to build Ubuntu UKIs -- You received this bug notification b

[Bug 2091719] Re: btrfs will WARN_ON() in btrfs_remove_qgroup() unnecessarily

2025-02-19 Thread Luca Boccassi
No problem at all, thanks for the update! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2091719 Title: btrfs will WARN_ON() in btrfs_remove_qgroup() unnecessarily To manage notifications about this

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

2025-02-14 Thread Luca Boccassi
Debian just enabled EFI_ZBOOT and the trick seems to be to install arch/arm64/boot/vmlinuz.efi instead of arch/arm64/boot/Image: https://salsa.debian.org/kernel-team/linux/-/merge_requests/1362/diffs I believe this is what CONFIG_COMPRESSED_INSTALL would enable by default: https://git.kernel.org

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

2025-02-12 Thread Luca Boccassi
Public bug reported: The arm64 kernel image enables the EFI stub and ZBOOT options, among others, that should allow booting the kernel in a UEFI environment, as a signed PE binary. But the package ships the kernel image as a compressed gzip file, which UEFI cannot understand. I received a sugg

[Bug 2095556] Re: linux-xilinx: add dwarfdump package in the Build-Depends

2025-02-10 Thread Luca Corna
** Changed in: linux-xilinx (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/2095556 Title: linux-xilinx: add dwarfdump package in the Build-Depends To mana

[Bug 2097166] [NEW] nautilus cannot open encrypted disks

2025-02-01 Thread luca moscato
Public bug reported: Environment: Ubuntu 24.04 on both environment Having an installation with encrypted disks I expect that, in case of system issue, I'm able to reach data (of course knowing decryption passphrase) or by using a live version or, less common, by physically plug out my disk and co

[Bug 2095168] Re: dh-python: dh_python3 loses cpython module name when renaming shared object

2025-01-31 Thread Luca Boccassi
Thanks, can confirm the version in proposed is now packaged correctly and the issue no longer appears ** Tags removed: verification-needed verification-needed-noble ** Tags added: verification-done verification-done-noble -- You received this bug notification because you are a member of Ubuntu B

[Bug 2095168] Re: dh-python: dh_python3 loses cpython module name when renaming shared object

2025-01-30 Thread Luca Boccassi
Thanks, but this was already uploaded last week, it's in the queue: https://launchpad.net/ubuntu/noble/+queue?queue_state=1&queue_text=libdnf -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2095168 Titl

[Bug 2091719] Re: btrfs will WARN_ON() in btrfs_remove_qgroup() unnecessarily

2025-01-24 Thread Luca Boccassi
Great news, thank you for taking care of it! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2091719 Title: btrfs will WARN_ON() in btrfs_remove_qgroup() unnecessarily To manage notifications about t

[Bug 2095011] Re: [BPO] sphinxcontrib-globalsubs/0.1.2-2 from plucky

2025-01-21 Thread Luca Boccassi
Ref. for the backports process: https://wiki.ubuntu.com/UbuntuBackports -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2095011 Title: [BPO] sphinxcontrib-globalsubs/0.1.2-2 from plucky To manage not

[Bug 2091719] Re: BTRFS kernel panic on btrfs_remove_qgroup

2025-01-20 Thread Luca Boccassi
Hi, any update on this btfs bug? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2091719 Title: BTRFS kernel panic on btrfs_remove_qgroup To manage notifications about this bug go to: https://bugs.la

[Bug 2050083] Re: generate and ship vmlinux.h to allow packages to build BPF CO-RE

2025-01-20 Thread Luca Boccassi
** Tags removed: verification-needed-noble-linux verification-needed-noble-linux-hwe-6.11 verification-needed-noble-linux-lowlatency-hwe-6.11 verification-needed-noble-linux-realtime-6.11 verification-needed-oracular-linux-realtime ** Tags added: verification-done-noble-linux verification-done

[Bug 2095168] Re: dh-python: dh_python3 loses cpython module name when renaming shared object

2025-01-17 Thread Luca Boccassi
root@noble:/tmp/libdnf-0.69.0# dpkg -c ../python3-libdnf_0.69.0-2.3build3_amd64.deb | grep _module -rw-r--r-- root/root904272 2024-03-31 02:54 ./usr/lib/python3/dist-packages/libdnf/_module.cpython-312-x86_64-linux-gnu.so -- You received this bug notification because you are a member of Ub

[Bug 2095168] Re: dh-python: dh_python3 loses cpython module name when renaming shared object

2025-01-17 Thread Luca Boccassi
Yes a workaround in libdnf is possible, in fact I had added one before dh-python was fixed: https://salsa.debian.org/pkg-rpm- team/libdnf/-/commit/02de151278a0831d1c5c4c7d47c4a4f46766c666 I have just tested adding the same snippet to d/rules in a Noble chroot, and rebuilt the package, and the pro

[Bug 2095168] Re: dh-python: dh_python3 loses cpython module name when renaming shared object

2025-01-17 Thread Luca Boccassi
** Bug watch added: Debian Bug tracker #1068255 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1068255 ** Also affects: dh-python (Debian) via https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1068255 Importance: Unknown Status: Unknown -- You received this bug notification be

[Bug 2095168] [NEW] dh-python: dh_python3 loses cpython module name when renaming shared object

2025-01-17 Thread Luca Boccassi
Public bug reported: dh-python in Noble, on architectures other than amd64, renames libdnf binary modules and breaks them: I: dh_python3 fs:418: renaming _module.so to _.cpython-312-aarch64-linux-gnu.so https://launchpadlibrarian.net/722671993/buildlog_ubuntu-noble- arm64.libdnf_0.69.0-2.3build3

[Bug 2095011] Re: [BPO] sphinxcontrib-globalsubs/0.1.2-2 from plucky

2025-01-15 Thread Luca Boccassi
In my experience SRUs tend to get stonewalled and end up going nowhere, backports are much easier and actually end up happening. It's entirely fine for our use case for this to be in backports, so I'm ok with this. -- You received this bug notification because you are a member of Ubuntu Bugs, whi

[Bug 2095011] Re: [BPO] sphinxcontrib-globalsubs/0.1.2-2 from plucky

2025-01-15 Thread Luca Boccassi
-2~bpo24.04.1) noble-backports; urgency=medium - * Rebuild for noble-backports. (LP: #) +   * Rebuild for noble-backports. (LP: #2095011) - -- Luca Boccassi Wed, 15 Jan 2025 13:12:59 +0000 +  -- Luca Boccassi Wed, 15 Jan 2025 13:12:59 + -- You received this bug notification beca

[Bug 2095011] Re: [BPO] sphinxcontrib-globalsubs/0.1.2-2 from plucky

2025-01-15 Thread Luca Boccassi
** Attachment added: "sphinxcontrib-globalsubs_0.1.2-2~bpo24.04.1.dsc" https://bugs.launchpad.net/ubuntu/+source/sphinxcontrib-globalsubs/+bug/2095011/+attachment/5851903/+files/sphinxcontrib-globalsubs_0.1.2-2~bpo24.04.1.dsc -- You received this bug notification because you are a member of U

[Bug 2095011] Re: [BPO] sphinxcontrib-globalsubs/0.1.2-2 from plucky

2025-01-15 Thread Luca Boccassi
** Attachment added: "sphinxcontrib-globalsubs_0.1.2-2~bpo24.04.1_source.buildinfo" https://bugs.launchpad.net/ubuntu/+source/sphinxcontrib-globalsubs/+bug/2095011/+attachment/5851902/+files/sphinxcontrib-globalsubs_0.1.2-2~bpo24.04.1_source.buildinfo -- You received this bug notification be

[Bug 2095011] Re: [BPO] sphinxcontrib-globalsubs/0.1.2-2 from plucky

2025-01-15 Thread Luca Boccassi
** Attachment added: "sphinxcontrib-globalsubs_0.1.2-2~bpo24.04.1_source.changes" https://bugs.launchpad.net/ubuntu/+source/sphinxcontrib-globalsubs/+bug/2095011/+attachment/5851901/+files/sphinxcontrib-globalsubs_0.1.2-2~bpo24.04.1_source.changes -- You received this bug notification becaus

[Bug 2095011] Re: [BPO] sphinxcontrib-globalsubs/0.1.2-2 from plucky

2025-01-15 Thread Luca Boccassi
** Attachment added: "debdiff" https://bugs.launchpad.net/ubuntu/+source/sphinxcontrib-globalsubs/+bug/2095011/+attachment/5851900/+files/debdiff -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/20950

[Bug 2095011] [NEW] [BPO] sphinxcontrib-globalsubs/0.1.2-2 from plucky

2025-01-15 Thread Luca Boccassi
a dch --bpo changelog entry with the appropriate version, such as: sphinxcontrib-globalsubs (0.1.2-2~bpo24.04.1) noble-backports; urgency=medium   * Rebuild for noble-backports. (LP: #2095011)  -- Luca Boccassi Wed, 15 Jan 2025 13:12:59 + ** Affects: sphinxcontrib-globalsubs (Ubuntu

[Bug 2071468] Re: ELF package metadata failure: environment variable ‘DEB_HOST_ARCH’ not defined

2024-12-21 Thread Luca Boccassi
Nice! Will you try and get the same feature added to gold/lld/mold as well, or was this only targeted at bfd? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2071468 Title: ELF package metadata failu

[Bug 2092289] [NEW] No sound at all

2024-12-20 Thread Luca Nord
Public bug reported: Internal Speaker doesn't work ProblemType: Bug DistroRelease: Ubuntu 24.10 Package: alsa-base 1.0.25+dfsg-0ubuntu7 ProcVersionSignature: Ubuntu 6.11.0-13.14-generic 6.11.0 Uname: Linux 6.11.0-13-generic x86_64 ApportVersion: 2.30.0-0ubuntu4 Architecture: amd64 AudioDevicesInU

[Bug 2088268] Re: systemd /tmp cleaning removes files that it shouldn't

2024-12-19 Thread Luca Boccassi
/tmp/ is world writable, so there is no guarantee that one process will be the first to write to a file anyway. The case of "another process replaced it after deletion" is the same as "another process got there first on boot", and cannot be avoided. Anything using /tmp/ needs to be aware of this, a

[Bug 2091719] Re: BTRFS kernel panic on btrfs_remove_qgroup

2024-12-16 Thread Luca Boccassi
Thank you, can confirm the problem cannot be reproduced using the kernel package from the linked PPA -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2091719 Title: BTRFS kernel panic on btrfs_remove_q

[Bug 2091719] [NEW] BTRFS kernel panic on btrfs_remove_qgroup

2024-12-13 Thread Luca Boccassi
Public bug reported: We are able to trigger a kernel oops in the btrfs code from userspace: [ 46.597006] Kernel panic - not syncing: kernel: panic_on_warn set ... [ 46.597474] CPU: 0 PID: 1316 Comm: (sd-clean) Not tainted 6.8.0-50-generic #51-Ubuntu [ 46.597660] Hardware name: QEMU Standar

[Bug 2086469] Re: GDM Fails to load after Update

2024-11-20 Thread Luca Ballone
I can confirm that the issue is not present anymore on kernel 6.8.0-49-generic. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2086469 Title: GDM Fails to load after Update To manage notifications a

[Bug 2007308] Re: linux-tools-common: bpftool wrapper causes build failure for xdp-tools

2024-11-09 Thread Luca Boccassi
Right now we need to have this ugly workaround in debian/rules whenever we need to use bpftool at build time, which is becoming more and more important as we need to build CO-RE binaries, for example in src:systemd: ifeq ($(DEB_VENDOR),Ubuntu) bpftool_binary := $(shell find /usr/lib/linux-tools/ -

[Bug 2084945] Re: PS Ethernet does not get a DHCP address at boot with latest Ubuntu 24.04 Image

2024-10-22 Thread Luca Corna
Closing the ticket and continuing the thread on the private bug https://bugs.launchpad.net/limerick/+bug/2085367 ** Changed in: linux-xilinx-zynqmp (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 2084945] Re: PS Ethernet does not get a DHCP address at boot with latest Ubuntu 24.04 Image

2024-10-22 Thread Luca Corna
@Sagar, can you please reopen this bug in the limerick project please? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2084945 Title: PS Ethernet does not get a DHCP address at boot with latest Ubunt

[Bug 2084945] Re: PS Ethernet does not get a DHCP address at boot with latest Ubuntu 24.04 Image

2024-10-21 Thread Luca Corna
@Chris, did you file a bug before? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2084945 Title: PS Ethernet does not get a DHCP address at boot with latest Ubuntu 24.04 Image To manage notifica

[Bug 2050083] Re: generate and ship vmlinux.h to allow packages to build BPF CO-RE

2024-10-18 Thread Luca Boccassi
It would be great if the new package was backported to Noble too, so that we can use it in the upstream systemd build and CI. I've tested and sent a patch: https://lists.ubuntu.com/archives/kernel- team/2024-October/154734.html ** Also affects: linux (Ubuntu Noble) Importance: Undecided

[Bug 2083466] Re: xilinx-tsn: fix ptp sync failure

2024-10-16 Thread Luca Corna
** Changed in: linux-xilinx-zynqmp (Ubuntu) Status: In Progress => 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/2083466 Title: xilinx-tsn: fix ptp sync failure To manage notif

[Bug 2075505] Re: Add distribution-gpg-keys 1.104+ds-2 to noble

2024-09-04 Thread Luca Boccassi
https://lists.ubuntu.com/archives/ubuntu- devel/2024-September/043098.html -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2075505 Title: Add distribution-gpg-keys 1.104+ds-2 to noble To manage notif

[Bug 2076416] Re: [SRU] Upload latest archlinux-keyring from oracular to noble-proposed

2024-09-04 Thread Luca Boccassi
https://lists.ubuntu.com/archives/ubuntu- devel/2024-September/043098.html -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2076416 Title: [SRU] Upload latest archlinux-keyring from oracular to noble-p

[Bug 2050083] Re: generate and ship vmlinux.h to allow packages to build BPF CO-RE

2024-08-22 Thread Luca Boccassi
New version as requested on the ML at: https://lists.ubuntu.com/archives/kernel-team/2024-August/153061.html -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2050083 Title: generate and ship vmlinux.h

[Bug 2050083] Re: generate and ship vmlinux.h to allow packages to build BPF CO-RE

2024-08-21 Thread Luca Boccassi
I have sent a follow-up here: https://lists.ubuntu.com/archives/kernel- team/2024-August/153006.html The equivalent debian package ships an empty stub header rather than disabling the package completely, as it's easier to handle for everyone, and can be changed once BTF for armhf starts working:

[Bug 1992178] Re: autopkgtest: upstream tests that run in qemu hang on ppc64el

2024-08-15 Thread Luca Boccassi
There was no fix for the crashes, we just disabled the ppc64el qemu- based tests to avoid hitting these crashes -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1992178 Title: autopkgtest: upstream tes

[Bug 2075505] Re: Add distribution-gpg-keys 1.104+ds-2 to noble

2024-08-12 Thread Luca Boccassi
> I'm declining to process these without consensus amongst Ubuntu developers that constant SRUs of these packages is the right architecture to use. I don't think "constant" is an accurate description, I don't plan to ask for a backport for every release (there's one once a month on average or so)

[Bug 2076416] Re: [SRU] Upload latest archlinux-keyring from oracular to noble-proposed

2024-08-12 Thread Luca Boccassi
> This doesn't seem like it's practical to maintain via SRUs then? > As I mentioned in bug 2075505, I'm not sure that maintaining and updating > packages in Ubuntu archive is the correct architecture here. I don't think there would be any issue with maintaining these. A couple of updates a year w

[Bug 2076416] Re: [SRU] Upload latest archlinux-keyring from oracular to noble-proposed

2024-08-09 Thread Luca Boccassi
** Description changed: [Impact] archlinux-keyring is a package in Oracular and Noble that provides an archive of signing keys for Archlinux. As stated by the reporter, this package allows users to bootstrap and build Arch, useful for CI and image building purposes. The packag

[Bug 2076416] [NEW] [SRU] Upload latest archlinux-keyring from oracular to noble-proposed

2024-08-09 Thread Luca Boccassi
Public bug reported: [Impact] archlinux-keyring is a package in Oracular and Noble that provides an archive of signing keys for Archlinux. As stated by the reporter, this package allows users to bootstrap and build Arch, useful for CI and image building purposes. The package should be updated i

[Bug 2075505] Re: Add distribution-gpg-keys 1.104+ds-2 to noble

2024-08-07 Thread Luca Boccassi
It would provide more value in noble proper, however if there are external reasons like a long review queue, I am perfectly ok with having this in noble-backports. I'd like to have it in the archive though rather than out of tree, as this is useful for users of image building tool in general, to p

[Bug 2075505] [NEW] [BPO] distribution-gpg-keys/1.104+ds-2 from oracular

2024-08-01 Thread Luca Boccassi
Public bug reported: [Impact] This package was introduced in Oracular and is a simple archive of GPG keys for RPM-based distributions like Fedora, CentOS, Azure Linux and many more. It ships nothing but these keys, in a package-specific subdirectory. It is useful to bootstrap and build those di

[Bug 2050083] Re: generate and ship vmlinux.h to allow packages to build BPF CO-RE

2024-07-29 Thread Luca Boccassi
I have sent a patch to kernel-team adding this new package, tested a local build on oracular amd64 and it seems to work: https://lists.ubuntu.com/archives/kernel-team/2024-July/152477.html -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubunt

[Bug 2073502] [NEW] [BPO] package-notes/15 from oracular

2024-07-18 Thread Luca Boccassi
, such as: package-notes (0.15~bpo24.04.1) noble-backports; urgency=medium  * Rebuild for noble-backports. (LP: #2073502)  -- Luca Boccassi Thu, 18 Jul 2024 09:54:44 +0100 ** Affects: package-notes (Ubuntu) Importance: Undecided Status: New ** Affects: package-notes (Ubuntu Noble

[Bug 2019854] Re: Language set lost after update

2024-07-16 Thread Luca Pavan
It's not completely fixed, with recent updates Firefox seemed to load the language correctly but watching with attention I noticed a small detail, the status info at the bottom page not fitting my language choice. As you can see, everything is in Italian except that sentence on the bottom, at least

[Bug 2019854] Re: Language set lost after update

2024-07-09 Thread Luca Pavan
No, currently not so I assume it has been finally fixed. Of course I'll tell if it will happen again once I update it the next times, thanks. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2019854 Titl

[Bug 2050083] Re: generate and ship vmlinux.h to allow packages to build BPF CO-RE

2024-07-06 Thread Luca Boccassi
We have now moved it in Debian: https://salsa.debian.org/kernel- team/linux/-/commit/f52d006f3915ac4358dc8c98aa417477ebee026e New binary package 'linux-bpf-dev' that installs /usr/include/${DEB_HOST_MULTIARCH}/linux/bpf/vmlinux.h - it would be great to have the same setup in Ubuntu so that we don

[Bug 2071862] Re: Debootstrap fails for Debian testing/trixie/unstable

2024-07-06 Thread Luca Boccassi
The new package from jammy-proposed works as expected ** Changed in: debootstrap (Ubuntu Jammy) Status: Fix Committed => Fix Released ** Changed in: debootstrap (Ubuntu) Status: Invalid => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 2032660] Re: Blank tabs

2024-07-05 Thread Luca Pavan
Sorry, I can't anymore since I now have the flat version. So far it didn't happen even in this package but if it will I'll then report it again here and also open a bug report on bugzilla.mozilla.org, maybe with some logs that I read from the console. Probably the most similar (if not the same) cur

[Bug 2071862] Re: Debootstrap fails for Debian testing/trixie/unstable

2024-07-05 Thread Luca Boccassi
** Changed in: debootstrap (Ubuntu) Status: Confirmed => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2071862 Title: Debootstrap fails for Debian testing/trixie/unstable To manage n

[Bug 2071862] Re: Debootstrap fails for Debian testing/trixie/unstable

2024-07-03 Thread Luca Boccassi
** Changed in: debootstrap (Ubuntu Jammy) Status: New => Confirmed ** Changed in: debootstrap (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/2071862 Tit

[Bug 2071862] [NEW] Debootstrap fails for Debian testing/trixie/unstable

2024-07-03 Thread Luca Boccassi
Public bug reported: [Impact] On Jammy debootstrap now fails to create Debian trixie/testing/unstable as the usrmerge symlinks are shipped in base-files, like in Noble, so the debootstrap logic is incompatible. Debootstrap in Jammy was already updated to deal with the same change in Noble via:

[Bug 2071542] [NEW] linux-base: add linux-sysctl-defaults package like in Debian

2024-06-30 Thread Luca Boccassi
Public bug reported: Debian recently added a new binary arch: all package in linux-base, linux-sysctl-defaults. This package allows the kernel team to control the default sysctl options (imported from the systemd repository) applied on the system, both in full images and in kernel-less containe

[Bug 2047761] Re: Running 2 sessions almost contemporarily is impossible

2024-06-29 Thread Luca Pavan
Yes, both on the previous OS version and now that I'm on 17.1 despite they're 2 different packages. But I'm used to seeing the same issues on different packages. I created a bug report, https://bugzilla.mozilla.org/show_bug.cgi?id=1905500. ** Bug watch added: Mozilla Bugzilla #1905500 https://b

[Bug 2071468] Re: ELF package metadata failure: environment variable ‘DEB_HOST_ARCH’ not defined

2024-06-29 Thread Luca Boccassi
> just curious: are there any pointers to these discussions? It seems odd to design a format that has quoting issues from the beginning. Unfortunately I don't have links, it's across various maling lists and bug trackers from 2/3 years ago or so. > I don't like having a 99% solution, and skip stu

[Bug 2071468] Re: ELF package metadata failure: environment variable ‘DEB_HOST_ARCH’ not defined

2024-06-28 Thread Luca Boccassi
> Proposed solution: Add support for an `--escaped-package-metadata` parameter to the linkers that takes an URL encoded (RFC 3986) parameter. It took months and a huge amount of fighting to get the option merged in all linkers, it was extremely hard. I am afraid this is just unrealistic. The opt-

[Bug 2047760] Re: Empty band at the bottom

2024-06-26 Thread Luca Pavan
Despite I currently have the flat version (because upgrading my OS to 17.1 replaced with that) certain issues that I'm experiencing are the same so I can still help on explaining them. The setting you suggested doesn't exist, and the problem was occurring even without extensions, I experienced it s

[Bug 2047761] Re: Running 2 sessions almost contemporarily is impossible

2024-06-26 Thread Luca Pavan
Sorry, this is a bug of the version that my OS had by default, now that I'm on 17.1 I can't test it because the upgrade replaced it with the flat version. Also, I'm not going to install it again to test. But I can open a bug report if it happens with the current Firefox flat of course, some issues

[Bug 207011] Re: Hardy does not propose restricted driver for ati x1950xtx

2024-06-24 Thread Luca Corna
** Description changed: As stated in the subject, I tried Hardy Beta and the panel for restricted driver does not propose to enable ATI drivers for x1950xtx video card. I googled a little bit, and found it happens for many x1950. Video card works under VESA driver, so it can't fullfill

[Bug 2067904] [NEW] Send via email doesn't work

2024-06-03 Thread luca moscato
Public bug reported: Environment: - ubuntu 24.04 - thunderbird 115.11.0-2 installed as snap - 3 gmail configured Steps to reproduce - Open nautilus - select a file, right click, send per email Expected result - Since there is a mail application configured, a new message window will appear, the

[Bug 2067544] Re: [BPO] package-notes/13 from oracular

2024-06-01 Thread Luca Boccassi
** Summary changed: - [BPO] package-notes/12 from oracular + [BPO] package-notes/13 from oracular ** Description changed: [Impact] The version in oracular introduces a new package, dh-dlopenlibdeps, which is a new build dependency of systemd, that we need to use in the upstream CI whe

[Bug 2067544] Re: [BPO] package-notes/12 from oracular

2024-05-30 Thread Luca Boccassi
I have tested this in a PPA build, and installed it locally in noble, works as expected: https://launchpad.net/~upstream-systemd- ci/+archive/ubuntu/systemd- ci/+packages?field.name_filter=package&field.status_filter=published&field.series_filter=noble -- You received this bug notification becaus

[Bug 2067544] Re: [BPO] package-notes/12 from oracular

2024-05-29 Thread Luca Boccassi
(0.12~bpo24.04.1) noble-backports; urgency=medium + + * Rebuild for noble-backports. (LP: #2067544) + + -- Luca Boccassi Thu, 30 May 2024 00:57:10 +0100 + package-notes (0.12) unstable; urgency=medium [ Luca Boccassi ] ** Also affects: package-notes (Ubuntu Noble) Importance: Undecided

[Bug 2067544] [NEW] [BPO] package-notes/12 from oracular

2024-05-29 Thread Luca Boccassi
Public bug reported: [Impact] The version in oracular introduces a new package, dh-dlopenlibdeps, which is a new build dependency of systemd, that we need to use in the upstream CI when building systemd in noble images to ensure Ubuntu is covered by the integration tests [Scope] Backport versio

[Bug 2055237] Re: Backport ps uart RS485 driver

2024-05-21 Thread Luca Corna
@Portia, just to confirm, this will land with the June cycle (2024.06.03), correct? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2055237 Title: Backport ps uart RS485 driver To manage notificati

[Bug 2056461] Re: autopkgtest-virt-qemu on noble images sometimes hangs doing copydown

2024-05-03 Thread Luca Boccassi
Could this be related? https://bugs.debian.org/cgi- bin/bugreport.cgi?bug=1068363 ** Bug watch added: Debian Bug tracker #1068363 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1068363 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubu

[Bug 2056461] Re: autopkgtest-virt-qemu on noble images sometimes hangs doing copydown

2024-05-03 Thread Luca Boccassi
Can confirm the stat workaround works for me as well -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2056461 Title: autopkgtest-virt-qemu on noble images sometimes hangs doing copydown To manage noti

[Bug 2056461] Re: autopkgtest-virt-qemu on noble images sometimes hangs doing copydown

2024-05-02 Thread Luca Boccassi
I'm hitting this as well, running autopkgtest (from latest main) against an amd64 noble image built with autopkgtest-buildvm-ubuntu-cloud on Debian stable with qemu 7.2. I can confirm that switching the kernel in the noble image to the 6.5 shipped in Mantic fixes the issue, with no other changes

[Bug 2064587] [NEW] Live usage from USB makes Windows ask for bitlocker key after reboot

2024-05-02 Thread luca moscato
Public bug reported: Environment: Ubuntu 24.04 LTS - USB created using rufus https://rufus.ie/ on windows 2 Dell computers - Latitude Windows 10 & 11 with BitLocker enabled storing recover key on TPM Steps to reproduce We used a live version of Ubuntu to check webcam functionality, first on win

[Bug 2060534] Re: Thunderbird disk usage out of control

2024-04-10 Thread luca moscato
Seems a thunderbird bug https://bugzilla.mozilla.org/show_bug.cgi?id=1878541 ** Bug watch added: Mozilla Bugzilla #1878541 https://bugzilla.mozilla.org/show_bug.cgi?id=1878541 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https:

[Bug 2060534] [NEW] Thunderbird disk usage out of control

2024-04-08 Thread luca moscato
Public bug reported: Environment: Thunderbird 124.0 64bits installed as SNAP on Ubuntu 22.04 LTS 3 gmail imap account This (monday) morning Ubuntu notify me that I was running out of disk space, and while I was checking where the problem was, the disk analyzer told me the answer snap/thunderbird

[Bug 2060150] [NEW] openssh sets PAM_RHOST to UNKNOWN causing slow logins

2024-04-03 Thread Luca Boccassi
Public bug reported: When using sshd's -i option with stdio that is not a AF_INET/AF_INET6 socket, auth_get_canonical_hostname() returns "UNKNOWN" which is then set as the value of PAM_RHOST, causing pam to try to do a reverse DNS query of "UNKNOWN", which times out multiple times, causing a subst

[Bug 2015538] Re: [MIR] dbus-broker

2024-03-22 Thread Luca Boccassi
IMHO it would be a worthwhile investment to allocate resources to implement that plan, as it would benefit desktop users for all cases, not just with dbus-broker -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.ne

[Bug 2015538] Re: [MIR] dbus-broker

2024-03-21 Thread Luca Boccassi
Errata: I talked with smcv, who explained to me that dbus-run-session is actually a wrapper around dbus-daemon itself, so they are not independent. With user sessions managed by logind&al, what is the use case for dbus- run-session in production? I am aware it is used for self-contained tests and

[Bug 2038777] Re: UBSAN: array-index-out-of-bounds (drivers/net/hyperv/netvsc.c)

2024-03-13 Thread Luca Boccassi
Github Actions enabled KVM for all open source repositories for free in January: https://github.blog/2024-01-17-github-hosted-runners-double-the-power- for-open-source/ We started using it in systemd, and we hit this bug: https://paste.centos.org/view/411107c8 This will start quickly affecting

[Bug 2054741] Re: dpkg-buildpackage ignores DEB_BUILD_PROFILES

2024-03-07 Thread Luca Boccassi
Thank you! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2054741 Title: dpkg-buildpackage ignores DEB_BUILD_PROFILES To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/

[Bug 2054741] Re: dpkg-buildpackage ignores DEB_BUILD_PROFILES

2024-03-07 Thread Luca Boccassi
distribution sid dpkg-buildpackage: info: source changed by Luca Boccassi dpkg-buildpackage: info: host architecture amd64 dpkg-source --before-build . debian/rules clean dh clean --without autoreconf --buildsystem=meson debian/rules execute_before_dh_auto_clean make[1]: Entering directory

[Bug 2054620] Re: libdm returns wrong error code when dm-verity key cannot be found

2024-03-06 Thread Luca Boccassi
The previous lvm2 upload has now migrated from proposed to noble. cryptsetup 2.7.0 is also now available in noble, which also can make use of this bug fix. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs

[Bug 2045385] Re: Add ODM driver rtc-pcf85263

2024-03-01 Thread Luca Calligaris
** Tags removed: verification-needed-jammy-linux-intel-iotg ** Tags added: verification-done-jammy-linux-intel-iotg -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2045385 Title: Add ODM driver rtc-pc

[Bug 2045386] Re: Add ODM driver gpio-m058ssan

2024-03-01 Thread Luca Calligaris
** Tags removed: verification-needed-jammy-linux-intel-iotg ** Tags added: verification-done-jammy-linux-intel-iotg -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2045386 Title: Add ODM driver gpio-m

[Bug 2045387] Re: Add ODM driver f81604 usb-can

2024-03-01 Thread Luca Calligaris
** Tags removed: verification-needed-jammy-linux-intel-iotg ** Tags added: verification-done-jammy-linux-intel-iotg -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2045387 Title: Add ODM driver f81604

[Bug 2054556] Re: [SRU] Update Machine Entries for AMD-Xilinx Kria Boards

2024-03-01 Thread Luca Corna
@Łukasz, about your concern about ZCU111, we should have explained that we don't support ZCU111 and it never was: https://ubuntu.com/download/amd -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2054556

[Bug 2054741] Re: dpkg-buildpackage ignores DEB_BUILD_PROFILES

2024-02-29 Thread Luca Boccassi
The autopkgtest failures are unrelated, one is some patch fuzz: 15200s == Unapplying the patch == 15200s patching file solenv/gbuild/UITest.mk 15200s Hunk #1 succeeded at 34 with fuzz 1. 15200s Hunk #2 succeeded at 71 with fuzz 2 (offset 6 lines). 15200s Hunk #3 succeeded at 92 (offset -3

[Bug 2054741] Re: dpkg-buildpackage ignores DEB_BUILD_PROFILES

2024-02-28 Thread Luca Boccassi
Verified that the packages in proposed work and solve the bug. Thanks! ** Tags removed: verification-needed verification-needed-jammy verification-needed-mantic ** Tags added: verification-done verification-done-jammy verification-done-mantic -- You received this bug notification because you a

[Bug 2054620] Re: libdm returns wrong error code when dm-verity key cannot be found

2024-02-27 Thread Luca Boccassi
** Merge proposal linked: https://code.launchpad.net/~bluca/ubuntu/+source/lvm2/+git/lvm2/+merge/461372 ** Merge proposal unlinked: https://code.launchpad.net/~bluca/ubuntu/+source/lvm2/+git/lvm2/+merge/460984 -- You received this bug notification because you are a member of Ubuntu Bugs, w

[Bug 2054620] Re: libdm returns wrong error code when dm-verity key cannot be found

2024-02-27 Thread Luca Boccassi
** Description changed: When libcryptsetup tries to activate a signed dm-verity volume, and the key is not in the kernel keyring, libdevicemapper does not return the appropriate ENOKEY, so the failure cannot be distinguished from other generic issues. + + This is a problem when software l

[Bug 2054741] Re: dpkg-buildpackage ignores DEB_BUILD_PROFILES

2024-02-26 Thread Luca Boccassi
** Description changed: + [Impact] + DEB_BUILD_PROFILES= can be used in Debian to specify a build profile to use with dpkg-buildpackage. We want to use it in the systemd project to build the upstream packages for the Ubuntu autopkgtest cloud CI on Github. But in the Ubuntu's fork of dpkg,

[Bug 1976475] Re: Installer crash when try to enable disk encryption

2022-06-02 Thread luca moscato
Not possible anymore, I had to deliver that pc in hurry so I switch back to Ubuntu 20.04 (that worked, so this is a regression bug). I have no pc, at least in short term to test again. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. ht

[Bug 1897932] Re: systemd-repart not packaged

2022-05-18 Thread Luca Boccassi
Any chance it could be enabled now that Jammy shipped? It's really fine to enable it in 249 for 20.10, there's really no reason to wait for a new version -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1

[Bug 1971044] Re: The bookmark function doesn't work and doesn't work the session registration

2022-05-02 Thread luca fiore
*** This bug is a duplicate of bug 1969896 *** https://bugs.launchpad.net/bugs/1969896 ** This bug has been marked a duplicate of bug 1969896 Evince Document Viewer(42.0) does not remember last page in 22.04 -- You received this bug notification because you are a member of Ubuntu Bugs, wh

[Bug 1971044] Re: The bookmark function doesn't work and doesn't work the session registration

2022-05-02 Thread luca fiore
** Summary changed: - The bookmark function doesn't work and doesn't work the session registration + The bookmark function doesn't work and doesn't work the session registration -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https:/

[Bug 1921828] Re: Cisco AnyConnect 4.8+ server requires a trivial patch to connect

2022-04-30 Thread Luca Boccassi
** Changed in: openconnect (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/1921828 Title: Cisco AnyConnect 4.8+ server requires a trivial patch to

[Bug 1867184] Re: Cannot connect to Cisco ASA with openconnect

2022-04-30 Thread Luca Boccassi
** Changed in: openconnect (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/1867184 Title: Cannot connect to Cisco ASA with openconnect To manage

[Bug 1971044] [NEW] The bookmark function doesn't work and doesn't work the session registration

2022-04-30 Thread luca fiore
Public bug reported: The bookmark function doesn't work (the keys "plus" and "minus" are grey in color and are unclickable) and when i close and reopen the application it doesn't re-enter on the page of the closed session. ProblemType: Bug DistroRelease: Ubuntu 22.04 Package: evince 42.1-3 ProcVe

  1   2   3   4   5   6   7   8   9   10   >