So I followed the instructions to configure the NTP server with the NTP package installed from https://wiki.mikrotik.com/wiki/Setup_local_NTP_servers
Now, I’m seeing in my logs:
00:00:00 script,error could not run script setntppool: not enough permissions
I’ve given the schedule task and the associated scripts all permissions to run to rule them out, yet it still shows that error in the log. Any ideas what could be blocking it from running?
/system scheduler
1 ;;; Check and set NTP servers
name="CheckNTPServers" start-date=jan/01/1970 start-time=00:00:00 interval=12h on-event=/system script run setntppool owner="admin"
policy=ftp,reboot,read,write,policy,test,password,sniff,sensitive,romon run-count=2 next-run=oct/30 00:00:00
/system script (I’ve trimmed the source= line)
1 name="GlobalVars" owner="admin" policy=ftp,reboot,read,write,policy,test,password,sniff,sensitive,romon dont-require-permissions=no last-started=oct/29/2020 13:19:35 run-count=2
source=
2 name="setntppool" owner="admin" policy=ftp,reboot,read,write,policy,test,password,sniff,sensitive,romon dont-require-permissions=no last-started=oct/29/2020 13:19:35 run-count=2
source=