Your message dated Sat, 12 Oct 2019 11:34:06 +0000
with message-id <[email protected]>
and subject line Bug#866507: fixed in accountsservice 0.6.55-1
has caused the Debian Bug report #866507,
regarding accountsservice postinst script can cause hang if the dpkg output is
captured
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 [email protected]
immediately.)
--
866507: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=866507
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: accountsservice
Version: 0.6.43-1
Severity: normal
Dear Maintainer,
The accountsservice postinst maintainer script has this line:
[ -z "$pid" ] || /usr/lib/accountsservice/accounts-daemon & >/dev/null || true
# will trigger through D-Bus activation
This line is problematic if a process captures the dpkg output as the spawned
/usr/lib/accountsservice/accounts-daemon doesn't properly detach and hence the
capturing process will never receive an EOF on dpkg's stdout/stderr.
To fix the problem the line in the accountsservice postinst maintainer script
should be:
[ -z "$pid" ] || setsid /usr/lib/accountsservice/accounts-daemon >/dev/null
2>&1 </dev/null & || true # will trigger through D-Bus activation
Alternatively one can just remove the line as accounts-daemon will be started
via D-Bus if needed (as the comment on that line already states).
Best,
Michael Schaller
-- System Information:
Debian Release: 9.0
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 4.9.0-3-amd64 (SMP w/12 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en_US:
(charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Init: systemd (via /run/systemd/system)
Versions of packages accountsservice depends on:
ii dbus 1.10.18-1
ii init-system-helpers 1.48
ii libaccountsservice0 0.6.43-1
ii libc6 2.24-11
ii libglib2.0-0 2.50.3-2
ii libpolkit-gobject-1-0 0.105-18
accountsservice recommends no packages.
Versions of packages accountsservice suggests:
pn gnome-control-center <none>
-- no debconf information
--- End Message ---
--- Begin Message ---
Source: accountsservice
Source-Version: 0.6.55-1
We believe that the bug you reported is fixed in the latest version of
accountsservice, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Laurent Bigonville <[email protected]> (supplier of updated accountsservice
package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Sat, 12 Oct 2019 13:12:38 +0200
Source: accountsservice
Architecture: source
Version: 0.6.55-1
Distribution: unstable
Urgency: medium
Maintainer: Debian freedesktop.org maintainers
<[email protected]>
Changed-By: Laurent Bigonville <[email protected]>
Closes: 866507 901308
Changes:
accountsservice (0.6.55-1) unstable; urgency=medium
.
* New upstream version 0.6.55 (Closes: #901308)
* Bump build-dependencies and switch to meson
* d/p/0002-create-and-manage-groups-like-on-a-debian-system.patch,
d/p/0005-gdm_config_file_path.patch: Refreshed
* d/patches/0007-add-lightdm-support.patch,
d/patches/0009-language-tools.patch: Refreshed using ubuntu patches
* Drop d/p/1002-dont-override-standardoutput.patch, applied upstream
* d/p/0015-debian-nologin-path.patch: Dropped not needed anymore
* d/p/0016-user-fix-insufficient-path-prefix-check.patch: Dropped, applied
upstream
* debian/libaccountsservice0.symbols: Add newly exported symbols
* debian/gir1.2-accountsservice-1.0.install: Install the .typelib file in a
multiarch directory
* debian/libaccountsservice0.symbols: Add the Build-Depends-Package field
* debian/rules: There are no tests defined, so stop overriding dh_auto_test
as it's useless
* libaccountsservice-doc: Install the documentation in /usr/share/gtk-doc/
* Support the nodoc build-profile
* Bump debhelper compatibility to 12
* Bump Standards-Version to 4.4.1 (no further changes)
* debian/accountsservice.postinst: Do not restart accounts-daemon in
postinst (Closes: #866507)
* debian/watch: Use https://
* Stop using dh-exec
* d/p/1001-move-dbus-conf-file.patch: Move D-Bus conf file to
/usr/share/dbus-1/system.d
* debian/control, debian/rules: Remove ancient Breaks/Replaces
Checksums-Sha1:
9e3aeb41460499af39d37f7163a55d85b8d393e7 2369 accountsservice_0.6.55-1.dsc
bab4f37144196d8ba06195bc72b4a9937c62b9fd 97972
accountsservice_0.6.55.orig.tar.xz
8fde80d9f0ee89d66ac40f433938f5324413a7b5 18972
accountsservice_0.6.55-1.debian.tar.xz
fb01908a6021763015b632351e0a3127a7dc321d 7549
accountsservice_0.6.55-1_source.buildinfo
Checksums-Sha256:
933ed5dac747ccf386f4219301a201bdce581ef0b644a60a6726f110f03c2769 2369
accountsservice_0.6.55-1.dsc
ff2b2419a7e06bd9cb335ffe391c7409b49a0f0130b890bd54692a3986699c9b 97972
accountsservice_0.6.55.orig.tar.xz
0df07d5d47d3f7add0bf84acbcc3fbf381699a699479d28f9861a33c23558b47 18972
accountsservice_0.6.55-1.debian.tar.xz
f601e86e6d035d303c504b47b3cd9d71eae7f916b18979cccb05a9444c96112b 7549
accountsservice_0.6.55-1_source.buildinfo
Files:
cd95b46a80f4874af332a28c95618c5c 2369 admin optional
accountsservice_0.6.55-1.dsc
6e4c6fbd490260cfe17de2e76f5d803a 97972 admin optional
accountsservice_0.6.55.orig.tar.xz
3c440e0cfc11fe15f527bf92e1401c2f 18972 admin optional
accountsservice_0.6.55-1.debian.tar.xz
7a1f037b919d1d5da87f3fa939bd4e48 7549 admin optional
accountsservice_0.6.55-1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQFFBAEBCAAvFiEEmRrdqQAhuF2x31DwH8WJHrqwQ9UFAl2htVcRHGJpZ29uQGRl
Ymlhbi5vcmcACgkQH8WJHrqwQ9V5dQf/YpVfT9W3N/Z9UN+I5ZgGPncedLYvMzeF
Ktt3p4PGRmVHlDmsZnHUizNaP1wCc4Fw5DdiaHS0yIhaFFT+A9vexnuYnDExBDjq
kOX+92dREcARxBQp4nOnhptWHsDER3jepEIUHWnVfB0Mq9I1l/w1WbeHYw95f3Qi
VOJOvweS1C6mRKIwg/t3C/7NG2O/3Chi/cpdI/hiW39QXHv2QDnSqKZw3uuW7Kvz
BJjvEz/uGRUkJRzfCj0NafF1OGC5Bzw8FsBYf5HgPxYWNPv2F5xEll1G7fryFXS6
2/jn8CVXZxk6SBucZYXy/ox0e8TgWpJN/0va+INE0tqLb8XkLhgthQ==
=nSi9
-----END PGP SIGNATURE-----
--- End Message ---