- Jan 27, 2025
-
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <dev_public@wujek.eu>
-
- Jan 25, 2025
-
-
Adam Wujek authored
-Get process group ID (pgid) instead of process ID. It didn't work when it was called from cron. -pgrep should accept full path. Without "-f" pgrep accepts "ntpd", but not "/usr/sbin/ntpd" Because of the two reasons above the system_clock_monitor script was not killing ntpd correctly. In practice, the ntp will be killed after 10s, instead of default timeout from ntpd 50s. Signed-off-by:
Adam Wujek <dev_public@wujek.eu>
-
- Jan 21, 2025
-
-
Adam Wujek authored
Before fix it was disabling LLDP completely when trying to disable LLDP on management interface. Signed-off-by:
Adam Wujek <dev_public@wujek.eu>
-
Adam Wujek authored
Add an option to partial overwrite of dot-config by values stored locally in /update/permanent/dot-config/dot-config-overwrite. Signed-off-by:
Adam Wujek <dev_public@wujek.eu>
-
- Jan 20, 2025
-
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <dev_public@wujek.eu>
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <dev_public@wujek.eu>
-
Adam Wujek authored
Also provide the patch to ntpd to ignore wrong ntp servers. Before ntpd was exiting if wrong ntp server was provided as parameter. Signed-off-by:
Adam Wujek <dev_public@wujek.eu>
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <dev_public@wujek.eu>
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <dev_public@wujek.eu>
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <dev_public@wujek.eu>
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <dev_public@wujek.eu>
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <dev_public@wujek.eu>
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <dev_public@wujek.eu>
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <dev_public@wujek.eu>
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <dev_public@wujek.eu> Signed-off-by:
Harvey Leicester <harvey.macdonald.leicester@cern.ch>
-
- Jul 09, 2024
-
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <dev_public@wujek.eu>
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <dev_public@wujek.eu>
-
- Jul 04, 2023
-
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <dev_public@wujek.eu>
-
- May 08, 2023
-
-
Adam Wujek authored
Delay monit start by extra 60 seconds. The delay of snmpd start was put into background because /etc/init.d/rcK cannot be started before /etc/init.d/rcS is finished. Such behavior is implemented in the init. Signed-off-by:
Adam Wujek <dev_public@wujek.eu>
-
Adam Wujek authored
Add wrsSystemClockDriftUs (in microseconds) as int32. There is no need to export this value as int64, with greater values of the offset the exact information about the offset is not needed. Signed-off-by:
Adam Wujek <dev_public@wujek.eu>
-
- Feb 24, 2023
-
-
Adam Wujek authored
/etc/init.d/wr_date gets parameter "ppsi" to avoid redirect of the output and setting the date from /update/saved_date if unable to get the data via ntp. Signed-off-by:
Adam Wujek <dev_public@wujek.eu>
-
- Feb 06, 2023
-
-
Adam Wujek authored
Don't kill other ntpd instances. Signed-off-by:
Adam Wujek <dev_public@wujek.eu>
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <dev_public@wujek.eu>
-
- Nov 18, 2022
-
-
Adam Wujek authored
Reduce the possible range in Kconfig to the half of the possible range. E.g. setting job to be run every 40minutes is not trivial and */40 will not work. Instead it will run the job at minute 0, then 40, then again at 0 (after 40min, then after 20min). Signed-off-by:
Adam Wujek <dev_public@wujek.eu>
-
Adam Wujek authored
And fix two typos in the script itself Signed-off-by:
Adam Wujek <dev_public@wujek.eu>
-
- Oct 29, 2020
-
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <dev_public@wujek.eu>
-
- Oct 28, 2020
-
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <dev_public@wujek.eu>
-
Adam Wujek authored
Don't start radiousvlan if CONFIG_RVLAN_DAEMON is not present in dot-config Signed-off-by:
Adam Wujek <dev_public@wujek.eu>
-
- Oct 22, 2020
-
-
Alessandro Rubini authored
Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
-
Alessandro Rubini authored
[Thanks a lot to Enkhbold Ochirsuren of GSI who traced back a strange behaviour to the "printf" incompatibility]. This removes "printf -v <outputvar> <format> ..." which is only available in bash. These needless incompatible extensions to standard commands are a source of endless headaches. New features must spit an error when unavailable (i.e., bash people should add vprintf, not break printf, imho) In this case, my previous "fix" to this file was incomplete, because I fixed a bashism but didn't see this other one. Also, this changes the shebang to call sh (which is already done by rcS: only the interactive execution now uses sh instead of bash). Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
-
- Oct 07, 2020
-
-
Alessandro Rubini authored
There is a monit-related problem in commit 9bc9dd16 . The commit renames /etc/init.d/lldpd.sh into /etc/init.d/lldpd.bash whle adding a single stanza. Try "git diff e61eb08 9ebc5e2" to see the difference. But monit still uses the old name. Instead of changing monit (a two-liner, but adds noise because of .bash), this renames back the file to .sh and removes the needless bashism in the new stanza. Please note that calling stuff ".bash" makes no sense (suffixes make no sense most of the time!). The only thing rcS does is checking if the name is "*.sh", to just read it in the current shell instead of executing. So anything not ".sh" is executed, we don't need to special case .bash, .py or whatever. Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
-
- Aug 28, 2020
-
-
Michal Wasiak authored
RX LLDP frames worked without any change. Signed-off-by:
Michal Wasiak <michal.wasiak@gmail.com>
-
- Aug 13, 2020
-
-
Kinga Wujek authored
Signed-off-by:
Kinga Wujek <dev_public@wujek.eu>
-
- Jul 11, 2020
-
-
Kinga Wujek authored
Signed-off-by:
Kinga Wujek <dev_public@wujek.eu>
-
- Jun 11, 2020
-
-
Grzegorz Daniluk authored
-
- May 26, 2020
-
-
Grzegorz Daniluk authored
-
- May 20, 2020
-
-
Some deamons/etc that log messages to syslog do not specify facility.level in their messages. The logger is configured to parse the message looking for facility.level (option: --prio-prefix). If the message does not include If no facility.priority is specified, the logger will use the one specified after -p, this is now provided. For example, PPSi does not specify facility.priority in messages (hopefully, this will change), without "-p daemon.info", it was reported as user.info. If user wishes to, he/she can override. This is the default config
-
-
-
- May 19, 2020
-
-
Grzegorz Daniluk authored
-