Bug 156603
Summary: | ntpd die at startup | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Levente Farkas <lfarkas> |
Component: | kernel | Assignee: | Jiri Ryska <jryska> |
Status: | CLOSED DUPLICATE | QA Contact: | Brian Brock <bbrock> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 3 | CC: | jakub, john |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2005-05-17 16:36:40 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Levente Farkas
2005-05-02 12:42:39 UTC
after installing the ntp-debuginfo i've got this, so it'd definetely a bug in ntpd: --------------------------------------- (gdb) run Starting program: /usr/sbin/ntpd -n -u ntp:ntp -p /var/run/ntpd.pid Program received signal SIGSEGV, Segmentation fault. 0x00cbed30 in vfprintf () from /lib/tls/libc.so.6 (gdb) bt #0 0x00cbed30 in vfprintf () from /lib/tls/libc.so.6 #1 0x00cdf536 in vsnprintf () from /lib/tls/libc.so.6 #2 0x008a834a in msyslog (level=-1074460208, fmt=0xbff509d0 "\uffff\005") at msyslog.c:165 #3 0x008721a3 in loop_config (item=-1074460208, freq=0) at ntp_loopfilter.c:858 (gdb) list 858 msyslog(LOG_INFO, 859 "kernel time sync status %04x", 860 pll_status); 861 } 862 #endif /* KERNEL_PLL */ 863 #endif /* LOCKCLOCK */ 864 break; 865 866 case LOOP_DRIFTCOMP: 867 --------------------------------------- This may be a duplicate of bug #145258. Please check your kernel version and the listed workarounds; close/dupe this bug if appropriate. this workaround is working: execstack -s /usr/sbin/ntpd although imho it should have to report to jakub to fix it in either ntpd, glibc, prelink or kernel level. Yup, execstack works around the problem for me too. This should be published in the FC3 summary so that everybody can do this without having to resort to a bug search to discover the bug workaround. |