Re: clockspeed do not run continuosly (just finish after start/it's not started/intended for background)
[email protected] (Paul Jarc) Fri, 19 Jan 2007 01:53:53 -0500
| Newsgroups | gmane.comp.lib.libtai |
|---|---|
| Organization | What did you have in mind? A short, blunt, human pyramid? |
| Message-ID | <[email protected]> |
[email protected] 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