You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the rollover at midnight, the scheduler reinitialises. Somehow, the initialisation commands were not rerun in sequence, but one of them actually errored out with PID file exists already. Worth checking the logs to ascertain how that happened!
Downloaded: 0 of 130 files
Last log: - temp internal_temp=51.4472
:GPS 2024-03-26.dat
/data/lpm/data/2022-11-14.log:2022-11-14T06:53:59.10928 GPS: 2022-11-14T06:54:26, [[REDACTED]]'N, [[REDACTED]]'W
:DATA 2024-03-26.dat
:BATT
Traceback (most recent call last):
File "/usr/local/bin/lpm2_housekeeping", line 9, in <module>
load_entry_point('lpm2==0.0.4a2', 'console_scripts', 'lpm2_housekeeping')()
File "/usr/local/lib/python3.2/dist-packages/lpm2/cli.py", line 93, in housekeeping_main
main("housekeeping")
File "/usr/local/lib/python3.2/dist-packages/lpm2/cli.py", line 81, in main
with pid_file(os.path.join(os.sep, "tmp", "lpm2.data.cli.pid")):
File "/usr/local/lib/python3.2/dist-packages/lpm2/utils.py", line 48, in __init__
raise PidFileExistsError
lpm2.utils.PidFileExistsError
ok - Completed
The text was updated successfully, but these errors were encountered:
With the rollover at midnight, the scheduler reinitialises. Somehow, the initialisation commands were not rerun in sequence, but one of them actually errored out with PID file exists already. Worth checking the logs to ascertain how that happened!
The text was updated successfully, but these errors were encountered: