Ticket #1092 (closed defect: fixed)
gllin outputs uncompressed NMEA log, crashes on disk full
| Reported by: | mjr@… | Owned by: | mickey |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | gllin | Version: | 2007.2 |
| Severity: | normal | Keywords: | |
| Cc: | buglog@… | Blocked By: | |
| Blocking: | Estimated Completion (week): | ||
| HasPatchForReview: | no | PatchReviewResult: | |
| Reproducible: |
Description
The gllin as packaged seems to output uncompressed NMEA log into
/home/root/gllin/log (in addition to the gzipped log that's started in the
wrapper script, apparently because gllin would crash if there was no reader).
This fills up the internal flash in relatively short order as well as does extra
writes that we don't need on the flash. Also, the crash that results from not
being able to write said log is rather uninformative.
Fortunately, this one is mostly a matter of a command line parameter; gllin
should be given -nmea in the latter startup command in the wrapper script.
(gllin -h claims this is the default, but that seems to be inaccurate.)
(Personally, I just replaced the cat as well with a pipe to /dev/null, but
that's me.)
