* 2.6.15-rc4 RTC problems
@ 2005-12-01 23:56 Badari Pulavarty
2005-12-05 10:11 ` Clemens Ladisch
0 siblings, 1 reply; 2+ messages in thread
From: Badari Pulavarty @ 2005-12-01 23:56 UTC (permalink / raw)
To: lkml
Hi,
I am having troubles booting my 8-way P-III machine.
On boot it hangs in init script boot.clock.
It prints,
"Setting up the CMOS clock"
and hangs. So I disabled that script and brought up
the machine and ran command manually. It looks like
it waits forever to read from /dev/rtc.
Is this a known issue ? How do I fix the problem ?
Thanks,
Badari
# strace /sbin/hwclock --adjust -u
....
....
open("/dev/rtc", O_RDONLY|O_LARGEFILE) = 3
close(3) = 0
stat64("/etc/adjtime", {st_mode=S_IFREG|0644, st_size=44, ...}) = 0
open("/etc/adjtime", O_RDONLY|O_LARGEFILE) = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=44, ...}) = 0
mmap2(NULL, 131072, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1,
0) = 0x40186000
read(3, "0.288490 1133479037 0.000000\n113"..., 131072) = 44
close(3) = 0
munmap(0x40186000, 131072) = 0
open("/dev/rtc", O_RDONLY|O_LARGEFILE) = 3
ioctl(3, RTC_UIE_ON, 0) = 0
read(3, <unfinished ...>
^ permalink raw reply [flat|nested] 2+ messages in thread* Re: 2.6.15-rc4 RTC problems
2005-12-01 23:56 2.6.15-rc4 RTC problems Badari Pulavarty
@ 2005-12-05 10:11 ` Clemens Ladisch
0 siblings, 0 replies; 2+ messages in thread
From: Clemens Ladisch @ 2005-12-05 10:11 UTC (permalink / raw)
To: Badari Pulavarty; +Cc: lkml
Badari Pulavarty wrote:
> I am having troubles booting my 8-way P-III machine.
> On boot it hangs in init script boot.clock.
> It prints,
>
> "Setting up the CMOS clock"
>
> and hangs. So I disabled that script and brought up
> the machine and ran command manually. It looks like
> it waits forever to read from /dev/rtc.
>
> # strace /sbin/hwclock --adjust -u
> ....
> open("/dev/rtc", O_RDONLY|O_LARGEFILE) = 3
> ioctl(3, RTC_UIE_ON, 0) = 0
> read(3, <unfinished ...>
Are you using HPET? (see dmesg)
Do some interrupts arrive? (see /proc/interrupts)
Regards,
Clemens
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2005-12-05 10:11 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-12-01 23:56 2.6.15-rc4 RTC problems Badari Pulavarty
2005-12-05 10:11 ` Clemens Ladisch
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®