jiri@... wrote:
> My problem is, that clocspeed is exiting without any message immediatelly
> after start (during testing I run clockspeed NOT for background)
Random guess: you ran "sntpclock > /usr/local/clockspeed/adjust"
before ever running clockspeed, so "adjust" was created as a regular
file. In that case, delete the file and start clockspeed first, to
ensure "adjust" gets created as a named pipe.
If that's not the problem, run "strace clockspeed" to see what fails.
paul