Your message dated Fri, 03 Oct 2014 09:24:40 +0000
with message-id <e1xzz6o-0006jv...@franck.debian.org>
and subject line Bug#763823: fixed in util-linux 2.25.1-2
has caused the Debian Bug report #763823,
regarding hwclock-set script should protect against being run twice
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 ow...@bugs.debian.org
immediately.)
--
763823: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=763823
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: util-linux
Version: 2.20.1-5.8
Severity: important
Tags: patch
initramfs-tools has started mounting and fscking both / and /usr in
the initramfs, and that means we need to set the system clock properly
as well. (#763777)
Currently /lib/udev/hwclock-set will happily adjust the system time
twice if the RTC uses local time and it is run in both the
initramfs and the main init system.
Please apply the following patch to make it do that only once.
The patch should also be applicable to util-linux/experimental, with
some fuzz (--systz was changed to --hctosys). When using the
--hctosys option there is no longer a problem of adjusting for local
time twice, but it is still undesirable to step the system time
unnecessarily.
Ben.
--- util-linux-2.20.1/debian/hwclock-set
+++ util-linux-2.20.1/debian/hwclock-set
@@ -8,6 +8,10 @@
exit 0
fi
+if [ -e /run/udev/hwclock-set ]; then
+ exit 0
+fi
+
if [ -f /etc/default/rcS ] ; then
. /etc/default/rcS
fi
@@ -25,3 +29,5 @@
else
/sbin/hwclock --rtc=$dev --systz
fi
+
+touch /run/udev/hwclock-set
--- END ---
-- System Information:
Debian Release: jessie/sid
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1,
'experimental')
Architecture: i386 (x86_64)
Foreign Architectures: amd64
Kernel: Linux 3.16-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages util-linux depends on:
ii debconf [debconf-2.0] 1.5.53
ii dpkg 1.17.13
ii initscripts 2.88dsf-53.4
ii install-info 5.2.0.dfsg.1-4
ii libblkid1 2.20.1-5.8
ii libc6 2.19-11
ii libncurses5 5.9+20140913-1
ii libselinux1 2.3-2
ii libslang2 2.3.0-1
ii libtinfo5 5.9+20140913-1
ii libuuid1 2.20.1-5.8
ii lsb-base 4.1+Debian13
ii tzdata 2014g-1
ii zlib1g 1:1.2.8.dfsg-2
util-linux recommends no packages.
Versions of packages util-linux suggests:
ii dosfstools 3.0.26-3
ii kbd 1.15.5-1
ii util-linux-locales 2.20.1-5.8
-- debconf information excluded
--- End Message ---
--- Begin Message ---
Source: util-linux
Source-Version: 2.25.1-2
We believe that the bug you reported is fixed in the latest version of
util-linux, 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 763...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Andreas Henriksson <andr...@fatal.se> (supplier of updated util-linux 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 ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Fri, 03 Oct 2014 10:40:53 +0200
Source: util-linux
Binary: util-linux util-linux-locales mount bsdutils fdisk-udeb cfdisk-udeb
libblkid1 libblkid1-udeb libblkid-dev libmount1 libmount-dev libsmartcols1
libsmartcols1-udeb libsmartcols-dev libuuid1 uuid-runtime libuuid1-udeb
uuid-dev util-linux-udeb
Architecture: source amd64 all
Version: 2.25.1-2
Distribution: experimental
Urgency: medium
Maintainer: Debian util-linux Maintainers <ah-util-li...@debian.org>
Changed-By: Andreas Henriksson <andr...@fatal.se>
Description:
bsdutils - basic utilities from 4.4BSD-Lite
cfdisk-udeb - Manually partition a hard drive (cfdisk) (udeb)
fdisk-udeb - Manually partition a hard drive (fdisk) (udeb)
libblkid-dev - block device id library - headers and static libraries
libblkid1 - block device id library
libblkid1-udeb - stripped down block device id library, for debian-installer
(udeb)
libmount-dev - device mounting library - headers and static libraries
libmount1 - device mounting library
libsmartcols-dev - smart column output alignment library - headers and static
librar
libsmartcols1 - smart column output alignment library
libsmartcols1-udeb - stripped down smart column output aligment library, for
debian-in (udeb)
libuuid1 - Universally Unique ID library
libuuid1-udeb - stripped down universally unique id library, for
debian-installer (udeb)
mount - Tools for mounting and manipulating filesystems
util-linux - Miscellaneous system utilities
util-linux-locales - Locales files for util-linux
util-linux-udeb - stripped down miscellaneous system utilities, for
debian-installe (udeb)
uuid-dev - universally unique id library - headers and static libraries
uuid-runtime - runtime components for the Universally Unique ID library
Closes: 763808 763823
Changes:
util-linux (2.25.1-2) experimental; urgency=medium
.
[ Andreas Henriksson ]
* Make libmount-dev depend on libblkid-dev (LP: #1096581)
* Drop uuid-dev dependency in libmount-dev package
* Drop explicit disabling of pivot_root on non-linux
* Attempt to stop uuidd before usermod in postinst (LP: #1374648)
* Change build-dep to new unified libsystemd-dev (Closes: #763808)
.
[ Ben Hutchings ]
* Only set up system clock once (Closes: #763823)
Checksums-Sha1:
16e15190f87c03b87ed4cc4b4b3c5412a769e63d 2799 util-linux_2.25.1-2.dsc
d3bfd21ebc8b0c7d370a03520005c64073d3e750 68368
util-linux_2.25.1-2.debian.tar.xz
b2ecec8aeefb3953fc2a14a3362e4111644dcc0a 92110 bsdutils_2.25.1-2_amd64.deb
f2695f1387a93617a39d7ef3aa2bf14db893ead2 851702 util-linux_2.25.1-2_amd64.deb
380fffb717b84215a6dc5a5722b646f0036a09fc 817916
util-linux-locales_2.25.1-2_all.deb
d015198f982b45b1fd2e84fcab005342cb58b878 166550 mount_2.25.1-2_amd64.deb
5209782441ad2dbe0c9b4d713bd0b0f94b120468 121670 fdisk-udeb_2.25.1-2_amd64.udeb
50ef01b883623b0108a7d89a444ba336c5aa180a 895342 cfdisk-udeb_2.25.1-2_amd64.udeb
3db6d94c68e40d50631170b1f345ff76d8329a8d 154438 libblkid1_2.25.1-2_amd64.deb
5a4422d6e813d4274ecd857bb307ed9a18ec8f03 98916
libblkid1-udeb_2.25.1-2_amd64.udeb
5cfea39a70edacdfd94f92a8605a436fc71bedc0 178608 libblkid-dev_2.25.1-2_amd64.deb
7d0c49fc31eb1637a2233c1896361650122978ee 162266 libmount1_2.25.1-2_amd64.deb
85925af57428b1008e344f3cebd4636e04da2332 179516 libmount-dev_2.25.1-2_amd64.deb
3a0257bcdc06725d29e9f9ec5ca94a633fe4a857 108358
libsmartcols1_2.25.1-2_amd64.deb
041a53a6c9da54a90cbd0013d30bc4a5ed9423d6 52800
libsmartcols1-udeb_2.25.1-2_amd64.udeb
5ef2f1238a5b4c9af2caa091d61fc19e42d963b7 118278
libsmartcols-dev_2.25.1-2_amd64.deb
1652d4c1b36d20ad92ee4133da34c645a1831c7d 62834 libuuid1_2.25.1-2_amd64.deb
2b11b2666da4f74b22040c5cee9c3a5df88d05fb 72432 uuid-runtime_2.25.1-2_amd64.deb
f86f66f989b240734e6fd3d8c6291aad5c0acd25 7156 libuuid1-udeb_2.25.1-2_amd64.udeb
71741cb30fe9c7216d5a00700322f56bb0681f76 76464 uuid-dev_2.25.1-2_amd64.deb
c5e5cbc29e33b7e6844e8ac37dd489e204acdcc9 27696
util-linux-udeb_2.25.1-2_amd64.udeb
Checksums-Sha256:
57393e31f1d160c3eba8c11bd2c435b6660ec283360e49ee4eeedc87cd2417c7 2799
util-linux_2.25.1-2.dsc
02a9575f86106abfb2428417e723ea17a508f76e69f1b21d787168a49e31be41 68368
util-linux_2.25.1-2.debian.tar.xz
448d42dba2ddb656a85972230598d27c55ccfe0c6171152452020a826db34353 92110
bsdutils_2.25.1-2_amd64.deb
3fb02d71cd7dd49d8ac917d4cb386f55daea80ac32438f0cf7baf5650c4c6ba3 851702
util-linux_2.25.1-2_amd64.deb
dc3105bd15ff31a1b103b5b25c7bb9dd637e879a6b6512fadf4067091d0e8895 817916
util-linux-locales_2.25.1-2_all.deb
ba6c895fb853f032a3df34d6a3bd69a5e9efbe0a1d42db502f63683100532cbe 166550
mount_2.25.1-2_amd64.deb
4c2599702e13877c8ff96237f59fdc20143aeed0bc707c87a16e2c94b2118215 121670
fdisk-udeb_2.25.1-2_amd64.udeb
641198f31ba68ed25ac046b56ff1b573fe5843b266ba3cf40dee00aacb46c50e 895342
cfdisk-udeb_2.25.1-2_amd64.udeb
c64c0f41a00518e4ecfc0505b26511e99db78d5b8f492bb1f692642a014eb684 154438
libblkid1_2.25.1-2_amd64.deb
040d4124e53044b6ec5e6f3156451a92e22aaab6688b5299874dfb4446eee160 98916
libblkid1-udeb_2.25.1-2_amd64.udeb
d8e1a5a2e2224d777bb2c6219b8c9c09086cfdffd3d268fbbe6baf2a1b3258eb 178608
libblkid-dev_2.25.1-2_amd64.deb
4c68163484f4ff29461c1b5e00ff2a495f43fe1efd4374df43f03128b2ad37ea 162266
libmount1_2.25.1-2_amd64.deb
3f35fa9317732558256321a74b9938f4a88a2f65fced37e598193ef27aeb2419 179516
libmount-dev_2.25.1-2_amd64.deb
4dfd5d53bd71e54c21ea80d2263faa115f2d0f4040fdcb6ffe444f0c676336be 108358
libsmartcols1_2.25.1-2_amd64.deb
c41b2b82fa355a2174705591ba6e4e1241fb12ad132b41cfc17744139599dcb6 52800
libsmartcols1-udeb_2.25.1-2_amd64.udeb
e21790298d14ecca47b79d46733d00efde118bc9b6f2f498fd9b234ec5babf53 118278
libsmartcols-dev_2.25.1-2_amd64.deb
0a8a9925ca08f8e8ab60ecf5aa1e32a90357f5375b59c0b7c16a09f13e94690f 62834
libuuid1_2.25.1-2_amd64.deb
8524c18e30d9fd323ce41c91d9e15de5da421bf4277c7e6737ed681d03d13208 72432
uuid-runtime_2.25.1-2_amd64.deb
1eba056f568efec2a04a48c2831f40a01eb7b9c4fd1281bd2bde5624e4622a9c 7156
libuuid1-udeb_2.25.1-2_amd64.udeb
342876ae536f535d6ea6e627048c79eab33ce8ece4510b182d2defede1712cb0 76464
uuid-dev_2.25.1-2_amd64.deb
d7b4db6866dd91ba930e514356070ba0182ebbc048ba11d20cd585d88f45cf97 27696
util-linux-udeb_2.25.1-2_amd64.udeb
Files:
2a31d5ddfedd4bf082ab466e59d12d40 92110 utils required
bsdutils_2.25.1-2_amd64.deb
6e747aefb58b41cc1de37a29bfd0fe2d 851702 utils required
util-linux_2.25.1-2_amd64.deb
1addcd29ceedc1fba335590a528aad02 817916 localization optional
util-linux-locales_2.25.1-2_all.deb
5e1476e5cdee5c106c4fda5694fe8248 166550 admin required mount_2.25.1-2_amd64.deb
726a99b499200a907a432e0a1296d862 121670 debian-installer extra
fdisk-udeb_2.25.1-2_amd64.udeb
e004b68cae0229b5a92971c32d7568da 895342 debian-installer extra
cfdisk-udeb_2.25.1-2_amd64.udeb
33d566b73e4323d851a1168e8fa04027 154438 libs required
libblkid1_2.25.1-2_amd64.deb
13d0f391918cc92fadd3ab44e0cc49be 98916 debian-installer optional
libblkid1-udeb_2.25.1-2_amd64.udeb
2ebb3fb89d7e644f30751fd0de6acf56 178608 libdevel optional
libblkid-dev_2.25.1-2_amd64.deb
66150f2b03f08520573fa7f2aca9b0d3 162266 libs required
libmount1_2.25.1-2_amd64.deb
805bfdaf5a6ada5daa34c7f6f099503f 179516 libdevel optional
libmount-dev_2.25.1-2_amd64.deb
3d6c72e7d6850fd93423c982f3a3bd9e 108358 libs required
libsmartcols1_2.25.1-2_amd64.deb
09ae5fd677203742b2e815c65c814459 52800 debian-installer optional
libsmartcols1-udeb_2.25.1-2_amd64.udeb
67bf402060b8c40254ea8fcf08750ce4 118278 libdevel optional
libsmartcols-dev_2.25.1-2_amd64.deb
217680a055ba869016f0abfaff5a4bff 62834 libs required
libuuid1_2.25.1-2_amd64.deb
cb487bf95a61880b4f7efc0a7bc49ceb 72432 libs optional
uuid-runtime_2.25.1-2_amd64.deb
fbf49e02b1bd7601ec02c88e241a248c 7156 debian-installer optional
libuuid1-udeb_2.25.1-2_amd64.udeb
b59038c8c14fb4dedfd57339e0a5f77e 76464 libdevel optional
uuid-dev_2.25.1-2_amd64.deb
9c445889bc0f31483c31a721aa03ebc6 27696 debian-installer optional
util-linux-udeb_2.25.1-2_amd64.udeb
3dbcc97c8c011523e12c5568fb946210 2799 base required util-linux_2.25.1-2.dsc
14b534f0cf729d13340cd6dde0a9181f 68368 base required
util-linux_2.25.1-2.debian.tar.xz
Package-Type: udeb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iEYEARECAAYFAlQuZSMACgkQcgQ2cL3l8e7kNwCfSZt7udT+pENBGb4xpjsfSA5d
kecAniGF8pn9wppn3Ri/vBscivsFc2F1
=LHzR
-----END PGP SIGNATURE-----
--- End Message ---