Date
1 - 3 of 3
OV errors
Rob Robinett
In early versions of 3.0.2 I logged OV events with ERROR log lines, but they aren't really SW errors and those 'ERRO:...OV " lines interfered with seeing real SW bugs. So I changed the OV log lines so they didn't include the word ERROR. So to see the OV events I wrote a small bash shell function 'show-ovs' which is included in the '.wd_bash_aliases' file Since on the WD beta sites I setup bash to read that file at bash startup, most WD 3.0 users can simply execute the command 'show-ovs' to get a list of OV events. e.g.: wsprdaemon@KFS-TC:~/wsprdaemon$ show-ovs KIWI_SE 15: Sun 19 Jun 2022 04:42:30 UTC: kiwirecorder_manager_daemon() Found 3090 new - 3072 old = 18 new OV events were reported by kiwirecorder.py KIWI_SE 17: Fri 17 Jun 2022 04:24:16 UTC: kiwirecorder_manager_daemon() Found 1228 new - 1209 old = 19 new OV events were reported by kiwirecorder.py KIWI_SE 20: Fri 17 Jun 2022 04:17:06 UTC: kiwirecorder_manager_daemon() Found 767 new - 749 old = 18 new OV events were reported by kiwirecorder.py KIWI_SE 30: Fri 17 Jun 2022 10:20:36 UTC: kiwirecorder_manager_daemon() Found 2108 new - 2083 old = 25 new OV events were reported by kiwirecorder.py KIWI_SE 40: Wed 22 Jun 2022 10:22:33 UTC: kiwirecorder_manager_daemon() Found 4688 new - 4664 old = 24 new OV events were reported by kiwirecorder.py KIWI_SE 80: Fri 17 Jun 2022 04:17:06 UTC: kiwirecorder_manager_daemon() Found 862 new - 842 old = 20 new OV events were reported by kiwirecorder.py KIWI_SW 15: Fri 24 Jun 2022 00:51:43 UTC: kiwirecorder_manager_daemon() Found 477 new - 467 old = 10 new OV events were reported by kiwirecorder.py KIWI_SW 17: Sat 18 Jun 2022 02:07:46 UTC: kiwirecorder_manager_daemon() Found 12 new - 1 old = 11 new OV events were reported by kiwirecorder.py KIWI_SW 20: Fri 24 Jun 2022 00:51:43 UTC: kiwirecorder_manager_daemon() Found 488 new - 476 old = 12 new OV events were reported by kiwirecorder.py KIWI_SW 30: Fri 24 Jun 2022 00:51:43 UTC: kiwirecorder_manager_daemon() Found 486 new - 476 old = 10 new OV events were reported by kiwirecorder.py KIWI_SW 40: Sat 18 Jun 2022 02:07:46 UTC: kiwirecorder_manager_daemon() Found 10 new - 0 old = 10 new OV events were reported by kiwirecorder.py KIWI_SW 80: Fri 24 Jun 2022 00:51:43 UTC: kiwirecorder_manager_daemon() Found 504 new - 493 old = 11 new OV events were reported by kiwirecorder.py KIWI_NW 15: Tue 21 Jun 2022 11:26:15 UTC: kiwirecorder_manager_daemon() Found 6974 new - 6946 old = 28 new OV events were reported by kiwirecorder.py KIWI_NW 17: Thu 23 Jun 2022 12:20:18 UTC: kiwirecorder_manager_daemon() Found 11964 new - 11932 old = 32 new OV events were reported by kiwirecorder.py KIWI_NW 20: Thu 23 Jun 2022 12:20:19 UTC: kiwirecorder_manager_daemon() Found 12381 new - 12351 old = 30 new OV events were reported by kiwirecorder.py KIWI_NW 30: Thu 23 Jun 2022 12:20:18 UTC: kiwirecorder_manager_daemon() Found 11034 new - 11006 old = 28 new OV events were reported by kiwirecorder.py KIWI_NW 40: Wed 22 Jun 2022 12:56:17 UTC: kiwirecorder_manager_daemon() Found 21777 new - 21748 old = 29 new OV events were reported by kiwirecorder.py KIWI_NW 80: Thu 23 Jun 2022 11:56:16 UTC: kiwirecorder_manager_daemon() Found 5957 new - 5929 old = 28 new OV events were reported by kiwirecorder.py KIWI_Omni_A 15: Wed 22 Jun 2022 12:58:14 UTC: kiwirecorder_manager_daemon() Found 12137 new - 12112 old = 25 new OV events were reported by kiwirecorder.py KIWI_Omni_A 17: Wed 22 Jun 2022 12:56:07 UTC: kiwirecorder_manager_daemon() Found 11078 new - 11057 old = 21 new OV events were reported by kiwirecorder.py KIWI_Omni_A 20: Wed 22 Jun 2022 12:56:08 UTC: kiwirecorder_manager_daemon() Found 11246 new - 11220 old = 26 new OV events were reported by kiwirecorder.py KIWI_Omni_A 30: Wed 22 Jun 2022 12:58:10 UTC: kiwirecorder_manager_daemon() Found 12077 new - 12053 old = 24 new OV events were reported by kiwirecorder.py KIWI_Omni_A 40: Wed 22 Jun 2022 12:46:19 UTC: kiwirecorder_manager_daemon() Found 9839 new - 9815 old = 24 new OV events were reported by kiwirecorder.py KIWI_Omni_A 80: Wed 22 Jun 2022 12:56:09 UTC: kiwirecorder_manager_daemon() Found 11715 new - 11692 old = 23 new OV events were reported by kiwirecorder.py KIWI_Omni_B 10: Mon 20 Jun 2022 15:08:18 UTC: kiwirecorder_manager_daemon() Found 5145 new - 5119 old = 26 new OV events were reported by kiwirecorder.py KIWI_Omni_B 12: Tue 21 Jun 2022 11:14:36 UTC: kiwirecorder_manager_daemon() Found 6653 new - 6634 old = 19 new OV events were reported by kiwirecorder.py KIWI_Omni_B 22: Wed 22 Jun 2022 06:54:40 UTC: kiwirecorder_manager_daemon() Found 8684 new - 8665 old = 19 new OV events were reported by kiwirecorder.py KIWI_Omni_B 160: Thu 23 Jun 2022 14:46:10 UTC: kiwirecorder_manager_daemon() Found 15839 new - 15821 old = 18 new OV events were reported by kiwirecorder.py wsprdaemon@KFS-TC:~/wsprdaemon$ In the future I will cleanup the printed lines to highlight the important information on that line which I have printed in red on the first line On Sat, Jun 25, 2022 at 9:42 AM John <johnk5mo@...> wrote:
--
|
|
John K5MO
I see overflow errors all the time , but it seems a "soft error" which does not terminate execution John K5MO On Sat, Jun 25, 2022 at 12:35 PM KD2OM <steve@...> wrote: Do overload events show up in the error logs when using wdle? |
|
Do overload events show up in the error logs when using wdle?
Steve KD2OM |
|