Re: [chrony-users] Checking chrony.conf for syntax errors

[ Thread Index | Date Index | More chrony.tuxfamily.org/chrony-users Archives ]


On Mon, Mar 09, 2020 at 09:38:35AM +1300, Bryan Christianson wrote:
> I would like to check the chrony.conf file for syntax errors before replacing the working copy of the file
> 
> I think I need to use:
> chronyd -Q -f path_to_new_file/chrony.conf
> 
> I made a file with a deliberate syntax error and got
> 
> bryan@number9 ~ % chronyd -Q -f path_to_new_file/chrony.conf
> 2020-03-08T20:26:58Z chronyd version DEV[3.5-171-gc3e34b8] starting (+CMDMON +NTP +REFCLOCK -RTC +PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH +IPV6 -DEBUG)
> 2020-03-08T20:26:58Z Fatal error : Invalid command at line 21 in file path_to_new_file/chrony.conf
> bryan@number9 ~ % 
> 
> Is this in general what I might expect?

There are other error messages in the parser. You can search for LOG_FATAL in
conf.c if you want to match them all.

Please note that a syntactically valid file doesn't mean chronyd will
not abort on start. There could unsupported directives, missing
refclocks, or insufficient permissions.

> If I do this while chronyd is running will it cause any problems with the running instance?

I think it could if it has the root/chrony permissions, e.g.
overwritten driftfile, new entries in log files, reconfigured
timestamping, etc.

-- 
Miroslav Lichvar


--
To unsubscribe email chrony-users-request@xxxxxxxxxxxxxxxxxxxx
with "unsubscribe" in the subject.
For help email chrony-users-request@xxxxxxxxxxxxxxxxxxxx
with "help" in the subject.
Trouble?  Email listmaster@xxxxxxxxxxxxxxxxxxxx.


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/