Your message dated Sat, 17 Dec 2016 15:18:55 +0000
with message-id <[email protected]>
and subject line Bug#846954: fixed in atop 2.2.5-1~exp1
has caused the Debian Bug report #846954,
regarding /etc/cron.d/atop: Typo in sd_booted test
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.)
--
846954: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=846954
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: atop
Version: 2.2.4-1~exp1
Severity: normal
File: /etc/cron.d/atop
Tags: patch
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Hi Marc, it seems there's a typo in the cron job; the path tested is
wrong. Here's the fix:
- --- /tmp/atop.orig 2016-08-10 10:07:16.000000000 +0100
+++ /etc/cron.d/atop 2016-12-04 15:54:39.852763591 +0000
@@ -1,4 +1,4 @@
PATH=/bin:/usr/bin:/sbin:/usr/sbin
# daily restart of atop at midnight
- -0 0 * * * root if [ -d "/run/systemd/systemd" ]; then systemctl restart
atop; else /usr/share/atop/atop.daily \& ; fi
+0 0 * * * root if [ -d "/run/systemd/system" ]; then systemctl restart atop;
else /usr/share/atop/atop.daily \& ; fi
- -- System Information:
Debian Release: stretch/sid
APT prefers testing-debug
APT policy: (550, 'testing-debug'), (550, 'testing'), (520,
'unstable-debug'), (520, 'unstable'), (510, 'experimental-debug'), (510,
'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 4.8.0-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
Versions of packages atop depends on:
ii init-system-helpers 1.46
ii initscripts 2.88dsf-59.8
ii libc6 2.24-7
ii libncurses5 6.0+20160917-1
ii libtinfo5 6.0+20160917-1
ii lsb-base 9.20161125
ii zlib1g 1:1.2.8.dfsg-2+b3
Versions of packages atop recommends:
ii systemd-cron [cron-daemon] 1.5.4-2
atop suggests no packages.
- -- no debconf information
-----BEGIN PGP SIGNATURE-----
iQJGBAEBCAAwFiEEyqqqGsppqDqJKxhV0gtCAlzaJ7kFAlhEPQASHHNhbUByb2Jv
dHMub3JnLnVrAAoJENILQgJc2ie5g80P/1M/A3/M5ty4JY3gMHUH+qK68zN0Ge5Y
2r2XfhKr+RnJ3QcpTsuDWjHoV3OijXTFwX2rNR1uVwM1uA2eMuRush27vAqrtz7X
i08N2b28rPhDK+dUROQ2BN8jZaIHwrsFMiNbZR28yOpxSQCbP/xNWMErL+jgcxA6
+xh0fAMY6LX+HZie6u0ibD5u+5o2F53yA8ILceWQ5Mfe3iAiY+Q31y+i2NYayX6r
A3sXIuQWSmsBhFhDA8H4XYhh45S+2BM+60yNilska6weUCUWAI68tt4bdoBlDzHy
pl79C0rXp+Or5f2t4VFLSxIQ/RqteD+toJhhFN8i1mfWO0rGMZSAZm+A/b5DoZrV
se5J5sIQhdc10a4VLTZgCECvrilkXrNU3hXkBPOesxlW0PfjlHADkklsLnI664sQ
56gpnHjqAa0eGEenhKon0vEgSTXaJf3Neop88oEWltkgsuTy0jW/mZTvxlphVziY
hYkr5LOW0l1nQI6CuN2gBYQmuIo4Pd3A29jzgmC++KqAssX/46AhTJVEfVEWLLcx
6iGBF9jDjYaF2PiPc4Vc+a+i6sAswDJ+a912cQ8M/v7I8T2lHrIWvpooKZ8mYRc1
tLmN3N2yYtLMBpI/Ofk8RnpFtjuJ+TiLVNgT2wLWX3o7/X4jrfN7lcUMSpY49DoV
QGcPouQj8vd4
=z+u0
-----END PGP SIGNATURE-----
--- End Message ---
--- Begin Message ---
Source: atop
Source-Version: 2.2.5-1~exp1
We believe that the bug you reported is fixed in the latest version of
atop, 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.
Marc Haber <[email protected]> (supplier of updated atop 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: Tue, 25 Oct 2016 10:46:20 +0200
Source: atop
Binary: atop
Architecture: source
Version: 2.2.5-1~exp1
Distribution: experimental
Urgency: medium
Maintainer: Marc Haber <[email protected]>
Changed-By: Marc Haber <[email protected]>
Description:
atop - Monitor for system resources and process activity
Closes: 834039 834226 840645 846954
Changes:
atop (2.2.5-1~exp1) experimental; urgency=medium
.
* New upstream version 2.2.5
* This cannot possibly go without saying big THANKS to Upstream.
Your help was great!
* Fix c/p Error in man atop(1).
Thanks to Alexandre Kieffer (Closes: #840645)
* Take care that atopacctd terminates upon receipt of SIGTERM
signal. Thanks to Vincent Lefevre (Closes: #834226)
* install atop-pm to /etc/systemd/system-sleep (Closes: 834039)
* Architecture: linux-any
* fix path typo in cron.d.
Thanks to Sam Morris (Closes: #846954)
Checksums-Sha1:
451776fcc4201f6a9bc9a0a715617001747f0ba7 1910 atop_2.2.5-1~exp1.dsc
1c4deaeb346a0cb0288a881db6867064839ab58e 196696 atop_2.2.5.orig.tar.gz
6060be4912875b70d22ad28af3d06de455c25b76 9984 atop_2.2.5-1~exp1.debian.tar.xz
Checksums-Sha256:
48e419f2b3810ece54b516ec638173a9afc7c0cc065e3b914ed866e3715a8b86 1910
atop_2.2.5-1~exp1.dsc
3712b2bb65539f47456c9fecf5e3401ed16899201b31f2a9496d5fca49f42877 196696
atop_2.2.5.orig.tar.gz
76fe84eb5789e0d2527e93ef05abd94fe4e2fef9977d7308b40d3f5eabff0872 9984
atop_2.2.5-1~exp1.debian.tar.xz
Files:
8def8e9ed2084fb1d4dd41460448d403 1910 admin optional atop_2.2.5-1~exp1.dsc
e14e689fc65b3f8cdce7644d781d5701 196696 admin optional atop_2.2.5.orig.tar.gz
3e0eb252195eb250680c2bc69307b1dd 9984 admin optional
atop_2.2.5-1~exp1.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQJUBAEBCAA+FiEE6QL5UJ/L0pcuNEbjj3cgEwEyBEIFAlhVUQAgHG1oK2RlYmlh
bi1wYWNrYWdlc0B6dWdzY2hsdXMuZGUACgkQj3cgEwEyBEJHyxAAlwVLINsvpeDH
4U0u6ByOVMFTgGdth2tbyKwvIEn54kWMADdlECz+hYVMuz/l20E5A9/zBRAnlLJb
6esD7suJLWUwgKL6vrzp+/9lSlTwRr4icuu8dmDW78gWx3n5/SGxlCKx4u+Q3BrR
o3h4LNO2vQxHTEoKwargCAROZv88crpJzYlvnj6domCAZtT2M8DYFhGODiuuyZJh
WKcys3I/sBejsstEAtLh9Kw/L7XSncM69qBOV1KCQ/NI1JdUl6JqPMaljyeOanaT
kqzRMxopwqE2RTvoDzDYfeNquEstM6CaxitiYn3DjDBKTJMzlppUyIRL7BnaRebl
U+/PMB+dDqdHPMpBylF5M9fKqMdFh1pBslGTC6cs0sSDmOpMaG/ZcBdUWiEbX3fE
1UiSi1O/lZ93gnf9xSNVjSjHm7uN4MUo0qOhz+aPuB+0p8K02qvkMg3vT8C6afCV
9WKanAj1qJzDWZYw8c04vLjieN/teMuV6rsuw0ki89A+aZxFWh3oEHj8UPaMEMNd
xkaPCJ9ktO4jqZSGfnRcR7W4+5WlprnQeTj8a9b8+Celewyvo/S1JS+t3NXVFbdl
2ipL2vryo4pf2ukmVNp72/a05d0AL7CpgRLtj6zgMM/7CBShm8kmTiVZYOwYWJyI
UifPztTJQrxtY7QTz7wdS3d2RAmJPbI=
=6mYP
-----END PGP SIGNATURE-----
--- End Message ---