| Summary: | ntpd daemon raise "peer is unsynced" message | ||
|---|---|---|---|
| Product: | Busybox | Reporter: | rainbow <qdurenhongcai> |
| Component: | Networking | Assignee: | unassigned |
| Status: | RESOLVED WORKSFORME | ||
| Severity: | major | CC: | busybox-cvs |
| Priority: | P5 | ||
| Version: | 1.22.x | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Host: | Target: | ||
| Build: | |||
| Attachments: | ntpd still failing after latest patch | ||
|
Description
rainbow
2015-03-06 08:27:52 UTC
Can't reproduce on current git: # ./busybox ntpd -dddnw -p 127.0.0.1 ntpd: sending query to 127.0.0.1 ntpd: reply from 127.0.0.1: offset:+0.000032 delay:0.002000 status:0x24 strat:2 refid:0x414d4443 rootdelay:0.158251 reach:0x01 ntpd: no valid datapoints, no peer selected ntpd: poll:2s sockets:0 interval:1s ntpd: sending query to 127.0.0.1 ntpd: reply from 127.0.0.1: offset:+0.000031 delay:0.002000 status:0x24 strat:2 refid:0x414d4443 rootdelay:0.158251 reach:0x03 ntpd: poll:2s sockets:0 interval:1s ntpd: sending query to 127.0.0.1 ntpd: reply from 127.0.0.1: offset:+0.000023 delay:0.002000 status:0x24 strat:2 refid:0x414d4443 rootdelay:0.158251 reach:0x07 ntpd: poll:2s sockets:0 interval:1s ntpd: sending query to 127.0.0.1 ntpd: reply from 127.0.0.1: offset:+0.000011 delay:0.002000 status:0x24 strat:2 refid:0x414d4443 rootdelay:0.158251 reach:0x0f ntpd: poll:1s sockets:0 interval:1s ntpd: sending query to 127.0.0.1 ntpd: reply from 127.0.0.1: offset:-0.000005 delay:0.002000 status:0x24 strat:2 refid:0x414d4443 rootdelay:0.158251 reach:0x1f ntpd: poll:33s sockets:0 interval:32s ^C (The server is also bbox ntpd). Created attachment 7346 [details]
ntpd still failing after latest patch
applied the patch to 1.27.2 cleanly, nothing else seems relevant.
It's "better" but still never syncs, and still has long blocks between sending and getting replies.
It's even worse with more bad addresses, and also with a host listed by IP that is also unreachable.
sorry, this got attached to the wrong bug, sorry about that. |