[Linuxptp-users] Get PTP but no Sync

2020-05-18 Thread Werner Macho
Hi list, As I am new to this I hope my question is not too stupid: I have a problem that may sound strange to you (and it is to me too). Due to restrictions I am not allowed to sync HW-Clocks to PTP time, but I need the exact time,not only on the computer with hardware connected, but also on some

Re: [Linuxptp-users] Get PTP but no Sync

2020-05-18 Thread Werner Macho
the wrong time to use if I am not syncing? For now all I need is the exact difference between what PTP would deliver compared to the local systemtime. Thanks a lot! regards Werner On Mon, May 18, 2020 at 4:06 PM Richard Cochran wrote: > On Mon, May 18, 2020 at 08:58:09AM +0200, Werner Mach

Re: [Linuxptp-users] Get PTP but no Sync

2020-05-19 Thread Werner Macho
Hi Chris, Thanks a lot for your email. Very good point. So to complete the explanation. The system (Server) MUST be synced with NTP with a given timeserver. Directly attached to the Server is a PTP Device: --- ethtool -T ens2f1 Time stamping parameters for ens2f1: Capabilities: hardware-t

Re: [Linuxptp-users] Get PTP but no Sync

2020-05-20 Thread Werner Macho
> > > than network time synchronization using PTP, and the PHC has no > relation > > > to the system clock unless you also run phc2sys to transfer time from > the > > > PHC to the system (software) clock. > > +1 good point > > On Tue, May 19, 2020 at 04:59:51PM +0200

Re: [Linuxptp-users] Get PTP but no Sync

2020-05-20 Thread Werner Macho
Hi All, If the output of this: ># phc_ctl ens2f1 get cmp phc_ctl[2350429.937]: clock time is 1589981848.451319038 or Wed May 20 15:37:28 2020 phc_ctl[2350429.937]: offset from CLOCK_REALTIME is -37001639797ns now means that the NTP-synced clock of the PC where all this is running (CLOCK_REALTIME

[Linuxptp-users] typo and pull requests

2020-05-27 Thread Werner Macho
Hi all, And again thanks for all your help in getting the phc_ctl command in place. So while not being able to contribute any code (yet), during the journey to get the hint with phc_ctl I read the man pages carefully. To contribute (at least a little bit) back I discovered at least one typo in the

Re: [Linuxptp-users] Ptp4l as a service

2020-11-24 Thread Werner Macho
Hi! I am not 100% sure about Linux Mint, but as it is Ubuntu based you should have a file called /etc/default/ptpd where you can set the options for the service .. The service itself should only be started with one argument. So systemctl start ptp4l should be enough. Hope this helps regards We

Re: [Linuxptp-users] [Linuxptp-devel] Planning release 3.2

2021-05-03 Thread Werner Macho
Hi! As far as I can see there is only a v3.1 release (yet) https://sourceforge.net/projects/linuxptp/files/ https://github.com/richardcochran/linuxptp/releases So looking forward to 3.2 regards Werner On Mon, May 3, 2021 at 5:12 PM Michael Walle wrote: > > Hi Richard, > > Am 2021-03-06 22:32,

Re: [Linuxptp-users] [Linuxptp-devel] ptp code commit between ptp 2.0 and 3.0

2021-11-02 Thread Werner Macho
hi! you mean something like: git log v2.0..v3.0 output: changelog between tag v2.0 and tagv3.0 regards Werner On Tue, Nov 2, 2021 at 5:20 PM ramesh t via Linuxptp-devel < linuxptp-de...@lists.sourceforge.net> wrote: > hi, > > Is there a way to find all the code commit between ptp 2.0 and ptp 3.