nickl111 / beerlogger

Monitor fermentation activity with a Raspberry Pi Zero W and Tilt Hydrometer
MIT License
0 stars 0 forks source link

hcidump -> mysql pipe breaks after a while #50

Open nickl111 opened 3 years ago

nickl111 commented 3 years ago

The solution is to restart the service so I think we need to monitor this and then just restart it if it happens.

Should be possible inside the service

nickl111 commented 3 years ago

Apparently this can be caused by large packets to mysql: https://stackoverflow.com/questions/10474922/error-2006-hy000-mysql-server-has-gone-away

I've changed it on live, we'll have to see how it goes and if it works somehow change the mariadb conf on install

nickl111 commented 3 years ago

Didn't seem to help...