I use ntpdate to fetch the local time from a time server
Works fine in F96-CE:
Code: Select all
# ntpdate ntp.nict.jp
28 Oct 09:39:26 ntpdate[8303]: step time server 133.243.238.164 offset -3605.355448 sec
Does not work in BW64:
Code: Select all
# ntpdate ntp.nict.jp
Traceback (most recent call last):
File "/bin/ntpdig", line 418, in <module>
returned += queryhost(server=server,
^^^^^^^^^^^^^^^^^^^^^^^^
File "/bin/ntpdig", line 104, in queryhost
s = socket.socket(family, socktype)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/socket.py", line 232, in __init__
_socket.socket.__init__(self, family, type, proto, fileno)
OSError: [Errno 97] Address family not supported by protocol
Same problem with other time servers, e.g. ntp.ubuntu.com
While in F96-CE ntpdate is a binary, in BW64 it's a script, supposedly emulating the binary.