Realtime digital systemに関するtroubleshooting。
デジタルの時刻とクロックのタイミングがあまりにズレるとこうなるらしい(from 山本さん). クロックを出しているファンクションジェネレーターをgpsと同期させれば良くなりそうだが,現状はサーバーを再起動するしかない.
ここに従ってサーバーを再起動する.
ワークステーション上で /opt/rtcds を見てみて,空かどうかを確認する. 空だった場合,nfsがうまくいっていない.以下を確認する.
sudo systemctl status nfs-server.service動いていないなら restart する.
sudo systemctl restart nfs-server.service
sudo systemctl status nfs-client.service動いていないなら restart する.
sudo systemctl restart nfs-client.service
sudo mount -t nfs t1toba:/opt/rtcds /opt/rtcds
ndscopeが"Runtimeerror: Error loading leap file"とエラーを出す場合,pythonのgpstimeのデータが古い可能性があるので更新する.
pip install -U gpstime