Re: clockspeed do not run continuosly (just finish after start/it's not started/intended for background)
Jiri Navratil <[email protected]> Fri, 19 Jan 2007 18:50:07 +0100
| Newsgroups | gmane.comp.lib.libtai |
|---|---|
| Message-ID | <[email protected]> |
Paul, Thank you very much for the fast response and finding out the reason for my= =20 troubles. rm /usr/local/clockspeed/adjust solved it and clockspeed is working fine now. Once again Thank you! Jiri Navratil Dne p=E1tek 19 leden 2007 07:53 Paul Jarc napsal(a): > [email protected] wrote: > > My problem is, that clocspeed is exiting without any message immediatel= ly > > 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