There are some error/warning messages like below from shm_pressure on a terminal.
...
2016/11/12 20:55:09 ERROR shm_pressure : serial_read( 1 chars ) timeout
2016/11/12 20:55:09 ERROR shm_pressure : Read error (serial_read2)
2016/11/12 20:55:09 ERROR shm_pressure : Failed to read data
2016/11/12 20:55:09 WARNING shm_pressure : pressure read retry
2016/11/12 20:57:30 ERROR shm_pressure : serial_read( 1 chars ) timeout
2016/11/12 20:57:30 ERROR shm_pressure : Read error (serial_read2)
2016/11/12 20:57:30 ERROR shm_pressure : Failed to read data
2016/11/12 20:57:30 WARNING shm_pressure : pressure read retry
...
- shm_pressure acquires air pressure from the ASTE weather station.
- The error/warning messages suggest that shm_pressure fails to communicate with the weather station and retries it. Thus, they can be basically ignored.
- If the messages are reported frequently (every minute for 10 minutes or longer), something could be wrong with shm_pressure.
- Workaround: Nothing to do. If the frequency is high, restart COSMOS3 at the ASTE site.
- (Added: 2016-11-15, Resolved: Yes, JIRA: Not created)