Your message dated Sat, 29 Apr 2023 10:54:14 +0100 with message-id <502b8fb37ece620c9723446611a9287974ba5a0c.camel@adam-barratt.org.uk> and subject line Closing p-u requests for fixes included in 11.7 has caused the Debian Bug report #1030264, regarding bullseye-pu: package at-spi2-core/2.38.0-4+deb11u1 to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner@bugs.debian.org immediately.) -- 1030264: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1030264 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
--- Begin Message ---
- To: Debian Bug Tracking System <submit@bugs.debian.org>
- Subject: bullseye-pu: package at-spi2-core/2.38.0-4+deb11u1
- From: Samuel Thibault <sthibault@debian.org>
- Date: Wed, 1 Feb 2023 20:14:50 +0100
- Message-id: <20230201191450.z7vfl2gch55vxcss@begin>
Package: release.debian.org Severity: normal Tags: bullseye User: release.debian.org@packages.debian.org Usertags: pu X-Debbugs-Cc: at-spi2-core@packages.debian.org Control: affects -1 + src:at-spi2-core [ Reason ] stable is affected by bug #890833: under some conditions, the at-spi2-core accessibility daemons don't manage to quit, and thus on system shutdown, systemd stays stuck for 90s until giving up and hard-killing it. The exact conditions have not been determined, but anyway since there is no state to save etc., it's fine with just killing it early, rather than annoying users. [ Impact ] They may encounter a 90s delay on shutting down their computer. [ Tests ] As the conditions are rare, we couldn't test it. [ Risks ] The code is very trivial, it just sets a timeout. [ Checklist ] [X] *all* changes are documented in the d/changelog [X] I reviewed all changes and I approve them [X] attach debdiff against the package in (old)stable [X] the issue is verified as fixed in unstable [ Changes ] It just adds a TimeoutStopSec to the systemd unit. It sets it to 5s, just like similar widgets of the gnome desktop.diff -Nru at-spi2-core-2.38.0/debian/changelog at-spi2-core-2.38.0/debian/changelog --- at-spi2-core-2.38.0/debian/changelog 2021-04-22 13:10:24.000000000 +0200 +++ at-spi2-core-2.38.0/debian/changelog 2023-01-25 23:30:27.000000000 +0100 @@ -1,3 +1,9 @@ +at-spi2-core (2.38.0-4+deb11u1) bullseye; urgency=medium + + * patches/timeoutstop: Set stop timeout to 5s (Closes: #890833). + + -- Samuel Thibault <sthibault@debian.org> Wed, 25 Jan 2023 23:30:27 +0100 + at-spi2-core (2.38.0-4) unstable; urgency=medium * Re-upload to get arch:all built on buildd. diff -Nru at-spi2-core-2.38.0/debian/patches/series at-spi2-core-2.38.0/debian/patches/series --- at-spi2-core-2.38.0/debian/patches/series 2021-04-22 00:09:27.000000000 +0200 +++ at-spi2-core-2.38.0/debian/patches/series 2023-01-25 23:30:27.000000000 +0100 @@ -3,3 +3,4 @@ test_disable_teamspaces tests double-free +timeoutstop diff -Nru at-spi2-core-2.38.0/debian/patches/timeoutstop at-spi2-core-2.38.0/debian/patches/timeoutstop --- at-spi2-core-2.38.0/debian/patches/timeoutstop 1970-01-01 01:00:00.000000000 +0100 +++ at-spi2-core-2.38.0/debian/patches/timeoutstop 2023-01-25 23:30:27.000000000 +0100 @@ -0,0 +1,27 @@ +commit 145f9c53ca9ed73d0edb39abac12141cd40a2526 +Author: Samuel Thibault <samuel.thibault@ens-lyon.org> +Date: Wed Jan 25 20:07:12 2023 +0100 + + at-spi-dbus-bus service: set stop timeout to 5s + + As reported on + https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=890833 + + sometimes the at-spi bus may hang, and system shutdown then gets stuck. + We'd better avoid hanging the whole system shutdown just for this, and + just wait for 5s, like many other gnome user service pieces. + + Of course, at-spi2-core shouldn't be getting stuck, but better avoid + hurting people, which makes them tend to just disable accessibility... + +--- + bus/at-spi-dbus-bus.service.in | 1 + + 1 file changed, 1 insertion(+) + +--- a/bus/at-spi-dbus-bus.service.in ++++ b/bus/at-spi-dbus-bus.service.in +@@ -5,3 +5,4 @@ Description=Accessibility services bus + Type=dbus + BusName=org.a11y.Bus + ExecStart=@libexecdir@/at-spi-bus-launcher ++TimeoutStopSec=5
--- End Message ---
--- Begin Message ---
- To: 1009659-done@bugs.debian.org, 1016179-done@bugs.debian.org, 1024805-done@bugs.debian.org, 1025329-done@bugs.debian.org, 1025654-done@bugs.debian.org, 1025703-done@bugs.debian.org, 1025925-done@bugs.debian.org, 1026074-done@bugs.debian.org, 1026177-done@bugs.debian.org, 1026447-done@bugs.debian.org, 1026845-done@bugs.debian.org, 1026945-done@bugs.debian.org, 1027257-done@bugs.debian.org, 1027258-done@bugs.debian.org, 1027264-done@bugs.debian.org, 1027298-done@bugs.debian.org, 1027772-done@bugs.debian.org, 1028054-done@bugs.debian.org, 1028313-done@bugs.debian.org, 1028386-done@bugs.debian.org, 1028395-done@bugs.debian.org, 1028396-done@bugs.debian.org, 1028468-done@bugs.debian.org, 1028486-done@bugs.debian.org, 1028546-done@bugs.debian.org, 1028571-done@bugs.debian.org, 1029121-done@bugs.debian.org, 1029147-done@bugs.debian.org, 1029217-done@bugs.debian.org, 1029320-done@bugs.debian.org, 1029385-done@bugs.debian.org, 1029619-done@bugs.debian.org, 1029651-done@bugs.debian.org, 1029680-done@bugs.debian.org, 1029728-done@bugs.debian.org, 1029823-done@bugs.debian.org, 1029976-done@bugs.debian.org, 1029994-done@bugs.debian.org, 1030113-done@bugs.debian.org, 1030264-done@bugs.debian.org, 1030598-done@bugs.debian.org, 1030709-done@bugs.debian.org, 1030732-done@bugs.debian.org, 1030851-done@bugs.debian.org, 1030888-done@bugs.debian.org, 1030987-done@bugs.debian.org, 1031042-done@bugs.debian.org, 1031109-done@bugs.debian.org, 1031279-done@bugs.debian.org, 1031410-done@bugs.debian.org, 1031527-done@bugs.debian.org, 1031536-done@bugs.debian.org, 1031630-done@bugs.debian.org, 1031635-done@bugs.debian.org, 1031652-done@bugs.debian.org, 1031783-done@bugs.debian.org, 1031926-done@bugs.debian.org, 1031948-done@bugs.debian.org, 1032134-done@bugs.debian.org, 1032237-done@bugs.debian.org, 1032921-done@bugs.debian.org, 1033079-done@bugs.debian.org, 1033082-done@bugs.debian.org, 1033157-done@bugs.debian.org, 1033160-done@bugs.debian.org, 1033412-done@bugs.debian.org, 1033506-done@bugs.debian.org, 1033578-done@bugs.debian.org, 1033669-done@bugs.debian.org, 1033759-done@bugs.debian.org, 1033770-done@bugs.debian.org, 1033993-done@bugs.debian.org, 1034001-done@bugs.debian.org, 1034039-done@bugs.debian.org, 1034096-done@bugs.debian.org, 1034103-done@bugs.debian.org, 1034198-done@bugs.debian.org, 1034246-done@bugs.debian.org, 1034264-done@bugs.debian.org, 1034454-done@bugs.debian.org, 1034455-done@bugs.debian.org, 1034493-done@bugs.debian.org, 1034548-done@bugs.debian.org, 1034578-done@bugs.debian.org
- Subject: Closing p-u requests for fixes included in 11.7
- From: "Adam D. Barratt" <adam@adam-barratt.org.uk>
- Date: Sat, 29 Apr 2023 10:54:14 +0100
- Message-id: <502b8fb37ece620c9723446611a9287974ba5a0c.camel@adam-barratt.org.uk>
Package: release.debian.org Version: 11.7 Hi, Each of the updates referred to in these requests was included in this morning's 11.7 point release. Regards, Adam
--- End Message ---