Your message dated Fri, 12 Oct 2007 17:50:33 -0600
with message-id <[EMAIL PROTECTED]>
and subject line Bug#441952: util-linux: hwclock --file option ineffective
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: util-linux
Version: 2.13-3
Severity: normal
hwclock --rtc is ineffective for me. I use kernel 2.6.22 and the new RTC
infrastructure. I have /dev/rtc0 and no /dev/rtc. So I can not use hwclock
without creating a symlink to /dev/rtc.
$ sudo hwclock --systohc --rtc=/dev/rtc0
hwclock: open() of /dev/rtc failed, errno=2: No such file or directory.
As root:
$ strace -f -s 4096 -e open hwclock --rtc=/dev/rtc0 --systohc
open("/etc/ld.so.cache", O_RDONLY) = 3
open("/lib/i686/cmov/libc.so.6", O_RDONLY) = 3
open("/usr/lib/locale/locale-archive", O_RDONLY|O_LARGEFILE) = 3
open("/dev/rtc0", O_RDONLY|O_LARGEFILE) = 3
open("/etc/adjtime", O_RDONLY|O_LARGEFILE) = 3
open("/dev/rtc", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or
directory)
hwclock: open() of /dev/rtc failed, errno=2: No such file or directory.
Process 2842 detached
-- System Information:
Debian Release: lenny/sid
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.22 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages util-linux depends on:
ii libc6 2.6.1-2 GNU C Library: Shared libraries
ii libncurses5 5.6+20070908-1 Shared libraries for terminal hand
ii libselinux1 2.0.15-2+b1 SELinux shared libraries
ii libslang2 2.0.7-4 The S-Lang programming library - r
ii libuuid1 1.40.2-1 universally unique id library
ii lsb-base 3.1-24 Linux Standard Base 3.1 init scrip
ii tzdata 2007g-1 time zone and daylight-saving time
ii zlib1g 1:1.2.3.3.dfsg-5 compression library - runtime
util-linux recommends no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
On Thu, Oct 11, 2007 at 04:00:04PM +0200, Tino Keitel wrote:
> this seems to be fixed now (actually, it is the same as #444924). I
> created a wrong bug title, and write --file instead of --rtc. Maybe
> that's why you missed this bug.
That would explain it. thanks.
lamont
--- End Message ---