- Jun 03, 2019
-
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
otherwise openssh complains at the root login Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
--nslcd does not support uniqueMember, comment it out: map group uniqueMember member --run nslcd as root, remove gid and uid Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
add: --glibc --libkrb5 --nss-pam-ldapd --openldap --linux-pam Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
Downloaded from: https://linux.web.cern.ch/linux/docs/nslcd.conf.example Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
-
1/ wr_date script: - Started before PPSi - Set number of NTP retries to 10 if GM otherwise 1. GM info is extracted from dot-config - Clock source is controlled directly with wr_date tool - Can be started any time without any risk to set a wrong date (see point 2) 2/ wr_date - 'set host' parameters take into account the time mode ( FR: set sec+ns, BC: time cannot be set, GM: set seconds only+wait to be in a middle of a second) - function substrat_substrat() moved to time_lib.h. Also used by wr_mon 3/ wr_mon - Print TAI-UTC - Update Timing Mode & PLL locking state displayed values
-
- Check if we are in GM mode, if yes : - wait GM to be locked - Disable WR as kernel clock source - Increase retries for NTP - Retries x time NTP until setting host time: - Set date from host to WR - Enable (back) WR as kernel clock source
-
By doing this we force to read again the FPGA register inside the loop and the compiler can not skip this loop thinking he is reading the same value (that was not modified by him). Conflicts: userspace/tools/wr_date.c
-
Fix TAI offset into kernel was done withing get function but this has been removed in commit #091f4c8d. As it is still needed by slave, we force its use using -n option. This will only fix tai offset into kernel without applying ToD to WR/FPGA time. Conflicts: userspace/tools/wr_date.c
-
-
Use gmtime instead of localtime (TAI should never used localtime) Add verbose option to also display linux time
-
The output will be something like: wr_date -v diff TAI(HW)-UTC(SW): +36.602286 UTC(HW)-UTC(SW): -0.397714 Conflicts: userspace/tools/wr_date.c
-
In the previous version `wr_date get` would override kernel TAI time (using local file) and this could cause some problems in case leap second from /etc/leap-seconds.list was not the same than from PTP/WR protocol.
-
- May 21, 2019
-
-
Grzegorz Daniluk authored
-
Grzegorz Daniluk authored
-
Grzegorz Daniluk authored
-
Grzegorz Daniluk authored
-
Grzegorz Daniluk authored
-
Jean-Claude BAU authored
-
- May 20, 2019
-
-
We have 37s of leap second but we were showing without usec the following which could be seen as a wrong leap second offset. WR time (TAI): 2019-03-15 05:40:48.006697 Switch time (UTC): 2019-03-15 05:40:10.975551 localtime has also been replaced by gmtime (TAI should never be converted using localtime in case TZ variable is set) Conflicts: userspace/tools/wr_mon.c
-
Jean-Claude BAU authored
- Display in wr_mon the current timing mode and the PLL locking state - Import PPsi changes related to this issue
-
Jean-Claude BAU authored
- Increase up to 18 the number of SFPs and Fibers - Add config parameter: CONFIG_N_SFP_ENTRIES (Number of SFP entries in the DB) - Add config parameter: CONFIG_N_FIBER_ENTRIES (Number of FIBER entries in the DB) - This 2 new parameters are used by HAL to parse the DB - Use the TX SFP wave length as a key to retreive the SFP entry in the DB
-
- May 17, 2019
-
-
Jean-Claude BAU authored
-
- May 15, 2019
-
-
Jean-Claude BAU authored
- New delayAsymCoeff and delayAsymmetry calculation - Restart WR calibration when the PLL unlocks - [BUG: 2] ptpdump wrongly shows Announce Msg parameters
-
- May 09, 2019
-
-
Jean-Claude BAU authored
The main change comes from the protocol detection state.
-
- May 07, 2019
-
-
Jean-Claude BAU authored
The logic used to control WR switch leds is removed from HAL and imported into PPSi. It prevents HAL from reading PPSi shared memory.
-
- May 02, 2019