[Touch-packages] [Bug 2083871] Re: Xorg freeze (not really freeze, not booting any more)

2024-10-07 Thread Daniel van Vugt
Thanks for the bug report. While the problem is happening please run: journalctl -b0 > journal.txt and attach the resulting text file here. ** Package changed: xorg (Ubuntu) => ubuntu ** Changed in: ubuntu Status: New => Incomplete -- You received this bug notification because you a

[Touch-packages] [Bug 2083686] Re: On ZFS rpool and bpool stays visible on dash

2024-10-07 Thread Daniel van Vugt
Some filesystem types should be visible when not mounted, so you can see there is something that can be mounted. Including bpool and rpool in the visible set sounds like a bug in Glib or GIO affecting the dock and Files apps equally. ** Also affects: glib2.0 (Ubuntu) Importance: Undecided

[Touch-packages] [Bug 2063200] Re: useradd --extrausers --groups tries to lock /etc/group

2024-10-07 Thread Mauricio Faria de Oliveira
Reviewing this. 1) The previous comment didn't flip the verification tags back to done, as apparently intended per comments 13-15, 18. Done. 2) The autopkgtests regression for mysql (comment 17) cleared, but many others are now stale as superseded in noble-updates, triggering reruns on those [1]

[Touch-packages] [Bug 2083871] [NEW] Xorg freeze (not really freeze, not booting any more)

2024-10-07 Thread Robbert Wethmar
Public bug reported: after an update of ubuntu 24.04, the desktop didnt show any more. hardware is an Thinkpad Yoga laptop. (more details probabaly in the attached files) i could use Alt-F2 to start text terminal, and found some errors in logfiles. Also, i'm able to ssh into the machine. Proble

[Touch-packages] [Bug 2076269] Re: invalid base64 encoded gzip data on s390x causes autopkgtest failures

2024-10-07 Thread Benjamin Drung
So the sample code from comment #1 was wrong. ## Expected ``` File: base64 H4sICAAC/0ZpbGUA c3RyxIAMcBAFAK/2p9Mf ``` ``` $ python3 -c "import base64, pathlib; pathlib.Path('file.gz').write_bytes(base64.b64decode('H4sICAAC/0ZpbGUA') + base64.b64decode('c3RyxIAMcBAFAK/2p9Mf'))"

[Touch-packages] [Bug 2078851] Re: saslauthd wrong permission of /var/spool/postfix/var/run/saslauthd

2024-10-07 Thread Bryce Harrington
** Description changed: [Impact] - Incorrect ownership of files in saslauthd's run directory can result in service issues (e.g. failure to authenticate, failure to restart, etc.) + Incorrect ownership of files in saslauthd's run directory can result in service issues (e.g. failure to authentic

[Touch-packages] [Bug 2076269] Re: invalid base64 encoded gzip data on s390x causes autopkgtest failures

2024-10-07 Thread Benjamin Drung
The code b64encode/b64decode the lines individually. The encoder writes newlines: ``` for chunk in chunks: file.write(b"\n ") file.write(base64.b64encode(chunk)) file.write(b"\n") ``` The decoder reads by line: ``` def _base64_decoder(entry: Iterable[bytes]) -> Iterator[bytes]: for l

[Touch-packages] [Bug 1474984] Re: installing multipath-tools 0.5.0 on trusty leaves the system unable to boot

2024-10-07 Thread Athos Ribeiro
** Changed in: multipath-tools (Ubuntu) Status: New => Incomplete -- 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/1474984 Title: installing multipath-tools 0

[Touch-packages] [Bug 2076269] Re: invalid base64 encoded gzip data on s390x causes autopkgtest failures

2024-10-07 Thread Benjamin Drung
Good find. base64.b64encode() will add "=" padding characters when the number of input characters is not dividable by three. base64.b64decode() seems to stop decoding when hitting the padding character. So concatenating the output of multiple base64.b64encode calls will only work in case the encod

[Touch-packages] [Bug 2079966] Re: tzdata 2024b release

2024-10-07 Thread Benjamin Drung
** Description changed: [ Impact ] The 2024b release contains the following changes: * Improve historical data for Mexico, Mongolia, and Portugal. * System V names are now obsolescent. * The main data form now uses %z. [ Test Plan ] Test cases were added to the autopkgtes

[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-07 Thread Lukas Märdian
** Tags added: sru-next ** Changed in: network-manager (Ubuntu Noble) Importance: Undecided => Medium ** Changed in: netplan.io (Ubuntu Noble) Importance: Undecided => Medium ** Changed in: netplan.io (Ubuntu Noble) Status: Confirmed => Triaged ** Also affects: network-manager (Ubu

[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-07 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: network-manager (Ubuntu Noble) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to network-manager in Ubuntu. ht

[Touch-packages] [Bug 2076269] Comment bridged from LTC Bugzilla

2024-10-07 Thread bugproxy
--- Comment From i...@de.ibm.com 2024-10-07 10:58 EDT--- I've extracted the compression logic into a stand-alone script, and it doesn't fail: #!/usr/bin/env python3 import gzip import struct import zlib value = b"ABABABABABABABABABAB\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00Z" compressed =

[Touch-packages] [Bug 2076269] Comment bridged from LTC Bugzilla

2024-10-07 Thread bugproxy
--- Comment From i...@de.ibm.com 2024-10-07 10:23 EDT--- export DFLTCC=0 makes the problem go away, so it must be zlib. I will investigate. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to apport in Ubuntu. https://bug

[Touch-packages] [Bug 2082072] Re: No support for Pi 2712D0 stepping

2024-10-07 Thread Timo Aaltonen
** Also affects: mesa (Ubuntu Jammy) Importance: Undecided Status: New -- 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/2082072 Title: No support for Pi 2712D0 steppi

[Touch-packages] [Bug 2083538] Re: amdgpu: [mmhub] page fault (src_id:0 ring:8 vmid:6 pasid:32781 / Fence fallback timer expired on ring sdma0

2024-10-07 Thread Mario Limonciello
> but the GPU restarts are failing and the driver apparently deadlocks or something (quite a bunch of mutex backtraces). Yes; poor clean up/recovery should be tracked as a separate bug report at https://gitlab.freedesktop.org/drm/amd/-/issues -- You received this bug notification because you are

[Touch-packages] [Bug 2079966] Re: tzdata 2024b release

2024-10-07 Thread Benjamin Drung
** Description changed: [ Impact ] The 2024b release contains the following changes: * Improve historical data for Mexico, Mongolia, and Portugal. * System V names are now obsolescent. * The main data form now uses %z. [ Test Plan ] Test cases were added to the autopkgtes

[Touch-packages] [Bug 2067900] Re: apparmor unconfined profile blocks pivot_root

2024-10-07 Thread Aleksandr Mikhalitsyn
Hi Georgia, thanks a lot for looking into this issue! Kind regards, Alex -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to apparmor in Ubuntu. https://bugs.launchpad.net/bugs/2067900 Title: apparmor unconfined profile block

[Touch-packages] [Bug 2083530] Re: gnome-control-center not able to add printer or make settings

2024-10-07 Thread Sebastien Bacher
** Changed in: gnome-control-center (Ubuntu) Status: Incomplete => New ** Changed in: gnome-control-center (Ubuntu) Importance: Undecided => Low ** Also affects: cups (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of

[Touch-packages] [Bug 2083560] Re: Cannot connect WebDAV/CalDAV account via Settings (gnome-control-center)

2024-10-07 Thread Sebastien Bacher
Thanks, any chance you could also report it upstream on https://gitlab.gnome.org/GNOME/gnome-online-accounts/-/issues ? ** Package changed: gnome-control-center (Ubuntu) => gnome-online- accounts (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Touch seeded packa

[Touch-packages] [Bug 2083560] Re: Cannot connect WebDAV/CalDAV account via Settings (gnome-control-center)

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

[Touch-packages] [Bug 2083825] Re: Release base-files for Oracular

2024-10-07 Thread Launchpad Bug Tracker
This bug was fixed in the package base-files - 13.3ubuntu6 --- base-files (13.3ubuntu6) oracular; urgency=medium * /etc/issue{,.net}, /etc/{lsb,os}-release: Prepare for 24.10 release LP: #2083825 -- Florent 'Skia' Jacquet Mon, 07 Oct 2024 09:35:07 +0100 ** Changed in: base-

[Touch-packages] [Bug 2069516] Re: Totem won't play video files, OpenGL initialization error

2024-10-07 Thread Sebastien Bacher
Thank you for your bug report. It seems somehow similar to https://gitlab.gnome.org/GNOME/totem/-/issues/616, could you try if you have the issue also in an xorg session? ** Bug watch added: gitlab.gnome.org/GNOME/totem/-/issues #616 https://gitlab.gnome.org/GNOME/totem/-/issues/616 ** Changed

[Touch-packages] [Bug 2083560] [NEW] Cannot connect WebDAV/CalDAV account via Settings (gnome-control-center)

2024-10-07 Thread Launchpad Bug Tracker
You have been subscribed to a public bug: Valid settings and credentials (that work with Evolution, Nautilus/Files and Thunderbird) produce an error with Ubuntu Setting/gnome-control- center. GUI displays Code:204 -- Unexpected response from server Syslog reports: gnome-control-c[1537751]: gtk_a

[Touch-packages] [Bug 569064] Re: Ext file systems fail to mount if computer clock is reset

2024-10-07 Thread Benjamin Drung
Okay. So let's close this bug. Please reopen the bug in case you run into the same problem again. ** Changed in: initramfs-tools (Ubuntu) Status: Incomplete => Invalid -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to in

[Touch-packages] [Bug 2083538] Re: amdgpu: [mmhub] page fault (src_id:0 ring:8 vmid:6 pasid:32781 / Fence fallback timer expired on ring sdma0

2024-10-07 Thread Alessandro Astone
** Changed in: mesa (Ubuntu) Assignee: (unassigned) => Alessandro Astone (aleasto) ** Changed in: firefox (Ubuntu) Assignee: (unassigned) => Alessandro Astone (aleasto) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed t

[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-07 Thread Lukas Märdian
see bug #2083836 -- 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: netplan.script crashed with AttributeError in __getitem__(): /usr/bin/python3: und

[Touch-packages] [Bug 2083538] Re: amdgpu: [mmhub] page fault (src_id:0 ring:8 vmid:6 pasid:32781 / Fence fallback timer expired on ring sdma0

2024-10-07 Thread Julian Andres Klode
One thing I wonder, the crash is one thing; but the inability of the kernel/firmware to recover from that is another. As in, new mesa fixing that particular crash is ok, but optimally you'd also be able to recover from the crash with the old mesa; but the GPU restarts are failing and the driver app

[Touch-packages] [Bug 2083825] Re: Release base-files for Oracular

2024-10-07 Thread Brian Murray
I've sponsored this one too. -- 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/2083825 Title: Release base-files for Oracular Status in base-files package in Ubuntu: In

[Touch-packages] [Bug 2083825] Re: Release base-files for Oracular

2024-10-07 Thread Skia
Here comes a higher quality contribution after the review failed :-) ** Patch added: "oracular_v2.debdiff" https://bugs.launchpad.net/ubuntu/+source/base-files/+bug/2083825/+attachment/5825631/+files/oracular_v2.debdiff -- You received this bug notification because you are a member of Ubuntu

[Touch-packages] [Bug 2083784] Re: unsolvable problem while calculating apt upgrade

2024-10-07 Thread Julian Andres Klode
The fontconfig issue sounds like fontconfig-config is missing a Breaks&Replaces against ubuntustudio-default-settings (< 24.04) or something ** Also affects: fontconfig (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu T

[Touch-packages] [Bug 2083825] Re: Release base-files for Oracular

2024-10-07 Thread Brian Murray
I've sponsored this now, thanks for your quality contribution. ** Changed in: base-files (Ubuntu) Assignee: (unassigned) => Skia (hyask) ** Changed in: base-files (Ubuntu) Milestone: None => ubuntu-24.10 ** Changed in: base-files (Ubuntu) Status: New => In Progress -- You recei

[Touch-packages] [Bug 2083825] Re: Release base-files for Oracular

2024-10-07 Thread Skia
** Patch added: "oracular.debdiff" https://bugs.launchpad.net/ubuntu/+source/base-files/+bug/2083825/+attachment/5825594/+files/oracular.debdiff -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to base-files in Ubuntu. https:/

[Touch-packages] [Bug 2083825] [NEW] Release base-files for Oracular

2024-10-07 Thread Skia
Public bug reported: Get base-files released for Oracular. ** Affects: base-files (Ubuntu) Importance: Undecided Status: New -- 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.la

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

2024-10-07 Thread Josselin Mouette
Hi, Simon Kelley committed a patch to fix that longstanding issue. https://thekelleys.org.uk/gitweb/?p=dnsmasq.git;a=commitdiff;h=f006be7842104a9f86fbf419326b7aad08ade61d -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to dnsmas

[Touch-packages] [Bug 2069122] Re: Apport trying (and failing) to file a GitHub issue for SnapD

2024-10-07 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