Bug 202212 - ntpd always crash with attached config
Summary: ntpd always crash with attached config
Status: Closed FIXED
Alias: None
Product: Base System
Classification: Unclassified
Component: bin (show other bugs)
Version: 10.2-STABLE
Hardware: amd64 Any
: --- Affects Some People
Assignee: freebsd-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-10 05:53 UTC by Ivan Rozhuk
Modified: 2016-02-26 01:33 UTC (History)
1 user (show)

See Also:


Attachments
config (3.20 KB, text/x-matlab)
2015-08-10 05:53 UTC, Ivan Rozhuk
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ivan Rozhuk 2015-08-10 05:53:52 UTC
Created attachment 159722 [details]
config

Aug 10 03:30:54 rimwks ntpd[965]: ntpd 4.2.8p3-a (1): Starting
Aug 10 03:30:54 rimwks ntpd[965]: Command line: /usr/sbin/ntpd -g -c /etc/ntp.conf -p /var/run/ntpd.pid -f /var/db/ntpd.drift
Aug 10 03:30:54 rimwks ntpd[966]: proto: precision = 0.698 usec (-20)
Aug 10 03:30:54 rimwks ntpd[966]: line 11 column 22 syntax error, unexpected T_String, expecting T_EOC
Aug 10 03:30:54 rimwks ntpd[966]: syntax error in /etc/ntp.conf line 11, column 22
Aug 10 03:30:54 rimwks ntpd[966]: line 13 column 0 syntax error, unexpected T_String, expecting $end
Aug 10 03:30:54 rimwks ntpd[966]: syntax error in /etc/ntp.conf line 13, column 0
Aug 10 03:30:54 rimwks ntpd[966]: line 76 column 18 syntax error, unexpected T_Mask, expecting T_EOC
Aug 10 03:30:54 rimwks ntpd[966]: syntax error in /etc/ntp.conf line 76, column 18
Aug 10 03:30:54 rimwks ntpd[966]: line 77 column 17 syntax error, unexpected T_Mask, expecting T_EOC
Aug 10 03:30:54 rimwks ntpd[966]: syntax error in /etc/ntp.conf line 77, column 17
Aug 10 03:30:54 rimwks ntpd[966]: line 78 column 18 syntax error, unexpected T_Mask, expecting T_EOC
Aug 10 03:30:54 rimwks ntpd[966]: syntax error in /etc/ntp.conf line 78, column 18
Aug 10 03:30:54 rimwks ntpd[966]: line 79 column 15 syntax error, unexpected T_Mask, expecting T_EOC
Aug 10 03:30:54 rimwks ntpd[966]: syntax error in /etc/ntp.conf line 79, column 15
Aug 10 03:30:54 rimwks ntpd[966]: line 80 column 13 syntax error, unexpected T_Mask, expecting T_EOC
Aug 10 03:30:54 rimwks ntpd[966]: syntax error in /etc/ntp.conf line 80, column 13
Aug 10 03:30:54 rimwks ntpd[966]: line 81 column 13 syntax error, unexpected T_Mask, expecting T_EOC
Aug 10 03:30:54 rimwks ntpd[966]: syntax error in /etc/ntp.conf line 81, column 13
Aug 10 03:30:54 rimwks ntpd[966]: restrict: ignoring line 55, address/host 'pool.ntp.org' unusable.
Aug 10 03:30:55 rimwks ntpd[966]: restrict: ignoring line 59, address/host 'europe.pool.ntp.org' unusable.
Aug 10 03:30:55 rimwks ntpd[966]: restrict: ignoring line 61, address/host 'ru.pool.ntp.org' unusable.
Aug 10 03:30:55 rimwks ntpd[966]: restrict: ignoring line 63, address/host 'ntp.ubuntu.com' unusable.
Aug 10 03:30:55 rimwks ntpd[966]: Listen and drop on 0 v6wildcard [::]:123
Aug 10 03:30:55 rimwks ntpd[966]: Listen and drop on 1 v4wildcard 0.0.0.0:123
Aug 10 03:30:55 rimwks ntpd[966]: Listen normally on 2 lo0 [::1]:123
Aug 10 03:30:55 rimwks ntpd[966]: Listen normally on 3 lo0 [fe80::1%1]:123
Aug 10 03:30:55 rimwks ntpd[966]: Listen normally on 4 lo0 127.0.0.1:123
Aug 10 03:30:55 rimwks ntpd[966]: Listen normally on 5 lan0 [fe80::6ef0:49ff:fe75:38e3%2]:123
Aug 10 03:30:55 rimwks ntpd[966]: Listen normally on 6 lan0 [2001:...]:123
Aug 10 03:30:55 rimwks ntpd[966]: Listen normally on 7 lan0 [2001:...]:123
Aug 10 03:30:55 rimwks ntpd[966]: Listen normally on 8 lan0 172.16.0.121:123
Aug 10 03:30:55 rimwks ntpd[966]: Listening on routing socket on fd #29 for interface updates
Aug 10 03:30:55 rimwks ntpd[966]: /usr/src/usr.sbin/ntp/libntp/../../../contrib/ntp/libntp/work_thread.c:271: INSIST(((void *)0) != req) failed
Aug 10 03:30:55 rimwks ntpd[966]: exiting (due to assertion failure)
Comment 1 Ivan Rozhuk 2015-08-10 23:05:34 UTC
Previous update was 2015.06, and ntpd has worked without error.
Comment 2 Ivan Rozhuk 2016-02-26 01:33:00 UTC
10.3 Beta 1 - OK.