#author("2024-07-24T22:36:08+09:00","default:LabMember","LabMember") #author("2024-07-24T22:48:03+09:00","default:LabMember","LabMember") [[DigitalSystemに戻る>DigitalSystem]] * Troubleshooting [#vb0315fc] Realtime digital systemに関するtroubleshooting。 #contents ** diagguiが time out する [#y18d645b] サーバーを再起動する. ssh t1toba でログインした後に, sudo reboot now で再起動できる."now"をつけないと数10秒待たされるので注意. デジタルの時刻とクロックのタイミングがあまりにズレるとこうなるらしい(from 山本さん). クロックを出しているファンクションジェネレーターをgpsと同期させれば良くなりそうだが,現状はサーバーを再起動するしかない. [[ここ>https://granite.phys.s.u-tokyo.ac.jp/wiki/Lab/?DigitalSystemHowTo#e68811f1]]に従ってサーバーを再起動する. ** medmが開かない [#z9cf5e28] ワークステーション上で /opt/rtcds を見てみて,空かどうかを確認する. 空だった場合,nfsがうまくいっていない.以下を確認する. + サーバー上で nfs-server が動いているかを確認する. sudo systemctl status nfs-server.service 動いていないなら restart する. sudo systemctl restart nfs-server.service + ワークステーション上で nfs-client が動いているかを確認する. sudo systemctl status nfs-client.service 動いていないなら restart する. sudo systemctl restart nfs-client.service + それでもダメな場合,再マウントする sudo mount -t nfs t1toba:/opt/rtcds /opt/rtcds ** ndscopeが開かない [#v5137fa3] ndscopeが"Runtimeerror: Error loading leap file"とエラーを出す場合,pythonのgpstimeのデータが古い可能性があるので更新する. pip install -U gpstime