-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
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
Invalid readings after a while #3
Comments
Sorry for the late reply... |
It depends. There is no clear run time before it fails. Sometimes after a few days, sometimes after a few occurences. |
It failed again :
|
Improved the awkward type conversion in gqgeiger cpm function. It's running here for a few days. Can you try commit 41a8771? |
Thanks! Latest version compiled and running. I removed also the cronjob that restarted gclog every night at 3:00. Note it would not prevent always the wrong readings. Sometimes it would fail after just a couple hours running. I'll let you know about this version. |
the process stopped logging after some time. No more entries in journalctl:
The process is however still running:
I cannot stop the process with killall. I had to use a |
I finally dug into the abrupt logging cessation today — I was luckily able to catch it hanging just a few seconds after starting. It turned out to be hanging during the I patched it in my fork by adding send/receive timeouts to the socket (configurable with the Update: it's been pretty stable since making that change |
After some time running gclog, the reported data is wrong:
When that happens, the only solution is to stop/kill gclog and restart it. No idea about what triggers this.
I'm running gclog 0.2.5 on a Raspberry Pi.
The text was updated successfully, but these errors were encountered: