Bug 516870 - Timer problems on Sony Vaio P (boot hangs, clock losing time) unless nohz=off is used
Summary: Timer problems on Sony Vaio P (boot hangs, clock losing time) unless nohz=off...
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Fedora
Classification: Fedora
Component: kernel
Version: 13
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
Assignee: John Feeney
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2009-08-11 18:14 UTC by Adam Williamson
Modified: 2013-01-10 07:14 UTC (History)
3 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2011-06-27 14:20:18 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
dmesg output on affected system (42.20 KB, text/plain)
2009-08-11 18:17 UTC, Adam Williamson
no flags Details
lspci -nn output on the affected system (1.50 KB, text/plain)
2009-08-11 18:18 UTC, Adam Williamson
no flags Details
updated dmesg output with 2.6.33.6-147.2.4.fc13.i686 (41.86 KB, text/plain)
2010-08-18 17:51 UTC, Adam Williamson
no flags Details
dmesg from 2.6.36-rc2 (38.19 KB, text/plain)
2010-08-25 18:08 UTC, Adam Williamson
no flags Details

Description Adam Williamson 2009-08-11 18:14:47 UTC
I have a Sony Vaio P laptop running F11. It's always had the problem whereby the boot process freezes periodically until you press a key (same at shutdown), and the clock consistently loses time.

Matthew Garrett pointed me to the nohz=off kernel parameter, which indeed fixes (or works around) the problem. With nohz=off set, boot is smooth and system clock does not lose time.

This has happened with all Fedora 11 kernels, the system is currently on the 2.6.29.6-217.2.3.fc11 . I will attach dmesg and lspci output.

Comment 1 Adam Williamson 2009-08-11 18:17:49 UTC
Created attachment 357058 [details]
dmesg output on affected system

Comment 2 Adam Williamson 2009-08-11 18:18:32 UTC
Created attachment 357059 [details]
lspci -nn output on the affected system

Comment 3 Michal Jaegermann 2009-11-11 03:34:03 UTC
See also bug 536721 describing an adversly affected installation with anaconda images using kernel-2.6.31.5-127.fc12.i686.

Comment 4 Adam Williamson 2010-03-15 21:30:53 UTC
Someone seems to have fixed this while I wasn't looking - the latest F11 kernel and F13 kernel both seem to boot fine without nohz=off. Closing. I'll re-open if it recurs.



-- 
Fedora Bugzappers volunteer triage team
https://fedoraproject.org/wiki/BugZappers

Comment 5 Adrien Bustany 2010-04-20 21:04:15 UTC
It blocks here the install process of F13 beta (i686) on a Dell Inspiron 1420 laptop. Passing nohz=off eliminates the problem.

Comment 6 Adam Williamson 2010-04-21 16:37:52 UTC
Every instance of this problem on a different piece of hardware is a different bug; fixing this for the Vaio P won't necessarily fix it for your Dell. Please open a new bug.



-- 
Fedora Bugzappers volunteer triage team
https://fedoraproject.org/wiki/BugZappers

Comment 7 Adam Williamson 2010-04-21 16:38:25 UTC
I should probably re-open this; it started happening again on my P soon after I thought it was fixed. Dunno why it worked for that short period of time, but I'm back to needing nohz=off.

Comment 8 Bug Zapper 2010-04-28 09:42:32 UTC
This message is a reminder that Fedora 11 is nearing its end of life.
Approximately 30 (thirty) days from now Fedora will stop maintaining
and issuing updates for Fedora 11.  It is Fedora's policy to close all
bug reports from releases that are no longer maintained.  At that time
this bug will be closed as WONTFIX if it remains open with a Fedora 
'version' of '11'.

Package Maintainer: If you wish for this bug to remain open because you
plan to fix it in a currently maintained version, simply change the 'version' 
to a later Fedora version prior to Fedora 11's end of life.

Bug Reporter: Thank you for reporting this issue and we are sorry that 
we may not be able to fix it before Fedora 11 is end of life.  If you 
would still like to see this bug fixed and are able to reproduce it 
against a later version of Fedora please change the 'version' of this 
bug to the applicable version.  If you are unable to change the version, 
please add a comment here and someone will do it for you.

Although we aim to fix as many bugs as possible during every release's 
lifetime, sometimes those efforts are overtaken by events.  Often a 
more recent Fedora release includes newer upstream software that fixes 
bugs or makes them obsolete.

The process we are following is described here: 
http://fedoraproject.org/wiki/BugZappers/HouseKeeping

Comment 9 Bug Zapper 2010-06-28 14:05:12 UTC
Fedora 11 changed to end-of-life (EOL) status on 2010-06-25. Fedora 11 is 
no longer maintained, which means that it will not receive any further 
security or bug fix updates. As a result we are closing this bug.

If you can reproduce this bug against a currently maintained version of 
Fedora please feel free to reopen this bug against that version.

Thank you for reporting this bug and we are sorry it could not be fixed.

Comment 10 Adam Williamson 2010-08-17 14:53:44 UTC
still valid with f13, just realized I need to re-open.



-- 
Fedora Bugzappers volunteer triage team
https://fedoraproject.org/wiki/BugZappers

Comment 11 Chuck Ebbert 2010-08-18 12:54:24 UTC
Can you get the dmesg output without nohz=off from as recent a kernel as possible?

This doesn't look good:

Fast TSC calibration failed
TSC: Unable to calibrate against PIT
TSC: using PMTIMER reference calibration

What is in these files?

 /sys/devices/system/clocksource/clocksource0/{available,current}_clocksource

Comment 12 Adam Williamson 2010-08-18 17:49:47 UTC
[adamw@vaio ~]$ cat  /sys/devices/system/clocksource/clocksource0/{available,current}_clocksource
hpet acpi_pm 
hpet

Booted without nohz=off at present, kernel 2.6.33.6-147.2.4.fc13.i686. I booted a few times and didn't get pauses, but I did get them on shutdown one time. Last time I tried with nohz=off I got no pauses for a few boots and thought it was solved - see above - but then they started coming back a few boots later. dmesg output will be attached shortly.

Comment 13 Adam Williamson 2010-08-18 17:51:20 UTC
Created attachment 439454 [details]
updated dmesg output with 2.6.33.6-147.2.4.fc13.i686

Comment 14 Michal Jaegermann 2010-08-18 22:15:24 UTC
I added attachment 439524 [details] in https://bugzilla.redhat.com/show_bug.cgi?id=536721#c22 from a boot of 2.6.33.6-147.2.4.fc13.i686 without nohz=off on my laptop.  More details in that comment.

Comment 15 Chuck Ebbert 2010-08-23 13:11:58 UTC
Can you try 2.6.36-rc2 from rawhide? Upstream is not interested in anything older than yesterday's kernel...

Comment 16 Adam Williamson 2010-08-23 20:02:50 UTC
right, because it will have been magically fixed by pixies in the mean time (rolleyes). i'll try and do that, yeah.

Comment 17 Adam Williamson 2010-08-25 18:01:41 UTC
dmesg output is somewhat different in 2.6.36-rc2. Not sure yet if it works any better (would have to try it for a while to see, and I can't because psb doesn't build against 2.6.36, though I guess I should look at fixing that).

Comment 18 Adam Williamson 2010-08-25 18:08:03 UTC
Created attachment 441011 [details]
dmesg from 2.6.36-rc2

Comment 19 Chuck Ebbert 2010-09-01 16:05:45 UTC
(In reply to comment #12)
> [adamw@vaio ~]$ cat 
> /sys/devices/system/clocksource/clocksource0/{available,current}_clocksource
> hpet acpi_pm 
> hpet
> 

Does booting with "clocksource=acpi_pm" work any better?

Comment 20 Bug Zapper 2011-06-02 17:50:57 UTC
This message is a reminder that Fedora 13 is nearing its end of life.
Approximately 30 (thirty) days from now Fedora will stop maintaining
and issuing updates for Fedora 13.  It is Fedora's policy to close all
bug reports from releases that are no longer maintained.  At that time
this bug will be closed as WONTFIX if it remains open with a Fedora 
'version' of '13'.

Package Maintainer: If you wish for this bug to remain open because you
plan to fix it in a currently maintained version, simply change the 'version' 
to a later Fedora version prior to Fedora 13's end of life.

Bug Reporter: Thank you for reporting this issue and we are sorry that 
we may not be able to fix it before Fedora 13 is end of life.  If you 
would still like to see this bug fixed and are able to reproduce it 
against a later version of Fedora please change the 'version' of this 
bug to the applicable version.  If you are unable to change the version, 
please add a comment here and someone will do it for you.

Although we aim to fix as many bugs as possible during every release's 
lifetime, sometimes those efforts are overtaken by events.  Often a 
more recent Fedora release includes newer upstream software that fixes 
bugs or makes them obsolete.

The process we are following is described here: 
http://fedoraproject.org/wiki/BugZappers/HouseKeeping

Comment 21 Bug Zapper 2011-06-27 14:20:18 UTC
Fedora 13 changed to end-of-life (EOL) status on 2011-06-25. Fedora 13 is 
no longer maintained, which means that it will not receive any further 
security or bug fix updates. As a result we are closing this bug.

If you can reproduce this bug against a currently maintained version of 
Fedora please feel free to reopen this bug against that version.

Thank you for reporting this bug and we are sorry it could not be fixed.


Note You need to log in before you can comment on or make changes to this bug.