hi everyone
i have two raspberry pi's setup as dns servers running unbound and nsd
both are installed with the latest snapshots
both are configured the same (os and dns)
both sync off the ntpd at firewall.mydomain
even though i have set the local time link on both to Europe/London
ivy insist on returning the time for localzone AEST,
i've tried deleting and recreating the link, rebooting
but no joy,
any pointers to why ivy is misbehaving ?

--------------------------------------------------------------------------------------------
candace$ uname -a
OpenBSD candace.mydomain 7.5 GENERIC #118 arm64
candace$ ls -l /etc/localtime
lrwxr-xr-x  1 root  wheel  33 Jul 22  2023 /etc/localtime -> 
/usr/share/zoneinfo/Europe/London
candace$ date
Sun Aug  4 11 :13 :16 BST 2024
candace$ doas rdate firewall.mydomain
Sun Aug  4 11 :13 :57 BST 2024
candace$ date
Sun Aug  4 11 :14 :30 BST 2024
ls -l /usr/share/zoneinfo/Europe/London
-r--r--r--  4 root  bin  3661 Mar  7 08 :19 /usr/share/zoneinfo/Europe/London

candace$ cat /etc/ntpd.conf
# $OpenBSD : ntpd.conf,v 1.16 2019/11/06 19 :04 :12 deraadt Exp $
#

server 10.2.1.1 trusted
#sensor *

constraint from "9.9.9.9"              # quad9 v4 without DNS
constraint from "2620:fe::fe"          # quad9 v6 without DNS
constraints from "www.google.com       # intentionally not 8.8.8.8

---------------------------------------------------------------------------------------------------------

ivy$ uname -a
OpenBSD ivy.mydomain 7.5 GENERIC #118 arm64
ivy$ ls -l /etc/localtime
lrwxr-xr-x  1 root  wheel  33 Aug  4 05 :21 /etc/localtime -> 
/usr/share/zoneinfo/Europe/London
ivy$ date
Sun Aug  4 20 :15 :23 AEST 2024
ivy$ doas rdate firewall.mydomain
Sun Aug  4 20 :15 :51 AEST 2024
ivy$ date
Sun Aug  4 20 :16 :08 AEST 2024
ivy$ doas rm /etc/localtime
ivy$ date
Sun Aug  4 10 :17 :43 GMT 2024
ivy$ doas ln -sf /usr/share/zoneinfo/Europe/London /etc/localtime
ivy$ date
Sun Aug  4 20 :18 :51 AEST 2024
ivy$ ls -l /usr/share/zoneinfo/Europe/London
-r--r--r--  4 root  bin  3661 Mar  7 19 :19 /usr/share/zoneinfo/Europe/London

ivy$ cat /etc/ntpd.conf
# $OpenBSD : ntpd.conf,v 1.16 2019/11/06 19 :04 :12 deraadt Exp $
#

server 10.2.1.1 trusted
#sensor *

constraint from "9.9.9.9"              # quad9 v4 without DNS
constraint from "2620:fe::fe"          # quad9 v6 without DNS
constraints from "www.google.com""


--------------------------------------------------------------------------------------------
thanks shadrock

Reply via email to