I'm running 1.26.5 on Ubuntu Server 12.04. I had been running with two striped 500Gb drives but earlier this week I replaced those with 3 4Tb drives in a RAID 5 configuration using mdadm.
System had been running for over a day and a half recording 26 cameras. I'm not doing any motion detection, every cam is set to Record. Came in this morning, Zoneminder was not running, stopped shortly after 6:30AM. Looking through the logs I saw that every monitor had a buffer overrun error at that same time along with this message:
Code: Select all
2014-01-22 06:35:36.076400 zmfilter 2953 FAT Can't execute 'select * from Filters where Background = 1 and (AutoArchive = 1 or AutoVideo = 1 or AutoUpload = 1 or AutoEmail = 1 or AutoMessage = 1 or AutoExecute = 1 or AutoDelete = 1) order by Name': MySQL server has gone away zmfilter.pl
my /etc/sysctl.d/60-kernel-shm.conf file has the following line:
kernel.shmmax = 536870912
output of free -m:
Code: Select all
free -m
total used free shared buffers cached
Mem: 3890 3720 170 0 1237 1744
-/+ buffers/cache: 737 3152
Swap: 4027 0 4027