We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RaspberryPiにはRTCが無い。 起動直後のNTPで時刻同期できるまでの間に、過去の時刻でログを記録してしまうことになる。 すると、以下のような異常なグラフが描画される。
時刻同期したあとにcm-readを起動しようかと思ったが、NTPをやっているのはホスト側で動いているサービスなので、Dockerコンテナ内で時刻同期が完了したのか知る手段が無い気がする。(どなたかご存知でしたら教えて下さい) なので、date +%sで取得できた時刻が、ログの末尾の時刻より過去の時刻の場合は、ログへの書込をスキップするように修正する。
cm-read
date +%s
The text was updated successfully, but these errors were encountered:
miminashi
No branches or pull requests
RaspberryPiにはRTCが無い。
起動直後のNTPで時刻同期できるまでの間に、過去の時刻でログを記録してしまうことになる。
すると、以下のような異常なグラフが描画される。
時刻同期したあとに
cm-read
を起動しようかと思ったが、NTPをやっているのはホスト側で動いているサービスなので、Dockerコンテナ内で時刻同期が完了したのか知る手段が無い気がする。(どなたかご存知でしたら教えて下さい)なので、
date +%s
で取得できた時刻が、ログの末尾の時刻より過去の時刻の場合は、ログへの書込をスキップするように修正する。The text was updated successfully, but these errors were encountered: