purge when full error

Forum for questions and support relating to the 1.24.x releases only.
Locked
husain
Posts: 1
Joined: Sun Mar 15, 2009 3:04 pm

purge when full error

Post by husain »

I am using zoneminder on Suse 11.1

My purge when full filter works and stops with the following error

03/14/09 19:30:24.553839 zmfilter[5071].INF [Deleting event 53022]
03/14/09 19:30:24.554803 zmfilter[5071].INF [Deleting event 53023]
03/14/09 19:30:24.555680 zmfilter[5071].INF [Deleting event 53024]
03/14/09 19:30:24.556602 zmfilter[5071].INF [Deleting event 53025]
03/14/09 19:34:25.280490 zmfilter[5071].INF [Deleting event 53034]
03/14/09 19:38:25.658248 zmfilter[5071].ERR [Can't execute filter 'select E.Id,E.MonitorId,M.Name as MonitorName,M.DefaultRate,M.DefaultScale,E.Name,E.Cause,E.Notes,E.StartTime,unix_timestamp(E.StartTime) as Time,E.Length,E.Frames,E.AlarmFrames,E.TotScore,E.AvgScore,E.MaxScore,E.Archived,E.Videoed,E.Uploaded,E.Emailed,E.Messaged,E.Executed from Events as E inner join Monitors as M on M.Id = E.MonitorId where not isnull(E.EndTime) and ( 100 >= 85 ) order by E.Id asc', ignoring: Got error 28 from storage engine]

I would like to know what is the cause of this error and how to fix it

Thanks
User avatar
cordel
Posts: 5210
Joined: Fri Mar 05, 2004 4:47 pm
Location: /USA/Washington/Seattle

Post by cordel »

Seems you might have created a filter with improper values and it is crashing the filter daemon.
Locked