GNU bug report logs -
#73873
ntpd segfaults at boot (caused by use of IPv6?)
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 73873 in the body.
You can then email your comments to 73873 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-guix <at> gnu.org
:
bug#73873
; Package
guix
.
(Sat, 19 Oct 2024 04:02:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
:
New bug report received and forwarded. Copy sent to
bug-guix <at> gnu.org
.
(Sat, 19 Oct 2024 04:02:03 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
Hi,
After adjusting my system time in UEFI, I've had the ntpd daemon
terminate with exit status 11, with the following message in
/var/log/messages:
--8<---------------cut here---------------start------------->8---
Oct 19 08:44:17 localhost ntpd[1658]: Soliciting pool server 160.16.113.133
Oct 19 08:44:17 localhost ntpd[1658]: 160.16.113.133 local addr <null> -> 192.168.10.119
Oct 19 08:44:18 localhost ntpd[1658]: Soliciting pool server 133.243.238.163
Oct 19 08:44:18 localhost ntpd[1658]: bind(25) AF_INET6 [2405:MASKED:af2b]:123 flags 0x11 failed: Cannot assign requested address
Oct 19 08:44:18 localhost vmunix: [ 44.506604] ntpd[1658]: segfault at 24 ip 000055d88235029b sp 00007fffdeb60e50 error 4 in ntpd[7f29b,55d8822e3000+86000] likely on CPU 0 (core 0, socket 0)
Oct 19 08:44:18 localhost vmunix: [ 44.506614] Code: 8b 04 25 28 00 00 00 48 89 44 24 08 31 c0 e8 3c 2e f9 ff 44 8b 28 48 89 c5 e8 61 9e ff ff 49 89 c4 48 85 db 0f 84 e5 00 00 00 <44> 0f b7 0b 66 41 83 f9 02 0f 84 f6 00 00 00 66 41 83 f
9 0a 74 57
Oct 19 08:44:18 localhost ntpd[1658]: unable to create socket on eno1 (6) for [2405:MASKED:af2b]:123
Oct 19 08:44:18 localhost shepherd[1]: Service ntpd (PID 1658) terminated with signal 11.
Oct 19 08:44:18 localhost shepherd[1]: Service ntpd has been disabled.
Oct 19 08:44:18 localhost shepherd[1]: (Respawning too fast.)
--8<---------------cut here---------------end--------------->8---
I've had to do:
# herd enable ntpd
# herd start ntpd
To have it run again after the boot was completed.
--
Thanks,
Maxim
Information forwarded
to
bug-guix <at> gnu.org
:
bug#73873
; Package
guix
.
(Sat, 19 Oct 2024 08:09:01 GMT)
Full text and
rfc822 format available.
Message #8 received at 73873 <at> debbugs.gnu.org (full text, mbox):
Hello,
Maxim Cournoyer <maxim.cournoyer <at> gmail.com> writes:
> Hi,
>
> After adjusting my system time in UEFI, I've had the ntpd daemon
> terminate with exit status 11, with the following message in
> /var/log/messages:
>
> Oct 19 08:44:17 localhost ntpd[1658]: Soliciting pool server 160.16.113.133
> Oct 19 08:44:17 localhost ntpd[1658]: 160.16.113.133 local addr <null> -> 192.168.10.119
> Oct 19 08:44:18 localhost ntpd[1658]: Soliciting pool server 133.243.238.163
> Oct 19 08:44:18 localhost ntpd[1658]: bind(25) AF_INET6 [2405:MASKED:af2b]:123 flags 0x11 failed: Cannot assign requested address
> Oct 19 08:44:18 localhost vmunix: [ 44.506604] ntpd[1658]: segfault at 24 ip 000055d88235029b sp 00007fffdeb60e50 error 4 in ntpd[7f29b,55d8822e3000+86000] likely on CPU 0 (core 0, socket 0)
> Oct 19 08:44:18 localhost vmunix: [ 44.506614] Code: 8b 04 25 28 00 00 00 48 89 44 24 08 31 c0 e8 3c 2e f9 ff 44 8b 28 48 89 c5 e8 61 9e ff ff 49 89 c4 48 85 db 0f 84 e5 00 00 00 <44> 0f b7 0b 66 41 83 f9 02 0f 84 f6 00 00 00 66 41 83 f
> 9 0a 74 57
> Oct 19 08:44:18 localhost ntpd[1658]: unable to create socket on eno1 (6) for [2405:MASKED:af2b]:123
> Oct 19 08:44:18 localhost shepherd[1]: Service ntpd (PID 1658) terminated with signal 11.
> Oct 19 08:44:18 localhost shepherd[1]: Service ntpd has been disabled.
> Oct 19 08:44:18 localhost shepherd[1]: (Respawning too fast.)
>
> I've had to do:
>
> # herd enable ntpd
> # herd start ntpd
>
> To have it run again after the boot was completed.
It wasn't too longed before it crashed the same again, this time causing
Shepherd to use 100% CPU (1 core) doing almost only epoll_wait calls,
e.g.:
--8<---------------cut here---------------start------------->8---
[...]
1 epoll_wait(8, [], 8, 0) = 0
1 epoll_wait(8, [], 8, 0) = 0
1 epoll_wait(8, [], 8, 0) = 0
1 epoll_wait(8, [], 8, 0) = 0
1 epoll_wait(8, [], 8, 0) = 0
1 epoll_wait(8, [], 8, 0) = 0
1 epoll_wait(8, [], 8, 0) = 0
1 epoll_wait(8, [], 8, 0) = 0
1 epoll_wait(8, [], 8, 0) = 0
1 epoll_wait(8, [], 8, 0) = 0
1 epoll_wait(8, [], 8, 0) = 0
1 epoll_wait(8, [], 8, 0) = 0
1 epoll_wait(8, [], 8, 0) = 0
1 epoll_wait(8, [], 8, 0) = 0
1 epoll_wait(8, [], 8, 0) = 0
1 epoll_wait(8, [], 8, 0) = 0
[...]
--8<---------------cut here---------------end--------------->8---
--
Thanks,
Maxim
Reply sent
to
Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
:
You have taken responsibility.
(Sat, 19 Oct 2024 12:58:01 GMT)
Full text and
rfc822 format available.
Notification sent
to
Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
:
bug acknowledged by developer.
(Sat, 19 Oct 2024 12:58:02 GMT)
Full text and
rfc822 format available.
Message #13 received at 73873-done <at> debbugs.gnu.org (full text, mbox):
Hi,
Maxim Cournoyer <maxim.cournoyer <at> gmail.com> writes:
> Hi,
>
> After adjusting my system time in UEFI, I've had the ntpd daemon
> terminate with exit status 11, with the following message in
> /var/log/messages:
>
> Oct 19 08:44:17 localhost ntpd[1658]: Soliciting pool server 160.16.113.133
> Oct 19 08:44:17 localhost ntpd[1658]: 160.16.113.133 local addr <null> -> 192.168.10.119
> Oct 19 08:44:18 localhost ntpd[1658]: Soliciting pool server 133.243.238.163
> Oct 19 08:44:18 localhost ntpd[1658]: bind(25) AF_INET6 [2405:MASKED:af2b]:123 flags 0x11 failed: Cannot assign requested address
> Oct 19 08:44:18 localhost vmunix: [ 44.506604] ntpd[1658]: segfault at 24 ip 000055d88235029b sp 00007fffdeb60e50 error 4 in ntpd[7f29b,55d8822e3000+86000] likely on CPU 0 (core 0, socket 0)
> Oct 19 08:44:18 localhost vmunix: [ 44.506614] Code: 8b 04 25 28 00 00 00 48 89 44 24 08 31 c0 e8 3c 2e f9 ff 44 8b 28 48 89 c5 e8 61 9e ff ff 49 89 c4 48 85 db 0f 84 e5 00 00 00 <44> 0f b7 0b 66 41 83 f9 02 0f 84 f6 00 00 00 66 41 83 f
> 9 0a 74 57
> Oct 19 08:44:18 localhost ntpd[1658]: unable to create socket on eno1 (6) for [2405:MASKED:af2b]:123
> Oct 19 08:44:18 localhost shepherd[1]: Service ntpd (PID 1658) terminated with signal 11.
> Oct 19 08:44:18 localhost shepherd[1]: Service ntpd has been disabled.
> Oct 19 08:44:18 localhost shepherd[1]: (Respawning too fast.)
While it'd be nice to understand why ntpd segfaults when the server
doesn't support IPv6, this is now mitigated by using an IPv6-enabled
pool address by default (see: commit 503919fcf0 ("services: ntp: Default
to an address that supports IPv6.")).
Closing for now.
--
Thanks,
Maxim
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sun, 17 Nov 2024 12:24:14 GMT)
Full text and
rfc822 format available.
This bug report was last modified 269 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.