[Touch-packages] [Bug 2053165] Re: [noble] Version 2.7.5 causes software-properties to crash

2024-02-22 Thread liufuling2402
*** This bug is a duplicate of bug 2053228 *** https://bugs.launchpad.net/bugs/2053228 请问什么时候能修复,我也遇到了这个问题。 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to python-apt in Ubuntu. https://bugs.launchpad.net/bugs/2053165

[Touch-packages] [Bug 1958019]

2024-02-22 Thread kernel
(In reply to Cameron Berkenpas from comment #832) > The strong beep suggests you might have the older firmware. > > If you have the old firmware, you might also notice your sound for your > left and right speakers are swapped. The speakers are not swapped but how can I check the current version

[Touch-packages] [Bug 1958019]

2024-02-22 Thread kernel
(In reply to Gergo K from comment #840) > There is an ID collision. > > Your audio controller's PCI SSID (17aa:3802) is the same as the "Lenovo Yoga > DuetITL 2021" Codec SSID. The snd_hda_pick_fixup() function searches the PCI > SSID before the Codec SSID in the same table. So it picks the >

[Touch-packages] [Bug 1958019]

2024-02-22 Thread kernel
(In reply to Gergo K from comment #840) > There is an ID collision. > > Your audio controller's PCI SSID (17aa:3802) is the same as the "Lenovo Yoga > DuetITL 2021" Codec SSID. The snd_hda_pick_fixup() function searches the PCI > SSID before the Codec SSID in the same table. So it picks the >

[Touch-packages] [Bug 1958019]

2024-02-22 Thread soyer
There is an ID collision. Your audio controller's PCI SSID (17aa:3802) is the same as the "Lenovo Yoga DuetITL 2021" Codec SSID. The snd_hda_pick_fixup() function searches the PCI SSID before the Codec SSID in the same table. So it picks the ALC287_FIXUP_YOGA7_14ITL_SPEAKERS fixup not the

[Touch-packages] [Bug 1958019]

2024-02-22 Thread kernel
(In reply to Gergo K from comment #836) > Could you please comment out this line from patch_realtek.c and rebuild the > kernel and start it without the module parameters? > > SND_PCI_QUIRK(0x17aa, 0x3802, "Lenovo Yoga DuetITL 2021", > ALC287_FIXUP_YOGA7_14ITL_SPEAKERS),

[Touch-packages] [Bug 1958019]

2024-02-22 Thread cam
Sounds like I should try this new firmware... kernel-firmware... Is that the repo? On 2/22/24 6:56 PM, bugzilla-dae...@kernel.org wrote: > https://bugzilla.kernel.org/show_bug.cgi?id=208555 > > --- Comment #837 from Willian (ker...@willian.wang) --- > (In reply to Cameron Berkenpas from comment

[Touch-packages] [Bug 1958019]

2024-02-22 Thread kernel
(In reply to Cameron Berkenpas from comment #834) > Then that's the latest firmware as far as I know (that's my server lol). > > Not sure why you're getting the beep then. Oh, didn't know the server was yours, thank you lol. Unfortunately, the firmwares are not up to date compared to

[Touch-packages] [Bug 1958019]

2024-02-22 Thread soyer
Could you please comment out this line from patch_realtek.c and rebuild the kernel and start it without the module parameters? SND_PCI_QUIRK(0x17aa, 0x3802, "Lenovo Yoga DuetITL 2021", ALC287_FIXUP_YOGA7_14ITL_SPEAKERS), -- You received this bug notification because you are a member of

[Touch-packages] [Bug 1958019]

2024-02-22 Thread soyer
The latest firmware is probably in the linux-firmware package. Do you still hear a difference when you disable Dolby in Windows? Do you hear the beep after hibernation also? -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to

[Touch-packages] [Bug 1958019]

2024-02-22 Thread cam
Then that's the latest firmware as far as I know (that's my server lol). Not sure why you're getting the beep then. On 2/22/24 13:31, bugzilla-dae...@kernel.org wrote: > https://bugzilla.kernel.org/show_bug.cgi?id=208555 > > --- Comment #833 from Willian (ker...@willian.wang) --- > (In reply to

[Touch-packages] [Bug 1958019]

2024-02-22 Thread cam
The strong beep suggests you might have the older firmware. If you have the old firmware, you might also notice your sound for your left and right speakers are swapped. On 2/22/24 12:06, bugzilla-dae...@kernel.org wrote: > https://bugzilla.kernel.org/show_bug.cgi?id=208555 > > --- Comment #831

[Touch-packages] [Bug 1958019]

2024-02-22 Thread soyer
I don't know why it won't pick up your model. Could you please run alsa-info after the patch and without the module parameter? -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to alsa-driver in Ubuntu.

[Touch-packages] [Bug 1958019]

2024-02-22 Thread kernel
=(In reply to Gergo K from comment #830) > I don't know why it won't pick up your model. > Could you please run alsa-info after the patch and without the module > parameter? Yeah, I have no idea, I decided to use specifically the model of my speaker through trial and error.

[Touch-packages] [Bug 1958019]

2024-02-22 Thread kernel
(In reply to Gergo K from comment #828) > Great to hear! > I can create a patch, and it can be included in 6.6 and 6.7. > > Can you test whether the headset jack works also? > > And could you run alsa-info.sh? I think your model needs to be added to the > patch_realtek.c to make it work without

[Touch-packages] [Bug 1958019]

2024-02-22 Thread soyer
Great to hear! I can create a patch, and it can be included in 6.6 and 6.7. Can you test whether the headset jack works also? And could you run alsa-info.sh? I think your model needs to be added to the patch_realtek.c to make it work without the module parameters. -- You received this bug

[Touch-packages] [Bug 1958019]

2024-02-22 Thread kernel
(In reply to Gergo K from comment #826) > Could someone please test if changing this fixup in the > sound/pci/hda/patch_realtek.c fixes the volume control? > > [ALC287_FIXUP_TAS2781_I2C] = { > .type = HDA_FIXUP_FUNC, > .v.func = tas2781_fixup_i2c, >

[Touch-packages] [Bug 1958019]

2024-02-22 Thread soyer
Could someone please test if changing this fixup in the sound/pci/hda/patch_realtek.c fixes the volume control? [ALC287_FIXUP_TAS2781_I2C] = { .type = HDA_FIXUP_FUNC, .v.func = tas2781_fixup_i2c, .chained = true, .chain_id =

[Touch-packages] [Bug 1958019]

2024-02-22 Thread thornley.david
I do now :) You're right the hda_model=17aa:38be definitely forces the tas driver to load properly (it is in dmesg) and the firmware link seemed to fix a NULL error when I first tried it. [5.770034] snd_hda_codec_realtek ehdaudio0D0: bound i2c-TIAS2781:00 (ops tas2781_hda_comp_ops

[Touch-packages] [Bug 2054771] Re: mount root error with kernel 6.5.0.21

2024-02-22 Thread atactic
** Attachment added: "boot error" https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/2054771/+attachment/5748652/+files/IMG-20240223-WA0006.jpg ** Summary changed: - mount root error with kernel 6.5.0.21 + Kernel panic boot error with kernel 6.5.0.21 -- You received this bug

[Touch-packages] [Bug 2054771] [NEW] Kernel panic boot error with kernel 6.5.0.21

2024-02-22 Thread atactic
Public bug reported: Booting on kernel 6.5.0.21-generic returns error: 'Unable to mount root fs on unknown-block(0.0)' The system starts up correctly with the previous kernel 6.7.0.17-generic Trying fixing 6.5.0.21-generic does not work: $ update-initramfs -u -k 6.5.0.21-generic

[Touch-packages] [Bug 2052739] Autopkgtest regression report (tzdata/2024a-0ubuntu0.23.10)

2024-02-22 Thread Ubuntu SRU Bot
All autopkgtests for the newly accepted tzdata (2024a-0ubuntu0.23.10) for mantic have finished running. The following regressions have been reported in tests triggered by the package: astropy/5.3.2-1 (arm64) Please visit the excuses page listed below and investigate the failures, proceeding

[Touch-packages] [Bug 2054319] Re: System installed from jammy point release iso cannot upgrade to noble

2024-02-22 Thread Daniel van Vugt
The tracker-extract crash may be bug 1990630 or bug 1962585, because it looks like both fixes haven't made it into jammy yet. But also this bug list probably needs some maintenance: https://bugs.launchpad.net/ubuntu/+source/tracker-miners The gnome-shell crash is now tracked in bug 2054761. --

[Touch-packages] [Bug 2052739] Autopkgtest regression report (tzdata/2024a-0ubuntu0.22.04)

2024-02-22 Thread Ubuntu SRU Bot
All autopkgtests for the newly accepted tzdata (2024a-0ubuntu0.22.04) for jammy have finished running. The following regressions have been reported in tests triggered by the package: chrony/4.2-2ubuntu2 (s390x) mtail/3.0.0~rc48-3 (amd64) Please visit the excuses page listed below and

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

2024-02-22 Thread Luca Boccassi
** Changed in: lvm2 (Ubuntu Noble) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to lvm2 in Ubuntu. https://bugs.launchpad.net/bugs/2054620 Title: libdm returns wrong error code when

[Touch-packages] [Bug 2054742] [NEW] mv on zfs causes out of memory, fixed in 9.2

2024-02-22 Thread Patrick Domack
Public bug reported: coreutils from 6.0 to 9.2 causes out of memory errors when using zfs due to recordsize is too large for coreutils to manage. https://github.com/coreutils/coreutils/commit/6c343a55745a37a1d4d20f39a427170c37044a65 ** Affects: coreutils (Ubuntu) Importance: Undecided

[Touch-packages] [Bug 2054719] Re: base-files, glibc lockstep migration blocking bug

2024-02-22 Thread Julian Andres Klode
** Tags added: block-proposed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to base-files in Ubuntu. https://bugs.launchpad.net/bugs/2054719 Title: base-files, glibc lockstep migration blocking bug Status in base-files

[Touch-packages] [Bug 2052739] Please test proposed package

2024-02-22 Thread Andreas Hasenack
Hello Benjamin, or anyone else affected, Accepted tzdata into focal-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/tzdata/2024a-0ubuntu0.20.04 in a few hours, and then in the -proposed repository. Please help us by testing this new package. See

[Touch-packages] [Bug 2052739] Re: tzdata 2024a release

2024-02-22 Thread Andreas Hasenack
Hello Benjamin, or anyone else affected, Accepted tzdata into mantic-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/tzdata/2024a-0ubuntu0.23.10 in a few hours, and then in the -proposed repository. Please help us by testing this new package. See

[Touch-packages] [Bug 2052739] Please test proposed package

2024-02-22 Thread Andreas Hasenack
Hello Benjamin, or anyone else affected, Accepted tzdata into jammy-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/tzdata/2024a-0ubuntu0.22.04 in a few hours, and then in the -proposed repository. Please help us by testing this new package. See

[Touch-packages] [Bug 2052739] Re: tzdata 2024a release

2024-02-22 Thread Benjamin Drung
Some time ago, I converted all the manual tests from the SRU documentation into autopkgtests. For example https://git.launchpad.net/~ubuntu-core- dev/ubuntu/+source/tzdata/commit/?id=a70967f356720a37571dd0a301c3c99bea11abc7 implements the python3-icu test mentioned on the SRU documentation. The

[Touch-packages] [Bug 2054319] Re: System installed from jammy point release iso cannot upgrade to noble

2024-02-22 Thread Brian Murray
I broke out the policykit failure, with an apport-package bug, into https://bugs.launchpad.net/ubuntu/+source/policykit-1/+bug/2054716 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to policykit-1 in Ubuntu.

[Touch-packages] [Bug 2054716] Re: package polkitd 124-1 failed to install/upgrade: installed polkitd package post-installation script subprocess returned error exit status 1

2024-02-22 Thread Brian Murray
** Changed in: policykit-1 (Ubuntu) Milestone: None => ubuntu-24.04-beta ** Tags added: need-duplicate-check rls-nn-incoming -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to policykit-1 in Ubuntu.

[Touch-packages] [Bug 2054716] Re: package polkitd 124-1 failed to install/upgrade: installed polkitd package post-installation script subprocess returned error exit status 1

2024-02-22 Thread Apport retracing service
** Tags removed: need-duplicate-check -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to policykit-1 in Ubuntu. https://bugs.launchpad.net/bugs/2054716 Title: package polkitd 124-1 failed to install/upgrade: installed polkitd

[Touch-packages] [Bug 1881504] Re: cross-testing essential packages fails

2024-02-22 Thread Brian Murray
** Tags added: adt-494 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to apt in Ubuntu. https://bugs.launchpad.net/bugs/1881504 Title: cross-testing essential packages fails Status in apt package in Ubuntu: Won't Fix

[Touch-packages] [Bug 2052739] Re: tzdata 2024a release

2024-02-22 Thread Andreas Hasenack
Finally, the SRU doc also says this: "Uploads should also be made to any releases supported via ESM." Are you going to drive that as well? -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to tzdata in Ubuntu.

[Touch-packages] [Bug 2043393] Re: Report.get_logind_session fails to determine session on cgroup2 systems

2024-02-22 Thread Launchpad Bug Tracker
This bug was fixed in the package apport - 2.28.0-0ubuntu1 --- apport (2.28.0-0ubuntu1) noble; urgency=medium * New upstream release - ui: remove skipping crashes that happened during logout (LP: #2043393) - setup: set minimum Java release to 8 (LP: #2045705) - support

[Touch-packages] [Bug 2045705] Re: FTBFS with default Java 21

2024-02-22 Thread Launchpad Bug Tracker
This bug was fixed in the package apport - 2.28.0-0ubuntu1 --- apport (2.28.0-0ubuntu1) noble; urgency=medium * New upstream release - ui: remove skipping crashes that happened during logout (LP: #2043393) - setup: set minimum Java release to 8 (LP: #2045705) - support

[Touch-packages] [Bug 2048136] Re: Please support systemd-coredump as core dump handler

2024-02-22 Thread Launchpad Bug Tracker
This bug was fixed in the package apport - 2.28.0-0ubuntu1 --- apport (2.28.0-0ubuntu1) noble; urgency=medium * New upstream release - ui: remove skipping crashes that happened during logout (LP: #2043393) - setup: set minimum Java release to 8 (LP: #2045705) - support

[Touch-packages] [Bug 2052739] Re: tzdata 2024a release

2024-02-22 Thread Andreas Hasenack
I'm not familiar with this package, so maybe not the best person to review this SRU, but here is another question. The SRU docs on tzdata also mention python3-icu, but I don't see an update for that package here or in the unapproved queue. Is that necessary? Or is it just about verifying that

[Touch-packages] [Bug 2052739] Re: tzdata 2024a release

2024-02-22 Thread Andreas Hasenack
The SRU documentation[1] on tzdata describes other, or additional, tests, to be performed in this package. Is that: a) assumed, and will be done? b) autopkgtests cover it? c) was forgotten, and should be added to the test plan? 1. https://wiki.ubuntu.com/StableReleaseUpdates#tzdata -- You

[Touch-packages] [Bug 2054716] Re: package polkitd 124-1 failed to install/upgrade: installed polkitd package post-installation script subprocess returned error exit status 1

2024-02-22 Thread Apport retracing service
** Tags removed: need-duplicate-check -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to policykit-1 in Ubuntu. https://bugs.launchpad.net/bugs/2054716 Title: package polkitd 124-1 failed to install/upgrade: installed polkitd

[Touch-packages] [Bug 2054716] Re: package polkitd 124-1 failed to install/upgrade: installed polkitd package post-installation script subprocess returned error exit status 1

2024-02-22 Thread Brian Murray
** Tags added: cuqa-automated-testing need-duplicate-check -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to policykit-1 in Ubuntu. https://bugs.launchpad.net/bugs/2054716 Title: package polkitd 124-1 failed to

[Touch-packages] [Bug 2054716] Re: package polkitd 124-1 failed to install/upgrade: installed polkitd package post-installation script subprocess returned error exit status 1

2024-02-22 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: policykit-1 (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to policykit-1 in Ubuntu.

[Touch-packages] [Bug 2054719] [NEW] base-files, glibc lockstep migration blocking bug

2024-02-22 Thread Julian Andres Klode
Public bug reported: With the new changes I'm uploading, taken from Helmut's patches on Debian bug tracker, base-files will own the /lib64 symlink, and /lib64 in libc6 will move to /usr/lib64. Special care has been taken to not break upgrades: You can upgrade the two in any order. However,

[Touch-packages] [Bug 2054716] Re: package polkitd 124-1 failed to install/upgrade: installed polkitd package post-installation script subprocess returned error exit status 1

2024-02-22 Thread Apport retracing service
** Tags removed: need-duplicate-check -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to policykit-1 in Ubuntu. https://bugs.launchpad.net/bugs/2054716 Title: package polkitd 124-1 failed to install/upgrade: installed polkitd

[Touch-packages] [Bug 2054716] [NEW] package polkitd 124-1 failed to install/upgrade: installed polkitd package post-installation script subprocess returned error exit status 1

2024-02-22 Thread Brian Murray
Public bug reported: I was working on recreating bug 2054319 and did so by modifying my /etc/apt/sources.list file from jammy to noble and installing polkit and all its dependencies. bdmurray@clean-jammy-amd64:~$ sudo apt-get install gir1.2-polkit-1.0 libpolkit-agent-1-0:amd64

[Touch-packages] [Bug 2003756] Re: Cannot configure krb5-kdc on Ubuntu Jammy 22.04.01, "Could not execute systemctl: at /usr/bin/deb-systemd-invoke line 142."

2024-02-22 Thread NetVicious
Same problem here with Ubuntu 22.04.4 LTS in a brand new AWS EC2 directly born as Ubuntu 22. Setting up proftpd-core (1.3.7c+dfsg-1build1) ... usermod: no changes Synchronizing state of proftpd.service with SysV service script with /lib/systemd/systemd-sysv-install. Executing:

[Touch-packages] [Bug 2054319] Re: System installed from jammy point release iso cannot upgrade to noble

2024-02-22 Thread Julian Andres Klode
** No longer affects: tracker-miners (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to policykit-1 in Ubuntu. https://bugs.launchpad.net/bugs/2054319 Title: System installed from jammy point release iso cannot

[Touch-packages] [Bug 2053153] Re: initramfs-tools broken by libpam-tmpdir and /tmp mounted with noexec

2024-02-22 Thread Patrick Schleizer
Changed in initramfs-tools (Debian): status: Unknown → Fix Released This is wrong as you can see from the context of the ticket. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu.

[Touch-packages] [Bug 2054090] Re: Implicit rejection of PKCS#1 v1.5 RSA

2024-02-22 Thread David Fernandez Gonzalez
** Changed in: openssl (Ubuntu Bionic) Assignee: (unassigned) => David Fernandez Gonzalez (litios) ** Changed in: openssl (Ubuntu Focal) Assignee: (unassigned) => David Fernandez Gonzalez (litios) ** Changed in: openssl (Ubuntu Jammy) Assignee: (unassigned) => David Fernandez

[Touch-packages] [Bug 2043393] Re: Report.get_logind_session fails to determine session on cgroup2 systems

2024-02-22 Thread Benjamin Drung
** Changed in: apport (Ubuntu) Status: Triaged => Fix Committed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to apport in Ubuntu. https://bugs.launchpad.net/bugs/2043393 Title: Report.get_logind_session fails to

[Touch-packages] [Bug 2045705] Re: FTBFS with default Java 21

2024-02-22 Thread Benjamin Drung
** Changed in: apport (Ubuntu) Status: Triaged => Fix Committed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to apport in Ubuntu. https://bugs.launchpad.net/bugs/2045705 Title: FTBFS with default Java 21 Status in

[Touch-packages] [Bug 1833322] Re: Please consider no more having irqbalance enabled by default (per image/use-case/TBD)

2024-02-22 Thread Launchpad Bug Tracker
This bug was fixed in the package ubuntu-meta - 1.532 --- ubuntu-meta (1.532) noble; urgency=medium * Refreshed dependencies * Removed irqbalance from standard-recommends (LP: #1833322) -- Christian Ehrhardt Thu, 22 Feb 2024 12:37:15 +0100 ** Changed in: ubuntu-meta (Ubuntu)

[Touch-packages] [Bug 2044129] Re: ubuntu-bug does not allow for reporting a bug in "other software" manually giving a symptom description

2024-02-22 Thread Benjamin Drung
** Changed in: apport Milestone: None => 2.28.1 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to apport in Ubuntu. https://bugs.launchpad.net/bugs/2044129 Title: ubuntu-bug does not allow for reporting a bug in "other

[Touch-packages] [Bug 2038650] Re: crash reports not sent to the Error Tracker

2024-02-22 Thread Benjamin Drung
** Changed in: apport Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to apport in Ubuntu. https://bugs.launchpad.net/bugs/2038650 Title: crash reports not sent to the Error

[Touch-packages] [Bug 1850804] Re: Tab completion warnings with ubuntu-bug when using alias for ls

2024-02-22 Thread Benjamin Drung
** Changed in: apport Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to apport in Ubuntu. https://bugs.launchpad.net/bugs/1850804 Title: Tab completion warnings with ubuntu-bug

[Touch-packages] [Bug 2043393] Re: Report.get_logind_session fails to determine session on cgroup2 systems

2024-02-22 Thread Benjamin Drung
** Changed in: apport Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to apport in Ubuntu. https://bugs.launchpad.net/bugs/2043393 Title: Report.get_logind_session fails to

[Touch-packages] [Bug 2045705] Re: FTBFS with default Java 21

2024-02-22 Thread Benjamin Drung
** Changed in: apport Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to apport in Ubuntu. https://bugs.launchpad.net/bugs/2045705 Title: FTBFS with default Java 21 Status in

[Touch-packages] [Bug 2028879] Re: Lack of default dpkg diverts causes test_get_file_package_diversion to fail

2024-02-22 Thread Benjamin Drung
** Changed in: apport Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to apport in Ubuntu. https://bugs.launchpad.net/bugs/2028879 Title: Lack of default dpkg diverts causes

[Touch-packages] [Bug 2031919] Re: /usr/share/apport/whoopsie-upload-all:TypeError:/usr/share/apport/whoopsie-upload-all@247:main:collect_info:process_report:add_gdb_info

2024-02-22 Thread Benjamin Drung
** Changed in: apport Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to apport in Ubuntu. https://bugs.launchpad.net/bugs/2031919 Title: /usr/share/apport/whoopsie-upload-

[Touch-packages] [Bug 2048136] Re: Please support systemd-coredump as core dump handler

2024-02-22 Thread Benjamin Drung
** Changed in: apport Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to apport in Ubuntu. https://bugs.launchpad.net/bugs/2048136 Title: Please support systemd-coredump as core

[Touch-packages] [Bug 2051512] Re: apport ftbfs with Python 3.12 as the default

2024-02-22 Thread Benjamin Drung
** Changed in: apport Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to python3-defaults in Ubuntu. https://bugs.launchpad.net/bugs/2051512 Title: apport ftbfs with Python 3.12 as

[Touch-packages] [Bug 2052482] Re: Bad packet length 2424479189 Connection corrupted

2024-02-22 Thread Paride Legovini
Thanks for the additional information. By reading the pages Sergio linked to I found one user writing: Downgrading openssh-server to version 8.0p1-19.el8_8 will revert the update and SSH will work again, although this probably not advisable. That's definitely not advisable, but I think

[Touch-packages] [Bug 1833322] Re: Please consider no more having irqbalance enabled by default (per image/use-case/TBD)

2024-02-22 Thread Christian Ehrhardt 
FYI: updated ubuntu-meta, now in noble-proposed as version 1.532 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ubuntu-meta in Ubuntu. https://bugs.launchpad.net/bugs/1833322 Title: Please consider no more having

[Touch-packages] [Bug 2044129] Re: ubuntu-bug does not allow for reporting a bug in "other software" manually giving a symptom description

2024-02-22 Thread Benjamin Drung
** Changed in: apport Milestone: 2.28.0 => None -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to apport in Ubuntu. https://bugs.launchpad.net/bugs/2044129 Title: ubuntu-bug does not allow for reporting a bug in "other

[Touch-packages] [Bug 2048136] Re: Please support systemd-coredump as core dump handler

2024-02-22 Thread Benjamin Drung
Last bit: https://github.com/canonical/apport/pull/290 ** Changed in: apport (Ubuntu) Status: Triaged => Fix Committed ** Changed in: apport Status: Triaged => Fix Committed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is

[Touch-packages] [Bug 2051512] Re: apport ftbfs with Python 3.12 as the default

2024-02-22 Thread Benjamin Drung
** Also affects: apport Importance: Undecided Status: New ** Changed in: apport Milestone: None => 2.28.0 ** Changed in: apport Status: New => Fix Committed ** Changed in: apport Importance: Undecided => High -- You received this bug notification because you are a

[Touch-packages] [Bug 2054681] Re: Merge console-setup (1.226) from Debian

2024-02-22 Thread Heinrich Schuchardt
** Changed in: console-setup (Ubuntu) Assignee: (unassigned) => Heinrich Schuchardt (xypron) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to console-setup in Ubuntu. https://bugs.launchpad.net/bugs/2054681 Title:

[Touch-packages] [Bug 2038650] Re: crash reports not sent to the Error Tracker

2024-02-22 Thread Benjamin Drung
** Also affects: apport Importance: Undecided Status: New ** Changed in: apport Milestone: None => 2.28.0 ** Changed in: apport Importance: Undecided => High ** Changed in: apport Status: New => Fix Committed -- You received this bug notification because you are a

[Touch-packages] [Bug 1833322] Re: Please consider no more having irqbalance enabled by default (per image/use-case/TBD)

2024-02-22 Thread Christian Ehrhardt 
FYI: Seed change landed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ubuntu-meta in Ubuntu. https://bugs.launchpad.net/bugs/1833322 Title: Please consider no more having irqbalance enabled by default (per

[Touch-packages] [Bug 1833322] Re: Please consider no more having irqbalance enabled by default (per image/use-case/TBD)

2024-02-22 Thread Christian Ehrhardt 
Steve was so kind reviewing and approving my proposal. Doing that now is also helpful as it should make sure it still has quite some exposure and thereby chances for people to report issues (vs if we'd land it much later like after beta freeze). Changes will: - change the seeds in regard to

[Touch-packages] [Bug 2031919] Re: /usr/share/apport/whoopsie-upload-all:TypeError:/usr/share/apport/whoopsie-upload-all@247:main:collect_info:process_report:add_gdb_info

2024-02-22 Thread Benjamin Drung
** Also affects: apport Importance: Undecided Status: New ** Changed in: apport Milestone: None => 2.28.0 ** Changed in: apport Importance: Undecided => Medium ** Changed in: apport Status: New => Fix Committed -- You received this bug notification because you are a

[Touch-packages] [Bug 2054683] Re: Please merge lvm2 2.03.16-3 from Debian unstable.

2024-02-22 Thread Dave Jones
Created MP as suggested by Bryce on the last merge (LP: #2020464) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to lvm2 in Ubuntu. https://bugs.launchpad.net/bugs/2054683 Title: Please merge lvm2 2.03.16-3 from Debian

[Touch-packages] [Bug 2054683] [NEW] Please merge lvm2 2.03.16-3 from Debian unstable.

2024-02-22 Thread Dave Jones
Public bug reported: Please merge lvm2 2.03.16-3 from Debian unstable. Updated changelog and diff against Debian unstable to be attached below. ** Affects: lvm2 (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu

[Touch-packages] [Bug 2054683] Re: Please merge lvm2 2.03.16-3 from Debian unstable.

2024-02-22 Thread Dave Jones
Test builds may be found in ppa:waveform/lvm2 (https://launchpad.net/~waveform/+archive/ubuntu/lvm2) ** Merge proposal linked: https://code.launchpad.net/~waveform/ubuntu/+source/lvm2/+git/lvm2/+merge/461016 -- You received this bug notification because you are a member of Ubuntu Touch

[Touch-packages] [Bug 2054683] Re: Please merge lvm2 2.03.16-3 from Debian unstable.

2024-02-22 Thread Dave Jones
Attaching patch against Debian unstable. For ease of review, relevant commits and tags have been pushed to the following repository: https://code.launchpad.net/~waveform/ubuntu/+source/lvm2/+git/lvm2 Specifically: * logical/2.03.16-2ubuntu1 represents our split-out delta on top of old/debian

[Touch-packages] [Bug 2054681] [NEW] Merge console-setup (1.226) from Debian

2024-02-22 Thread Heinrich Schuchardt
Public bug reported: In Debian console-setup (1.226) is available. It should be merged into Noble. ** Affects: console-setup (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is

[Touch-packages] [Bug 2054319] Re: System installed from jammy point release iso cannot upgrade to noble

2024-02-22 Thread Skia
Yeah, sorry, I forgot to mention. The crashes that happen in our Jenkins are already pushed to the error tracker. Here are links to the latest oopses: gnome-shell: https://errors.ubuntu.com/oops/af2e99fc-d101-11ee-8a58-fa163ec8ca8c tracker-extract:

[Touch-packages] [Bug 1855402] Re: [TGL] mesa support

2024-02-22 Thread Timo Aaltonen
** Changed in: intel Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to mesa in Ubuntu. https://bugs.launchpad.net/bugs/1855402 Title: [TGL] mesa support Status in intel: Fix Released

[Touch-packages] [Bug 1970069] Re: Annoying boot messages interfering with splash screen

2024-02-22 Thread Daniel van Vugt
** Tags removed: kinetic lunar ** Tags added: udeng-2004 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu. https://bugs.launchpad.net/bugs/1970069 Title: Annoying boot messages interfering with splash

[Touch-packages] [Bug 2054319] Re: System installed from jammy point release iso cannot upgrade to noble

2024-02-22 Thread Skia
** Tags added: rls-nn-incoming -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to policykit-1 in Ubuntu. https://bugs.launchpad.net/bugs/2054319 Title: System installed from jammy point release iso cannot upgrade to noble

[Touch-packages] [Bug 2054675] [NEW] pulseaudio sound not working, coincides with brightness controller not working and screen flickering, occurred when computer attempted to go idle and instead flick

2024-02-22 Thread Jeremy
Public bug reported: Description:Ubuntu 22.04.4 LTS Release:22.04 pulseaudio: Installed: 1:15.99.1+dfsg1-1ubuntu2.1 Candidate: 1:15.99.1+dfsg1-1ubuntu2.1 Version table: *** 1:15.99.1+dfsg1-1ubuntu2.1 500 500 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64

[Touch-packages] [Bug 1892225] Re: apport-gtk consumes 100% CPU for way too long after something crashes

2024-02-22 Thread Benjamin Drung
Can you reproduce it? -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to apport in Ubuntu. https://bugs.launchpad.net/bugs/1892225 Title: apport-gtk consumes 100% CPU for way too long after something crashes Status in apport

[Touch-packages] [Bug 2023322] Re: GTK internal browser does not render with Nvidia drivers

2024-02-22 Thread Bug Watch Updater
** Changed in: webkit Status: Confirmed => Fix Released ** Bug watch added: bugs.webkit.org/ #261874 https://bugs.webkit.org/show_bug.cgi?id=261874 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to

[Touch-packages] [Bug 2023322]

2024-02-22 Thread Georges Basile Stavracas Neto
After Sonny reached out on Mastodon, people reported a variety of problems that were either tracked down to misconfigured systems (e.g. missing NVIDIA GBM, no modesetting, etc), and the cases that did look like interesting cases seemed to be fixed with WebKitGTK 2.42.5. I think it's reasonable to