[Touch-packages] [Bug 2083700] Re: rsyslog FTBFS (s390x only) against zlib 1:1.3.dfsg+really1.3.1-1ubuntu1

2024-10-23 Thread Andreas Hasenack
** Description changed: During an archive rebuild, rsyslog FTBFS on s390x only: https://launchpadlibrarian.net/751879056/buildlog_ubuntu- oracular-s390x.rsyslog_8.2406.0-1ubuntu2_BUILDING.txt.gz The build fails due to two tests: FAIL: gzipwr_flushInterval

[Touch-packages] [Bug 2083700] Re: rsyslog FTBFS (s390x only) against zlib 1:1.3.dfsg+really1.3.1-1ubuntu1

2024-10-23 Thread Andreas Hasenack
Ok, looking a bit more into this. Turns out there is a difference in the s390x hardware between the LP builders and canonistack s390x VMs: -features: esan3 zarch stfle msa ldisp eimm dfp edat etf3eh highgprs te vx +features: esan3 zarch stfle msa ldisp eimm dfp edat etf3eh highgprs te vx

[Touch-packages] [Bug 2083700] Re: rsyslog FTBFS (s390x only) against zlib 1:1.3.dfsg+really1.3.1-1ubuntu1

2024-10-23 Thread Andreas Hasenack
** Also affects: zlib (Ubuntu Noble) Importance: Undecided Status: New ** Also affects: rsyslog (Ubuntu Noble) Importance: Undecided Status: New ** Also affects: zlib (Ubuntu Oracular) Importance: Undecided Status: New ** Also affects: rsyslog (Ubuntu Oracular) I

[Touch-packages] [Bug 2083700] Re: rsyslog FTBFS (s390x only) against zlib 1:1.3.dfsg+really1.3.1-1ubuntu1

2024-10-23 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: zlib (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to rsyslog in Ubuntu. https://bugs.launchpad.net/

[Touch-packages] [Bug 2085359] Re: my brightness control from the drop down menu on the top right section of the screen does not reduce the brightness at all. screen is always at full brightness which

2024-10-23 Thread Leonidas S. Barbosa
** Information type changed from Private Security to Public -- 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/2085359 Title: my brightness control from the drop down menu on the

[Touch-packages] [Bug 2080216] Re: sshd cannot bind to IPv4 interfaces

2024-10-23 Thread Vasya Pupkin
Thanks, Nick! I've installed version 1:9.6p1-3ubuntu13.6 and confirm that it fixed the issue. Here's how I verified: 1. Install new version 2. Check what's listening on port 22 via ss command: $ sudo ss -tlnp | grep :22 LISTEN 0 8192 0.0.0.0:22 0.0.0.0:* users:((

[Touch-packages] [Bug 2085235] Re: Merge heimdal from Debian unstable for plucky

2024-10-23 Thread Andreas Hasenack
** Changed in: heimdal (Ubuntu) Assignee: (unassigned) => Andreas Hasenack (ahasenack) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to heimdal in Ubuntu. https://bugs.launchpad.net/bugs/2085235 Title: Merge heimdal fro

[Touch-packages] [Bug 2083700] Re: rsyslog FTBFS (s390x only) against zlib 1:1.3.dfsg+really1.3.1-1ubuntu1

2024-10-23 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: zlib (Ubuntu Noble) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to rsyslog in Ubuntu. https://bugs.launchpa

[Touch-packages] [Bug 2083700] Re: rsyslog FTBFS (s390x only) against zlib 1:1.3.dfsg+really1.3.1-1ubuntu1

2024-10-23 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: rsyslog (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to rsyslog in Ubuntu. https://bugs.launchpad.n

[Touch-packages] [Bug 2080216] Re: sshd cannot bind to IPv4 interfaces

2024-10-23 Thread Nick Rosbrook
By default, the priority for -propsed is lower than -updates etc. Please try: $ apt install openssh-server -t noble-proposed to specify you want to install from noble-proposed. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to

[Touch-packages] [Bug 2085473] [NEW] fail to connect to bt headphones until removed and repaired

2024-10-23 Thread Joe Barnett
Public bug reported: Since upgrading to 24.10, my bluetooth headphones often fail to connect until I remove them and re-pair. More specifically, they connect for a second or two and then immediately disconnect. Seems to happen more when I switch them to connect to a different device and come bac

[Touch-packages] [Bug 2080216] Re: sshd cannot bind to IPv4 interfaces

2024-10-23 Thread Vasya Pupkin
** Tags removed: verification-needed-noble ** Tags added: verification-done-noble -- 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/2080216 Title: sshd cannot bind to IPv4 in

[Touch-packages] [Bug 2085473] Re: fail to connect to bt headphones until removed and repaired

2024-10-23 Thread Joe Barnett
this might be a dup of https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/2081384 // https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/2084337 apologies if so -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to bluez in Ubunt

[Touch-packages] [Bug 2085340] Re: Plenty of amdgpu backtraces post resume

2024-10-23 Thread Mario Limonciello
> Now the problem is I can't reproduce this so far. gnome-shell/xwayland randomly exits at some point without any explanation (you can see it just starts broken pipe at 12:31:54, no crash before, I need to find the cause for that and report another bug :( Maybe this: https://gitlab.gnome.org/GNOM

[Touch-packages] [Bug 2083700] Re: rsyslog FTBFS (s390x only) against zlib 1:1.3.dfsg+really1.3.1-1ubuntu1

2024-10-23 Thread Andreas Hasenack
This makes the test pass on s390x, and the build succeed: --- a/debian/rules +++ b/debian/rules @@ -87,5 +87,5 @@ override_dh_installinit: override_dh_auto_test: ifeq (, $(filter nocheck, $(DEB_BUILD_OPTIONS))) - PATH=$$PATH:/usr/sbin dh_auto_test || ( cat tests/test-suite.log; exit 1 )

[Touch-packages] [Bug 2083700] Re: rsyslog FTBFS (s390x only) against zlib 1:1.3.dfsg+really1.3.1-1ubuntu1

2024-10-23 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: rsyslog (Ubuntu Oracular) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to rsyslog in Ubuntu. https://bugs.la

[Touch-packages] [Bug 2083526] Re: FTBFS s390x: gzip: stdin: invalid compressed data--format violated

2024-10-23 Thread Andreas Hasenack
*** This bug is a duplicate of bug 2083700 *** https://bugs.launchpad.net/bugs/2083700 ** This bug has been marked a duplicate of bug 2083700 rsyslog FTBFS (s390x only) against zlib 1:1.3.dfsg+really1.3.1-1ubuntu1 -- You received this bug notification because you are a member of Ubuntu To

[Touch-packages] [Bug 2083526] Re: FTBFS s390x: gzip: stdin: invalid compressed data--format violated

2024-10-23 Thread Andreas Hasenack
*** This bug is a duplicate of bug 2083700 *** https://bugs.launchpad.net/bugs/2083700 See https://bugs.launchpad.net/ubuntu/+source/rsyslog/+bug/2083700/comments/2 for the difference that matters (in reply to comment #4 above). -- You received this bug notification because you are a member

[Touch-packages] [Bug 2080216] Re: sshd cannot bind to IPv4 interfaces

2024-10-23 Thread Nick Rosbrook
Thanks for verifying, Vasya! -- 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/2080216 Title: sshd cannot bind to IPv4 interfaces Status in openssh package in Ubuntu: Fix

[Touch-packages] [Bug 2083700] Re: rsyslog FTBFS (s390x only) against zlib 1:1.3.dfsg+really1.3.1-1ubuntu1

2024-10-23 Thread Frank Heimes
** Also affects: ubuntu-z-systems Importance: Undecided Status: New ** Changed in: ubuntu-z-systems Status: New => Confirmed ** Changed in: ubuntu-z-systems Assignee: (unassigned) => bugproxy (bugproxy) ** Changed in: ubuntu-z-systems Importance: Undecided => High ** Ta

[Touch-packages] [Bug 2083700] Re: rsyslog FTBFS (s390x only) against zlib 1:1.3.dfsg+really1.3.1-1ubuntu1

2024-10-23 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: zlib (Ubuntu Oracular) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to rsyslog in Ubuntu. https://bugs.launc

[Touch-packages] [Bug 2083700] Re: rsyslog FTBFS (s390x only) against zlib 1:1.3.dfsg+really1.3.1-1ubuntu1

2024-10-23 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: rsyslog (Ubuntu Noble) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to rsyslog in Ubuntu. https://bugs.launc

[Touch-packages] [Bug 2085460] [NEW] Multistrap build fails due to overwritten /bin symlink

2024-10-23 Thread Andre Hofmeister
Public bug reported: It looks like the package breaks multistrap configurations (I attached an example configuration below). It overrides the symlink from /bin to /usr/bin and replaces it with a bin directory just containing the ip and ss binaries. As a result, the multistrap build fails with the

[Touch-packages] [Bug 2085352] Re: package sudo 1.9.15p5-3ubuntu5 failed to install/upgrade: подпроцесс из пакета sudo установлен сценарий pre-removal возвратил код ошибки 1

2024-10-23 Thread Leonidas S. Barbosa
** Information type changed from Private Security to Public -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to sudo in Ubuntu. https://bugs.launchpad.net/bugs/2085352 Title: package sudo 1.9.15p5-3ubuntu5 failed to install/upg

[Touch-packages] [Bug 2080216] Re: sshd cannot bind to IPv4 interfaces

2024-10-23 Thread Nick Rosbrook
I have verified the fix using openssh-server from noble-proposed. I setup a container and enabled noble-proposed: nr@six:~$ lxc launch ubuntu:noble noble Launching noble nr@six:~$ lxc exec noble bash root@noble:~# cat > /etc/apt/sources.list.d/proposed.sources << EOF > Types: deb > URIs: http://u

[Touch-packages] [Bug 2059734] Re: Tar fails to extract archives that include folders with certain permissions on armhf

2024-10-23 Thread Ghadi Rahme
Hello Steve, Thank you for the feedback! Attached is a new patched that backports fchmodat2 to all architectures. ** Patch added: "fchmodat2-all-archs-jammy.debdiff" https://bugs.launchpad.net/ubuntu/jammy/+source/libseccomp/+bug/2059734/+attachment/5831097/+files/fchmodat2-all-archs-jammy.d

[Touch-packages] [Bug 2071815] Re: Investigate ASLR re-randomization being disabled for children

2024-10-23 Thread Nick Rosbrook
I have verified the fix using openssh-server from noble-proposed. I created a container and enable noble-proposed: nr@six:~$ lxc launch ubuntu:noble noble Launching noble nr@six:~$ lxc exec noble bash root@noble:~# cat > /etc/apt/sources.list.d/proposed.sources << EOF > Types: deb > URIs: http://

[Touch-packages] [Bug 2076023] Re: Failed to apply 'Match' directive in sshd_config with sshd-socket-generator

2024-10-23 Thread Nick Rosbrook
Unfortunately, I just found a mistake in my upload regarding the autopkgtest. The test_match_on_port test case was added to d/t/sshd- socket-generator, but it not actually called due to a mistake. I personally feel confident in the fix given the manual test case, but it should be relatively to fix

[Touch-packages] [Bug 2076023] Re: Failed to apply 'Match' directive in sshd_config with sshd-socket-generator

2024-10-23 Thread Nick Rosbrook
I have verified this fix using openssh-server 1:9.6p1-3ubuntu13.6 from noble-proposed. I created a container and enabled noble-proposed: nr@six:~$ lxc launch ubuntu:noble noble Launching noble nr@six:~$ lxc exec noble bash root@noble:~# cat > /etc/apt/sources.list.d/propos

[Touch-packages] [Bug 2080216] Re: sshd cannot bind to IPv4 interfaces

2024-10-23 Thread Vasya Pupkin
How can I enable -proposed repo in 24.04? There is no preset in /etc/apt/sources.list.d/ubuntu.sources for some reason. Update: never mind, found the required block in https://wiki.ubuntu.com/Testing/EnableProposed -- You received this bug notification because you are a member of Ubuntu Touch se

[Touch-packages] [Bug 2069041] Re: Changing Port in sshd_config requires calling systemctl daemon-reload

2024-10-23 Thread Nick Rosbrook
I have verified this fix using openssh-server 1:9.6p1-3ubuntu13.6 from noble-proposed. First, I installed openssh-server from noble-proposed and checked that the comment was present in /etc/ssh/sshd_config: nr@six:~$ lxc launch ubuntu:noble noble Launching noble nr@six:~$ lxc exec noble bash

[Touch-packages] [Bug 2080216] Autopkgtest regression report (openssh/1:9.6p1-3ubuntu13.6)

2024-10-23 Thread Ubuntu SRU Bot
All autopkgtests for the newly accepted openssh (1:9.6p1-3ubuntu13.6) for noble have finished running. The following regressions have been reported in tests triggered by the package: crmsh/unknown (i386) debvm/unknown (amd64) fence-agents/4.12.1-2~exp1ubuntu4 (amd64) freedombox/unknown (amd64) g1

[Touch-packages] [Bug 2076023] Autopkgtest regression report (openssh/1:9.6p1-3ubuntu13.6)

2024-10-23 Thread Ubuntu SRU Bot
All autopkgtests for the newly accepted openssh (1:9.6p1-3ubuntu13.6) for noble have finished running. The following regressions have been reported in tests triggered by the package: crmsh/unknown (i386) debvm/unknown (amd64) fence-agents/4.12.1-2~exp1ubuntu4 (amd64) freedombox/unknown (amd64) g1

[Touch-packages] [Bug 2071815] Autopkgtest regression report (openssh/1:9.6p1-3ubuntu13.6)

2024-10-23 Thread Ubuntu SRU Bot
All autopkgtests for the newly accepted openssh (1:9.6p1-3ubuntu13.6) for noble have finished running. The following regressions have been reported in tests triggered by the package: crmsh/unknown (i386) debvm/unknown (amd64) fence-agents/4.12.1-2~exp1ubuntu4 (amd64) freedombox/unknown (amd64) g1

[Touch-packages] [Bug 2069041] Autopkgtest regression report (openssh/1:9.6p1-3ubuntu13.6)

2024-10-23 Thread Ubuntu SRU Bot
All autopkgtests for the newly accepted openssh (1:9.6p1-3ubuntu13.6) for noble have finished running. The following regressions have been reported in tests triggered by the package: crmsh/unknown (i386) debvm/unknown (amd64) fence-agents/4.12.1-2~exp1ubuntu4 (amd64) freedombox/unknown (amd64) g1

[Touch-packages] [Bug 2026757] Re: dnsmasq on Ubuntu Jammy crashes on neutron-dhcp-agent updates

2024-10-23 Thread Jay Faulkner
I've made a change in Ironic CI to test this change: https://review.opendev.org/c/openstack/ironic/+/933104 -- our crashes were not reliably happening so I can't guarantee a lack of failure in our CI will indicate it works, but I'll get a few runs to check. We have never been able to exactly reprod

[Touch-packages] [Bug 2085388] Re: MSI Bravo 15, AMD, Radeon - loud fan, HDMI not working

2024-10-23 Thread purplebyteone
Can I get any suggestion on how to fix at least HDMI? -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to alsa-driver in Ubuntu. https://bugs.launchpad.net/bugs/2085388 Title: MSI Bravo 15, AMD, Radeon - loud fan, HDMI not work

[Touch-packages] [Bug 2032824] Re: Veth pairs fail activation on Jammy

2024-10-23 Thread Lukas Märdian
** Description changed: - Network Manager 1.36 has a bug that prevents it to activate veth pairs. - The problem was found in the Netplan's CI with the new support for veths - in Netplan (because we run the tests on Jammy). + [ Impact ] + + * Network Manager 1.36 has a bug that prevents it to act

[Touch-packages] [Bug 2085157] Re: mkinitramfs fails with copy_file binary '/libgcc_s.so.[1-9]' not found

2024-10-23 Thread Benjamin Drung
``` $ schroot-wrapper -p initramfs-tools,multipath-tools-boot,linux-image-generic,zstd,vim -u root -c oracular [...] update-initramfs: Generating /boot/initrd.img-6.11.0-9-generic mkinitramfs: copy_file: binary '/usr/lib/udev/dmsetup_env' not found mkinitramfs: copy_file: binary '/libgcc_s.so.[1-

[Touch-packages] [Bug 1746419] Re: bond parameters are not changed by 'netplan apply'

2024-10-23 Thread Dmitriy
** Changed in: netplan Status: Triaged => Confirmed ** Changed in: netplan Status: Confirmed => New -- 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/1746419 Tit

[Touch-packages] [Bug 2032824] Re: Veth pairs fail activation on Jammy

2024-10-23 Thread Lukas Märdian
The changes landed in upstream NetworkManager between 1.39.10-dev and 1.41.8-dev all of which is included in Noble. ** Changed in: network-manager (Ubuntu) Status: Triaged => Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which

[Touch-packages] [Bug 2085157] Re: mkinitramfs fails with copy_file binary '/libgcc_s.so.[1-9]' not found

2024-10-23 Thread Benjamin Drung
Installing multipath-tools-boot let me reproduce the problem. The issue is clear, when looking at /usr/share/initramfs-tools/hooks/multipath: It calls copy_libgcc there without any parameters. So multipath-tools-boot is broken. -- You received this bug notification because you are a member of Ubu

[Touch-packages] [Bug 2003250] Re: networkctl reload with bond devices causes slaves to go DOWN and UP, causing couple of seconds of network loss

2024-10-23 Thread Bartosz Woronicz
This bug fix for Jammy is critical for our ongoing deployment at the customer side. The unique combination of hardware (Intel NICs and AMD platform) causes unusual long time for the bond to come up after running netplan (7-11s). That is long enough to cause: - three way database partition - time

[Touch-packages] [Bug 2085157] Re: mkinitramfs fails with copy_file binary '/libgcc_s.so.[1-9]' not found

2024-10-23 Thread Frank Heimes
Line copy_exec /usr/lib/udev/dmsetup_env (as well as the one before: copy_exec /usr/sbin/dmsetup) is in oracular's multipath-tools-boot v0.9.9-1ubuntu3 only, but not in noble's 0.9.4-5ubuntu8 -- the file /usr/share/initramfs-tools/hooks/multipath seem to differ quite a bit between the two packag

[Touch-packages] [Bug 2080499] Re: /usr/share/apport/apport:ProcessLookupError:/usr/share/apport/apport@1248:main:_check_global_pid_and_forward:forward_crash_to_container

2024-10-23 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: apport (Ubuntu) Status: New => Confirmed -- 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

[Touch-packages] [Bug 2085157] Re: mkinitramfs fails with copy_file binary '/libgcc_s.so.[1-9]' not found

2024-10-23 Thread Frank Heimes
I have no idea what "/usr/lib/udev/dmsetup_env" is all about, since it is not in oracular, nor in noble, and also does not have a package it would belong to. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to initramfs-tools in U

[Touch-packages] [Bug 2085157] Re: mkinitramfs fails with copy_file binary '/libgcc_s.so.[1-9]' not found

2024-10-23 Thread Frank Heimes
Comparing it with a 24.04 (SAN/SCSI/multipath) installation, update- initramfs performs like this: $ sudo update-initramfs -k all -u update-initramfs: Generating /boot/initrd.img-6.8.0-47-generic Using config file '/etc/zipl.conf' Run /lib/s390-tools//zipl_helper.device-mapper /boot Building bootm

[Touch-packages] [Bug 2085157] Re: mkinitramfs fails with copy_file binary '/libgcc_s.so.[1-9]' not found

2024-10-23 Thread Benjamin Drung
Might be unrelated, but this fix touches similar code: https://salsa.debian.org/kernel-team/initramfs- tools/-/commit/765db0268082dfaf0110441894abf3dafeff258b -- 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 2033259] Re: [SRU] NetworkManager triggers a call from (old) Netplan Python CLI into (old) libnetplan0 that got replaced by (new) libnetplan1 on dist-upgrade

2024-10-23 Thread Lukas Märdian
** Changed in: network-manager (Ubuntu Noble) Status: Confirmed => In Progress -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to network-manager in Ubuntu. https://bugs.launchpad.net/bugs/2033259 Title: [SRU] NetworkMa

[Touch-packages] [Bug 2033259] Re: [SRU] NetworkManager triggers a call from (old) Netplan Python CLI into (old) libnetplan0 that got replaced by (new) libnetplan1 on dist-upgrade

2024-10-23 Thread Lukas Märdian
I've uploaded network-manager 1.46.0-1ubuntu2.2 into the Noble UNAPPROVED queue for SRU review: https://launchpad.net/ubuntu/noble/+queue?queue_state=1&queue_text=network-manager I'm bundling this with the pending SRU for 1.46.0-1ubuntu2.1 (LP: #2084731) -- You received this bug notification be

[Touch-packages] [Bug 2084731] Re: Not report 6 GHz capability correctly

2024-10-23 Thread Lukas Märdian
FTR: I've just uploaded a bundled SRU for network-manager 1.46.0-1ubuntu2.2, containing the changes from this bug report and additionally the changes from bug #2033259 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to network-ma

[Touch-packages] [Bug 2085157] Re: mkinitramfs fails with copy_file binary '/libgcc_s.so.[1-9]' not found

2024-10-23 Thread Benjamin Drung
I see two things to further investigate: 1. copy_file: binary '/usr/lib/udev/dmsetup_env' not found Who want to install this file? 2. copy_libgcc is called with the libdir parameter being empty Can you instrument copy_exec to figure out who calls it that way? -- You received this bug notifica

[Touch-packages] [Bug 2073126] Re: More nuanced public key algorithm revocation

2024-10-23 Thread Julian Andres Klode
** Description changed: - (This is uploaded to noble as 2.8.1 per - https://wiki.ubuntu.com/AptUpdates) + (Please see https://wiki.ubuntu.com/AptUpdates for the versioning) [Impact] - We have received feedback from users that use NIST-P256 keys for their repositories that are upset about rec

[Touch-packages] [Bug 2060721] Re: APT 2.8.4+: Promote weak key warnings to errors

2024-10-23 Thread Julian Andres Klode
** Summary changed: - APT 2.8.0: Promote weak key warnings to errors + APT 2.8.4+: Promote weak key warnings to errors ** Description changed: + (2.8.3 update references this bug as previous uploads tried to fix it + and have not been fully reverted, per discussion with rbasak we agreed + to jus

[Touch-packages] [Bug 2033259] Re: [SRU] NetworkManager triggers a call from (old) Netplan Python CLI into (old) libnetplan0 that got replaced by (new) libnetplan1 on dist-upgrade

2024-10-23 Thread Lukas Märdian
** Description changed: + [ Impact ] + + * Context: Running a dist-upgrade from Jammy to Noble. + * Starting with Noble (Mantic actually), NetworkManager integrates with Netplan as a backend and calls 'netplan generate' at different stages, e.g. when migrating old /etc/NetworkManager/sytem-co

[Touch-packages] [Bug 2085404] Re: No display after booting

2024-10-23 Thread 何思亮
After testing various monitors, I found that the first two monitors did not display any output, while the third monitor functioned correctly. I think the issue may be related to a connection problem like Alessandro suspect or compatibility with specific monitors. -- You received this bug notifica

[Touch-packages] [Bug 2033259] Re: netplan.script crashed with AttributeError in __getitem__(): /usr/bin/python3: undefined symbol: netplan_get_id_from_nm_filename

2024-10-23 Thread Lukas Märdian
Recent version of Netplan (v1.1.1-1++) make use of dh-python and ${python3:Depends} substvars (LP: #2077011), so there's nothing to be fixed there. NetworkManager pulling in (old) Netplan on dist-upgrade happens only on dist-upgrades to Noble, so there's nothing to be fixed in NM on Jammy. ** Cha

[Touch-packages] [Bug 2085147] Re: Wrong timezone detection (always UTC)

2024-10-23 Thread Benjamin Drung
I can reproduce the failure on Ubuntu, but it works on Debian unstable: ``` # dpkg -s tzdata | grep ^Version Version: 2024b-3 # dpkg-reconfigure tzdata [...] Current default time zone: 'Europe/Berlin' Local time is now: Wed Oct 23 10:47:35 CEST 2024. Universal Time is now: Wed Oct 23 08:47:3

[Touch-packages] [Bug 2085340] Re: Plenty of amdgpu backtraces post resume

2024-10-23 Thread Julian Andres Klode
I enabled that debug option thingy. I'll try to have a go at a mainline kernel build at some point. Now the problem is I can't reproduce this so far. gnome-shell/xwayland randomly exits at some point without any explanation (you can see it just starts broken pipe at 12:31:54, no crash before, I ne

[Touch-packages] [Bug 2085404] Re: No display after booting

2024-10-23 Thread Alessandro Astone
Analysis from 201912_27623_journal_log.txt Early on during boot we see: kernel: EDID block 0 (tag 0x00) checksum is invalid, remainder is 61 kernel: [00] BAD 00 ff ff ff ff ff ff 00 04 69 c4 24 cc 83 03 00 kernel: [00] BAD 2c 18 01 03 80 35 1e 78 2a a0 a5 a6 56 52 9d 27 kernel:

[Touch-packages] [Bug 2085144] Re: the gjs application permanently consumes more than 100% of a processor

2024-10-23 Thread Sebastien Bacher
** Package changed: ubuntu-keyring (Ubuntu) => gjs (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ubuntu-keyring in Ubuntu. https://bugs.launchpad.net/bugs/2085144 Title: the gjs application permanently consumes m

[Touch-packages] [Bug 2085404] Re: No display after booting

2024-10-23 Thread 何思亮
Are you suggesting the issue might come from the monitor? I used two monitors to reproduce the same issue, and both of them work on other machines. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to xorg in Ubuntu. https://bugs.l

[Touch-packages] [Bug 2085404] Re: No display after booting

2024-10-23 Thread Timo Aaltonen
[3.318004] EDID block 0 (tag 0x00) checksum is invalid, remainder is 61 [3.318009] [00] BAD 00 ff ff ff ff ff ff 00 04 69 c4 24 cc 83 03 00 [3.318010] [00] BAD 2c 18 01 03 80 35 1e 78 2a a0 a5 a6 56 52 9d 27 [3.318011] [00] BAD 0f 50 54 a0 00 00 00 00 00 00 00 07 ff ff ff ff [