Bug 1210266
| Summary: | chrony: log flooded with error messages | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Felix Miata <mrmazda> | ||||
| Component: | chrony | Assignee: | Miroslav Lichvar <mlichvar> | ||||
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | high | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 22 | CC: | anaconda-maint-list, awilliam, extras-qa, g.kaviyarasu, jonathan, mlichvar, vanmeeuwen+fedora | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | i386 | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | chrony-2.0-1.fc22 | Doc Type: | Bug Fix | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | 1194991 | Environment: | |||||
| Last Closed: | 2015-06-26 13:57:03 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
|
Description
Felix Miata
2015-04-09 10:07:40 UTC
Two things stand out in the logs: 1) there are an absurd number of partitions, and checking them is taking a while. There is nothing that can be done about this. The partition checks run in a separate thread, so if this is making the rest of the GUI unresponsive it's because your system does not have the capacity to run fsck and also run a GUI 2) chronyd is flooding the log with " ERR chronyd: Could not open IPv6 NTP socket : Address family not supported by protocol". Reassigning to chrony for that part of it. Fixed in upstream git: http://git.tuxfamily.org/chrony/chrony.git/commit/?id=fdf9640349f1432ed2c2a0d343bca06fe9771e0d (In reply to David Shea from comment #1) > 1) there are an absurd number of partitions, and checking them is taking a > while. There is nothing that can be done about this. The partition checks > run in a separate thread, so if this is making the rest of the GUI But for bug 1202024 there shouldn't have been any significant time spent checking. > unresponsive it's because your system does not have the capacity to run fsck > and also run a GUI Retrying with today's failed to reproduce the GUI hang. OTOH, I waited 20 minutes on tty2 watching top tell me e2fsck was busy and 100% of swap was available before proceeding with installation. |