[Touch-packages] [Bug 2036358] Re: systemd wait-online now times out after jammy and lunar upgrade

2023-09-29 Thread Nick Rosbrook
I believe the remaining autopkgtest failures are unrelated. For lunar[1], we have ubuntu-drivers-common failing on ppc64el[2]. We can see the same failure on a different test run without a systemd trigger[3]. For jammy[4], we have linux-nvidia[5] and linux-nvidia-tegra-igx[6], each failing

[Touch-packages] [Bug 2033422] Re: openssl: backport to jammy "clear method store / query cache confusion"

2023-09-29 Thread Adrien Nader
** Description changed: + === SRU information === + + [Impact] + Severely degraded performance for concurrent operations compared to openssl 1.1. The performance is so degraded that some workloads fail due to timeouts or insufficient resources (noone magically has 5 times more machines). As a

[Touch-packages] [Bug 2023545] Re: [UBUNTU 22.04] openssl with ibmca engine configured dumps core when creating a new certificate

2023-09-29 Thread Adrien Nader
** Description changed: + === SRU information === + + [Impact] + Openssl using an engine dumps core upon certificate creation; other operations are probably affected too. Overall, engines are likely mostly unusable. + + [Test plan] + An engine is needed to test the fix and I don't think we

[Touch-packages] [Bug 2037569] Re: udev issues with mantic beta

2023-09-29 Thread Dan Bungert
Marking invalid in systemd, other than long-standing udev rules being involved I'm not sure this will be fixed in systemd. Exploring if libblockdev with the s390 plugin enabled helps. ** Changed in: systemd (Ubuntu) Status: Confirmed => Invalid ** Also affects: libblockdev (Ubuntu)

[Touch-packages] [Bug 2028082] Re: Update glib to 2.76.4

2023-09-29 Thread Steve Langasek
** Description changed: Impact -- There is a new bugfix release in the stable 2.76 series The current release in Ubuntu 23.04 is 2.76.1 https://gitlab.gnome.org/GNOME/glib/-/blob/2.76.4/NEWS Test Case 1 --- glib has an extensive test suite. Failing tests

[Touch-packages] [Bug 2037569] Re: udev issues with mantic beta

2023-09-29 Thread Dan Bungert
In function udisks_linux_partition_table_update if num_parts > 0, no ID_PART_TABLE_TYPE is present, and bd_part_get_disk_spec fails to get the disk information including part_type, this function will fail. Also, because libblockdev uses libfdisk in a manner that opens the disk RW, that causes

[Touch-packages] [Bug 2037205] Re: setuptools: FTBFS in mantic

2023-09-29 Thread Graham Inggs
Discussing the best solution with dh-python maintainers -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to dh-python in Ubuntu. https://bugs.launchpad.net/bugs/2037205 Title: setuptools: FTBFS in mantic Status in dh-python

[Touch-packages] [Bug 2023462] Re: chromeos_pstore.service started on non chrome platform hardware.

2023-09-29 Thread Kieran Kunhya
Are there any plans to fix this in Focal? systemd-analyze blame shows "392ms modprobe@chromeos_pstore.service" -- 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/2023462

[Touch-packages] [Bug 2037205] Re: setuptools: FTBFS in mantic

2023-09-29 Thread Bug Watch Updater
** Changed in: dh-python (Debian) Status: Unknown => New -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to dh-python in Ubuntu. https://bugs.launchpad.net/bugs/2037205 Title: setuptools: FTBFS in mantic Status in

[Touch-packages] [Bug 2037205] Re: setuptools: FTBFS in mantic

2023-09-29 Thread Graham Inggs
** Bug watch added: Debian Bug tracker #1051837 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1051837 ** Also affects: dh-python (Debian) via https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1051837 Importance: Unknown Status: Unknown -- You received this bug notification

[Touch-packages] [Bug 2037205] Re: setuptools: FTBFS in mantic

2023-09-29 Thread Graham Inggs
Simple workaround: --- a/debian/rules +++ b/debian/rules @@ -26,7 +26,7 @@ override_dh_auto_clean: # # Keep entry_points, we need it to drive setup.py # -mv setuptools.egg-info/entry_points.txt . - dh_auto_clean + rm -rf $(CURDIR)/.pybuild/ # mkdir -p

[Touch-packages] [Bug 2037205] Re: setuptools: FTBFS in mantic

2023-09-29 Thread Graham Inggs
"patch" flag removed from the attachment "patch" tag removed ~ubuntu-sponsors unsubscribed ** Tags removed: patch ** Also affects: dh-python (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Touch seeded packages,

[Touch-packages] [Bug 2034986] Re: some text became unreadable during a distribution upgrade

2023-09-29 Thread Nick Rosbrook
I have uploaded the fix. I am adding block-proposed so that I can do another test, i.e. do-release-upgrade -d -p, just because the manual way of testing differs slightly. ** Changed in: ubuntu-release-upgrader (Ubuntu Mantic) Status: In Progress => Fix Committed ** Tags added:

[Touch-packages] [Bug 1994165] Re: CMS_final: do not ignore CMS_dataFinal result

2023-09-29 Thread Adrien Nader
** Description changed: === SRU information === [Impact] S/MIME signature can fail silently The commit by upstream propagates the return code of some functions rather than ignore it. [Test plan] - This issue is not very simple to reproduce because "penssl cms" cannot be used to

[Touch-packages] [Bug 2036124] Re: package linux-image-6.2.0-32-generic 6.2.0-32.32~22.04.1 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1

2023-09-29 Thread Maciek Sakrejda
Oh, I didn't realize that--thanks for pointing it out. When I was originally prompted to add compression, I think I found a thread recommending zstd instead. I'll try xz. I do have a decdicated nvidia card on this machine. -- You received this bug notification because you are a member of Ubuntu

[Touch-packages] [Bug 1990216] Re: backport fix for "OpenSSL 3 cannot decrypt data encrypted with OpenSSL 1.1 with blowfish in OFB or CFB modes" to Jammy

2023-09-29 Thread Adrien Nader
** Description changed: === SRU information === [Impact] Decryption for Blowfish with OFB and CFB modes fails due to using a key shorter than expected by default. Encryption will also use a key shorter than expected. Exchange of encrypted data from/to Jammy using BF OFB/CFB will

[Touch-packages] [Bug 1923363] Re: Grant access to hardware (UARTs, I2C, etc.) via custom udev rules

2023-09-29 Thread Dave Jones
** Merge proposal linked: https://code.launchpad.net/~waveform/ubuntu/+source/ubuntu-settings/+git/ubuntu-settings/+merge/452468 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ubuntu-settings in Ubuntu.

[Touch-packages] [Bug 2037642] Re: [FFe] Raspberry Pi 5 support

2023-09-29 Thread Dave Jones
** Merge proposal linked: https://code.launchpad.net/~waveform/ubuntu/+source/ubuntu-settings/+git/ubuntu-settings/+merge/452468 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ubuntu-settings in Ubuntu.

[Touch-packages] [Bug 2037417] Re: mantic images after 20230917 are failing to deploy with failure to mount root and kernel filesystems

2023-09-29 Thread Patricia Domingues
** Also affects: ubuntu-power-systems Importance: Undecided Status: New ** Changed in: ubuntu-power-systems Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu.

[Touch-packages] [Bug 2037417] Re: mantic images after 20230917 are failing to deploy with failure to mount root and kernel filesystems

2023-09-29 Thread Patricia Domingues
adding the console log from the failed system - Power10 LPAR ** Attachment added: "maas_console_failing_deploy_mantic_power10" https://bugs.launchpad.net/ubuntu-power-systems/+bug/2037417/+attachment/5705394/+files/maas_console_failing_deploy_mantic_p10 -- You received this bug

[Touch-packages] [Bug 1990216] Re: backport fix for "OpenSSL 3 cannot decrypt data encrypted with OpenSSL 1.1 with blowfish in OFB or CFB modes" to Jammy

2023-09-29 Thread Adrien Nader
** Description changed: - OpenSSL upstream implemented a fix for their issue #18359 "OpenSSL 3 cannot decrypt data encrypted with OpenSSL 1.1 with blowfish in OFB or CFB modes" - https://github.com/openssl/openssl/issues/18359 + === SRU information === + + [Impact] + Decryption for Blowfish

[Touch-packages] [Bug 2037703] Re: dpkg-reconfigure openssh-server doesn't ask questions again

2023-09-29 Thread Steve Langasek
> looks like there's no db_input/db_go call in the openssh-server.config file. Is that by intention? You're right. Sorry, I knew this but had forgotten it. So openssh-server itself does not ever prompt for either of these settings in mantic, which means there's no risk of dpkg-reconfigure

[Touch-packages] [Bug 2037417] Re: mantic images after 20230917 are failing to deploy with failure to mount root and kernel filesystems

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

[Touch-packages] [Bug 2037202] Re: Mantic/23.10: PXE boot tries to initialize DHCP before network link is up

2023-09-29 Thread Marian Rainer-Harbach
If I understand the process correctly, dhcpcd is already run in a loop. But the loop is over too quickly if the interface takes a few seconds to come up. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to initramfs-tools in

[Touch-packages] [Bug 1895665] Re: PulseAudio automatically switches away from HDMI after display sleep

2023-09-29 Thread Vasilis Lemonidis
*** This bug is a duplicate of bug 1888598 *** https://bugs.launchpad.net/bugs/1888598 Likeit is hardcoded...really? Why? https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/blame/master/src/modules/module-switch-on-connect.c#L36 -- You received this bug notification because you are

[Touch-packages] [Bug 2037569] Re: udev issues with mantic beta

2023-09-29 Thread Frank Heimes
I think it's caused by udisksctl here: https://github.com/storaged-project/udisks/blob/c7027d888c00381851d918f33a13102e7b86e188/tools/udisksctl.c#L2810C1-L2811C75 due to its repeating monitor messages: udisksctl monitor ** (udisksctl monitor:424911): WARNING **: 11:14:33.100:

[Touch-packages] [Bug 2037642] Re: [FFe] Raspberry Pi 5 support

2023-09-29 Thread Launchpad Bug Tracker
This bug was fixed in the package rpi-eeprom - 18.4-1ubuntu1 --- rpi-eeprom (18.4-1ubuntu1) mantic; urgency=medium * New upstream release (LP: #2037642) * Adds Raspberry Pi 5 support -- Dave Jones Thu, 28 Sep 2023 14:51:50 +0100 ** Changed in: rpi-eeprom (Ubuntu)

[Touch-packages] [Bug 2036440] Re: Choosing "Try Ubuntu" on daily-legacy image produced a crash

2023-09-29 Thread Brian Murray
Could the gnome-shell crash be a consequence of how we are booting the Legacy image and starting the desktop environment? I noticed the following in the crash report "gnome-shell --sm-disable --mode=ubiquity". -- You received this bug notification because you are a member of Ubuntu Touch seeded

[Touch-packages] [Bug 1958676] Re: error: too early for operation, device not yet seeded or device model not acknowledged Install failed

2023-09-29 Thread Clare Rodger
Yes I can confirm this is still an issue for me -- 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/1958676 Title: error: too early for operation, device not yet seeded or

[Touch-packages] [Bug 1987792] Re: Totem and VLC crash when playing dvd with VAAPI radeon mesa drivers

2023-09-29 Thread Michel-Ekimia
Hi that was a client Laptop and I don't have access to it anymore -- 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/1987792 Title: Totem and VLC crash when playing dvd with

[Touch-packages] [Bug 1994165] Re: CMS_final: do not ignore CMS_dataFinal result

2023-09-29 Thread Adrien Nader
** Description changed: + === SRU information === + + [Impact] + S/MIME signature can fail silently + The commit by upstream propagates the return code of some functions rather than ignore it. + + [Test plan] + This issue is not very simple to reproduce because "penssl cms" cannot be used to

[Touch-packages] [Bug 1987792] Re: Totem and VLC crash when playing dvd with VAAPI radeon mesa drivers

2023-09-29 Thread Mario Limonciello
** Changed in: mesa (Ubuntu) Status: New => Incomplete -- 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/1987792 Title: Totem and VLC crash when playing dvd with VAAPI

[Touch-packages] [Bug 2016435] Re: amdgpu driver randomly resets

2023-09-29 Thread Mario Limonciello
Random resets are "typically" triggered by mesa or application bugs. Can you still trigger them in the latest mantic (which has a more up to date mesa and kernel)? ** Changed in: xserver-xorg-video-amdgpu (Ubuntu) Status: New => Invalid ** Changed in: mesa (Ubuntu) Status: New =>

[Touch-packages] [Bug 1094959] Re: package libgl1-mesa-dri 8.0.4-0ubuntu0.2 failed to install/upgrade

2023-09-29 Thread Mario Limonciello
> NonfreeKernelModules: fglrx Nothing that will be done in mesa for an issue with fglrx anyway these days. ** Changed in: mesa (Ubuntu) Status: Incomplete => Won't Fix -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to

[Touch-packages] [Bug 2037672] Re: amdgpu: [gfxhub] page fault when switching a video to or from fullscreen

2023-09-29 Thread Mario Limonciello
In this case the kernel is the "messenger" for the page fault. This is more likely to be a mesa or application issue than a kernel issue. Can you please raise a ticket to the upstream mesa bug tracker? https://gitlab.freedesktop.org/mesa/mesa/ ** Also affects: mesa (Ubuntu) Importance:

[Touch-packages] [Bug 2037569] Re: udev issues with mantic beta

2023-09-29 Thread Frank Heimes
Today I did some more tests and investigations. First of all I moved to the new mantic ISO image (20230928) that improved things quite a lot! The installation (on z/VM so far) is again very snappy and quick, incl. the enablement of a DASD device in the zDev activation screen. At the end of the

[Touch-packages] [Bug 2037642] Re: [FFe] Raspberry Pi 5 support

2023-09-29 Thread Dave Jones
** Changed in: rpi-eeprom (Ubuntu) Assignee: (unassigned) => Dave Jones (waveform) ** Changed in: ubuntu-settings (Ubuntu) Assignee: (unassigned) => Dave Jones (waveform) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is

[Touch-packages] [Bug 2037703] Re: dpkg-reconfigure openssh-server doesn't ask questions again

2023-09-29 Thread Thomas Bechtold
looks like there's no db_input/db_go call in the openssh-server.config file. Is that by intention? -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to openssh in Ubuntu. https://bugs.launchpad.net/bugs/2037703 Title:

[Touch-packages] [Bug 1967593] Re: kernel modules going missing after reboot

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

[Touch-packages] [Bug 1967593] Re: kernel modules going missing after reboot

2023-09-29 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: linux-lowlatency (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ubuntu-meta in Ubuntu.

[Touch-packages] [Bug 1967593] Re: kernel modules going missing after reboot

2023-09-29 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: linux-kvm (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ubuntu-meta in Ubuntu.

[Touch-packages] [Bug 2037497]

2023-09-29 Thread awilliam
aha, thanks! -- 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/2037497 Title: gnome-shell crashed with SIGSEGV at NULL from end_query() from cogl_gl_create_timestamp_query()

[Touch-packages] [Bug 2037497]

2023-09-29 Thread james
(In reply to Adam Williamson from comment #14) > Can reporters please test downgrading packages to figure out what actually > fixes this? I'd suggest this order: > > 1. Downgrade mesa to > https://koji.fedoraproject.org/koji/buildinfo?buildID=2274339 > 2. If that doesn't fix it, downgrade mutter

[Touch-packages] [Bug 2037642] Re: [FFe] Raspberry Pi 5 support

2023-09-29 Thread Juerg Haefliger
Debdiff with squash of https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25450 Briefly tested on Pi 5, 4 and 400. Desktop comes up and glx and vulkan are accelerated. ** Patch added: "mesa_23.2.1-1ubuntu2.debdiff"

[Touch-packages] [Bug 2037703] [NEW] dpkg-reconfigure openssh-server doesn't ask questions again

2023-09-29 Thread Thomas Bechtold
Public bug reported: openssh-server does provide a couple of configuration options: [~]$ sudo debconf-get-selections |grep openssh-server openssh-server openssh-server/listenstream-may-failerror openssh-server openssh-server/password-authentication boolean true openssh-server

[Touch-packages] [Bug 2037399] Re: Processes keep running after "systemctl stop"

2023-09-29 Thread Mario Emmenlauer
This seems to be a related problem: Sep 29 07:00:30 hyades systemd[1]: apt-daily-upgrade.service: Unit process 51088 (exim4) remains running after unit stopped. I would think that apt-daily-upgrade relies on exim4 getting actually restarted after an update. If the process remains running, does

[Touch-packages] [Bug 2037698] Re: Icon theme changed after recent update

2023-09-29 Thread Daniel van Vugt
** Package changed: xorg (Ubuntu) => yaru-theme (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to xorg in Ubuntu. https://bugs.launchpad.net/bugs/2037698 Title: Icon theme changed after recent update Status in

[Touch-packages] [Bug 2037698] Re: Icon theme changed after recent update

2023-09-29 Thread Ubuntu Foundations Team Bug Bot
** Package changed: ubuntu => xorg (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to xorg in Ubuntu. https://bugs.launchpad.net/bugs/2037698 Title: Icon theme changed after recent update Status in yaru-theme

[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

2023-09-29 Thread Launchpad Bug Tracker
This bug was fixed in the package apport - 2.27.0-0ubuntu3 --- apport (2.27.0-0ubuntu3) mantic; urgency=medium * fix: raise "gdb not found" as soon as detected (LP: #2031919) * bash-completion: Do not use ls in completion (LP: #1850804) -- Benjamin Drung Fri, 29 Sep 2023

[Touch-packages] [Bug 2037417] Re: mantic images after 20230917 are failing to deploy with failure to mount root and kernel filesystems

2023-09-29 Thread Dimitri John Ledkov
I wonder if this is duplicate of https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/2037202 And if the workaround in https://bugs.launchpad.net/ubuntu/+source/initramfs- tools/+bug/2037202/comments/1 can keep us going -- You received this bug notification because you are a member of

[Touch-packages] [Bug 2037642] Re: [FFe] Raspberry Pi 5 support

2023-09-29 Thread Juerg Haefliger
** Changed in: libcamera (Ubuntu) Assignee: (unassigned) => Juerg Haefliger (juergh) ** Changed in: linux-meta-raspi (Ubuntu) Assignee: (unassigned) => Juerg Haefliger (juergh) ** Changed in: linux-raspi (Ubuntu) Assignee: (unassigned) => Juerg Haefliger (juergh) ** Changed in:

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

2023-09-29 Thread Launchpad Bug Tracker
This bug was fixed in the package apport - 2.27.0-0ubuntu3 --- apport (2.27.0-0ubuntu3) mantic; urgency=medium * fix: raise "gdb not found" as soon as detected (LP: #2031919) * bash-completion: Do not use ls in completion (LP: #1850804) -- Benjamin Drung Fri, 29 Sep 2023

[Touch-packages] [Bug 2037417] Re: mantic images after 20230917 are failing to deploy with failure to mount root and kernel filesystems

2023-09-29 Thread Francis Ginther
I have tested booting with various initrd/kernel/squashfs combinations. * The mantic 6.5.0-5 kernel and modules repacked into a jammy (20230927) or lunar (20230927) initrd and squashfs result in a deployed host. * The mantic initrd and squashfs from 20230908 with the 6.5.0-5 kernel did not

[Touch-packages] [Bug 2037697] [NEW] Xorg freeze when browsing the web

2023-09-29 Thread Yosha872
Public bug reported: While using my computer, the screen suddenly goes black with a blinking cursor. It is the 2nd or 3rd time, this time when browsing with Firefox 108.0 (it was at the end of a youtube video), no other apps loaded. ProblemType: Bug DistroRelease: Ubuntu 23.04 Package: xorg

[Touch-packages] [Bug 1864689] Re: openssl in 20.04 can't connect to site that was fine in 19.10 and is fine in Chrome and Firefox

2023-09-29 Thread Bug Watch Updater
** Changed in: openssl Status: Unknown => Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to openssl in Ubuntu. https://bugs.launchpad.net/bugs/1864689 Title: openssl in 20.04 can't connect to site that

[Touch-packages] [Bug 2037698] [NEW] Icon theme changed after recent update

2023-09-29 Thread Launchpad Bug Tracker
You have been subscribed to a public bug: Recently the software got updated and all the icons of the pre-installed apps were changed. I tried to change the icon theme using gnome-tweaks. But it is of no use. I need the icons to be like the time of my first installation of ubuntu. I have also

[Touch-packages] [Bug 2034986] Re: some text became unreadable during a distribution upgrade

2023-09-29 Thread Gunnar Hjalmarsson
On 2023-09-26 22:32, Gunnar Hjalmarsson wrote: > But one of the changes in mantic is that no font is safely present > (i.e. the default ones are "Recommends:" only). So later, when people > will upgrade from 23.10 to 24.04, just using "Sans" temporarily may > not be the best option. And changing

[Touch-packages] [Bug 2036440] Re: Choosing "Try Ubuntu" on daily-legacy image produced a crash

2023-09-29 Thread Julian Andres Klode
** Changed in: apport (Ubuntu) Status: New => Invalid -- 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/2036440 Title: Choosing "Try Ubuntu" on daily-legacy image

[Touch-packages] [Bug 2036440] Re: Choosing "Try Ubuntu" on daily-legacy image produced a crash

2023-09-29 Thread Brian Murray
We could create an /etc/apport/report-ignore/ file with the contents '/usr/bin/gnome-shell' so then at least the crash report dialog would not appear. However, after choosing try Ubuntu you presented with a black screen and some console output so its still not a great experience. ** Also affects:

[Touch-packages] [Bug 2037210] Re: unable to add PPA by its sources.list line

2023-09-29 Thread Norbert
@Nick Rosbrook (enr0n) Your assumption is correct only in the case when PPA_release = distro_release. But in my case the situation is different: 1. distro version is 23.10, 2. PPA provides packages only for 22.04 LTS. Also please note that there are some obsolete PPAs where their owner is not

[Touch-packages] [Bug 2037210] Re: unable to add PPA by its sources.list line

2023-09-29 Thread Julian Andres Klode
** Tags removed: rls-mm-incoming -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to software-properties in Ubuntu. https://bugs.launchpad.net/bugs/2037210 Title: unable to add PPA by its sources.list line Status in Software

[Touch-packages] [Bug 2037202] Re: Mantic/23.10: PXE boot tries to initialize DHCP before network link is up

2023-09-29 Thread Adrien Nader
Should dhcp really be oneshot? I don't know what dhclient was doing (I guess it was dhclient before) but it sounds difficult to synchronize this properly. I imagine it's also possible to run the dhcp client in oneshot mode in a loop with maybe 3 iterations and "sleep 1" in between. -- You

[Touch-packages] [Bug 2037202] Re: Mantic/23.10: PXE boot tries to initialize DHCP before network link is up

2023-09-29 Thread Julian Andres Klode
** Tags removed: rls-mm-incoming ** Tags added: foundations-todo -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu. https://bugs.launchpad.net/bugs/2037202 Title: Mantic/23.10: PXE boot tries to

[Touch-packages] [Bug 2037425] Re: ubuntu-server pulls in ZFS userspace

2023-09-29 Thread Julian Andres Klode
** Tags removed: rls-mm-incoming -- 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/2037425 Title: ubuntu-server pulls in ZFS userspace Status in ubuntu-meta package in

[Touch-packages] [Bug 2037425] Re: ubuntu-server pulls in ZFS userspace

2023-09-29 Thread Launchpad Bug Tracker
This bug was fixed in the package ubuntu-meta - 1.522 --- ubuntu-meta (1.522) mantic; urgency=medium * Refreshed dependencies * Removed zfs-initramfs from server [amd64 arm64 ppc64el riscv64 s390x], server-raspi [amd64 arm64 ppc64el riscv64 s390x] (LP: #2037425) * Removed

[Touch-packages] [Bug 2037527] Re: [Ffe] libwebp

2023-09-29 Thread Gianfranco Costamagna
Hello, it is needed for new libavif, as explained in https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1022001 Having the new version will make easier to build it with finally the sharpyuv functionality. That said, will be anyway autosync next time we open, so there should be plenty of time to

[Touch-packages] [Bug 2037425] Re: ubuntu-server pulls in ZFS userspace

2023-09-29 Thread Dan Bungert
seed MP merged, dput of ubuntu-meta done. ** Changed in: ubuntu-meta (Ubuntu Mantic) Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ubuntu-meta in Ubuntu.

[Touch-packages] [Bug 2037531] Re: package libpam0g:amd64 1.4.0-11ubuntu2.3 failed to install/upgrade: installed libpam0g:amd64 package post-installation script subprocess returned error exit status 1

2023-09-29 Thread Steve Langasek
Ok. Reassigning to apt, which is where we would want to clean the process environment. ** Package changed: perl (Ubuntu) => apt (Ubuntu) ** Changed in: apt (Ubuntu) Importance: High => Low ** Changed in: apt (Ubuntu) Status: Incomplete => Triaged -- You received this bug

[Touch-packages] [Bug 2037642] Re: [FFe] Raspberry Pi 5 support

2023-09-29 Thread Graham Inggs
FFe granted for the remaining packages -- 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/2037642 Title: [FFe] Raspberry Pi 5 support Status in libcamera package in Ubuntu:

[Touch-packages] [Bug 2037642] Re: [FFe] Raspberry Pi 5 support

2023-09-29 Thread Daniel van Vugt
** Tags added: mantic raspi raspigfx ** Tags removed: raspigfx -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ubuntu-settings in Ubuntu. https://bugs.launchpad.net/bugs/2037642 Title: [FFe] Raspberry Pi 5 support Status

[Touch-packages] [Bug 2037642] Re: [FFe] Raspberry Pi 5 support

2023-09-29 Thread Graham Inggs
FFe for linux-firmware-raspi in LP: #2037634 FFe for gpiozero in LP: #2037637 ** No longer affects: linux-firmware-raspi (Ubuntu) ** Changed in: libcamera (Ubuntu) Status: Confirmed => Triaged ** Changed in: linux-meta-raspi (Ubuntu) Status: Confirmed => Triaged ** Changed in:

[Touch-packages] [Bug 2037691] [NEW] Audio output stopped working

2023-09-29 Thread Telemak
Public bug reported: Audio output was working fine when i installed ubuntu 1.5 years ago. Approximately a year ago it stopped working, might be because i updated to linux 22.04 then, now i have updated to 23.04 and the issue remains. I tried reinstalling drivers, but nothing helps ProblemType:

[Touch-packages] [Bug 1964506] Re: Ping: checks payloads incorrectly, ignores all mismatch replies

2023-09-29 Thread Andreas Hasenack
The DEP8 tests are green now, but we still need verification on this bug. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to iputils in Ubuntu. https://bugs.launchpad.net/bugs/1964506 Title: Ping: checks payloads incorrectly,

[Touch-packages] [Bug 1958676] Re: error: too early for operation, device not yet seeded or device model not acknowledged Install failed

2023-09-29 Thread Paride Legovini
Stumbled on this in triage. The bug description writes about "added functionality for systemd v250 which ubuntu does not have yet", which is not the case anymore. The bug report didn't have any significant activity in >1 year. Is this still an issue? ** Changed in: launchpad-buildd