Your message dated Sun, 05 Oct 2014 17:34:51 +0000
with message-id <e1xaphr-0005zy...@franck.debian.org>
and subject line Bug#763823: fixed in util-linux 2.25.1-3
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-3

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: Sun, 05 Oct 2014 19:06:42 +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-3
Distribution: unstable
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: 763823 764039
Changes:
 util-linux (2.25.1-3) unstable; urgency=medium
 .
   [ Ben Hutchings ]
   * hwclock-set: Don't use 'touch' to create stamp file, as it may not be
     included in an initramfs (Really closes: #763823)
 .
   [ Andreas Henriksson ]
   * Put uuid-runtime in Section utils.
     Thanks to Ben Finney for the suggestion (Closes: #764039)
   * Cherry-pick upstream commit 8026fa9bc752
     "build-sys: use -lutil for BSD only"
     debian/patches/build-sys-use-lutil-for-BSD-only.patch
   * Upload to unstable.
Checksums-Sha1:
 e8a234dd5c8a9c22a3e57b8f3e24d5e6d0131cdc 2800 util-linux_2.25.1-3.dsc
 6ec47aa8b401e4ab1acfcd417ee0134d6e099c23 68864 
util-linux_2.25.1-3.debian.tar.xz
 e993dd7745e80c8c4b4a01ba3cdb685876927b7e 92348 bsdutils_2.25.1-3_amd64.deb
 9d6cc006e70483d3a7920873582c730efe974b9c 851774 util-linux_2.25.1-3_amd64.deb
 059f6c64164c3eade0fb64155536026ee62711d0 818404 
util-linux-locales_2.25.1-3_all.deb
 2a6021052fea2581f5fade69d7d53d1b7318a821 166812 mount_2.25.1-3_amd64.deb
 76348b8db22f3842daefc8710ba165552bbb8ef4 121662 fdisk-udeb_2.25.1-3_amd64.udeb
 7f7a6acdfc8e7ebf871754fcf44b3201d50aecc5 896762 cfdisk-udeb_2.25.1-3_amd64.udeb
 3a331b42a1396ad1f360dd843e05e90b39950d3a 154602 libblkid1_2.25.1-3_amd64.deb
 5e47fc72d9470094ffb8279ee966cb62a86dcd90 98848 
libblkid1-udeb_2.25.1-3_amd64.udeb
 9a6e7f2d6836054b21504649b0746fc52f387181 178834 libblkid-dev_2.25.1-3_amd64.deb
 7c30496942c8f04eebf1802bfa246a618e07c4d6 162308 libmount1_2.25.1-3_amd64.deb
 e57169e0742fecb1098853b847a3a7dc8d22a949 179532 libmount-dev_2.25.1-3_amd64.deb
 708b84fbfe89f3c362fecba07b018df975af6b62 108580 
libsmartcols1_2.25.1-3_amd64.deb
 7e1fc56960edef6a2fadffbf72ffe760bbded296 52824 
libsmartcols1-udeb_2.25.1-3_amd64.udeb
 d2868d3dc720155fd29cbf95ea1457006956bb13 118468 
libsmartcols-dev_2.25.1-3_amd64.deb
 dfd898f58eb99dc303e8e10cbad0d2d37ff8c2b9 63028 libuuid1_2.25.1-3_amd64.deb
 c9a7db7c0f5b69252e411b9fd7c22019b9227012 72580 uuid-runtime_2.25.1-3_amd64.deb
 03c400096e9f94791fdd76765d12916e1df97bd0 7154 libuuid1-udeb_2.25.1-3_amd64.udeb
 a0e651e7de6921b93c37ed83384e5e23aefd900a 76668 uuid-dev_2.25.1-3_amd64.deb
 9ebcf4915d2edd6354574f5b4dcb674370520df2 27726 
util-linux-udeb_2.25.1-3_amd64.udeb
Checksums-Sha256:
 1c5d858cdfa51995820ada100729536a7d67a544376827f56f910fe7caa56862 2800 
util-linux_2.25.1-3.dsc
 426e7ba411be1cd149b904753e2f9f2a4192f9efeb4632f2c3a89a3046ad849b 68864 
util-linux_2.25.1-3.debian.tar.xz
 88845f4ee70fb245b3f8c34a8030fffba0a658bac8ed99b49e2b36521177b282 92348 
bsdutils_2.25.1-3_amd64.deb
 86878dc5750436f00cf506f9dacc3dcf0f2a77545b56553290e0167a545286ed 851774 
util-linux_2.25.1-3_amd64.deb
 6a80ee844507a96a293db41ec5a3d40e56c0ac3656f4b6db5e44c929411dd0a5 818404 
util-linux-locales_2.25.1-3_all.deb
 39aee36ea9c44e346ffb033ded1100ea9848bd999558e8230af9b85e25327ff3 166812 
mount_2.25.1-3_amd64.deb
 eeab1c6d472ca66858bc593ff3732b53cd4b1f449a089033867581f5e53c04db 121662 
fdisk-udeb_2.25.1-3_amd64.udeb
 4b22106769a6f28133b5683db2d50aeb379dbaa9c5653ebac48bcdce9c0b02f3 896762 
cfdisk-udeb_2.25.1-3_amd64.udeb
 aaa823cfb4053c6fd8aaee065e75525dd34c3a446c7f2297d2f89499d9d4c39f 154602 
libblkid1_2.25.1-3_amd64.deb
 9bda963d7f0db4cbe507af7ec49cb429b741c57e36475556927a058c582a29f1 98848 
libblkid1-udeb_2.25.1-3_amd64.udeb
 a88aeed9ceeb56576618465e51110af844910feef98a3092a7b625e39543d196 178834 
libblkid-dev_2.25.1-3_amd64.deb
 5408c56310782c6ab86be446474404d27896f3e6706e38d1384b434eab8e8f25 162308 
libmount1_2.25.1-3_amd64.deb
 52d1a610d8dc0022b2882c9e76f6695376bf491762e4377e705d1e9988d9e02a 179532 
libmount-dev_2.25.1-3_amd64.deb
 d49a974630f2f29e537df95216ab95344500cbaff129ed0375b080ffbfc969e5 108580 
libsmartcols1_2.25.1-3_amd64.deb
 7d14e0ffa2b58aa921a39f95a5c3f0b339b374aeef5cb8062b2aed0b85ffc548 52824 
libsmartcols1-udeb_2.25.1-3_amd64.udeb
 76cd3a8fe724c9b4a2bee43678aaf3b5c38f621e636cf303c6fc6d8b532f44f4 118468 
libsmartcols-dev_2.25.1-3_amd64.deb
 891b39da17459a5776eafaba3ce9c3151cd3e1e681bb7ec1d73fce4a7a07fcc8 63028 
libuuid1_2.25.1-3_amd64.deb
 8f93273f5f1bccd6523313de83572226686c162c1157cedd5f8ca0bad1150c99 72580 
uuid-runtime_2.25.1-3_amd64.deb
 34d8c950d4a16cde238e5bc829275243cfae41c831408e66f2bc2bcd45ccecc3 7154 
libuuid1-udeb_2.25.1-3_amd64.udeb
 05d46e5c0523f4d3c5113a6256931ae6b8705912cd50c010fb13325719ac6161 76668 
uuid-dev_2.25.1-3_amd64.deb
 df3fcc8f54b5ed070af545cd5de0b151381eae4d0be6e36ec1451b9558d61418 27726 
util-linux-udeb_2.25.1-3_amd64.udeb
Files:
 adeae9485f3a9eb5334a9f66d59426cb 92348 utils required 
bsdutils_2.25.1-3_amd64.deb
 cc7a9ff1a73a5502889f417bce3741af 851774 utils required 
util-linux_2.25.1-3_amd64.deb
 86a828e6361f30b6fad5dfdc5789f813 818404 localization optional 
util-linux-locales_2.25.1-3_all.deb
 9c8bf4998557500e727b4e029de99e32 166812 admin required mount_2.25.1-3_amd64.deb
 f076419468e3b45357e7798cba064ac9 121662 debian-installer extra 
fdisk-udeb_2.25.1-3_amd64.udeb
 85710229424a2873213b98fb0424a987 896762 debian-installer extra 
cfdisk-udeb_2.25.1-3_amd64.udeb
 242d0f304ee67db1efd7665734933d7a 154602 libs required 
libblkid1_2.25.1-3_amd64.deb
 1c22d43748001902d67abe571cd92df9 98848 debian-installer optional 
libblkid1-udeb_2.25.1-3_amd64.udeb
 073617ad0da0311fee92a62988b88113 178834 libdevel optional 
libblkid-dev_2.25.1-3_amd64.deb
 a3d917685b2ab3e2c8a79d63f6f916e6 162308 libs required 
libmount1_2.25.1-3_amd64.deb
 28f55512fee078bf4b56cfd96158bdd2 179532 libdevel optional 
libmount-dev_2.25.1-3_amd64.deb
 db302a14d29112b9a8a225c0929ba1b1 108580 libs required 
libsmartcols1_2.25.1-3_amd64.deb
 724605c44dd87c9702d9fd082310caa1 52824 debian-installer optional 
libsmartcols1-udeb_2.25.1-3_amd64.udeb
 4a121dd02b1a7ebdc0e6f180739bcfcc 118468 libdevel optional 
libsmartcols-dev_2.25.1-3_amd64.deb
 b32ad3d91a3200f08db500bf3603befa 63028 libs required 
libuuid1_2.25.1-3_amd64.deb
 10d2c03c6e81a17dea588b970f7c99d0 72580 utils optional 
uuid-runtime_2.25.1-3_amd64.deb
 28a7323746136d821bb5071d6bfcb8bc 7154 debian-installer optional 
libuuid1-udeb_2.25.1-3_amd64.udeb
 911e37ab2aa77aa6af60349eba1939df 76668 libdevel optional 
uuid-dev_2.25.1-3_amd64.deb
 1ec322bab3b6752cda0297031c1a09f9 27726 debian-installer optional 
util-linux-udeb_2.25.1-3_amd64.udeb
 af4b16b41ab2c640ab58d4096790c419 2800 base required util-linux_2.25.1-3.dsc
 8e383f2c30ba6587020c3f33fedd1eb9 68864 base required 
util-linux_2.25.1-3.debian.tar.xz
Package-Type: udeb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iEYEARECAAYFAlQxe+0ACgkQcgQ2cL3l8e7cbQCgiPyCIdGI+T4atgK3nsE6F0D3
TNkAoItC1xD/Ero325PWLex2coVTRBJx
=9kUn
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to