Re: [Linuxptp-users] pmc:: uds: sendto failed: No such file or directory

2016-11-04 Thread David Mirabito
Thanks Richard, for the concise and helpful reply! I'll look into what switching to 1.7 would take as a preference (in addition to making my stuff more robust anyway), but it's good to understand what the underlying cause was. Also for the notes on the master's dataset - I'll take a closer look at

Re: [Linuxptp-users] pmc:: uds: sendto failed: No such file or directory

2016-11-04 Thread Richard Cochran
On Fri, Nov 04, 2016 at 08:25:04AM +1100, David Mirabito wrote: > Very occasionally I'm noticing that this fails, and I have a message in > syslog: > > user.err pmc: [94758.014] uds: sendto failed: No such file or directory This is a regression in v1.6 that was fixed in v1.7: 3938cbc uds: Pre

[Linuxptp-users] pmc:: uds: sendto failed: No such file or directory

2016-11-03 Thread David Mirabito
Hi, I have a long running process which needs to know about PTP state in order to know if the PHC can be trusted, and in what ballpark. So I call out to "pmc -u 'get DATASET' -d DOMAIN" and the output is easy enough to parse. This works for the most part; so far so good. Very occasionally I'm not