I have read the other thread with the same title, didn't manage to resolve the issue.
I'm getting error of Cannot resolve NTP server address: Unrecognized service.
Output of pihole-FTL --config ntp
Core
Version is v5.18.2-432-ga16e053b (Latest: null)
Branch is development-v6
Hash is a16e053b (Latest: a16e053b)
Web
Version is v5.19-836-g7950f87b (Latest: null)
Branch is development-v6
Hash is 7950f87b (Latest: 7950f87b)
FTL
Version is vDev-cce2c21 (Latest: null)
Branch is development-v6
Hash is cce2c210 (Latest: cce2c210)
I'm aware that I can disable the NTP service, but I'd prefer to try resolve the issue.
Please upload a debug log and post just the token URL that is generated after the log is uploaded by running the following command from the Pi-hole host terminal:
if it resolves the error. Having checked the particular implementation details of getaddrinfo() (and the therein used lookup_serv()) in musl, it seems this should allow NTP to work even on systems which don't know the service beforehand.
So less /etc/services | grep "^ntp" didn't return anything, having ran pihole checkout ftl fix/ntp_service_unknown I will give this a try for a little while and see if I get any errors.