. > > After having stopped chronyd, please run the command below when using the > 'bindacqdevice' directive and attach the chronyd_debug.txt file. > > # strace -o chronyd_debug.txt chronyd -d -F -1
OK, I did some more testing on my so-called fix: SO_BINDTOADDRESS define statement made no impact toward resolving this problem. Once I put in the '#define SO_BINDTOADDRESS 1' statement into the 'config.h' that was generated by 'configure' setup tool, all the -F settings are now working. 'chrony -d -Fx -L-1' F0 F1 F2 F-1 * apt install chrony-4.0 OK - - - * apt source chrony-4.0 OK - - OK * git main branch HEAD OK - OK - * development + MY FIX OK - OK - My fix made no difference in gitdev HEAD: Please disregard my claim that the SO_BINDTOADDRESS C macro we’re not being defined. Back to the issue on hand, I like the -F2 setting. At this point so far, I'm open to further suggestion. 1. Go ahead and put 4.1 into debian-unstable with -F2 default 2. Give me more things to try. 3. ???