home-climate-control / dz

Home Climate Control Core: *the* Open Source multi-zone temperature and climate control system.
http://homeclimatecontrol.com/
GNU General Public License v3.0
59 stars 7 forks source link

"value too large for defined data type" when packing large logs #233

Closed climategadgets closed 1 year ago

climategadgets commented 2 years ago

Expected Behavior

pack-and-clear-logs script compresses all logs and rotates them.

Actual Behavior

When a log size reaches over ~2GB, bzip2 fails with the message "value too large for defined data type"

Consequences

This causes log files not to be compressed and removed, which inevitably leads to "out of disk space" scenario with multiple secondary issues (#146, #191).

climategadgets commented 1 year ago

Dodged otherwise, closing as irrelevant